Uses of Class
com.cumulocity.rest.representation.BaseResourceRepresentation
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 BaseResourceRepresentation in com.cumulocity.rest.representation
Modifier and TypeClassDescriptionclass
class
Common Base Class for all Collection Representations.class
class
class
class
-
Uses of BaseResourceRepresentation in com.cumulocity.rest.representation.alarm
Modifier and TypeClassDescriptionclass
class
class
-
Uses of BaseResourceRepresentation in com.cumulocity.rest.representation.application
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
-
Uses of BaseResourceRepresentation 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 BaseResourceRepresentation in com.cumulocity.rest.representation.audit
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of BaseResourceRepresentation in com.cumulocity.rest.representation.devicebootstrap
Modifier and TypeClassDescriptionclass
class
class
-
Uses of BaseResourceRepresentation in com.cumulocity.rest.representation.email
-
Uses of BaseResourceRepresentation in com.cumulocity.rest.representation.event
Modifier and TypeClassDescriptionclass
class
A Java Representation for the Media TypeEventMediaType.EVENT
.class
-
Uses of BaseResourceRepresentation in com.cumulocity.rest.representation.identity
Modifier and TypeClassDescriptionclass
class
class
-
Uses of BaseResourceRepresentation 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 BaseResourceRepresentation in com.cumulocity.rest.representation.measurement
Modifier and TypeClassDescriptionclass
class
class
-
Uses of BaseResourceRepresentation in com.cumulocity.rest.representation.operation
Modifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of BaseResourceRepresentation in com.cumulocity.rest.representation.platform
-
Uses of BaseResourceRepresentation in com.cumulocity.rest.representation.reliable.notification
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of BaseResourceRepresentation in com.cumulocity.rest.representation.tenant
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
-
Uses of BaseResourceRepresentation 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 BaseResourceRepresentation in com.cumulocity.sdk.client.alarm
-
Uses of BaseResourceRepresentation in com.cumulocity.sdk.client.audit
-
Uses of BaseResourceRepresentation in com.cumulocity.sdk.client.devicecontrol
-
Uses of BaseResourceRepresentation in com.cumulocity.sdk.client.event
-
Uses of BaseResourceRepresentation in com.cumulocity.sdk.client.identity
-
Uses of BaseResourceRepresentation in com.cumulocity.sdk.client.inventory
Modifier and TypeClassDescriptionclass
class
-
Uses of BaseResourceRepresentation in com.cumulocity.sdk.client.measurement
-
Uses of BaseResourceRepresentation in com.cumulocity.sdk.client.messaging.notifications
Modifier and TypeClassDescriptionclass
class
class
-
Uses of BaseResourceRepresentation in com.cumulocity.sdk.client.option
-
Uses of BaseResourceRepresentation in com.cumulocity.sdk.client.rest.providers
Modifier and TypeMethodDescriptionCumulocityJSONMessageBodyReader.readFrom
(Class<BaseResourceRepresentation> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, String> httpHeaders, InputStream entityStream) Modifier and TypeMethodDescriptionlong
CumulocityJSONMessageBodyWriter.getSize
(BaseResourceRepresentation t, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType) void
CumulocityJSONMessageBodyWriter.writeTo
(BaseResourceRepresentation representation, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, OutputStream entityStream) Modifier and TypeMethodDescriptionCumulocityJSONMessageBodyReader.readFrom
(Class<BaseResourceRepresentation> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, String> httpHeaders, InputStream entityStream)