Sync List Java
SyncListJava is an ordered sequence of Item objects as values.
You can add, remove and modify values associated with the keys.
To obtain an instance of a SyncListJava use SyncListJava.lists
Types
Properties
A date when this SyncListJava was created.
A date this SyncListJava will expire, null
means will not expire.
A date when this SyncListJava was last updated.
true
when this SyncListJava is offline and doesn't receive updates from backend, false
otherwise.
true
when this SyncListJava has been removed on the backend, false
otherwise.
An immutable system-assigned identifier of this SyncListJava.
Current subscription state.
An optional unique name for this list, assigned at creation time.
Functions
Add Item in the SyncListJava.
Add Item in the SyncListJava.
Method to add listener for this SyncListJava.
Close this SyncListJava.
Retrieve Item from the SyncListJava.
Mutate value of the Item using provided Mutator function.
Mutate value of the Item using provided Mutator function.
Retrieve all items from the SyncListJava.
Retrieve items from the SyncListJava.
Method to remove all listeners from this SyncListJava.
Remove Item from the SyncListJava.
Remove this SyncListJava.
Method to Method to remove listener from this SyncListJava.
Set Item in the SyncListJava.
Set Item in the SyncListJava.
Set time to live for this SyncListJava.