Uses of Interface
com.cumulocity.rest.representation.ResourceRepresentation
Package
Description
Provides the classes necessary to create, update and query alarms.
Provides the classes necessary to create, update and query audit records.
Provides the classes necessary to create, delete, update and query events.
Provides the classes necessary to bind, unbind and query external identifiers.
Provides the classes necessary to create, delete, update and query managed objects.
Provides the classes necessary to create, delete and query measurements.
-
Uses of ResourceRepresentation in com.cumulocity.rest.representation
Modifier and TypeClassDescriptionclass
class
Common Base Class for all Collection Representations.class
class
class
class
class
-
Uses of ResourceRepresentation in com.cumulocity.rest.representation.alarm
Modifier and TypeClassDescriptionclass
class
class
-
Uses of ResourceRepresentation in com.cumulocity.rest.representation.application
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
-
Uses of ResourceRepresentation in com.cumulocity.rest.representation.application.microservice
Modifier and TypeClassDescriptionclass
class
class
class
class
class
static class
static class
static class
static class
class
class
-
Uses of ResourceRepresentation in com.cumulocity.rest.representation.audit
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of ResourceRepresentation in com.cumulocity.rest.representation.connector
-
Uses of ResourceRepresentation in com.cumulocity.rest.representation.devicebootstrap
Modifier and TypeClassDescriptionclass
class
class
-
Uses of ResourceRepresentation in com.cumulocity.rest.representation.email
-
Uses of ResourceRepresentation in com.cumulocity.rest.representation.event
Modifier and TypeClassDescriptionclass
class
A Java Representation for the Media TypeEventMediaType.EVENT
.class
-
Uses of ResourceRepresentation in com.cumulocity.rest.representation.identity
Modifier and TypeClassDescriptionclass
class
class
-
Uses of ResourceRepresentation in com.cumulocity.rest.representation.inventory
Modifier and TypeClassDescriptionclass
A Java Representation for the MediaType Inventory, making a compromise between https://startups.jira.com/wiki/display/MTM/Inventory and the example in https://startups.jira.com/wiki/display/MTM/Requests+to+Inventoryclass
class
class
class
A Java Representation for the MediaType ManagedObjectclass
class
-
Uses of ResourceRepresentation in com.cumulocity.rest.representation.measurement
Modifier and TypeClassDescriptionclass
class
class
-
Uses of ResourceRepresentation in com.cumulocity.rest.representation.operation
Modifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of ResourceRepresentation in com.cumulocity.rest.representation.platform
-
Uses of ResourceRepresentation in com.cumulocity.rest.representation.reliable.notification
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of ResourceRepresentation in com.cumulocity.rest.representation.tenant
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
-
Uses of ResourceRepresentation in com.cumulocity.rest.representation.user
Modifier and TypeClassDescriptionclass
class
This class intentionally is not extendingUserRepresentation
.class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of ResourceRepresentation in com.cumulocity.sdk.client
Modifier and TypeMethodDescription<T extends ResourceRepresentation>
TRestConnector.get
(String path, CumulocityMediaType mediaType, Class<T> responseType) <T extends ResourceRepresentation>
TRestOperations.get
(String path, CumulocityMediaType mediaType, Class<T> responseType) <T extends ResourceRepresentation>
TResponseParser.parse
(jakarta.ws.rs.core.Response response, Class<T> type, int... expectedStatusCodes) <Result extends ResourceRepresentation,
Param extends ResourceRepresentation>
ResultRestConnector.post
(String path, CumulocityMediaType contentType, CumulocityMediaType accept, Param representation, Class<Result> clazz) <Result extends ResourceRepresentation,
Param extends ResourceRepresentation>
ResultRestConnector.post
(String path, CumulocityMediaType contentType, CumulocityMediaType accept, Param representation, Class<Result> clazz) <T extends ResourceRepresentation>
T<Result extends ResourceRepresentation,
Param extends ResourceRepresentation>
ResultRestOperations.post
(String path, CumulocityMediaType contentType, CumulocityMediaType accept, Param representation, Class<Result> clazz) <Result extends ResourceRepresentation,
Param extends ResourceRepresentation>
ResultRestOperations.post
(String path, CumulocityMediaType contentType, CumulocityMediaType accept, Param representation, Class<Result> clazz) <T extends ResourceRepresentation>
T<T extends ResourceRepresentation>
FutureRestConnector.postAsync
(String path, CumulocityMediaType mediaType, T representation) <T extends ResourceRepresentation>
FutureRestOperations.postAsync
(String path, CumulocityMediaType mediaType, T representation) <T extends ResourceRepresentation>
TRestConnector.postFile
(String path, T representation, byte[] bytes, jakarta.ws.rs.core.MediaType mediaType, Class<T> responseClass) <T extends ResourceRepresentation>
T<T extends ResourceRepresentation>
TRestOperations.postFile
(String path, T representation, byte[] bytes, jakarta.ws.rs.core.MediaType mediaType, Class<T> responseClass) <T extends ResourceRepresentation>
TDeprecated.<T extends ResourceRepresentation>
TRestConnector.postFileAsStream
(String path, T representation, InputStream inputStream, jakarta.ws.rs.core.MediaType mediaType, Class<T> responseClass) <T extends ResourceRepresentation>
TRestConnector.postFileAsStream
(String path, T representation, InputStream inputStream, Class<T> responseClass) <T extends ResourceRepresentation>
TRestOperations.postFileAsStream
(String path, T representation, InputStream inputStream, jakarta.ws.rs.core.MediaType mediaType, Class<T> responseClass) <T extends ResourceRepresentation>
TRestOperations.postFileAsStream
(String path, T representation, InputStream inputStream, Class<T> responseClass) Deprecated.<T extends ResourceRepresentation>
TRestConnector.postStream
(String path, CumulocityMediaType mediaType, InputStream content, Class<T> responseClass) <T extends ResourceRepresentation>
TRestOperations.postStream
(String path, CumulocityMediaType mediaType, InputStream content, Class<T> responseClass) <T extends ResourceRepresentation>
T<T extends ResourceRepresentation>
T<T extends ResourceRepresentation>
voidRestConnector.postWithoutResponse
(String path, jakarta.ws.rs.core.MediaType mediaType, T representation) <T extends ResourceRepresentation>
voidRestOperations.postWithoutResponse
(String path, jakarta.ws.rs.core.MediaType mediaType, T representation) <T extends ResourceRepresentation>
T<T extends ResourceRepresentation>
T<T extends ResourceRepresentation>
FutureRestConnector.putAsync
(String path, CumulocityMediaType mediaType, T representation) <T extends ResourceRepresentation>
FutureRestOperations.putAsync
(String path, CumulocityMediaType mediaType, T representation) <T extends ResourceRepresentation>
TRestConnector.putStream
(String path, jakarta.ws.rs.core.MediaType mediaType, InputStream content, Class<T> responseClass) <T extends ResourceRepresentation>
TRestConnector.putStream
(String path, String contentType, InputStream content, Class<T> responseClass) <T extends ResourceRepresentation>
TRestOperations.putStream
(String path, jakarta.ws.rs.core.MediaType mediaType, InputStream content, Class<T> responseClass) <T extends ResourceRepresentation>
TRestOperations.putStream
(String path, String contentType, InputStream content, Class<T> responseClass) <T extends ResourceRepresentation>
T<T extends ResourceRepresentation>
T -
Uses of ResourceRepresentation in com.cumulocity.sdk.client.alarm
-
Uses of ResourceRepresentation in com.cumulocity.sdk.client.audit
-
Uses of ResourceRepresentation in com.cumulocity.sdk.client.buffering
Modifier and TypeMethodDescriptionstatic BufferedRequest
BufferedRequest.create
(String method, String path, CumulocityMediaType mediaType, ResourceRepresentation representation) -
Uses of ResourceRepresentation in com.cumulocity.sdk.client.devicecontrol
-
Uses of ResourceRepresentation in com.cumulocity.sdk.client.event
-
Uses of ResourceRepresentation in com.cumulocity.sdk.client.identity
-
Uses of ResourceRepresentation in com.cumulocity.sdk.client.inventory
Modifier and TypeClassDescriptionclass
class
-
Uses of ResourceRepresentation in com.cumulocity.sdk.client.measurement
-
Uses of ResourceRepresentation in com.cumulocity.sdk.client.messaging.notifications
Modifier and TypeClassDescriptionclass
class
class
-
Uses of ResourceRepresentation in com.cumulocity.sdk.client.option