Uses of Class
com.cumulocity.rest.representation.tenant.OptionRepresentation
Packages that use OptionRepresentation
-
Uses of OptionRepresentation in com.cumulocity.rest.representation.tenant
Methods in com.cumulocity.rest.representation.tenant that return OptionRepresentationModifier and TypeMethodDescriptionstatic OptionRepresentation
OptionRepresentation.asOptionRepresentation
(String category, String key, String value) Methods in com.cumulocity.rest.representation.tenant that return types with arguments of type OptionRepresentationModifier and TypeMethodDescriptionOptionCollectionRepresentation.getOptions()
OptionCollectionRepresentation.iterator()
Method parameters in com.cumulocity.rest.representation.tenant with type arguments of type OptionRepresentationModifier and TypeMethodDescriptionvoid
OptionCollectionRepresentation.setOptions
(List<OptionRepresentation> tenants) -
Uses of OptionRepresentation in com.cumulocity.sdk.client.option
Methods in com.cumulocity.sdk.client.option that return OptionRepresentationModifier 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) Methods in com.cumulocity.sdk.client.option that return types with arguments of type OptionRepresentationModifier 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) Methods in com.cumulocity.sdk.client.option with parameters of type OptionRepresentationModifier 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) Constructor parameters in com.cumulocity.sdk.client.option with type arguments of type OptionRepresentationModifierConstructorDescriptionPagedTenantOptionCollectionRepresentation
(OptionCollectionRepresentation collection, PagedCollectionResource<OptionRepresentation, ? extends OptionCollectionRepresentation> collectionResource)