Uses of Class
com.oracle.bmc.accessgovernancecp.model.LicenseType
-
Packages that use LicenseType Package Description com.oracle.bmc.accessgovernancecp.model -
-
Uses of LicenseType in com.oracle.bmc.accessgovernancecp.model
Methods in com.oracle.bmc.accessgovernancecp.model that return LicenseType Modifier and Type Method Description static LicenseType
LicenseType. create(String key)
LicenseType
CreateGovernanceInstanceDetails. getLicenseType()
The licenseType being used.LicenseType
GovernanceInstance. getLicenseType()
The licenseType being used.LicenseType
GovernanceInstanceSummary. getLicenseType()
The licenseType being used.LicenseType
UpdateGovernanceInstanceDetails. getLicenseType()
The licenseType being used.static LicenseType
LicenseType. valueOf(String name)
Returns the enum constant of this type with the specified name.static LicenseType[]
LicenseType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.accessgovernancecp.model with parameters of type LicenseType Modifier and Type Method Description CreateGovernanceInstanceDetails.Builder
CreateGovernanceInstanceDetails.Builder. licenseType(LicenseType licenseType)
The licenseType being used.GovernanceInstance.Builder
GovernanceInstance.Builder. licenseType(LicenseType licenseType)
The licenseType being used.GovernanceInstanceSummary.Builder
GovernanceInstanceSummary.Builder. licenseType(LicenseType licenseType)
The licenseType being used.UpdateGovernanceInstanceDetails.Builder
UpdateGovernanceInstanceDetails.Builder. licenseType(LicenseType licenseType)
The licenseType being used.Constructors in com.oracle.bmc.accessgovernancecp.model with parameters of type LicenseType Constructor Description CreateGovernanceInstanceDetails(String displayName, String description, LicenseType licenseType, String tenancyNamespace, String compartmentId, String idcsAccessToken, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags)
Deprecated.GovernanceInstance(String id, String displayName, String compartmentId, Date timeCreated, Date timeUpdated, InstanceLifecycleState lifecycleState, String description, LicenseType licenseType, String tenancyNamespace, String instanceUrl, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags)
Deprecated.GovernanceInstanceSummary(String id, String displayName, String description, String compartmentId, Date timeCreated, Date timeUpdated, InstanceLifecycleState lifecycleState, LicenseType licenseType, String instanceUrl, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags)
Deprecated.UpdateGovernanceInstanceDetails(String displayName, String description, LicenseType licenseType, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags)
Deprecated.
-