| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.routes |
| Modifier and Type | Method and Description |
|---|---|
UpdateRouteResponse.Builder |
UpdateRouteResponse.Builder.addAllDestinations(Iterable<? extends Destination> elements)
Adds elements to
destinations list. |
static UpdateRouteResponse.Builder |
UpdateRouteResponse.builder()
Creates a builder for
UpdateRouteResponse. |
UpdateRouteResponse.Builder |
UpdateRouteResponse.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
UpdateRouteResponse.Builder |
UpdateRouteResponse.Builder.destination(Destination element)
Adds one element to
destinations list. |
UpdateRouteResponse.Builder |
UpdateRouteResponse.Builder.destinations(Destination... elements)
Adds elements to
destinations list. |
UpdateRouteResponse.Builder |
UpdateRouteResponse.Builder.destinations(Iterable<? extends Destination> elements)
Sets or replaces all elements for
destinations list. |
UpdateRouteResponse.Builder |
UpdateRouteResponse.Builder.from(org.cloudfoundry.client.v3.routes._UpdateRouteResponse instance)
Copy abstract value type
_UpdateRouteResponse instance into builder. |
UpdateRouteResponse.Builder |
UpdateRouteResponse.Builder.from(Resource instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v3.Resource instance. |
UpdateRouteResponse.Builder |
UpdateRouteResponse.Builder.from(Route instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v3.routes.Route instance. |
UpdateRouteResponse.Builder |
UpdateRouteResponse.Builder.from(UpdateRouteResponse instance)
Fill a builder with attribute values from the provided
UpdateRouteResponse instance. |
UpdateRouteResponse.Builder |
UpdateRouteResponse.Builder.host(String host)
Initializes the value for the
host attribute. |
UpdateRouteResponse.Builder |
UpdateRouteResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
UpdateRouteResponse.Builder |
UpdateRouteResponse.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
UpdateRouteResponse.Builder |
UpdateRouteResponse.Builder.link(String key,
Link value)
Put one entry to the
links map. |
UpdateRouteResponse.Builder |
UpdateRouteResponse.Builder.links(Map<String,? extends Link> entries)
Sets or replaces all mappings from the specified map as entries for the
links map. |
UpdateRouteResponse.Builder |
UpdateRouteResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
UpdateRouteResponse.Builder |
UpdateRouteResponse.Builder.path(String path)
Initializes the value for the
path attribute. |
UpdateRouteResponse.Builder |
UpdateRouteResponse.Builder.port(Integer port)
Initializes the value for the
port attribute. |
UpdateRouteResponse.Builder |
UpdateRouteResponse.Builder.protocol(Protocol protocol)
Initializes the value for the
protocol attribute. |
UpdateRouteResponse.Builder |
UpdateRouteResponse.Builder.putAllLinks(Map<String,? extends Link> entries)
Put all mappings from the specified map as entries to
links map. |
UpdateRouteResponse.Builder |
UpdateRouteResponse.Builder.relationships(RouteRelationships relationships)
Initializes the value for the
relationships attribute. |
UpdateRouteResponse.Builder |
UpdateRouteResponse.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
UpdateRouteResponse.Builder |
UpdateRouteResponse.Builder.url(String url)
Initializes the value for the
url attribute. |
Copyright © 2020. All rights reserved.