See: Description
Interface | Description |
---|---|
CustomObjectByIdGet<T> |
SphereRequest to fetch one CustomObject by id. |
CustomObjectByKeyGet<T> |
SphereRequest to fetch one CustomObject by container and key. |
CustomObjectQuery<T> |
Queries custom objects.
|
CustomObjectQueryModel<T extends CustomObject<?>> |
Meta model to explore for which fields can be queried in a CustomObject.
|
Class | Description |
---|---|
CustomObjectCustomJsonMappingByKeyGet<T> |
SphereRequest to fetch one CustomObject by container and key but using a custom JSON mapper instead of the SDK default one. |
CustomObjectQueryBuilder<T> |
A Builder for CustomObjectQuery.
|