Class MessageType.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.MessageType.Builder
-
- Enclosing class:
- MessageType
public static final class MessageType.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageTypebuild()MessageType.BuildersourceValue(EmailMessagesSourceValue sourceValue)The original value from the provider used to derive the unified message type.MessageType.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmailMessagesSourceValue> sourceValue)The original value from the provider used to derive the unified message type.MessageType.Buildervalue(EmailMessagesValue value)The unified message type.MessageType.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends EmailMessagesValue> value)The unified message type.
-
-
-
Method Detail
-
value
public MessageType.Builder value(EmailMessagesValue value)
The unified message type.
-
value
public MessageType.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends EmailMessagesValue> value)
The unified message type.
-
sourceValue
public MessageType.Builder sourceValue(EmailMessagesSourceValue sourceValue)
The original value from the provider used to derive the unified message type.
-
sourceValue
public MessageType.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmailMessagesSourceValue> sourceValue)
The original value from the provider used to derive the unified message type.
-
build
public MessageType build()
-
-