Class CreateMessageMessageType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.CreateMessageMessageType
-
public class CreateMessageMessageType extends java.lang.ObjectCreateMessageMessageTypeStackone enum identifying the type of message associated with the content.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateMessageMessageType.Builder
-
Constructor Summary
Constructors Constructor Description CreateMessageMessageType()CreateMessageMessageType(org.openapitools.jackson.nullable.JsonNullable<? extends CreateMessageValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends CreateMessageSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateMessageMessageType.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<CreateMessageSourceValue>sourceValue()The original value from the provider used to derive the unified message type.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<CreateMessageValue>value()The unified message type.CreateMessageMessageTypewithSourceValue(CreateMessageSourceValue sourceValue)The original value from the provider used to derive the unified message type.CreateMessageMessageTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends CreateMessageSourceValue> sourceValue)The original value from the provider used to derive the unified message type.CreateMessageMessageTypewithValue(CreateMessageValue value)The unified message type.CreateMessageMessageTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends CreateMessageValue> value)The unified message type.
-
-
-
Constructor Detail
-
CreateMessageMessageType
public CreateMessageMessageType(org.openapitools.jackson.nullable.JsonNullable<? extends CreateMessageValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends CreateMessageSourceValue> sourceValue)
-
CreateMessageMessageType
public CreateMessageMessageType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<CreateMessageValue> value()
The unified message type.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<CreateMessageSourceValue> sourceValue()
The original value from the provider used to derive the unified message type.
-
builder
public static CreateMessageMessageType.Builder builder()
-
withValue
public CreateMessageMessageType withValue(CreateMessageValue value)
The unified message type.
-
withValue
public CreateMessageMessageType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends CreateMessageValue> value)
The unified message type.
-
withSourceValue
public CreateMessageMessageType withSourceValue(CreateMessageSourceValue sourceValue)
The original value from the provider used to derive the unified message type.
-
withSourceValue
public CreateMessageMessageType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends CreateMessageSourceValue> sourceValue)
The original value from the provider used to derive the unified message type.
-
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
-
-