Class | Description |
---|---|
CustomObject |
An object that contains a JSON value.
|
EmptyReference<T> |
A null object signalling that a reference field in some parent object was empty,
to prevent NullPointerExceptions and provide better error messages.
|
LocalizedString |
A wrapper around an attribute which can be translated into a number of locales.
|
Money |
Money represented by amount and currency.
|
QueryResult<T> |
Result of a query to the Sphere backend.
|
Reference<T> |
Link to an object using its id and type id.
|
ReferenceId<T> | |
SearchResult<T> |
Result of a search query to the Sphere backend.
|
VersionedId |
Id and version of a backend object.
|