public static final class ListServicePlanVisibilitiesRequest.Builder extends Object
ListServicePlanVisibilitiesRequest.
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 ListServicePlanVisibilitiesRequest.Builder from(ListServicePlanVisibilitiesRequest instance)
ListServicePlanVisibilitiesRequest instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final ListServicePlanVisibilitiesRequest.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 ListServicePlanVisibilitiesRequest.Builder organizationId(String element)
organizationIds list.element - A organizationIds elementthis builder for use in a chained invocationpublic final ListServicePlanVisibilitiesRequest.Builder organizationId(String... elements)
organizationIds list.elements - An array of organizationIds elementsthis builder for use in a chained invocationpublic final ListServicePlanVisibilitiesRequest.Builder organizationIds(Iterable<String> elements)
organizationIds list.elements - An iterable of organizationIds elementsthis builder for use in a chained invocationpublic final ListServicePlanVisibilitiesRequest.Builder addAllOrganizationIds(Iterable<String> elements)
organizationIds list.elements - An iterable of organizationIds elementsthis builder for use in a chained invocationpublic final ListServicePlanVisibilitiesRequest.Builder servicePlanId(String element)
servicePlanIds list.element - A servicePlanIds elementthis builder for use in a chained invocationpublic final ListServicePlanVisibilitiesRequest.Builder servicePlanId(String... elements)
servicePlanIds list.elements - An array of servicePlanIds elementsthis builder for use in a chained invocationpublic final ListServicePlanVisibilitiesRequest.Builder servicePlanIds(Iterable<String> elements)
servicePlanIds list.elements - An iterable of servicePlanIds elementsthis builder for use in a chained invocationpublic final ListServicePlanVisibilitiesRequest.Builder addAllServicePlanIds(Iterable<String> elements)
servicePlanIds list.elements - An iterable of servicePlanIds elementsthis builder for use in a chained invocationpublic final ListServicePlanVisibilitiesRequest.Builder orderDirection(OrderDirection orderDirection)
orderDirection attribute.orderDirection - The value for orderDirection (can be null)this builder for use in a chained invocationpublic final ListServicePlanVisibilitiesRequest.Builder page(Integer page)
page attribute.page - The value for page (can be null)this builder for use in a chained invocationpublic final ListServicePlanVisibilitiesRequest.Builder resultsPerPage(Integer resultsPerPage)
resultsPerPage attribute.resultsPerPage - The value for resultsPerPage (can be null)this builder for use in a chained invocationpublic ListServicePlanVisibilitiesRequest build()
ListServicePlanVisibilitiesRequest.IllegalStateException - if any required attributes are missingCopyright © 2017 Pivotal Software, Inc.. All rights reserved.