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