Class ScheduleType.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.ScheduleType.Builder
-
- Enclosing class:
- ScheduleType
public static final class ScheduleType.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScheduleTypebuild()ScheduleType.BuildersourceValue(CampaignSourceValue sourceValue)The source value of the schedule type.ScheduleType.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends CampaignSourceValue> sourceValue)The source value of the schedule type.ScheduleType.Buildervalue(CampaignValue value)The schedule type of the campaign.ScheduleType.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends CampaignValue> value)The schedule type of the campaign.
-
-
-
Method Detail
-
value
public ScheduleType.Builder value(CampaignValue value)
The schedule type of the campaign.
-
value
public ScheduleType.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends CampaignValue> value)
The schedule type of the campaign.
-
sourceValue
public ScheduleType.Builder sourceValue(CampaignSourceValue sourceValue)
The source value of the schedule type.
-
sourceValue
public ScheduleType.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends CampaignSourceValue> sourceValue)
The source value of the schedule type.
-
build
public ScheduleType build()
-
-