Class ExternalIDCollectionImpl
java.lang.Object
com.cumulocity.sdk.client.PagedCollectionResourceImpl<ExternalIDRepresentation,ExternalIDCollectionRepresentation,PagedExternalIDCollectionRepresentation>
com.cumulocity.sdk.client.identity.ExternalIDCollectionImpl
- All Implemented Interfaces:
ExternalIDCollection,PagedCollectionResource<ExternalIDRepresentation,PagedExternalIDCollectionRepresentation>
public class ExternalIDCollectionImpl
extends PagedCollectionResourceImpl<ExternalIDRepresentation,ExternalIDCollectionRepresentation,PagedExternalIDCollectionRepresentation>
implements ExternalIDCollection
-
Field Summary
Fields inherited from class com.cumulocity.sdk.client.PagedCollectionResourceImpl
pageSize, restConnectorFields inherited from interface com.cumulocity.sdk.client.PagedCollectionResource
PAGE_NUMBER_KEY, PAGE_SIZE_KEY -
Constructor Summary
ConstructorsConstructorDescriptionExternalIDCollectionImpl(RestConnector restConnector, String url, int pageSize) -
Method Summary
Modifier and TypeMethodDescriptionprotected CumulocityMediaTypeprotected Class<ExternalIDCollectionRepresentation>protected PagedExternalIDCollectionRepresentationwrap(ExternalIDCollectionRepresentation collection) Methods inherited from class com.cumulocity.sdk.client.PagedCollectionResourceImpl
equals, get, get, get, getCollection, getNextPage, getPage, getPage, getPreviousPage, hashCode, prepareGetParamsMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cumulocity.sdk.client.PagedCollectionResource
get, get, getNextPage, getPage, getPage, getPreviousPage
-
Constructor Details
-
ExternalIDCollectionImpl
-
-
Method Details
-
getMediaType
-
getResponseClass
-
wrap
protected PagedExternalIDCollectionRepresentation wrap(ExternalIDCollectionRepresentation collection)
-