Uses of Class
com.cumulocity.model.option.OptionPK
-
Packages that use OptionPK Package Description com.cumulocity.model.option com.cumulocity.sdk.client.option -
-
Uses of OptionPK in com.cumulocity.model.option
Constructors in com.cumulocity.model.option with parameters of type OptionPK Constructor Description OptionPK(OptionPK source) -
Uses of OptionPK in com.cumulocity.sdk.client.option
Methods in com.cumulocity.sdk.client.option with parameters of type OptionPK Modifier and Type Method Description voidTenantOptionApi. delete(OptionPK optionPK)Deletes option from the platform.voidTenantOptionApiImpl. delete(OptionPK optionPK)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)
-