Class MessageType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.MessageType
-
public class MessageType extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMessageType.Builder
-
Constructor Summary
Constructors Constructor Description MessageType()MessageType(org.openapitools.jackson.nullable.JsonNullable<? extends EmailMessagesValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends EmailMessagesSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MessageType.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<EmailMessagesSourceValue>sourceValue()The original value from the provider used to derive the unified message type.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<EmailMessagesValue>value()The unified message type.MessageTypewithSourceValue(EmailMessagesSourceValue sourceValue)The original value from the provider used to derive the unified message type.MessageTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmailMessagesSourceValue> sourceValue)The original value from the provider used to derive the unified message type.MessageTypewithValue(EmailMessagesValue value)The unified message type.MessageTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmailMessagesValue> value)The unified message type.
-
-
-
Constructor Detail
-
MessageType
public MessageType(org.openapitools.jackson.nullable.JsonNullable<? extends EmailMessagesValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends EmailMessagesSourceValue> sourceValue)
-
MessageType
public MessageType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<EmailMessagesValue> value()
The unified message type.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<EmailMessagesSourceValue> sourceValue()
The original value from the provider used to derive the unified message type.
-
builder
public static final MessageType.Builder builder()
-
withValue
public MessageType withValue(EmailMessagesValue value)
The unified message type.
-
withValue
public MessageType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmailMessagesValue> value)
The unified message type.
-
withSourceValue
public MessageType withSourceValue(EmailMessagesSourceValue sourceValue)
The original value from the provider used to derive the unified message type.
-
withSourceValue
public MessageType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmailMessagesSourceValue> 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
-
-