| Package | Description |
|---|---|
| org.cloudfoundry.operations.organizations |
| Modifier and Type | Method and Description |
|---|---|
static OrganizationQuota.Builder |
OrganizationQuota.builder()
Creates a builder for
OrganizationQuota. |
OrganizationQuota.Builder |
OrganizationQuota.Builder.from(OrganizationQuota instance)
Fill a builder with attribute values from the provided
OrganizationQuota instance. |
OrganizationQuota.Builder |
OrganizationQuota.Builder.id(String id)
Initializes the value for the
id attribute. |
OrganizationQuota.Builder |
OrganizationQuota.Builder.instanceMemoryLimit(Integer instanceMemoryLimit)
Initializes the value for the
instanceMemoryLimit attribute. |
OrganizationQuota.Builder |
OrganizationQuota.Builder.name(String name)
Initializes the value for the
name attribute. |
OrganizationQuota.Builder |
OrganizationQuota.Builder.organizationId(String organizationId)
Initializes the value for the
organizationId attribute. |
OrganizationQuota.Builder |
OrganizationQuota.Builder.paidServicePlans(Boolean paidServicePlans)
Initializes the value for the
paidServicePlans attribute. |
OrganizationQuota.Builder |
OrganizationQuota.Builder.totalMemoryLimit(Integer totalMemoryLimit)
Initializes the value for the
totalMemoryLimit attribute. |
OrganizationQuota.Builder |
OrganizationQuota.Builder.totalRoutes(Integer totalRoutes)
Initializes the value for the
totalRoutes attribute. |
OrganizationQuota.Builder |
OrganizationQuota.Builder.totalServiceInstances(Integer totalServiceInstances)
Initializes the value for the
totalServiceInstances attribute. |
Copyright © 2018. All rights reserved.