public static final class ListOrganizationServicesRequest.Builder extends Object
ListOrganizationServicesRequest.
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 ListOrganizationServicesRequest.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 ListOrganizationServicesRequest.Builder from(ListOrganizationServicesRequest instance)
ListOrganizationServicesRequest instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final ListOrganizationServicesRequest.Builder from(org.cloudfoundry.client.v2.organizations._ListOrganizationServicesRequest instance)
_ListOrganizationServicesRequest instance into builder.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final ListOrganizationServicesRequest.Builder orderDirection(OrderDirection orderDirection)
orderDirection attribute.orderDirection - The value for orderDirection (can be null)this builder for use in a chained invocationpublic final ListOrganizationServicesRequest.Builder page(Integer page)
page attribute.page - The value for page (can be null)this builder for use in a chained invocationpublic final ListOrganizationServicesRequest.Builder resultsPerPage(Integer resultsPerPage)
resultsPerPage attribute.resultsPerPage - The value for resultsPerPage (can be null)this builder for use in a chained invocationpublic final ListOrganizationServicesRequest.Builder active(Boolean active)
active attribute.active - The value for active (can be null)this builder for use in a chained invocationpublic final ListOrganizationServicesRequest.Builder label(String element)
labels list.element - A labels elementthis builder for use in a chained invocationpublic final ListOrganizationServicesRequest.Builder labels(String... elements)
labels list.elements - An array of labels elementsthis builder for use in a chained invocationpublic final ListOrganizationServicesRequest.Builder labels(Iterable<String> elements)
labels list.elements - An iterable of labels elementsthis builder for use in a chained invocationpublic final ListOrganizationServicesRequest.Builder addAllLabels(Iterable<String> elements)
labels list.elements - An iterable of labels elementsthis builder for use in a chained invocationpublic final ListOrganizationServicesRequest.Builder organizationId(String organizationId)
organizationId attribute.organizationId - The value for organizationIdthis builder for use in a chained invocation@Deprecated public final ListOrganizationServicesRequest.Builder provider(String element)
providers list.element - A providers elementthis builder for use in a chained invocation@Deprecated public final ListOrganizationServicesRequest.Builder providers(String... elements)
providers list.elements - An array of providers elementsthis builder for use in a chained invocation@Deprecated public final ListOrganizationServicesRequest.Builder providers(Iterable<String> elements)
providers list.elements - An iterable of providers elementsthis builder for use in a chained invocation@Deprecated public final ListOrganizationServicesRequest.Builder addAllProviders(Iterable<String> elements)
providers list.elements - An iterable of providers elementsthis builder for use in a chained invocationpublic final ListOrganizationServicesRequest.Builder serviceBrokerId(String element)
serviceBrokerIds list.element - A serviceBrokerIds elementthis builder for use in a chained invocationpublic final ListOrganizationServicesRequest.Builder serviceBrokerIds(String... elements)
serviceBrokerIds list.elements - An array of serviceBrokerIds elementsthis builder for use in a chained invocationpublic final ListOrganizationServicesRequest.Builder serviceBrokerIds(Iterable<String> elements)
serviceBrokerIds list.elements - An iterable of serviceBrokerIds elementsthis builder for use in a chained invocationpublic final ListOrganizationServicesRequest.Builder addAllServiceBrokerIds(Iterable<String> elements)
serviceBrokerIds list.elements - An iterable of serviceBrokerIds elementsthis builder for use in a chained invocationpublic ListOrganizationServicesRequest build()
ListOrganizationServicesRequest.IllegalStateException - if any required attributes are missingCopyright © 2020. All rights reserved.