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.
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 from(org.cloudfoundry.client.v2.services._ListServiceServicePlansRequest instance)
_ListServiceServicePlansRequest instance into builder.instance - The instance from which to copy valuesthis 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 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 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 serviceInstanceIds(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 ListServiceServicePlansRequest build()
ListServiceServicePlansRequest.IllegalStateException - if any required attributes are missingCopyright © 2020. All rights reserved.