Package com.oracle.bmc.cims.model
Class CreateUserDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.cims.model.CreateUserDetails.Builder
 
- 
- Enclosing class:
- CreateUserDetails
 
 public static class CreateUserDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateUserDetailsbuild()CreateUserDetails.BuildercompartmentId(String compartmentId)The OCID of the tenancy.CreateUserDetails.Buildercopy(CreateUserDetails model)CreateUserDetails.Buildercsi(String csi)CSI associated with the user.CreateUserDetails.BuilderfirstName(String firstName)First name of the user.CreateUserDetails.BuilderlastName(String lastName)Last name of the user.CreateUserDetails.BuilderorganizationName(String organizationName)Organization of the user.CreateUserDetails.Builderphone(String phone)Contact number of the user.CreateUserDetails.BuilderproblemType(ProblemType problemType)The kind of support request (type of support request).CreateUserDetails.Buildertimezone(String timezone)Timezone of the user.
 
- 
- 
- 
Method Detail- 
compartmentIdpublic CreateUserDetails.Builder compartmentId(String compartmentId) The OCID of the tenancy.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
firstNamepublic CreateUserDetails.Builder firstName(String firstName) First name of the user.- Parameters:
- firstName- the value to set
- Returns:
- this builder
 
 - 
lastNamepublic CreateUserDetails.Builder lastName(String lastName) Last name of the user.- Parameters:
- lastName- the value to set
- Returns:
- this builder
 
 - 
csipublic CreateUserDetails.Builder csi(String csi) CSI associated with the user.- Parameters:
- csi- the value to set
- Returns:
- this builder
 
 - 
phonepublic CreateUserDetails.Builder phone(String phone) Contact number of the user.- Parameters:
- phone- the value to set
- Returns:
- this builder
 
 - 
timezonepublic CreateUserDetails.Builder timezone(String timezone) Timezone of the user.- Parameters:
- timezone- the value to set
- Returns:
- this builder
 
 - 
organizationNamepublic CreateUserDetails.Builder organizationName(String organizationName) Organization of the user.- Parameters:
- organizationName- the value to set
- Returns:
- this builder
 
 - 
problemTypepublic CreateUserDetails.Builder problemType(ProblemType problemType) The kind of support request (type of support request).For information about ACCOUNT support requests, see Creating a Billing Support Request. For information about LIMIT support requests, see Creating a Service Limit Increase Request. For information about TECH support requests, see Creating a Technical Support Request. - Parameters:
- problemType- the value to set
- Returns:
- this builder
 
 - 
buildpublic CreateUserDetails build() 
 - 
copypublic CreateUserDetails.Builder copy(CreateUserDetails model) 
 
- 
 
-