Class SignatureInformationCapabilities


  • public class SignatureInformationCapabilities
    extends java.lang.Object
    The client supports the following SignatureInformation specific properties.
    • Constructor Detail

      • SignatureInformationCapabilities

        public SignatureInformationCapabilities()
      • SignatureInformationCapabilities

        public SignatureInformationCapabilities​(java.util.List<java.lang.String> documentationFormat)
    • Method Detail

      • getDocumentationFormat

        public java.util.List<java.lang.String> getDocumentationFormat()
        Client supports the following content formats for the documentation property. The order describes the preferred format of the client.

        See MarkupKind for allowed values.

        Since 3.3.0

      • setDocumentationFormat

        public void setDocumentationFormat​(java.util.List<java.lang.String> documentationFormat)
        Client supports the following content formats for the documentation property. The order describes the preferred format of the client.

        See MarkupKind for allowed values.

        Since 3.3.0

      • getParameterInformation

        public ParameterInformationCapabilities getParameterInformation()
        Client capabilities specific to parameter information.

        Since 3.14.0

      • setParameterInformation

        public void setParameterInformation​(ParameterInformationCapabilities parameterInformation)
        Client capabilities specific to parameter information.

        Since 3.14.0

      • getActiveParameterSupport

        public java.lang.Boolean getActiveParameterSupport()
        The client supports the SignatureInformation.activeParameter property.

        Since 3.16.0

      • setActiveParameterSupport

        public void setActiveParameterSupport​(java.lang.Boolean activeParameterSupport)
        The client supports the SignatureInformation.activeParameter property.

        Since 3.16.0

      • 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