Package org.eclipse.lsp4j
Class WindowShowMessageRequestActionItemCapabilities
- java.lang.Object
-
- org.eclipse.lsp4j.WindowShowMessageRequestActionItemCapabilities
-
public class WindowShowMessageRequestActionItemCapabilities extends java.lang.ObjectCapabilities specific to theMessageActionItemtype of show message request.Since 3.16.0
-
-
Constructor Summary
Constructors Constructor Description WindowShowMessageRequestActionItemCapabilities()WindowShowMessageRequestActionItemCapabilities(java.lang.Boolean additionalPropertiesSupport)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.BooleangetAdditionalPropertiesSupport()Whether the client supports additional attributes which are preserved and sent back to the server in the request's response.inthashCode()voidsetAdditionalPropertiesSupport(java.lang.Boolean additionalPropertiesSupport)Whether the client supports additional attributes which are preserved and sent back to the server in the request's response.java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-