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