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