public static class OccCustomer.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
OccCustomer |
build() |
OccCustomer.Builder |
copy(OccCustomer model) |
OccCustomer.Builder |
description(String description)
The description about the customer group.
|
OccCustomer.Builder |
displayName(String displayName)
The display name for the customer
|
OccCustomer.Builder |
occCustomerGroupId(String occCustomerGroupId)
The OCID of the customer group.
|
OccCustomer.Builder |
status(OccCustomer.Status status)
To determine whether the customer is enabled/disabled.
|
OccCustomer.Builder |
tenancyId(String tenancyId)
The OCID of the tenancy belonging to the customer.
|
public OccCustomer.Builder occCustomerGroupId(String occCustomerGroupId)
The OCID of the customer group.
occCustomerGroupId
- the value to setpublic OccCustomer.Builder tenancyId(String tenancyId)
The OCID of the tenancy belonging to the customer.
tenancyId
- the value to setpublic OccCustomer.Builder displayName(String displayName)
The display name for the customer
displayName
- the value to setpublic OccCustomer.Builder description(String description)
The description about the customer group.
description
- the value to setpublic OccCustomer.Builder status(OccCustomer.Status status)
To determine whether the customer is enabled/disabled.
status
- the value to setpublic OccCustomer build()
public OccCustomer.Builder copy(OccCustomer model)
Copyright © 2016–2024. All rights reserved.