Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
User |
build() |
User.Builder |
compartmentId(String compartmentId)
The OCID of the tenancy.
|
User.Builder |
contactEmail(String contactEmail)
The email of the contact person.
|
User.Builder |
copy(User model) |
User.Builder |
country(String country)
The country of the user.
|
User.Builder |
csi(String csi)
The CSI associated with the user.
|
User.Builder |
firstName(String firstName)
The user’s first name.
|
User.Builder |
key(String key)
A unique identifier for the user.
|
User.Builder |
lastName(String lastName)
The user’s last name.
|
User.Builder |
organizationName(String organizationName)
The company that the user belongs to.
|
User.Builder |
phone(String phone)
The user’s contact phone number.
|
User.Builder |
problemType(ProblemType problemType)
The kind of support ticket, such as a technical support request or a limit increase
request.
|
User.Builder |
timezone(String timezone)
The timezone of the user.
|
public User.Builder key(String key)
A unique identifier for the user.
key
- the value to setpublic User.Builder firstName(String firstName)
The user’s first name.
firstName
- the value to setpublic User.Builder lastName(String lastName)
The user’s last name.
lastName
- the value to setpublic User.Builder country(String country)
The country of the user.
country
- the value to setpublic User.Builder csi(String csi)
The CSI associated with the user.
csi
- the value to setpublic User.Builder phone(String phone)
The user’s contact phone number.
phone
- the value to setpublic User.Builder timezone(String timezone)
The timezone of the user.
timezone
- the value to setpublic User.Builder organizationName(String organizationName)
The company that the user belongs to.
organizationName
- the value to setpublic User.Builder compartmentId(String compartmentId)
The OCID of the tenancy.
compartmentId
- the value to setpublic User.Builder contactEmail(String contactEmail)
The email of the contact person.
contactEmail
- the value to setpublic User.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 User build()
public User.Builder copy(User model)
Copyright © 2016–2024. All rights reserved.