public static final class ListServiceServicePlansRequest.Builder extends Object
ListServiceServicePlansRequest.
Initialize attributes and then invoke the build() method to create an
immutable instance.
Builder is not thread-safe and generally should not be stored in a field or collection,
but instead used immediately to create instances.
| Modifier and Type | Method and Description |
|---|---|
ListServiceServicePlansRequest.Builder |
active(Boolean active)
Initializes the value for the
active attribute. |
ListServiceServicePlansRequest.Builder |
addAllServiceBrokerIds(Iterable<String> elements)
Adds elements to
serviceBrokerIds list. |
ListServiceServicePlansRequest.Builder |
addAllServiceInstanceIds(Iterable<String> elements)
Adds elements to
serviceInstanceIds list. |
ListServiceServicePlansRequest |
build()
Builds a new
ListServiceServicePlansRequest. |
ListServiceServicePlansRequest.Builder |
from(ListServiceServicePlansRequest instance)
Fill a builder with attribute values from the provided
ListServiceServicePlansRequest instance. |
ListServiceServicePlansRequest.Builder |
from(PaginatedRequest instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v2.PaginatedRequest instance. |
ListServiceServicePlansRequest.Builder |
orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListServiceServicePlansRequest.Builder |
page(Integer page)
Initializes the value for the
page attribute. |
ListServiceServicePlansRequest.Builder |
resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListServiceServicePlansRequest.Builder |
serviceBrokerId(String... elements)
Adds elements to
serviceBrokerIds list. |
ListServiceServicePlansRequest.Builder |
serviceBrokerId(String element)
Adds one element to
serviceBrokerIds list. |
ListServiceServicePlansRequest.Builder |
serviceBrokerIds(Iterable<String> elements)
Sets or replaces all elements for
serviceBrokerIds list. |
ListServiceServicePlansRequest.Builder |
serviceId(String serviceId)
Initializes the value for the
serviceId attribute. |
ListServiceServicePlansRequest.Builder |
serviceInstanceId(String... elements)
Adds elements to
serviceInstanceIds list. |
ListServiceServicePlansRequest.Builder |
serviceInstanceId(String element)
Adds one element to
serviceInstanceIds list. |
ListServiceServicePlansRequest.Builder |
serviceInstanceIds(Iterable<String> elements)
Sets or replaces all elements for
serviceInstanceIds list. |
public final ListServiceServicePlansRequest.Builder from(PaginatedRequest instance)
org.cloudfoundry.client.v2.PaginatedRequest instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final ListServiceServicePlansRequest.Builder from(ListServiceServicePlansRequest instance)
ListServiceServicePlansRequest instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final ListServiceServicePlansRequest.Builder active(Boolean active)
active attribute.active - The value for active (can be null)this builder for use in a chained invocationpublic final ListServiceServicePlansRequest.Builder serviceBrokerId(String element)
serviceBrokerIds list.element - A serviceBrokerIds elementthis builder for use in a chained invocationpublic final ListServiceServicePlansRequest.Builder serviceBrokerId(String... elements)
serviceBrokerIds list.elements - An array of serviceBrokerIds elementsthis builder for use in a chained invocationpublic final ListServiceServicePlansRequest.Builder serviceBrokerIds(Iterable<String> elements)
serviceBrokerIds list.elements - An iterable of serviceBrokerIds elementsthis builder for use in a chained invocationpublic final ListServiceServicePlansRequest.Builder addAllServiceBrokerIds(Iterable<String> elements)
serviceBrokerIds list.elements - An iterable of serviceBrokerIds elementsthis builder for use in a chained invocationpublic final ListServiceServicePlansRequest.Builder serviceId(String serviceId)
serviceId attribute.serviceId - The value for serviceIdthis builder for use in a chained invocationpublic final ListServiceServicePlansRequest.Builder serviceInstanceId(String element)
serviceInstanceIds list.element - A serviceInstanceIds elementthis builder for use in a chained invocationpublic final ListServiceServicePlansRequest.Builder serviceInstanceId(String... elements)
serviceInstanceIds list.elements - An array of serviceInstanceIds elementsthis builder for use in a chained invocationpublic final ListServiceServicePlansRequest.Builder serviceInstanceIds(Iterable<String> elements)
serviceInstanceIds list.elements - An iterable of serviceInstanceIds elementsthis builder for use in a chained invocationpublic final ListServiceServicePlansRequest.Builder addAllServiceInstanceIds(Iterable<String> elements)
serviceInstanceIds list.elements - An iterable of serviceInstanceIds elementsthis builder for use in a chained invocationpublic final ListServiceServicePlansRequest.Builder orderDirection(OrderDirection orderDirection)
orderDirection attribute.orderDirection - The value for orderDirection (can be null)this builder for use in a chained invocationpublic final ListServiceServicePlansRequest.Builder page(Integer page)
page attribute.page - The value for page (can be null)this builder for use in a chained invocationpublic final ListServiceServicePlansRequest.Builder resultsPerPage(Integer resultsPerPage)
resultsPerPage attribute.resultsPerPage - The value for resultsPerPage (can be null)this builder for use in a chained invocationpublic ListServiceServicePlansRequest build()
ListServiceServicePlansRequest.IllegalStateException - if any required attributes are missingCopyright © 2017 Pivotal Software, Inc.. All rights reserved.