Package com.cumulocity.sdk.client.option
Interface SystemOptionApi
- All Known Implementing Classes:
SystemOptionApiImpl
public interface SystemOptionApi
API for retrieving system options from the platform.
-
Method Summary
Modifier and TypeMethodDescriptionGets an option by id Requires role ROLE_OPTION_MANAGEMENT_READ
-
Method Details
-
getOption
Gets an option by id Requires role ROLE_OPTION_MANAGEMENT_READ- 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
-