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