Package com.oracle.bmc.identity.model
Class ChangeTasDomainLicenseTypeDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.identity.model.ChangeTasDomainLicenseTypeDetails.Builder
-
- Enclosing class:
- ChangeTasDomainLicenseTypeDetails
public static class ChangeTasDomainLicenseTypeDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeTasDomainLicenseTypeDetailsbuild()ChangeTasDomainLicenseTypeDetails.Buildercopy(ChangeTasDomainLicenseTypeDetails model)ChangeTasDomainLicenseTypeDetails.BuilderlicenseType(String licenseType)The license type of the identity domain.
-
-
-
Method Detail
-
licenseType
public ChangeTasDomainLicenseTypeDetails.Builder licenseType(String licenseType)
The license type of the identity domain.- Parameters:
licenseType- the value to set- Returns:
- this builder
-
build
public ChangeTasDomainLicenseTypeDetails build()
-
copy
public ChangeTasDomainLicenseTypeDetails.Builder copy(ChangeTasDomainLicenseTypeDetails model)
-
-