Class CreateMessageMessageType


  • public class CreateMessageMessageType
    extends java.lang.Object
    CreateMessageMessageType

    Stackone enum identifying the type of message associated with the content.

    • 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.
      • 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:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object