Class CampaignStatus
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.CampaignStatus
-
public class CampaignStatus extends java.lang.ObjectCampaignStatusStatus of the Campaign
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCampaignStatus.Builder
-
Constructor Summary
Constructors Constructor Description CampaignStatus()CampaignStatus(org.openapitools.jackson.nullable.JsonNullable<? extends CampaignStatusValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends CampaignStatusSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CampaignStatus.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<CampaignStatusSourceValue>sourceValue()The source value of the Status.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<CampaignStatusValue>value()The Status of the campaign.CampaignStatuswithSourceValue(CampaignStatusSourceValue sourceValue)The source value of the Status.CampaignStatuswithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends CampaignStatusSourceValue> sourceValue)The source value of the Status.CampaignStatuswithValue(CampaignStatusValue value)The Status of the campaign.CampaignStatuswithValue(org.openapitools.jackson.nullable.JsonNullable<? extends CampaignStatusValue> value)The Status of the campaign.
-
-
-
Constructor Detail
-
CampaignStatus
public CampaignStatus(org.openapitools.jackson.nullable.JsonNullable<? extends CampaignStatusValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends CampaignStatusSourceValue> sourceValue)
-
CampaignStatus
public CampaignStatus()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<CampaignStatusValue> value()
The Status of the campaign.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<CampaignStatusSourceValue> sourceValue()
The source value of the Status.
-
builder
public static CampaignStatus.Builder builder()
-
withValue
public CampaignStatus withValue(CampaignStatusValue value)
The Status of the campaign.
-
withValue
public CampaignStatus withValue(org.openapitools.jackson.nullable.JsonNullable<? extends CampaignStatusValue> value)
The Status of the campaign.
-
withSourceValue
public CampaignStatus withSourceValue(CampaignStatusSourceValue sourceValue)
The source value of the Status.
-
withSourceValue
public CampaignStatus withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends CampaignStatusSourceValue> sourceValue)
The source value of the Status.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-