public class SynchronizationCapabilities extends DynamicRegistrationCapabilities
Constructor and Description |
---|
SynchronizationCapabilities() |
SynchronizationCapabilities(java.lang.Boolean willSave,
java.lang.Boolean willSaveWaitUntil,
java.lang.Boolean didSave) |
SynchronizationCapabilities(java.lang.Boolean willSave,
java.lang.Boolean willSaveWaitUntil,
java.lang.Boolean didSave,
java.lang.Boolean dynamicRegistration) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getDidSave()
The client supports did save notifications.
|
java.lang.Boolean |
getWillSave()
The client supports sending will save notifications.
|
java.lang.Boolean |
getWillSaveWaitUntil()
The client supports sending a will save request and
waits for a response providing text edits which will
be applied to the document before it is saved.
|
int |
hashCode() |
void |
setDidSave(java.lang.Boolean didSave)
The client supports did save notifications.
|
void |
setWillSave(java.lang.Boolean willSave)
The client supports sending will save notifications.
|
void |
setWillSaveWaitUntil(java.lang.Boolean willSaveWaitUntil)
The client supports sending a will save request and
waits for a response providing text edits which will
be applied to the document before it is saved.
|
java.lang.String |
toString() |
getDynamicRegistration, setDynamicRegistration
public SynchronizationCapabilities()
public SynchronizationCapabilities(java.lang.Boolean willSave, java.lang.Boolean willSaveWaitUntil, java.lang.Boolean didSave)
public SynchronizationCapabilities(java.lang.Boolean willSave, java.lang.Boolean willSaveWaitUntil, java.lang.Boolean didSave, java.lang.Boolean dynamicRegistration)
@Pure public java.lang.Boolean getWillSave()
public void setWillSave(java.lang.Boolean willSave)
@Pure public java.lang.Boolean getWillSaveWaitUntil()
public void setWillSaveWaitUntil(java.lang.Boolean willSaveWaitUntil)
@Pure public java.lang.Boolean getDidSave()
public void setDidSave(java.lang.Boolean didSave)
@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