Class ManagedObjectReferenceCollectionImpl
java.lang.Object
com.cumulocity.sdk.client.PagedCollectionResourceImpl<ManagedObjectReferenceRepresentation,ManagedObjectReferenceCollectionRepresentation,PagedManagedObjectReferenceCollectionRepresentation>
com.cumulocity.sdk.client.inventory.ManagedObjectReferenceCollectionImpl
- All Implemented Interfaces:
ManagedObjectReferenceCollection
,PagedCollectionResource<ManagedObjectReferenceRepresentation,
PagedManagedObjectReferenceCollectionRepresentation>
public class ManagedObjectReferenceCollectionImpl
extends PagedCollectionResourceImpl<ManagedObjectReferenceRepresentation,ManagedObjectReferenceCollectionRepresentation,PagedManagedObjectReferenceCollectionRepresentation>
implements ManagedObjectReferenceCollection
-
Field Summary
Fields inherited from class com.cumulocity.sdk.client.PagedCollectionResourceImpl
pageSize, restConnector
Fields inherited from interface com.cumulocity.sdk.client.PagedCollectionResource
PAGE_NUMBER_KEY, PAGE_SIZE_KEY
-
Constructor Summary
ConstructorDescriptionManagedObjectReferenceCollectionImpl
(RestConnector restConnector, String url, int pageSize) -
Method Summary
Modifier and TypeMethodDescriptionprotected CumulocityMediaType
wrap
(ManagedObjectReferenceCollectionRepresentation collection) Methods inherited from class com.cumulocity.sdk.client.PagedCollectionResourceImpl
equals, get, get, get, getCollection, getNextPage, getPage, getPage, getPreviousPage, hashCode, prepareGetParams
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.cumulocity.sdk.client.PagedCollectionResource
get, get, getNextPage, getPage, getPage, getPreviousPage
-
Constructor Details
-
ManagedObjectReferenceCollectionImpl
-
-
Method Details
-
getMediaType
-
getResponseClass
-
wrap
protected PagedManagedObjectReferenceCollectionRepresentation wrap(ManagedObjectReferenceCollectionRepresentation collection)
-