| Package | Description |
|---|---|
| org.cloudfoundry.client.v2.routes |
| Modifier and Type | Method and Description |
|---|---|
RouteEntity |
RouteEntity.Builder.build()
Builds a new
RouteEntity. |
RouteEntity |
CreateRouteResponse.getEntity()
The resource's entity
|
RouteEntity |
GetRouteResponse.getEntity()
The resource's entity
|
RouteEntity |
AssociateRouteApplicationResponse.getEntity()
The resource's entity
|
RouteEntity |
UpdateRouteResponse.getEntity()
The resource's entity
|
RouteEntity |
RouteResource.getEntity()
The resource's entity
|
| Modifier and Type | Method and Description |
|---|---|
CreateRouteResponse.Builder |
CreateRouteResponse.Builder.entity(RouteEntity entity)
Initializes the value for the
entity attribute. |
GetRouteResponse.Builder |
GetRouteResponse.Builder.entity(RouteEntity entity)
Initializes the value for the
entity attribute. |
AssociateRouteApplicationResponse.Builder |
AssociateRouteApplicationResponse.Builder.entity(RouteEntity entity)
Initializes the value for the
entity attribute. |
UpdateRouteResponse.Builder |
UpdateRouteResponse.Builder.entity(RouteEntity entity)
Initializes the value for the
entity attribute. |
RouteResource.Builder |
RouteResource.Builder.entity(RouteEntity entity)
Initializes the value for the
entity attribute. |
RouteEntity.Builder |
RouteEntity.Builder.from(RouteEntity instance)
Fill a builder with attribute values from the provided
RouteEntity instance. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.