Uses of Class
com.cumulocity.sdk.client.QueryParam
-
Packages that use QueryParam Package Description com.cumulocity.sdk.client com.cumulocity.sdk.client.inventory 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 QueryParam Modifier and Type Method Description static Map<String,String>QueryParam. asMap(QueryParam... params)CPagedCollectionResource. get(int pageSize, QueryParam... queryParams)The method returns the first page.CPagedCollectionResource. get(QueryParam... queryParams)The method returns the first page.IPagedCollectionResourceImpl. get(int pageSize, QueryParam... queryParams)IPagedCollectionResourceImpl. get(QueryParam... queryParams) -
Uses of QueryParam in com.cumulocity.sdk.client.inventory
Methods in com.cumulocity.sdk.client.inventory that return QueryParam Modifier and Type Method Description static 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 QueryParam Modifier and Type Method Description ManagedObjectRepresentationInventoryApi. get(GId id, QueryParam... params)Returns the Managed Object of the Resource.ManagedObjectRepresentationInventoryApiImpl. get(GId id, QueryParam... params)
-