Class OperationCollectionImpl
- java.lang.Object
-
- com.cumulocity.sdk.client.PagedCollectionResourceImpl<OperationRepresentation,OperationCollectionRepresentation,PagedOperationCollectionRepresentation>
-
- com.cumulocity.sdk.client.devicecontrol.OperationCollectionImpl
-
- All Implemented Interfaces:
OperationCollection,PagedCollectionResource<OperationRepresentation,PagedOperationCollectionRepresentation>
public class OperationCollectionImpl extends PagedCollectionResourceImpl<OperationRepresentation,OperationCollectionRepresentation,PagedOperationCollectionRepresentation> implements OperationCollection
-
-
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
Constructors Constructor Description OperationCollectionImpl(RestConnector restConnector, String url, int pageSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CumulocityMediaTypegetMediaType()protected Class<OperationCollectionRepresentation>getResponseClass()protected PagedOperationCollectionRepresentationwrap(OperationCollectionRepresentation 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 Detail
-
OperationCollectionImpl
public OperationCollectionImpl(RestConnector restConnector, String url, int pageSize)
-
-
Method Detail
-
getMediaType
protected CumulocityMediaType getMediaType()
-
getResponseClass
protected Class<OperationCollectionRepresentation> getResponseClass()
-
wrap
protected PagedOperationCollectionRepresentation wrap(OperationCollectionRepresentation collection)
-
-