public static class CreateUserDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateUserDetails |
build() |
CreateUserDetails.Builder |
compartmentId(String compartmentId)
The OCID of the tenancy.
|
CreateUserDetails.Builder |
copy(CreateUserDetails model) |
CreateUserDetails.Builder |
csi(String csi)
CSI associated with the user.
|
CreateUserDetails.Builder |
firstName(String firstName)
First name of the user.
|
CreateUserDetails.Builder |
lastName(String lastName)
Last name of the user.
|
CreateUserDetails.Builder |
organizationName(String organizationName)
Organization of the user.
|
CreateUserDetails.Builder |
phone(String phone)
Contact number of the user.
|
CreateUserDetails.Builder |
problemType(ProblemType problemType)
The kind of support ticket, such as a technical support request or a limit increase
request.
|
CreateUserDetails.Builder |
timezone(String timezone)
Timezone of the user.
|
public CreateUserDetails.Builder compartmentId(String compartmentId)
The OCID of the tenancy.
compartmentId
- the value to setpublic CreateUserDetails.Builder firstName(String firstName)
First name of the user.
firstName
- the value to setpublic CreateUserDetails.Builder lastName(String lastName)
Last name of the user.
lastName
- the value to setpublic CreateUserDetails.Builder csi(String csi)
CSI associated with the user.
csi
- the value to setpublic CreateUserDetails.Builder phone(String phone)
Contact number of the user.
phone
- the value to setpublic CreateUserDetails.Builder timezone(String timezone)
Timezone of the user.
timezone
- the value to setpublic CreateUserDetails.Builder organizationName(String organizationName)
Organization of the user.
organizationName
- the value to setpublic CreateUserDetails.Builder problemType(ProblemType problemType)
The kind of support ticket, such as a technical support request or a limit increase request.
problemType
- the value to setpublic CreateUserDetails build()
public CreateUserDetails.Builder copy(CreateUserDetails model)
Copyright © 2016–2024. All rights reserved.