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