Uses of Class
com.cumulocity.rest.representation.tenant.OptionCollectionRepresentation
-
Packages that use OptionCollectionRepresentation Package Description com.cumulocity.rest.representation.tenant com.cumulocity.sdk.client.option -
-
Uses of OptionCollectionRepresentation in com.cumulocity.rest.representation.tenant
Methods in com.cumulocity.rest.representation.tenant that return OptionCollectionRepresentation Modifier and Type Method Description OptionCollectionRepresentationTenantApiRepresentation. getOptions()Methods in com.cumulocity.rest.representation.tenant with parameters of type OptionCollectionRepresentation Modifier and Type Method Description voidTenantApiRepresentation. setOptions(OptionCollectionRepresentation options) -
Uses of OptionCollectionRepresentation in com.cumulocity.sdk.client.option
Subclasses of OptionCollectionRepresentation in com.cumulocity.sdk.client.option Modifier and Type Class Description classPagedTenantOptionCollectionRepresentationMethods in com.cumulocity.sdk.client.option that return types with arguments of type OptionCollectionRepresentation Modifier and Type Method Description protected Class<OptionCollectionRepresentation>TenantOptionCollectionImpl. getResponseClass()Methods in com.cumulocity.sdk.client.option with parameters of type OptionCollectionRepresentation Modifier and Type Method Description protected PagedTenantOptionCollectionRepresentationTenantOptionCollectionImpl. wrap(OptionCollectionRepresentation collection)Constructors in com.cumulocity.sdk.client.option with parameters of type OptionCollectionRepresentation Constructor Description PagedTenantOptionCollectionRepresentation(OptionCollectionRepresentation collection, PagedCollectionResource<OptionRepresentation,? extends OptionCollectionRepresentation> collectionResource)Constructor parameters in com.cumulocity.sdk.client.option with type arguments of type OptionCollectionRepresentation Constructor Description PagedTenantOptionCollectionRepresentation(OptionCollectionRepresentation collection, PagedCollectionResource<OptionRepresentation,? extends OptionCollectionRepresentation> collectionResource)
-