Uses of Class
com.cumulocity.sdk.client.QueryParam
Package
Description
Provides the classes necessary to create, delete, update and query managed objects.
-
Uses of QueryParam in com.cumulocity.sdk.client
Modifier and TypeMethodDescriptionQueryParam.asMap
(QueryParam... params) PagedCollectionResource.get
(int pageSize, QueryParam... queryParams) The method returns the first page.PagedCollectionResource.get
(QueryParam... queryParams) The method returns the first page.PagedCollectionResourceImpl.get
(int pageSize, QueryParam... queryParams) PagedCollectionResourceImpl.get
(QueryParam... queryParams) -
Uses of QueryParam in com.cumulocity.sdk.client.inventory
Modifier and TypeMethodDescriptionstatic QueryParam
InventoryParam.withChildren()
static QueryParam
InventoryParam.withChildrenNames()
static QueryParam
InventoryParam.withoutChildren()
static QueryParam
InventoryParam.withoutChildrenNames()
static QueryParam
InventoryParam.withoutParents()
static QueryParam
InventoryParam.withParents()
Modifier and TypeMethodDescriptionInventoryApi.get
(GId id, QueryParam... params) Returns the Managed Object of the Resource.InventoryApiImpl.get
(GId id, QueryParam... params)