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