public static final class ListServiceOfferingsRequest.Builder extends Object
ListServiceOfferingsRequest.
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 ListServiceOfferingsRequest.Builder from(ListServiceOfferingsRequest instance)
ListServiceOfferingsRequest instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final ListServiceOfferingsRequest.Builder from(org.cloudfoundry.client.v3.serviceofferings._ListServiceOfferingsRequest instance)
_ListServiceOfferingsRequest instance into builder.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final ListServiceOfferingsRequest.Builder from(PaginatedRequest instance)
org.cloudfoundry.client.v3.PaginatedRequest instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final ListServiceOfferingsRequest.Builder orderBy(String orderBy)
orderBy attribute.orderBy - The value for orderBy (can be null)this builder for use in a chained invocationpublic final ListServiceOfferingsRequest.Builder page(Integer page)
page attribute.page - The value for page (can be null)this builder for use in a chained invocationpublic final ListServiceOfferingsRequest.Builder perPage(Integer perPage)
perPage attribute.perPage - The value for perPage (can be null)this builder for use in a chained invocationpublic final ListServiceOfferingsRequest.Builder available(Boolean available)
available attribute.available - The value for available (can be null)this builder for use in a chained invocationpublic final ListServiceOfferingsRequest.Builder labelSelector(String element)
labelSelector list.element - A labelSelector elementthis builder for use in a chained invocationpublic final ListServiceOfferingsRequest.Builder labelSelector(String... elements)
labelSelector list.elements - An array of labelSelector elementsthis builder for use in a chained invocationpublic final ListServiceOfferingsRequest.Builder labelSelector(Iterable<String> elements)
labelSelector list.elements - An iterable of labelSelector elementsthis builder for use in a chained invocationpublic final ListServiceOfferingsRequest.Builder addAllLabelSelector(Iterable<String> elements)
labelSelector list.elements - An iterable of labelSelector elementsthis builder for use in a chained invocationpublic final ListServiceOfferingsRequest.Builder name(String element)
names list.element - A names elementthis builder for use in a chained invocationpublic final ListServiceOfferingsRequest.Builder names(String... elements)
names list.elements - An array of names elementsthis builder for use in a chained invocationpublic final ListServiceOfferingsRequest.Builder names(Iterable<String> elements)
names list.elements - An iterable of names elementsthis builder for use in a chained invocationpublic final ListServiceOfferingsRequest.Builder addAllNames(Iterable<String> elements)
names list.elements - An iterable of names elementsthis builder for use in a chained invocationpublic final ListServiceOfferingsRequest.Builder organizationId(String element)
organizationIds list.element - A organizationIds elementthis builder for use in a chained invocationpublic final ListServiceOfferingsRequest.Builder organizationIds(String... elements)
organizationIds list.elements - An array of organizationIds elementsthis builder for use in a chained invocationpublic final ListServiceOfferingsRequest.Builder organizationIds(Iterable<String> elements)
organizationIds list.elements - An iterable of organizationIds elementsthis builder for use in a chained invocationpublic final ListServiceOfferingsRequest.Builder addAllOrganizationIds(Iterable<String> elements)
organizationIds list.elements - An iterable of organizationIds elementsthis builder for use in a chained invocationpublic final ListServiceOfferingsRequest.Builder serviceBrokerId(String element)
serviceBrokerIds list.element - A serviceBrokerIds elementthis builder for use in a chained invocationpublic final ListServiceOfferingsRequest.Builder serviceBrokerIds(String... elements)
serviceBrokerIds list.elements - An array of serviceBrokerIds elementsthis builder for use in a chained invocationpublic final ListServiceOfferingsRequest.Builder serviceBrokerIds(Iterable<String> elements)
serviceBrokerIds list.elements - An iterable of serviceBrokerIds elementsthis builder for use in a chained invocationpublic final ListServiceOfferingsRequest.Builder addAllServiceBrokerIds(Iterable<String> elements)
serviceBrokerIds list.elements - An iterable of serviceBrokerIds elementsthis builder for use in a chained invocationpublic final ListServiceOfferingsRequest.Builder serviceBrokerName(String element)
serviceBrokerNames list.element - A serviceBrokerNames elementthis builder for use in a chained invocationpublic final ListServiceOfferingsRequest.Builder serviceBrokerNames(String... elements)
serviceBrokerNames list.elements - An array of serviceBrokerNames elementsthis builder for use in a chained invocationpublic final ListServiceOfferingsRequest.Builder serviceBrokerNames(Iterable<String> elements)
serviceBrokerNames list.elements - An iterable of serviceBrokerNames elementsthis builder for use in a chained invocationpublic final ListServiceOfferingsRequest.Builder addAllServiceBrokerNames(Iterable<String> elements)
serviceBrokerNames list.elements - An iterable of serviceBrokerNames elementsthis builder for use in a chained invocationpublic final ListServiceOfferingsRequest.Builder spaceId(String element)
spaceIds list.element - A spaceIds elementthis builder for use in a chained invocationpublic final ListServiceOfferingsRequest.Builder spaceIds(String... elements)
spaceIds list.elements - An array of spaceIds elementsthis builder for use in a chained invocationpublic final ListServiceOfferingsRequest.Builder spaceIds(Iterable<String> elements)
spaceIds list.elements - An iterable of spaceIds elementsthis builder for use in a chained invocationpublic final ListServiceOfferingsRequest.Builder addAllSpaceIds(Iterable<String> elements)
spaceIds list.elements - An iterable of spaceIds elementsthis builder for use in a chained invocationpublic ListServiceOfferingsRequest build()
ListServiceOfferingsRequest.IllegalStateException - if any required attributes are missingCopyright © 2021. All rights reserved.