Package com.cumulocity.sdk.client.option
Class SystemOptionApiImpl
- java.lang.Object
-
- com.cumulocity.sdk.client.option.SystemOptionApiImpl
-
- All Implemented Interfaces:
SystemOptionApi
public class SystemOptionApiImpl extends Object implements SystemOptionApi
-
-
Constructor Summary
Constructors Constructor Description SystemOptionApiImpl(RestConnector restConnector, TenantApiRepresentation tenantApiRepresentation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OptionRepresentationgetOption(OptionPK optionPK)Gets an option by id Requires role ROLE_OPTION_MANAGEMENT_READ
-
-
-
Constructor Detail
-
SystemOptionApiImpl
public SystemOptionApiImpl(RestConnector restConnector, TenantApiRepresentation tenantApiRepresentation)
-
-
Method Detail
-
getOption
public OptionRepresentation getOption(OptionPK optionPK) throws SDKException
Description copied from interface:SystemOptionApiGets an option by id Requires role ROLE_OPTION_MANAGEMENT_READ- Specified by:
getOptionin interfaceSystemOptionApi- Parameters:
optionPK- id of the option to search for- Returns:
- the system option with the given id
- Throws:
SDKException- if the option is not found or if the query failed
-
-