Uses of Class
com.cumulocity.sdk.client.QueryParam
Packages that use QueryParam
Package
Description
Provides the classes necessary to create, delete, update and query managed objects.
-
Uses of QueryParam in com.cumulocity.sdk.client
Methods in com.cumulocity.sdk.client with parameters of type QueryParamModifier 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
Methods in com.cumulocity.sdk.client.inventory that return QueryParamModifier 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()
Methods in com.cumulocity.sdk.client.inventory with parameters of type QueryParamModifier and TypeMethodDescriptionInventoryApi.get
(GId id, QueryParam... params) Returns the Managed Object of the Resource.InventoryApiImpl.get
(GId id, QueryParam... params)