public class WindowShowMessageRequestActionItemCapabilities
extends java.lang.Object
MessageActionItem type of show message request.
Since 3.16.0| Constructor and Description |
|---|
WindowShowMessageRequestActionItemCapabilities() |
WindowShowMessageRequestActionItemCapabilities(java.lang.Boolean additionalPropertiesSupport) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getAdditionalPropertiesSupport()
Whether the client supports additional attributes which
are preserved and sent back to the server in the
request's response.
|
int |
hashCode() |
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.
|
java.lang.String |
toString() |
public WindowShowMessageRequestActionItemCapabilities()
public WindowShowMessageRequestActionItemCapabilities(java.lang.Boolean additionalPropertiesSupport)
@Pure public java.lang.Boolean getAdditionalPropertiesSupport()
public void setAdditionalPropertiesSupport(java.lang.Boolean additionalPropertiesSupport)
@Pure public java.lang.String toString()
toString in class java.lang.Object@Pure public boolean equals(java.lang.Object obj)
equals in class java.lang.Object@Pure public int hashCode()
hashCode in class java.lang.Object