|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BaseCollectionRepresentation in com.cumulocity.rest.representation.alarm |
---|
Subclasses of BaseCollectionRepresentation in com.cumulocity.rest.representation.alarm | |
---|---|
class |
AlarmCollectionRepresentation
|
Uses of BaseCollectionRepresentation in com.cumulocity.rest.representation.application |
---|
Subclasses of BaseCollectionRepresentation in com.cumulocity.rest.representation.application | |
---|---|
class |
ApplicationCollectionRepresentation
|
class |
ApplicationReferenceCollectionRepresentation
|
Uses of BaseCollectionRepresentation in com.cumulocity.rest.representation.audit |
---|
Subclasses of BaseCollectionRepresentation in com.cumulocity.rest.representation.audit | |
---|---|
class |
AuditRecordCollectionRepresentation
|
Uses of BaseCollectionRepresentation in com.cumulocity.rest.representation.event |
---|
Subclasses of BaseCollectionRepresentation in com.cumulocity.rest.representation.event | |
---|---|
class |
EventCollectionRepresentation
|
class |
EventsApiRepresentation
|
Uses of BaseCollectionRepresentation in com.cumulocity.rest.representation.identity |
---|
Subclasses of BaseCollectionRepresentation in com.cumulocity.rest.representation.identity | |
---|---|
class |
ExternalIDCollectionRepresentation
|
Uses of BaseCollectionRepresentation in com.cumulocity.rest.representation.inventory |
---|
Subclasses of BaseCollectionRepresentation in com.cumulocity.rest.representation.inventory | |
---|---|
class |
ManagedObjectCollectionRepresentation
|
class |
ManagedObjectReferenceCollectionRepresentation
|
Uses of BaseCollectionRepresentation in com.cumulocity.rest.representation.measurement |
---|
Subclasses of BaseCollectionRepresentation in com.cumulocity.rest.representation.measurement | |
---|---|
class |
MeasurementCollectionRepresentation
|
Uses of BaseCollectionRepresentation in com.cumulocity.rest.representation.operation |
---|
Subclasses of BaseCollectionRepresentation in com.cumulocity.rest.representation.operation | |
---|---|
class |
OperationCollectionRepresentation
|
Uses of BaseCollectionRepresentation in com.cumulocity.rest.representation.tenant |
---|
Subclasses of BaseCollectionRepresentation in com.cumulocity.rest.representation.tenant | |
---|---|
class |
TenantCollectionRepresentation
|
class |
TenantUsageStatisticsCollectionRepresentation
|
Uses of BaseCollectionRepresentation in com.cumulocity.rest.representation.user |
---|
Uses of BaseCollectionRepresentation in com.cumulocity.sdk.client |
---|
Classes in com.cumulocity.sdk.client with type parameters of type BaseCollectionRepresentation | |
---|---|
class |
EmptyPagedCollectionResource<T extends BaseCollectionRepresentation>
|
interface |
PagedCollectionResource<T extends BaseCollectionRepresentation>
|
class |
PagedCollectionResourceImpl<T extends BaseCollectionRepresentation>
|
Methods in com.cumulocity.sdk.client with parameters of type BaseCollectionRepresentation | |
---|---|
T |
PagedCollectionResource.getNextPage(BaseCollectionRepresentation collectionRepresentation)
The method returns the next page from the collection. |
T |
PagedCollectionResourceImpl.getNextPage(BaseCollectionRepresentation collectionRepresentation)
|
T |
EmptyPagedCollectionResource.getNextPage(BaseCollectionRepresentation collectionRepresentation)
|
T |
PagedCollectionResource.getPage(BaseCollectionRepresentation collectionRepresentation,
int pageNumber)
The method returns the specified page number. |
T |
PagedCollectionResourceImpl.getPage(BaseCollectionRepresentation collectionRepresentation,
int pageNumber)
|
T |
EmptyPagedCollectionResource.getPage(BaseCollectionRepresentation collectionRepresentation,
int pageNumber)
|
T |
PagedCollectionResource.getPage(BaseCollectionRepresentation collectionRepresentation,
int pageNumber,
int pageSize)
The method returns the specified page number. |
T |
PagedCollectionResourceImpl.getPage(BaseCollectionRepresentation collectionRepresentation,
int pageNumber,
int pageSize)
|
T |
EmptyPagedCollectionResource.getPage(BaseCollectionRepresentation collectionRepresentation,
int pageNumber,
int pageSize)
|
T |
PagedCollectionResource.getPreviousPage(BaseCollectionRepresentation collectionRepresentation)
This method returns the previous page in the collection. |
T |
PagedCollectionResourceImpl.getPreviousPage(BaseCollectionRepresentation collectionRepresentation)
|
T |
EmptyPagedCollectionResource.getPreviousPage(BaseCollectionRepresentation collectionRepresentation)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |