| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.routes |
| Modifier and Type | Method and Description |
|---|---|
static Protocol |
Protocol.from(String s) |
abstract Protocol |
Route.getProtocol()
The protocol
|
Protocol |
RouteResource.getProtocol()
The protocol
|
Protocol |
GetRouteResponse.getProtocol()
The protocol
|
Protocol |
CreateRouteResponse.getProtocol()
The protocol
|
Protocol |
UpdateRouteResponse.getProtocol()
The protocol
|
static Protocol |
Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol[] |
Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RouteResource.Builder |
RouteResource.Builder.protocol(Protocol protocol)
Initializes the value for the
protocol attribute. |
GetRouteResponse.Builder |
GetRouteResponse.Builder.protocol(Protocol protocol)
Initializes the value for the
protocol attribute. |
CreateRouteResponse.Builder |
CreateRouteResponse.Builder.protocol(Protocol protocol)
Initializes the value for the
protocol attribute. |
UpdateRouteResponse.Builder |
UpdateRouteResponse.Builder.protocol(Protocol protocol)
Initializes the value for the
protocol attribute. |
Copyright © 2020. All rights reserved.