Uses of Class
com.cumulocity.rest.representation.tenant.OptionRepresentation
-
Uses of OptionRepresentation in com.cumulocity.rest.representation.tenant
Modifier and TypeMethodDescriptionstatic OptionRepresentation
OptionRepresentation.asOptionRepresentation
(String category, String key, String value) Modifier and TypeMethodDescriptionOptionCollectionRepresentation.getOptions()
OptionCollectionRepresentation.iterator()
Modifier and TypeMethodDescriptionvoid
OptionCollectionRepresentation.setOptions
(List<OptionRepresentation> tenants) -
Uses of OptionRepresentation in com.cumulocity.sdk.client.option
Modifier and TypeMethodDescriptionGets an option by id Requires role ROLE_OPTION_MANAGEMENT_READGets an option by id Requires role ROLE_OPTION_MANAGEMENT_READTenantOptionApi.save
(OptionRepresentation option) Creates or updates an option in the platform.TenantOptionApiImpl.save
(OptionRepresentation representation) Modifier and TypeMethodDescriptionPagedTenantOptionCollectionRepresentation.allPages()
PagedTenantOptionCollectionRepresentation.elements
(int limit) TenantOptionApi.getAllOptionsForCategory
(String category) Gets all options from the platform for the specific category Requires role ROLE_OPTION_MANAGEMENT_READTenantOptionApiImpl.getAllOptionsForCategory
(String category) Modifier and TypeMethodDescriptionTenantOptionApi.save
(OptionRepresentation option) Creates or updates an option in the platform.TenantOptionApiImpl.save
(OptionRepresentation representation) TenantOptionApi.saveAsync
(OptionRepresentation option) Creates or updates an option in the platform.TenantOptionApiImpl.saveAsync
(OptionRepresentation representation) ModifierConstructorDescriptionPagedTenantOptionCollectionRepresentation
(OptionCollectionRepresentation collection, PagedCollectionResource<OptionRepresentation, ? extends OptionCollectionRepresentation> collectionResource)