public static final class ListSpaceApplicationsRequest.Builder extends Object
ListSpaceApplicationsRequest.
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 ListSpaceApplicationsRequest.Builder from(ListSpaceApplicationsRequest instance)
ListSpaceApplicationsRequest instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final ListSpaceApplicationsRequest.Builder from(org.cloudfoundry.client.v2.spaces._ListSpaceApplicationsRequest instance)
_ListSpaceApplicationsRequest instance into builder.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final ListSpaceApplicationsRequest.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 ListSpaceApplicationsRequest.Builder orderDirection(OrderDirection orderDirection)
orderDirection attribute.orderDirection - The value for orderDirection (can be null)this builder for use in a chained invocationpublic final ListSpaceApplicationsRequest.Builder page(Integer page)
page attribute.page - The value for page (can be null)this builder for use in a chained invocationpublic final ListSpaceApplicationsRequest.Builder resultsPerPage(Integer resultsPerPage)
resultsPerPage attribute.resultsPerPage - The value for resultsPerPage (can be null)this builder for use in a chained invocationpublic final ListSpaceApplicationsRequest.Builder diego(Boolean diego)
diego attribute.diego - The value for diego (can be null)this builder for use in a chained invocationpublic final ListSpaceApplicationsRequest.Builder name(String element)
names list.element - A names elementthis builder for use in a chained invocationpublic final ListSpaceApplicationsRequest.Builder names(String... elements)
names list.elements - An array of names elementsthis builder for use in a chained invocationpublic final ListSpaceApplicationsRequest.Builder names(Iterable<String> elements)
names list.elements - An iterable of names elementsthis builder for use in a chained invocationpublic final ListSpaceApplicationsRequest.Builder addAllNames(Iterable<String> elements)
names list.elements - An iterable of names elementsthis builder for use in a chained invocationpublic final ListSpaceApplicationsRequest.Builder organizationId(String element)
organizationIds list.element - A organizationIds elementthis builder for use in a chained invocationpublic final ListSpaceApplicationsRequest.Builder organizationIds(String... elements)
organizationIds list.elements - An array of organizationIds elementsthis builder for use in a chained invocationpublic final ListSpaceApplicationsRequest.Builder organizationIds(Iterable<String> elements)
organizationIds list.elements - An iterable of organizationIds elementsthis builder for use in a chained invocationpublic final ListSpaceApplicationsRequest.Builder addAllOrganizationIds(Iterable<String> elements)
organizationIds list.elements - An iterable of organizationIds elementsthis builder for use in a chained invocationpublic final ListSpaceApplicationsRequest.Builder spaceId(String spaceId)
spaceId attribute.spaceId - The value for spaceIdthis builder for use in a chained invocationpublic final ListSpaceApplicationsRequest.Builder stackId(String element)
stackIds list.element - A stackIds elementthis builder for use in a chained invocationpublic final ListSpaceApplicationsRequest.Builder stackIds(String... elements)
stackIds list.elements - An array of stackIds elementsthis builder for use in a chained invocationpublic final ListSpaceApplicationsRequest.Builder stackIds(Iterable<String> elements)
stackIds list.elements - An iterable of stackIds elementsthis builder for use in a chained invocationpublic final ListSpaceApplicationsRequest.Builder addAllStackIds(Iterable<String> elements)
stackIds list.elements - An iterable of stackIds elementsthis builder for use in a chained invocationpublic ListSpaceApplicationsRequest build()
ListSpaceApplicationsRequest.IllegalStateException - if any required attributes are missingCopyright © 2020. All rights reserved.