| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.routes |
| Modifier and Type | Method and Description |
|---|---|
ListRouteDestinationsResponse.Builder |
ListRouteDestinationsResponse.Builder.addAllDestinations(Iterable<? extends Destination> elements)
Adds elements to
destinations list. |
static ListRouteDestinationsResponse.Builder |
ListRouteDestinationsResponse.builder()
Creates a builder for
ListRouteDestinationsResponse. |
ListRouteDestinationsResponse.Builder |
ListRouteDestinationsResponse.Builder.destination(Destination element)
Adds one element to
destinations list. |
ListRouteDestinationsResponse.Builder |
ListRouteDestinationsResponse.Builder.destinations(Destination... elements)
Adds elements to
destinations list. |
ListRouteDestinationsResponse.Builder |
ListRouteDestinationsResponse.Builder.destinations(Iterable<? extends Destination> elements)
Sets or replaces all elements for
destinations list. |
ListRouteDestinationsResponse.Builder |
ListRouteDestinationsResponse.Builder.from(org.cloudfoundry.client.v3.routes._ListRouteDestinationsResponse instance)
Copy abstract value type
_ListRouteDestinationsResponse instance into builder. |
ListRouteDestinationsResponse.Builder |
ListRouteDestinationsResponse.Builder.from(ListRouteDestinationsResponse instance)
Fill a builder with attribute values from the provided
ListRouteDestinationsResponse instance. |
ListRouteDestinationsResponse.Builder |
ListRouteDestinationsResponse.Builder.from(RouteDestinations instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v3.routes.RouteDestinations instance. |
ListRouteDestinationsResponse.Builder |
ListRouteDestinationsResponse.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
ListRouteDestinationsResponse.Builder |
ListRouteDestinationsResponse.Builder.link(String key,
Link value)
Put one entry to the
links map. |
ListRouteDestinationsResponse.Builder |
ListRouteDestinationsResponse.Builder.links(Map<String,? extends Link> entries)
Sets or replaces all mappings from the specified map as entries for the
links map. |
ListRouteDestinationsResponse.Builder |
ListRouteDestinationsResponse.Builder.putAllLinks(Map<String,? extends Link> entries)
Put all mappings from the specified map as entries to
links map. |
Copyright © 2020. All rights reserved.