public class DocumentLinkCapabilities extends DynamicRegistrationCapabilities
Constructor and Description |
---|
DocumentLinkCapabilities() |
DocumentLinkCapabilities(java.lang.Boolean dynamicRegistration) |
DocumentLinkCapabilities(java.lang.Boolean dynamicRegistration,
java.lang.Boolean tooltipSupport) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getTooltipSupport()
Whether the client supports the `tooltip` property on `DocumentLink`.
|
int |
hashCode() |
void |
setTooltipSupport(java.lang.Boolean tooltipSupport)
Whether the client supports the `tooltip` property on `DocumentLink`.
|
java.lang.String |
toString() |
getDynamicRegistration, setDynamicRegistration
public DocumentLinkCapabilities()
public DocumentLinkCapabilities(java.lang.Boolean dynamicRegistration)
public DocumentLinkCapabilities(java.lang.Boolean dynamicRegistration, java.lang.Boolean tooltipSupport)
@Pure public java.lang.Boolean getTooltipSupport()
public void setTooltipSupport(java.lang.Boolean tooltipSupport)
@Pure public java.lang.String toString()
toString
in class DynamicRegistrationCapabilities
@Pure public boolean equals(java.lang.Object obj)
equals
in class DynamicRegistrationCapabilities
@Pure public int hashCode()
hashCode
in class DynamicRegistrationCapabilities