| Package | Description |
|---|---|
| org.cloudfoundry.client.v2.organizations |
| Modifier and Type | Method and Description |
|---|---|
ListOrganizationServicesRequest.Builder |
ListOrganizationServicesRequest.Builder.active(Boolean active)
Initializes the value for the
active attribute. |
ListOrganizationServicesRequest.Builder |
ListOrganizationServicesRequest.Builder.addAllLabels(Iterable<String> elements)
Adds elements to
labels list. |
ListOrganizationServicesRequest.Builder |
ListOrganizationServicesRequest.Builder.addAllProviders(Iterable<String> elements)
Adds elements to
providers list. |
ListOrganizationServicesRequest.Builder |
ListOrganizationServicesRequest.Builder.addAllServiceBrokerIds(Iterable<String> elements)
Adds elements to
serviceBrokerIds list. |
static ListOrganizationServicesRequest.Builder |
ListOrganizationServicesRequest.builder()
Creates a builder for
ListOrganizationServicesRequest. |
ListOrganizationServicesRequest.Builder |
ListOrganizationServicesRequest.Builder.from(ListOrganizationServicesRequest instance)
Fill a builder with attribute values from the provided
ListOrganizationServicesRequest instance. |
ListOrganizationServicesRequest.Builder |
ListOrganizationServicesRequest.Builder.from(PaginatedRequest instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v2.PaginatedRequest instance. |
ListOrganizationServicesRequest.Builder |
ListOrganizationServicesRequest.Builder.label(String... elements)
Adds elements to
labels list. |
ListOrganizationServicesRequest.Builder |
ListOrganizationServicesRequest.Builder.label(String element)
Adds one element to
labels list. |
ListOrganizationServicesRequest.Builder |
ListOrganizationServicesRequest.Builder.labels(Iterable<String> elements)
Sets or replaces all elements for
labels list. |
ListOrganizationServicesRequest.Builder |
ListOrganizationServicesRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListOrganizationServicesRequest.Builder |
ListOrganizationServicesRequest.Builder.organizationId(String organizationId)
Initializes the value for the
organizationId attribute. |
ListOrganizationServicesRequest.Builder |
ListOrganizationServicesRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListOrganizationServicesRequest.Builder |
ListOrganizationServicesRequest.Builder.provider(String... elements)
Adds elements to
providers list. |
ListOrganizationServicesRequest.Builder |
ListOrganizationServicesRequest.Builder.provider(String element)
Adds one element to
providers list. |
ListOrganizationServicesRequest.Builder |
ListOrganizationServicesRequest.Builder.providers(Iterable<String> elements)
Sets or replaces all elements for
providers list. |
ListOrganizationServicesRequest.Builder |
ListOrganizationServicesRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListOrganizationServicesRequest.Builder |
ListOrganizationServicesRequest.Builder.serviceBrokerId(String... elements)
Adds elements to
serviceBrokerIds list. |
ListOrganizationServicesRequest.Builder |
ListOrganizationServicesRequest.Builder.serviceBrokerId(String element)
Adds one element to
serviceBrokerIds list. |
ListOrganizationServicesRequest.Builder |
ListOrganizationServicesRequest.Builder.serviceBrokerIds(Iterable<String> elements)
Sets or replaces all elements for
serviceBrokerIds list. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.