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 LicenseTypeLicenseType. create(String key)LicenseTypeCreateGovernanceInstanceDetails. getLicenseType()The licenseType being used.LicenseTypeGovernanceInstance. getLicenseType()The licenseType being used.LicenseTypeGovernanceInstanceSummary. getLicenseType()The licenseType being used.LicenseTypeUpdateGovernanceInstanceDetails. getLicenseType()The licenseType being used.static LicenseTypeLicenseType. 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.BuilderCreateGovernanceInstanceDetails.Builder. licenseType(LicenseType licenseType)The licenseType being used.GovernanceInstance.BuilderGovernanceInstance.Builder. licenseType(LicenseType licenseType)The licenseType being used.GovernanceInstanceSummary.BuilderGovernanceInstanceSummary.Builder. licenseType(LicenseType licenseType)The licenseType being used.UpdateGovernanceInstanceDetails.BuilderUpdateGovernanceInstanceDetails.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.
-