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 QueryParamInventoryParam.withChildren()static QueryParamInventoryParam.withChildrenNames()static QueryParamInventoryParam.withoutChildren()static QueryParamInventoryParam.withoutChildrenNames()static QueryParamInventoryParam.withoutParents()static QueryParamInventoryParam.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)