Uses of Class
com.oracle.bmc.capacitymanagement.model.OccCustomer.Builder
-
Packages that use OccCustomer.Builder Package Description com.oracle.bmc.capacitymanagement.model -
-
Uses of OccCustomer.Builder in com.oracle.bmc.capacitymanagement.model
Methods in com.oracle.bmc.capacitymanagement.model that return OccCustomer.Builder Modifier and Type Method Description static OccCustomer.Builder
OccCustomer. builder()
Create a new builder.OccCustomer.Builder
OccCustomer.Builder. copy(OccCustomer model)
OccCustomer.Builder
OccCustomer.Builder. description(String description)
The description about the customer group.OccCustomer.Builder
OccCustomer.Builder. displayName(String displayName)
The display name for the customerOccCustomer.Builder
OccCustomer.Builder. occCustomerGroupId(String occCustomerGroupId)
The OCID of the customer group.OccCustomer.Builder
OccCustomer.Builder. status(OccCustomer.Status status)
To determine whether the customer is enabled/disabled.OccCustomer.Builder
OccCustomer.Builder. tenancyId(String tenancyId)
The OCID of the tenancy belonging to the customer.OccCustomer.Builder
OccCustomer. toBuilder()
-