Uses of Interface
com.cumulocity.rest.representation.ResourceRepresentation

Packages that use ResourceRepresentation
com.cumulocity.rest.representation   
com.cumulocity.rest.representation.alarm   
com.cumulocity.rest.representation.application   
com.cumulocity.rest.representation.audit   
com.cumulocity.rest.representation.event   
com.cumulocity.rest.representation.identity   
com.cumulocity.rest.representation.inventory   
com.cumulocity.rest.representation.measurement   
com.cumulocity.rest.representation.operation   
com.cumulocity.rest.representation.platform   
com.cumulocity.rest.representation.tenant   
com.cumulocity.rest.representation.user   
com.cumulocity.sdk.client   
 

Uses of ResourceRepresentation in com.cumulocity.rest.representation
 

Subinterfaces of ResourceRepresentation in com.cumulocity.rest.representation
 interface ResourceRepresentationWithId
           
 

Classes in com.cumulocity.rest.representation that implement ResourceRepresentation
 class AbstractExtensibleRepresentation
           
 class BaseCollectionRepresentation
          Common Base Class for all Collection Representations.
 class BaseResourceRepresentation
           
 

Uses of ResourceRepresentation in com.cumulocity.rest.representation.alarm
 

Classes in com.cumulocity.rest.representation.alarm that implement ResourceRepresentation
 class AlarmCollectionRepresentation
           
 class AlarmRepresentation
           
 class AlarmsApiRepresentation
           
 

Uses of ResourceRepresentation in com.cumulocity.rest.representation.application
 

Classes in com.cumulocity.rest.representation.application that implement ResourceRepresentation
 class ApplicationApiRepresentation
           
 class ApplicationCollectionRepresentation
           
 class ApplicationReferenceCollectionRepresentation
           
 class ApplicationReferenceRepresentation
           
 class ApplicationRepresentation
           
 

Uses of ResourceRepresentation in com.cumulocity.rest.representation.audit
 

Classes in com.cumulocity.rest.representation.audit that implement ResourceRepresentation
 class AuditRecordCollectionRepresentation
           
 class AuditRecordRepresentation
           
 class AuditRecordsRepresentation
           
 

Uses of ResourceRepresentation in com.cumulocity.rest.representation.event
 

Classes in com.cumulocity.rest.representation.event that implement ResourceRepresentation
 class EventCollectionRepresentation
           
 class EventRepresentation
          A Java Representation for the Media Type EventMediaType.EVENT.
 class EventsApiRepresentation
           
 

Uses of ResourceRepresentation in com.cumulocity.rest.representation.identity
 

Classes in com.cumulocity.rest.representation.identity that implement ResourceRepresentation
 class ExternalIDCollectionRepresentation
           
 class ExternalIDRepresentation
           
 class IdentityRepresentation
           
 

Uses of ResourceRepresentation in com.cumulocity.rest.representation.inventory
 

Classes in com.cumulocity.rest.representation.inventory that implement ResourceRepresentation
 class InventoryRepresentation
          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+Inventory
 class ManagedObjectCollectionRepresentation
           
 class ManagedObjectReferenceCollectionRepresentation
           
 class ManagedObjectReferenceRepresentation
           
 class ManagedObjectRepresentation
          A Java Representation for the MediaType ManagedObject
 

Uses of ResourceRepresentation in com.cumulocity.rest.representation.measurement
 

Classes in com.cumulocity.rest.representation.measurement that implement ResourceRepresentation
 class MeasurementCollectionRepresentation
           
 class MeasurementRepresentation
           
 class MeasurementsApiRepresentation
           
 

Uses of ResourceRepresentation in com.cumulocity.rest.representation.operation
 

Classes in com.cumulocity.rest.representation.operation that implement ResourceRepresentation
 class DeviceControlRepresentation
           
 class OperationCollectionRepresentation
           
 class OperationRepresentation
           
 

Uses of ResourceRepresentation in com.cumulocity.rest.representation.platform
 

Classes in com.cumulocity.rest.representation.platform that implement ResourceRepresentation
 class PlatformApiRepresentation
           
 

Uses of ResourceRepresentation in com.cumulocity.rest.representation.tenant
 

Classes in com.cumulocity.rest.representation.tenant that implement ResourceRepresentation
 class TenantCollectionRepresentation
           
 class TenantRepresentation
           
 class TenantUsageStatisticsCollectionRepresentation
           
 class TenantUsageStatisticsRepresentation
           
 

Uses of ResourceRepresentation in com.cumulocity.rest.representation.user
 

Classes in com.cumulocity.rest.representation.user that implement ResourceRepresentation
 class CurrentUserRepresentation
          This class intentionally is not extending UserRepresentation, although CurrentUser extends User.
 class GroupCollectionRepresentation
           
 class GroupReferenceCollectionRepresentation
           
 class GroupReferenceRepresentation
           
 class GroupRepresentation
           
 class RoleCollectionRepresentation
           
 class RoleReferenceCollectionRepresentation
           
 class RoleReferenceRepresentation
           
 class RoleRepresentation
           
 class UserCollectionRepresentation
           
 class UserReferenceCollectionRepresentation
           
 class UserReferenceRepresentation
           
 class UserRepresentation
           
 class UsersApiRepresentation
           
 

Uses of ResourceRepresentation in com.cumulocity.sdk.client
 

Methods in com.cumulocity.sdk.client with type parameters of type ResourceRepresentation
<T extends ResourceRepresentation>
T
RestConnector.get(String path, CumulocityMediaType mediaType, Class<T> responseType)
           
<T extends ResourceRepresentation>
T
ResponseParser.parse(com.sun.jersey.api.client.ClientResponse response, int expectedStatusCode, Class<T> type)
           
<T extends ResourceRepresentation>
T
RestConnector.post(String path, CumulocityMediaType mediaType, T representation)
           
<T extends ResourceRepresentation>
T
RestConnector.put(String path, CumulocityMediaType mediaType, T representation)
           
 



Copyright © 2013 (C) Cumulocity GmbH. All Rights Reserved.