Class ChannelsEnum
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.ChannelsEnum
-
public class ChannelsEnum extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChannelsEnum.Builder
-
Constructor Summary
Constructors Constructor Description ChannelsEnum()ChannelsEnum(org.openapitools.jackson.nullable.JsonNullable<? extends ChannelsEnumValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends ChannelsEnumSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ChannelsEnum.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<ChannelsEnumSourceValue>sourceValue()The source value of the Channels.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<ChannelsEnumValue>value()The Channels of the campaign.ChannelsEnumwithSourceValue(ChannelsEnumSourceValue sourceValue)The source value of the Channels.ChannelsEnumwithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends ChannelsEnumSourceValue> sourceValue)The source value of the Channels.ChannelsEnumwithValue(ChannelsEnumValue value)The Channels of the campaign.ChannelsEnumwithValue(org.openapitools.jackson.nullable.JsonNullable<? extends ChannelsEnumValue> value)The Channels of the campaign.
-
-
-
Constructor Detail
-
ChannelsEnum
public ChannelsEnum(org.openapitools.jackson.nullable.JsonNullable<? extends ChannelsEnumValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends ChannelsEnumSourceValue> sourceValue)
-
ChannelsEnum
public ChannelsEnum()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<ChannelsEnumValue> value()
The Channels of the campaign.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<ChannelsEnumSourceValue> sourceValue()
The source value of the Channels.
-
builder
public static ChannelsEnum.Builder builder()
-
withValue
public ChannelsEnum withValue(ChannelsEnumValue value)
The Channels of the campaign.
-
withValue
public ChannelsEnum withValue(org.openapitools.jackson.nullable.JsonNullable<? extends ChannelsEnumValue> value)
The Channels of the campaign.
-
withSourceValue
public ChannelsEnum withSourceValue(ChannelsEnumSourceValue sourceValue)
The source value of the Channels.
-
withSourceValue
public ChannelsEnum withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends ChannelsEnumSourceValue> sourceValue)
The source value of the Channels.
-
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
-
-