Uses of Interface
com.cumulocity.rest.representation.ResourceRepresentation
Packages that use 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
Subinterfaces of ResourceRepresentation in com.cumulocity.rest.representationClasses in com.cumulocity.rest.representation that implement ResourceRepresentationModifier and TypeClassDescriptionclass
class
Common Base Class for all Collection Representations.class
class
class
class
class
-
Uses of ResourceRepresentation in com.cumulocity.rest.representation.alarm
Classes in com.cumulocity.rest.representation.alarm that implement ResourceRepresentationModifier and TypeClassDescriptionclass
class
class
-
Uses of ResourceRepresentation in com.cumulocity.rest.representation.application
Classes in com.cumulocity.rest.representation.application that implement ResourceRepresentationModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
-
Uses of ResourceRepresentation in com.cumulocity.rest.representation.application.microservice
Classes in com.cumulocity.rest.representation.application.microservice that implement ResourceRepresentationModifier 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
Classes in com.cumulocity.rest.representation.audit that implement ResourceRepresentationModifier and TypeClassDescriptionclass
class
class
class
-
Uses of ResourceRepresentation in com.cumulocity.rest.representation.connector
Classes in com.cumulocity.rest.representation.connector that implement ResourceRepresentation -
Uses of ResourceRepresentation in com.cumulocity.rest.representation.devicebootstrap
Classes in com.cumulocity.rest.representation.devicebootstrap that implement ResourceRepresentationModifier and TypeClassDescriptionclass
class
class
-
Uses of ResourceRepresentation in com.cumulocity.rest.representation.email
Classes in com.cumulocity.rest.representation.email that implement ResourceRepresentation -
Uses of ResourceRepresentation in com.cumulocity.rest.representation.event
Classes in com.cumulocity.rest.representation.event that implement ResourceRepresentationModifier and TypeClassDescriptionclass
class
A Java Representation for the Media TypeEventMediaType.EVENT
.class
-
Uses of ResourceRepresentation in com.cumulocity.rest.representation.identity
Classes in com.cumulocity.rest.representation.identity that implement ResourceRepresentationModifier and TypeClassDescriptionclass
class
class
-
Uses of ResourceRepresentation in com.cumulocity.rest.representation.inventory
Classes in com.cumulocity.rest.representation.inventory that implement ResourceRepresentationModifier 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
Classes in com.cumulocity.rest.representation.measurement that implement ResourceRepresentationModifier and TypeClassDescriptionclass
class
class
-
Uses of ResourceRepresentation in com.cumulocity.rest.representation.operation
Classes in com.cumulocity.rest.representation.operation that implement ResourceRepresentationModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of ResourceRepresentation in com.cumulocity.rest.representation.platform
Classes in com.cumulocity.rest.representation.platform that implement ResourceRepresentation -
Uses of ResourceRepresentation in com.cumulocity.rest.representation.reliable.notification
Classes in com.cumulocity.rest.representation.reliable.notification that implement ResourceRepresentationModifier and TypeClassDescriptionclass
class
class
class
-
Uses of ResourceRepresentation in com.cumulocity.rest.representation.tenant
Classes in com.cumulocity.rest.representation.tenant that implement ResourceRepresentationModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
-
Uses of ResourceRepresentation in com.cumulocity.rest.representation.user
Classes in com.cumulocity.rest.representation.user that implement ResourceRepresentationModifier 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
Methods in com.cumulocity.sdk.client with type parameters of type ResourceRepresentationModifier 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.postMultiPart
(String path, org.glassfish.jersey.media.multipart.FormDataMultiPart form, Class<T> responseClass) <T extends ResourceRepresentation>
TRestOperations.postMultiPart
(String path, org.glassfish.jersey.media.multipart.FormDataMultiPart form, Class<T> responseClass) <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
Classes in com.cumulocity.sdk.client.alarm that implement ResourceRepresentation -
Uses of ResourceRepresentation in com.cumulocity.sdk.client.audit
Classes in com.cumulocity.sdk.client.audit that implement ResourceRepresentation -
Uses of ResourceRepresentation in com.cumulocity.sdk.client.buffering
Methods in com.cumulocity.sdk.client.buffering that return ResourceRepresentationMethods in com.cumulocity.sdk.client.buffering with parameters of type ResourceRepresentationModifier and TypeMethodDescriptionstatic BufferedRequest
BufferedRequest.create
(String method, String path, CumulocityMediaType mediaType, ResourceRepresentation representation) -
Uses of ResourceRepresentation in com.cumulocity.sdk.client.devicecontrol
Classes in com.cumulocity.sdk.client.devicecontrol that implement ResourceRepresentation -
Uses of ResourceRepresentation in com.cumulocity.sdk.client.event
Classes in com.cumulocity.sdk.client.event that implement ResourceRepresentation -
Uses of ResourceRepresentation in com.cumulocity.sdk.client.identity
Classes in com.cumulocity.sdk.client.identity that implement ResourceRepresentation -
Uses of ResourceRepresentation in com.cumulocity.sdk.client.inventory
Classes in com.cumulocity.sdk.client.inventory that implement ResourceRepresentationModifier and TypeClassDescriptionclass
class
-
Uses of ResourceRepresentation in com.cumulocity.sdk.client.measurement
Classes in com.cumulocity.sdk.client.measurement that implement ResourceRepresentation -
Uses of ResourceRepresentation in com.cumulocity.sdk.client.messaging.notifications
Classes in com.cumulocity.sdk.client.messaging.notifications that implement ResourceRepresentationModifier and TypeClassDescriptionclass
class
class
-
Uses of ResourceRepresentation in com.cumulocity.sdk.client.option
Classes in com.cumulocity.sdk.client.option that implement ResourceRepresentation