Uses of Class
com.cumulocity.rest.representation.tenant.OptionRepresentation
-
Packages that use OptionRepresentation Package Description com.cumulocity.rest.representation.tenant com.cumulocity.sdk.client.option -
-
Uses of OptionRepresentation in com.cumulocity.rest.representation.tenant
Methods in com.cumulocity.rest.representation.tenant that return OptionRepresentation Modifier and Type Method Description static OptionRepresentationOptionRepresentation. asOptionRepresentation(String category, String key, String value)Methods in com.cumulocity.rest.representation.tenant that return types with arguments of type OptionRepresentation Modifier and Type Method Description List<OptionRepresentation>OptionCollectionRepresentation. getOptions()Iterator<OptionRepresentation>OptionCollectionRepresentation. iterator()Method parameters in com.cumulocity.rest.representation.tenant with type arguments of type OptionRepresentation Modifier and Type Method Description voidOptionCollectionRepresentation. setOptions(List<OptionRepresentation> tenants) -
Uses of OptionRepresentation in com.cumulocity.sdk.client.option
Methods in com.cumulocity.sdk.client.option that return OptionRepresentation Modifier and Type Method Description OptionRepresentationSystemOptionApi. getOption(OptionPK optionPK)Gets an option by id Requires role ROLE_OPTION_MANAGEMENT_READOptionRepresentationSystemOptionApiImpl. getOption(OptionPK optionPK)OptionRepresentationTenantOptionApi. getOption(OptionPK optionPK)Gets an option by id Requires role ROLE_OPTION_MANAGEMENT_READOptionRepresentationTenantOptionApiImpl. getOption(OptionPK optionPK)OptionRepresentationTenantOptionApi. save(OptionRepresentation option)Creates or updates an option in the platform.OptionRepresentationTenantOptionApiImpl. save(OptionRepresentation representation)Methods in com.cumulocity.sdk.client.option that return types with arguments of type OptionRepresentation Modifier and Type Method Description Iterable<OptionRepresentation>PagedTenantOptionCollectionRepresentation. allPages()Iterable<OptionRepresentation>PagedTenantOptionCollectionRepresentation. elements(int limit)List<OptionRepresentation>TenantOptionApi. getAllOptionsForCategory(String category)Gets all options from the platform for the specific category Requires role ROLE_OPTION_MANAGEMENT_READList<OptionRepresentation>TenantOptionApiImpl. getAllOptionsForCategory(String category)Methods in com.cumulocity.sdk.client.option with parameters of type OptionRepresentation Modifier and Type Method Description OptionRepresentationTenantOptionApi. save(OptionRepresentation option)Creates or updates an option in the platform.OptionRepresentationTenantOptionApiImpl. save(OptionRepresentation representation)FutureTenantOptionApi. saveAsync(OptionRepresentation option)Creates or updates an option in the platform.FutureTenantOptionApiImpl. saveAsync(OptionRepresentation representation)Constructor parameters in com.cumulocity.sdk.client.option with type arguments of type OptionRepresentation Constructor Description PagedTenantOptionCollectionRepresentation(OptionCollectionRepresentation collection, PagedCollectionResource<OptionRepresentation,? extends OptionCollectionRepresentation> collectionResource)
-