Class ScheduleType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.ScheduleType
-
public class ScheduleType extends java.lang.ObjectScheduleTypeThe schedule type
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classScheduleType.Builder
-
Constructor Summary
Constructors Constructor Description ScheduleType()ScheduleType(org.openapitools.jackson.nullable.JsonNullable<? extends CampaignValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends CampaignSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ScheduleType.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<CampaignSourceValue>sourceValue()The source value of the schedule type.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<CampaignValue>value()The schedule type of the campaign.ScheduleTypewithSourceValue(CampaignSourceValue sourceValue)The source value of the schedule type.ScheduleTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends CampaignSourceValue> sourceValue)The source value of the schedule type.ScheduleTypewithValue(CampaignValue value)The schedule type of the campaign.ScheduleTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends CampaignValue> value)The schedule type of the campaign.
-
-
-
Constructor Detail
-
ScheduleType
public ScheduleType(org.openapitools.jackson.nullable.JsonNullable<? extends CampaignValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends CampaignSourceValue> sourceValue)
-
ScheduleType
public ScheduleType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<CampaignValue> value()
The schedule type of the campaign.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<CampaignSourceValue> sourceValue()
The source value of the schedule type.
-
builder
public static final ScheduleType.Builder builder()
-
withValue
public ScheduleType withValue(CampaignValue value)
The schedule type of the campaign.
-
withValue
public ScheduleType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends CampaignValue> value)
The schedule type of the campaign.
-
withSourceValue
public ScheduleType withSourceValue(CampaignSourceValue sourceValue)
The source value of the schedule type.
-
withSourceValue
public ScheduleType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends CampaignSourceValue> sourceValue)
The source value of the schedule type.
-
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
-
-