Package | Description |
---|---|
com.cumulocity.sdk.client | |
com.cumulocity.sdk.client.inventory |
Provides the classes necessary to create, delete, update and query managed objects.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
QueryParam.asMap(QueryParam... params) |
C |
PagedCollectionResource.get(int pageSize,
QueryParam... queryParams)
The method returns the first page.
|
I |
PagedCollectionResourceImpl.get(int pageSize,
QueryParam... queryParams) |
C |
PagedCollectionResource.get(QueryParam... queryParams)
The method returns the first page.
|
I |
PagedCollectionResourceImpl.get(QueryParam... queryParams) |
Modifier and Type | Method and Description |
---|---|
static 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 Type | Method and Description |
---|---|
ManagedObjectRepresentation |
InventoryApi.get(com.cumulocity.model.idtype.GId id,
QueryParam... params)
Returns the Managed Object of the Resource.
|
ManagedObjectRepresentation |
InventoryApiImpl.get(com.cumulocity.model.idtype.GId id,
QueryParam... params) |
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.