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)
Country of the user.
|
User.Builder |
csi(String csi)
CSI to be associated to the user.
|
User.Builder |
firstName(String firstName)
First name of the user.
|
User.Builder |
key(String key)
Unique identifier for the user.
|
User.Builder |
lastName(String lastName)
Last name of the user.
|
User.Builder |
organizationName(String organizationName)
Organization of the user.
|
User.Builder |
phone(String phone)
Contact number of the user.
|
User.Builder |
timezone(String timezone)
Timezone of the user.
|
public User.Builder key(String key)
Unique identifier for the user.
key
- the value to setpublic User.Builder firstName(String firstName)
First name of the user.
firstName
- the value to setpublic User.Builder lastName(String lastName)
Last name of the user.
lastName
- the value to setpublic User.Builder country(String country)
Country of the user.
country
- the value to setpublic User.Builder csi(String csi)
CSI to be associated to the user.
csi
- the value to setpublic User.Builder phone(String phone)
Contact number of the user.
phone
- the value to setpublic User.Builder timezone(String timezone)
Timezone of the user.
timezone
- the value to setpublic User.Builder organizationName(String organizationName)
Organization of the user.
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 build()
public User.Builder copy(User model)
Copyright © 2016–2023. All rights reserved.