Uses of Interface
com.cumulocity.rest.representation.ResourceRepresentation
-
-
Uses of ResourceRepresentation in com.cumulocity.rest.representation
Subinterfaces of ResourceRepresentation in com.cumulocity.rest.representation Modifier and Type Interface Description interfaceResourceRepresentationWithIdClasses in com.cumulocity.rest.representation that implement ResourceRepresentation Modifier and Type Class Description classAbstractExtensibleRepresentationclassBaseCollectionRepresentation<T>Common Base Class for all Collection Representations.classBaseResourceRepresentationclassBaseResourceWithExplainRepresentationclassCustomPropertiesMapRepresentationclassErrorMessageRepresentationclassPageStatisticsRepresentation -
Uses of ResourceRepresentation in com.cumulocity.rest.representation.alarm
Classes in com.cumulocity.rest.representation.alarm that implement ResourceRepresentation Modifier and Type Class Description classAlarmCollectionRepresentationclassAlarmRepresentationclassAlarmsApiRepresentation -
Uses of ResourceRepresentation in com.cumulocity.rest.representation.application
Classes in com.cumulocity.rest.representation.application that implement ResourceRepresentation Modifier and Type Class Description classApplicationCollectionRepresentationclassApplicationReferenceCollectionRepresentationclassApplicationReferenceRepresentationclassApplicationRepresentationclassApplicationUserCollectionRepresentationclassApplicationUserRepresentationclassApplicationVersionCollectionRepresentationclassApplicationVersionRepresentationclassManifestRepresentationclassMicroserviceManifestRepresentation -
Uses of ResourceRepresentation in com.cumulocity.rest.representation.application.microservice
Classes in com.cumulocity.rest.representation.application.microservice that implement ResourceRepresentation Modifier and Type Class Description classConfigurationOptionRepresentationclassConfigurationOptionSchemaRepresentationclassExtensionRepresentationclassMicroserviceBillingCollectionRepresentationclassMicroserviceBillingRepresentationclassProbeRepresentationstatic classProbeRepresentation.ExecActionRepresentationstatic classProbeRepresentation.HTTPGetActionRepresentationstatic classProbeRepresentation.HttpHeaderRepresentationstatic classProbeRepresentation.TCPSocketActionRepresentationclassProviderRepresentationclassResourcesRepresentation -
Uses of ResourceRepresentation in com.cumulocity.rest.representation.audit
Classes in com.cumulocity.rest.representation.audit that implement ResourceRepresentation Modifier and Type Class Description classAuditRecordCollectionRepresentationclassAuditRecordRepresentationclassAuditRecordsRepresentationclassChangeRepresentation -
Uses of ResourceRepresentation in com.cumulocity.rest.representation.connector
Classes in com.cumulocity.rest.representation.connector that implement ResourceRepresentation Modifier and Type Class Description classConnectorReferenceRepresentation -
Uses of ResourceRepresentation in com.cumulocity.rest.representation.devicebootstrap
Classes in com.cumulocity.rest.representation.devicebootstrap that implement ResourceRepresentation Modifier and Type Class Description classDeviceCredentialsRepresentationclassNewDeviceRequestCollectionRepresentationclassNewDeviceRequestRepresentation -
Uses of ResourceRepresentation in com.cumulocity.rest.representation.email
Classes in com.cumulocity.rest.representation.email that implement ResourceRepresentation Modifier and Type Class Description classEmailRepresentation -
Uses of ResourceRepresentation in com.cumulocity.rest.representation.event
Classes in com.cumulocity.rest.representation.event that implement ResourceRepresentation Modifier and Type Class Description classEventCollectionRepresentationclassEventRepresentationA Java Representation for the Media TypeEventMediaType.EVENT.classEventsApiRepresentation -
Uses of ResourceRepresentation in com.cumulocity.rest.representation.identity
Classes in com.cumulocity.rest.representation.identity that implement ResourceRepresentation Modifier and Type Class Description classExternalIDCollectionRepresentationclassExternalIDRepresentationclassIdentityRepresentation -
Uses of ResourceRepresentation in com.cumulocity.rest.representation.inventory
Classes in com.cumulocity.rest.representation.inventory that implement ResourceRepresentation Modifier and Type Class Description classInventoryRepresentationA 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+InventoryclassManagedObjectCollectionRepresentationclassManagedObjectReferenceCollectionRepresentationclassManagedObjectReferenceRepresentationclassManagedObjectRepresentationA Java Representation for the MediaType ManagedObjectclassSupportedMeasurementsRepresentationclassSupportedSeriesRepresentation -
Uses of ResourceRepresentation in com.cumulocity.rest.representation.measurement
Classes in com.cumulocity.rest.representation.measurement that implement ResourceRepresentation Modifier and Type Class Description classMeasurementCollectionRepresentationclassMeasurementRepresentationclassMeasurementsApiRepresentation -
Uses of ResourceRepresentation in com.cumulocity.rest.representation.operation
Classes in com.cumulocity.rest.representation.operation that implement ResourceRepresentation Modifier and Type Class Description classDeliveryLogEntryRepresentationclassDeliveryRepresentationclassDeviceControlRepresentationclassOperationCollectionRepresentationclassOperationRepresentation -
Uses of ResourceRepresentation in com.cumulocity.rest.representation.platform
Classes in com.cumulocity.rest.representation.platform that implement ResourceRepresentation Modifier and Type Class Description classPlatformApiRepresentation -
Uses of ResourceRepresentation in com.cumulocity.rest.representation.reliable.notification
Classes in com.cumulocity.rest.representation.reliable.notification that implement ResourceRepresentation Modifier and Type Class Description classNotificationSubscriptionCollectionRepresentationclassNotificationSubscriptionFilterRepresentationclassNotificationSubscriptionRepresentationclassNotificationTokenRequestRepresentation -
Uses of ResourceRepresentation in com.cumulocity.rest.representation.tenant
Classes in com.cumulocity.rest.representation.tenant that implement ResourceRepresentation Modifier and Type Class Description classExtensibleOptionRepresentationclassOptionCollectionRepresentationclassOptionRepresentationclassOptionsRepresentationclassSupportUserDetailsRepresentationclassTenantApiRepresentationclassTenantCollectionRepresentationclassTenantReferenceRepresentationclassTenantRepresentation -
Uses of ResourceRepresentation in com.cumulocity.rest.representation.user
Classes in com.cumulocity.rest.representation.user that implement ResourceRepresentation Modifier and Type Class Description classCurrentTenantRepresentationclassCurrentUserRepresentationThis class intentionally is not extendingUserRepresentation.classGroupCollectionRepresentationclassGroupReferenceCollectionRepresentationclassGroupReferenceRepresentationclassGroupRepresentationclassRoleCollectionRepresentationclassRoleReferenceCollectionRepresentationclassRoleReferenceRepresentationclassRoleRepresentationclassUserCollectionRepresentationclassUserReferenceCollectionRepresentationclassUserReferenceRepresentationclassUserRepresentationclassUsersApiRepresentation -
Uses of ResourceRepresentation in com.cumulocity.sdk.client
Methods in com.cumulocity.sdk.client with type parameters of type ResourceRepresentation Modifier and Type Method Description <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(javax.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>
TRestConnector. post(String path, javax.ws.rs.core.MediaType mediaType, T representation)<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>
TRestOperations. post(String path, javax.ws.rs.core.MediaType mediaType, T representation)<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, Class<T> responseClass)<T extends ResourceRepresentation>
TRestOperations. postFile(String path, T representation, byte[] bytes, 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, 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>
TRestConnector. postText(String path, String content, Class<T> responseClass)<T extends ResourceRepresentation>
TRestOperations. postText(String path, String content, Class<T> responseClass)<T extends ResourceRepresentation>
voidRestConnector. postWithoutResponse(String path, javax.ws.rs.core.MediaType mediaType, T representation)<T extends ResourceRepresentation>
voidRestOperations. postWithoutResponse(String path, javax.ws.rs.core.MediaType mediaType, T representation)<T extends ResourceRepresentation>
TRestConnector. put(String path, javax.ws.rs.core.MediaType mediaType, T representation)<T extends ResourceRepresentation>
TRestOperations. put(String path, javax.ws.rs.core.MediaType mediaType, T representation)<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, String contentType, InputStream content, Class<T> responseClass)<T extends ResourceRepresentation>
TRestConnector. putStream(String path, javax.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>
TRestOperations. putStream(String path, javax.ws.rs.core.MediaType mediaType, InputStream content, Class<T> responseClass)<T extends ResourceRepresentation>
TRestConnector. putText(String path, String content, Class<T> responseClass)<T extends ResourceRepresentation>
TRestOperations. putText(String path, String content, Class<T> responseClass) -
Uses of ResourceRepresentation in com.cumulocity.sdk.client.alarm
Classes in com.cumulocity.sdk.client.alarm that implement ResourceRepresentation Modifier and Type Class Description classPagedAlarmCollectionRepresentation -
Uses of ResourceRepresentation in com.cumulocity.sdk.client.audit
Classes in com.cumulocity.sdk.client.audit that implement ResourceRepresentation Modifier and Type Class Description classPagedAuditCollectionRepresentation -
Uses of ResourceRepresentation in com.cumulocity.sdk.client.buffering
Methods in com.cumulocity.sdk.client.buffering that return ResourceRepresentation Modifier and Type Method Description ResourceRepresentationBufferedRequest. getRepresentation()Methods in com.cumulocity.sdk.client.buffering with parameters of type ResourceRepresentation Modifier and Type Method Description static BufferedRequestBufferedRequest. 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 Modifier and Type Class Description classPagedOperationCollectionRepresentation -
Uses of ResourceRepresentation in com.cumulocity.sdk.client.event
Classes in com.cumulocity.sdk.client.event that implement ResourceRepresentation Modifier and Type Class Description classPagedEventCollectionRepresentation -
Uses of ResourceRepresentation in com.cumulocity.sdk.client.identity
Classes in com.cumulocity.sdk.client.identity that implement ResourceRepresentation Modifier and Type Class Description classPagedExternalIDCollectionRepresentation -
Uses of ResourceRepresentation in com.cumulocity.sdk.client.inventory
Classes in com.cumulocity.sdk.client.inventory that implement ResourceRepresentation Modifier and Type Class Description classPagedManagedObjectCollectionRepresentationclassPagedManagedObjectReferenceCollectionRepresentation -
Uses of ResourceRepresentation in com.cumulocity.sdk.client.measurement
Classes in com.cumulocity.sdk.client.measurement that implement ResourceRepresentation Modifier and Type Class Description classPagedMeasurementCollectionRepresentation -
Uses of ResourceRepresentation in com.cumulocity.sdk.client.messaging.notifications
Classes in com.cumulocity.sdk.client.messaging.notifications that implement ResourceRepresentation Modifier and Type Class Description classPagedNotificationSubscriptionCollectionRepresentationclassTokenclassTokenClaims -
Uses of ResourceRepresentation in com.cumulocity.sdk.client.option
Classes in com.cumulocity.sdk.client.option that implement ResourceRepresentation Modifier and Type Class Description classPagedTenantOptionCollectionRepresentation
-