| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.domains | |
| org.cloudfoundry.client.v3.organizations | |
| org.cloudfoundry.client.v3.routes |
| Modifier and Type | Method and Description |
|---|---|
abstract List<Protocol> |
Domain.getSupportedProtocols()
Available protocols for routes using the domain
|
List<Protocol> |
UpdateDomainResponse.getSupportedProtocols()
Available protocols for routes using the domain
|
List<Protocol> |
GetDomainResponse.getSupportedProtocols()
Available protocols for routes using the domain
|
List<Protocol> |
DomainResource.getSupportedProtocols()
Available protocols for routes using the domain
|
List<Protocol> |
CreateDomainResponse.getSupportedProtocols()
Available protocols for routes using the domain
|
| Modifier and Type | Method and Description |
|---|---|
UpdateDomainResponse.Builder |
UpdateDomainResponse.Builder.supportedProtocol(Protocol element)
Adds one element to
supportedProtocols list. |
GetDomainResponse.Builder |
GetDomainResponse.Builder.supportedProtocol(Protocol element)
Adds one element to
supportedProtocols list. |
DomainResource.Builder |
DomainResource.Builder.supportedProtocol(Protocol element)
Adds one element to
supportedProtocols list. |
CreateDomainResponse.Builder |
CreateDomainResponse.Builder.supportedProtocol(Protocol element)
Adds one element to
supportedProtocols list. |
UpdateDomainResponse.Builder |
UpdateDomainResponse.Builder.supportedProtocols(Protocol... elements)
Adds elements to
supportedProtocols list. |
GetDomainResponse.Builder |
GetDomainResponse.Builder.supportedProtocols(Protocol... elements)
Adds elements to
supportedProtocols list. |
DomainResource.Builder |
DomainResource.Builder.supportedProtocols(Protocol... elements)
Adds elements to
supportedProtocols list. |
CreateDomainResponse.Builder |
CreateDomainResponse.Builder.supportedProtocols(Protocol... elements)
Adds elements to
supportedProtocols list. |
| Modifier and Type | Method and Description |
|---|---|
UpdateDomainResponse.Builder |
UpdateDomainResponse.Builder.addAllSupportedProtocols(Iterable<? extends Protocol> elements)
Adds elements to
supportedProtocols list. |
GetDomainResponse.Builder |
GetDomainResponse.Builder.addAllSupportedProtocols(Iterable<? extends Protocol> elements)
Adds elements to
supportedProtocols list. |
DomainResource.Builder |
DomainResource.Builder.addAllSupportedProtocols(Iterable<? extends Protocol> elements)
Adds elements to
supportedProtocols list. |
CreateDomainResponse.Builder |
CreateDomainResponse.Builder.addAllSupportedProtocols(Iterable<? extends Protocol> elements)
Adds elements to
supportedProtocols list. |
UpdateDomainResponse.Builder |
UpdateDomainResponse.Builder.supportedProtocols(Iterable<? extends Protocol> elements)
Sets or replaces all elements for
supportedProtocols list. |
GetDomainResponse.Builder |
GetDomainResponse.Builder.supportedProtocols(Iterable<? extends Protocol> elements)
Sets or replaces all elements for
supportedProtocols list. |
DomainResource.Builder |
DomainResource.Builder.supportedProtocols(Iterable<? extends Protocol> elements)
Sets or replaces all elements for
supportedProtocols list. |
CreateDomainResponse.Builder |
CreateDomainResponse.Builder.supportedProtocols(Iterable<? extends Protocol> elements)
Sets or replaces all elements for
supportedProtocols list. |
| Modifier and Type | Method and Description |
|---|---|
List<Protocol> |
GetOrganizationDefaultDomainResponse.getSupportedProtocols()
Available protocols for routes using the domain
|
| Modifier and Type | Method and Description |
|---|---|
GetOrganizationDefaultDomainResponse.Builder |
GetOrganizationDefaultDomainResponse.Builder.supportedProtocol(Protocol element)
Adds one element to
supportedProtocols list. |
GetOrganizationDefaultDomainResponse.Builder |
GetOrganizationDefaultDomainResponse.Builder.supportedProtocols(Protocol... elements)
Adds elements to
supportedProtocols list. |
| Modifier and Type | Method and Description |
|---|---|
GetOrganizationDefaultDomainResponse.Builder |
GetOrganizationDefaultDomainResponse.Builder.addAllSupportedProtocols(Iterable<? extends Protocol> elements)
Adds elements to
supportedProtocols list. |
GetOrganizationDefaultDomainResponse.Builder |
GetOrganizationDefaultDomainResponse.Builder.supportedProtocols(Iterable<? extends Protocol> elements)
Sets or replaces all elements for
supportedProtocols list. |
| 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.