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.
| Modifier and Type | Method and Description |
|---|---|
ListRouteApplicationsRequest.Builder |
addAllNames(Iterable<String> elements)
Adds elements to
names list. |
ListRouteApplicationsRequest.Builder |
addAllOrganizationIds(Iterable<String> elements)
Adds elements to
organizationIds list. |
ListRouteApplicationsRequest.Builder |
addAllSpaceIds(Iterable<String> elements)
Adds elements to
spaceIds list. |
ListRouteApplicationsRequest.Builder |
addAllStackIds(Iterable<String> elements)
Adds elements to
stackIds list. |
ListRouteApplicationsRequest.Builder |
applicationId(String applicationId)
Initializes the value for the
applicationId attribute. |
ListRouteApplicationsRequest |
build()
Builds a new
ListRouteApplicationsRequest. |
ListRouteApplicationsRequest.Builder |
diego(Boolean diego)
Initializes the value for the
diego attribute. |
ListRouteApplicationsRequest.Builder |
from(ListRouteApplicationsRequest instance)
Fill a builder with attribute values from the provided
ListRouteApplicationsRequest instance. |
ListRouteApplicationsRequest.Builder |
from(PaginatedRequest instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v2.PaginatedRequest instance. |
ListRouteApplicationsRequest.Builder |
name(String... elements)
Adds elements to
names list. |
ListRouteApplicationsRequest.Builder |
name(String element)
Adds one element to
names list. |
ListRouteApplicationsRequest.Builder |
names(Iterable<String> elements)
Sets or replaces all elements for
names list. |
ListRouteApplicationsRequest.Builder |
orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListRouteApplicationsRequest.Builder |
organizationId(String... elements)
Adds elements to
organizationIds list. |
ListRouteApplicationsRequest.Builder |
organizationId(String element)
Adds one element to
organizationIds list. |
ListRouteApplicationsRequest.Builder |
organizationIds(Iterable<String> elements)
Sets or replaces all elements for
organizationIds list. |
ListRouteApplicationsRequest.Builder |
page(Integer page)
Initializes the value for the
page attribute. |
ListRouteApplicationsRequest.Builder |
resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListRouteApplicationsRequest.Builder |
routeId(String routeId)
Initializes the value for the
routeId attribute. |
ListRouteApplicationsRequest.Builder |
spaceId(String... elements)
Adds elements to
spaceIds list. |
ListRouteApplicationsRequest.Builder |
spaceId(String element)
Adds one element to
spaceIds list. |
ListRouteApplicationsRequest.Builder |
spaceIds(Iterable<String> elements)
Sets or replaces all elements for
spaceIds list. |
ListRouteApplicationsRequest.Builder |
stackId(String... elements)
Adds elements to
stackIds list. |
ListRouteApplicationsRequest.Builder |
stackId(String element)
Adds one element to
stackIds list. |
ListRouteApplicationsRequest.Builder |
stackIds(Iterable<String> elements)
Sets or replaces all elements for
stackIds list. |
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 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 name(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 organizationId(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 spaceId(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 stackId(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 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 ListRouteApplicationsRequest build()
ListRouteApplicationsRequest.IllegalStateException - if any required attributes are missingCopyright © 2017 Pivotal Software, Inc.. All rights reserved.