Class WindowShowMessageRequestActionItemCapabilities


  • public class WindowShowMessageRequestActionItemCapabilities
    extends java.lang.Object
    Capabilities specific to the MessageActionItem type of show message request.

    Since 3.16.0

    • Constructor Detail

      • WindowShowMessageRequestActionItemCapabilities

        public WindowShowMessageRequestActionItemCapabilities()
      • WindowShowMessageRequestActionItemCapabilities

        public WindowShowMessageRequestActionItemCapabilities​(java.lang.Boolean additionalPropertiesSupport)
    • Method Detail

      • getAdditionalPropertiesSupport

        public java.lang.Boolean getAdditionalPropertiesSupport()
        Whether the client supports additional attributes which are preserved and sent back to the server in the request's response.
      • setAdditionalPropertiesSupport

        public void setAdditionalPropertiesSupport​(java.lang.Boolean additionalPropertiesSupport)
        Whether the client supports additional attributes which are preserved and sent back to the server in the request's response.
      • toString

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

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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