| Modifier and Type | Method and Description |
|---|---|
Link |
Link.Builder.build()
Builds a new
Link. |
Link |
Pagination.getFirst()
The first
|
Link |
Pagination.getLast()
The last
|
Link |
Pagination.getNext()
The next
|
Link |
Pagination.getPrevious()
The previous
|
| Modifier and Type | Method and Description |
|---|---|
Pagination.Builder |
Pagination.Builder.first(Link first)
Initializes the value for the
first attribute. |
Link.Builder |
Link.Builder.from(Link instance)
Fill a builder with attribute values from the provided
Link instance. |
Pagination.Builder |
Pagination.Builder.last(Link last)
Initializes the value for the
last attribute. |
Pagination.Builder |
Pagination.Builder.next(Link next)
Initializes the value for the
next attribute. |
Pagination.Builder |
Pagination.Builder.previous(Link previous)
Initializes the value for the
previous attribute. |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<String,Link> |
Application.getLinks()
The links
|
Map<String,Link> |
GetApplicationProcessResponse.getLinks()
The links
|
Map<String,Link> |
StartApplicationResponse.getLinks()
The links
|
Map<String,Link> |
AssignApplicationDropletResponse.getLinks()
The links
|
Map<String,Link> |
GetApplicationTaskResponse.getLinks()
The links
|
Map<String,Link> |
GetApplicationResponse.getLinks()
The links
|
Map<String,Link> |
UpdateApplicationResponse.getLinks()
The links
|
Map<String,Link> |
StopApplicationResponse.getLinks()
The links
|
Map<String,Link> |
CreateApplicationResponse.getLinks()
The links
|
Map<String,Link> |
ScaleApplicationResponse.getLinks()
The links
|
Map<String,Link> |
ApplicationResource.getLinks()
The links
|
Map<String,Link> |
CancelApplicationTaskResponse.getLinks()
The links
|
| Modifier and Type | Method and Description |
|---|---|
GetApplicationProcessResponse.Builder |
GetApplicationProcessResponse.Builder.link(String key,
Link value)
Put one entry to the
links map. |
StartApplicationResponse.Builder |
StartApplicationResponse.Builder.link(String key,
Link value)
Put one entry to the
links map. |
AssignApplicationDropletResponse.Builder |
AssignApplicationDropletResponse.Builder.link(String key,
Link value)
Put one entry to the
links map. |
GetApplicationTaskResponse.Builder |
GetApplicationTaskResponse.Builder.link(String key,
Link value)
Put one entry to the
links map. |
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.link(String key,
Link value)
Put one entry to the
links map. |
UpdateApplicationResponse.Builder |
UpdateApplicationResponse.Builder.link(String key,
Link value)
Put one entry to the
links map. |
StopApplicationResponse.Builder |
StopApplicationResponse.Builder.link(String key,
Link value)
Put one entry to the
links map. |
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.link(String key,
Link value)
Put one entry to the
links map. |
ScaleApplicationResponse.Builder |
ScaleApplicationResponse.Builder.link(String key,
Link value)
Put one entry to the
links map. |
ApplicationResource.Builder |
ApplicationResource.Builder.link(String key,
Link value)
Put one entry to the
links map. |
CancelApplicationTaskResponse.Builder |
CancelApplicationTaskResponse.Builder.link(String key,
Link value)
Put one entry to the
links map. |
| Modifier and Type | Method and Description |
|---|---|
GetApplicationProcessResponse.Builder |
GetApplicationProcessResponse.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
StartApplicationResponse.Builder |
StartApplicationResponse.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
AssignApplicationDropletResponse.Builder |
AssignApplicationDropletResponse.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
GetApplicationTaskResponse.Builder |
GetApplicationTaskResponse.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
UpdateApplicationResponse.Builder |
UpdateApplicationResponse.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
StopApplicationResponse.Builder |
StopApplicationResponse.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
ScaleApplicationResponse.Builder |
ScaleApplicationResponse.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
ApplicationResource.Builder |
ApplicationResource.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
CancelApplicationTaskResponse.Builder |
CancelApplicationTaskResponse.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
GetApplicationProcessResponse.Builder |
GetApplicationProcessResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
StartApplicationResponse.Builder |
StartApplicationResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
AssignApplicationDropletResponse.Builder |
AssignApplicationDropletResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
GetApplicationTaskResponse.Builder |
GetApplicationTaskResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
UpdateApplicationResponse.Builder |
UpdateApplicationResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
StopApplicationResponse.Builder |
StopApplicationResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
ScaleApplicationResponse.Builder |
ScaleApplicationResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
ApplicationResource.Builder |
ApplicationResource.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
CancelApplicationTaskResponse.Builder |
CancelApplicationTaskResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
GetApplicationProcessResponse.Builder |
GetApplicationProcessResponse.Builder.putAllLinks(Map<String,? extends Link> links)
Put all mappings from the specified map as entries to
links map. |
StartApplicationResponse.Builder |
StartApplicationResponse.Builder.putAllLinks(Map<String,? extends Link> links)
Put all mappings from the specified map as entries to
links map. |
AssignApplicationDropletResponse.Builder |
AssignApplicationDropletResponse.Builder.putAllLinks(Map<String,? extends Link> links)
Put all mappings from the specified map as entries to
links map. |
GetApplicationTaskResponse.Builder |
GetApplicationTaskResponse.Builder.putAllLinks(Map<String,? extends Link> links)
Put all mappings from the specified map as entries to
links map. |
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.putAllLinks(Map<String,? extends Link> links)
Put all mappings from the specified map as entries to
links map. |
UpdateApplicationResponse.Builder |
UpdateApplicationResponse.Builder.putAllLinks(Map<String,? extends Link> links)
Put all mappings from the specified map as entries to
links map. |
StopApplicationResponse.Builder |
StopApplicationResponse.Builder.putAllLinks(Map<String,? extends Link> links)
Put all mappings from the specified map as entries to
links map. |
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.putAllLinks(Map<String,? extends Link> links)
Put all mappings from the specified map as entries to
links map. |
ScaleApplicationResponse.Builder |
ScaleApplicationResponse.Builder.putAllLinks(Map<String,? extends Link> links)
Put all mappings from the specified map as entries to
links map. |
ApplicationResource.Builder |
ApplicationResource.Builder.putAllLinks(Map<String,? extends Link> links)
Put all mappings from the specified map as entries to
links map. |
CancelApplicationTaskResponse.Builder |
CancelApplicationTaskResponse.Builder.putAllLinks(Map<String,? extends Link> links)
Put all mappings from the specified map as entries to
links map. |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<String,Link> |
Droplet.getLinks()
The links
|
Map<String,Link> |
DropletResource.getLinks()
The links
|
Map<String,Link> |
GetDropletResponse.getLinks()
The links
|
| Modifier and Type | Method and Description |
|---|---|
DropletResource.Builder |
DropletResource.Builder.link(String key,
Link value)
Put one entry to the
links map. |
GetDropletResponse.Builder |
GetDropletResponse.Builder.link(String key,
Link value)
Put one entry to the
links map. |
| Modifier and Type | Method and Description |
|---|---|
DropletResource.Builder |
DropletResource.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
GetDropletResponse.Builder |
GetDropletResponse.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
DropletResource.Builder |
DropletResource.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
GetDropletResponse.Builder |
GetDropletResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
DropletResource.Builder |
DropletResource.Builder.putAllLinks(Map<String,? extends Link> links)
Put all mappings from the specified map as entries to
links map. |
GetDropletResponse.Builder |
GetDropletResponse.Builder.putAllLinks(Map<String,? extends Link> links)
Put all mappings from the specified map as entries to
links map. |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<String,Link> |
Package.getLinks()
The links
|
Map<String,Link> |
GetPackageResponse.getLinks()
The links
|
Map<String,Link> |
CreatePackageResponse.getLinks()
The links
|
Map<String,Link> |
CopyPackageResponse.getLinks()
The links
|
Map<String,Link> |
StagePackageResponse.getLinks()
The links
|
Map<String,Link> |
UploadPackageResponse.getLinks()
The links
|
Map<String,Link> |
PackageResource.getLinks()
The links
|
| Modifier and Type | Method and Description |
|---|---|
GetPackageResponse.Builder |
GetPackageResponse.Builder.link(String key,
Link value)
Put one entry to the
links map. |
CreatePackageResponse.Builder |
CreatePackageResponse.Builder.link(String key,
Link value)
Put one entry to the
links map. |
CopyPackageResponse.Builder |
CopyPackageResponse.Builder.link(String key,
Link value)
Put one entry to the
links map. |
StagePackageResponse.Builder |
StagePackageResponse.Builder.link(String key,
Link value)
Put one entry to the
links map. |
UploadPackageResponse.Builder |
UploadPackageResponse.Builder.link(String key,
Link value)
Put one entry to the
links map. |
PackageResource.Builder |
PackageResource.Builder.link(String key,
Link value)
Put one entry to the
links map. |
| Modifier and Type | Method and Description |
|---|---|
GetPackageResponse.Builder |
GetPackageResponse.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
CreatePackageResponse.Builder |
CreatePackageResponse.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
CopyPackageResponse.Builder |
CopyPackageResponse.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
StagePackageResponse.Builder |
StagePackageResponse.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
UploadPackageResponse.Builder |
UploadPackageResponse.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
PackageResource.Builder |
PackageResource.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
GetPackageResponse.Builder |
GetPackageResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
CreatePackageResponse.Builder |
CreatePackageResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
CopyPackageResponse.Builder |
CopyPackageResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
StagePackageResponse.Builder |
StagePackageResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
UploadPackageResponse.Builder |
UploadPackageResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
PackageResource.Builder |
PackageResource.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
GetPackageResponse.Builder |
GetPackageResponse.Builder.putAllLinks(Map<String,? extends Link> links)
Put all mappings from the specified map as entries to
links map. |
CreatePackageResponse.Builder |
CreatePackageResponse.Builder.putAllLinks(Map<String,? extends Link> links)
Put all mappings from the specified map as entries to
links map. |
CopyPackageResponse.Builder |
CopyPackageResponse.Builder.putAllLinks(Map<String,? extends Link> links)
Put all mappings from the specified map as entries to
links map. |
StagePackageResponse.Builder |
StagePackageResponse.Builder.putAllLinks(Map<String,? extends Link> links)
Put all mappings from the specified map as entries to
links map. |
UploadPackageResponse.Builder |
UploadPackageResponse.Builder.putAllLinks(Map<String,? extends Link> links)
Put all mappings from the specified map as entries to
links map. |
PackageResource.Builder |
PackageResource.Builder.putAllLinks(Map<String,? extends Link> links)
Put all mappings from the specified map as entries to
links map. |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<String,Link> |
Process.getLinks()
The links
|
Map<String,Link> |
ScaleProcessResponse.getLinks()
The links
|
Map<String,Link> |
UpdateProcessResponse.getLinks()
The links
|
Map<String,Link> |
GetProcessResponse.getLinks()
The links
|
Map<String,Link> |
ProcessResource.getLinks()
The links
|
| Modifier and Type | Method and Description |
|---|---|
ScaleProcessResponse.Builder |
ScaleProcessResponse.Builder.link(String key,
Link value)
Put one entry to the
links map. |
UpdateProcessResponse.Builder |
UpdateProcessResponse.Builder.link(String key,
Link value)
Put one entry to the
links map. |
GetProcessResponse.Builder |
GetProcessResponse.Builder.link(String key,
Link value)
Put one entry to the
links map. |
ProcessResource.Builder |
ProcessResource.Builder.link(String key,
Link value)
Put one entry to the
links map. |
| Modifier and Type | Method and Description |
|---|---|
ScaleProcessResponse.Builder |
ScaleProcessResponse.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
UpdateProcessResponse.Builder |
UpdateProcessResponse.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
GetProcessResponse.Builder |
GetProcessResponse.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
ProcessResource.Builder |
ProcessResource.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
ScaleProcessResponse.Builder |
ScaleProcessResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
UpdateProcessResponse.Builder |
UpdateProcessResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
GetProcessResponse.Builder |
GetProcessResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
ProcessResource.Builder |
ProcessResource.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
ScaleProcessResponse.Builder |
ScaleProcessResponse.Builder.putAllLinks(Map<String,? extends Link> links)
Put all mappings from the specified map as entries to
links map. |
UpdateProcessResponse.Builder |
UpdateProcessResponse.Builder.putAllLinks(Map<String,? extends Link> links)
Put all mappings from the specified map as entries to
links map. |
GetProcessResponse.Builder |
GetProcessResponse.Builder.putAllLinks(Map<String,? extends Link> links)
Put all mappings from the specified map as entries to
links map. |
ProcessResource.Builder |
ProcessResource.Builder.putAllLinks(Map<String,? extends Link> links)
Put all mappings from the specified map as entries to
links map. |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<String,Link> |
ServiceBinding.getLinks()
The links
|
Map<String,Link> |
ServiceBindingResource.getLinks()
The links
|
Map<String,Link> |
CreateServiceBindingResponse.getLinks()
The links
|
Map<String,Link> |
GetServiceBindingResponse.getLinks()
The links
|
| Modifier and Type | Method and Description |
|---|---|
ServiceBindingResource.Builder |
ServiceBindingResource.Builder.link(String key,
Link value)
Put one entry to the
links map. |
CreateServiceBindingResponse.Builder |
CreateServiceBindingResponse.Builder.link(String key,
Link value)
Put one entry to the
links map. |
GetServiceBindingResponse.Builder |
GetServiceBindingResponse.Builder.link(String key,
Link value)
Put one entry to the
links map. |
| Modifier and Type | Method and Description |
|---|---|
ServiceBindingResource.Builder |
ServiceBindingResource.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
CreateServiceBindingResponse.Builder |
CreateServiceBindingResponse.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
GetServiceBindingResponse.Builder |
GetServiceBindingResponse.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
ServiceBindingResource.Builder |
ServiceBindingResource.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
CreateServiceBindingResponse.Builder |
CreateServiceBindingResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
GetServiceBindingResponse.Builder |
GetServiceBindingResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
ServiceBindingResource.Builder |
ServiceBindingResource.Builder.putAllLinks(Map<String,? extends Link> links)
Put all mappings from the specified map as entries to
links map. |
CreateServiceBindingResponse.Builder |
CreateServiceBindingResponse.Builder.putAllLinks(Map<String,? extends Link> links)
Put all mappings from the specified map as entries to
links map. |
GetServiceBindingResponse.Builder |
GetServiceBindingResponse.Builder.putAllLinks(Map<String,? extends Link> links)
Put all mappings from the specified map as entries to
links map. |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<String,Link> |
Task.getLinks()
The links
|
Map<String,Link> |
CancelTaskResponse.getLinks()
The links
|
Map<String,Link> |
CreateTaskResponse.getLinks()
The links
|
Map<String,Link> |
GetTaskResponse.getLinks()
The links
|
Map<String,Link> |
TaskResource.getLinks()
The links
|
| Modifier and Type | Method and Description |
|---|---|
CancelTaskResponse.Builder |
CancelTaskResponse.Builder.link(String key,
Link value)
Put one entry to the
links map. |
CreateTaskResponse.Builder |
CreateTaskResponse.Builder.link(String key,
Link value)
Put one entry to the
links map. |
GetTaskResponse.Builder |
GetTaskResponse.Builder.link(String key,
Link value)
Put one entry to the
links map. |
TaskResource.Builder |
TaskResource.Builder.link(String key,
Link value)
Put one entry to the
links map. |
| Modifier and Type | Method and Description |
|---|---|
CancelTaskResponse.Builder |
CancelTaskResponse.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
CreateTaskResponse.Builder |
CreateTaskResponse.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
GetTaskResponse.Builder |
GetTaskResponse.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
TaskResource.Builder |
TaskResource.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
CancelTaskResponse.Builder |
CancelTaskResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
CreateTaskResponse.Builder |
CreateTaskResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
GetTaskResponse.Builder |
GetTaskResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
TaskResource.Builder |
TaskResource.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
CancelTaskResponse.Builder |
CancelTaskResponse.Builder.putAllLinks(Map<String,? extends Link> links)
Put all mappings from the specified map as entries to
links map. |
CreateTaskResponse.Builder |
CreateTaskResponse.Builder.putAllLinks(Map<String,? extends Link> links)
Put all mappings from the specified map as entries to
links map. |
GetTaskResponse.Builder |
GetTaskResponse.Builder.putAllLinks(Map<String,? extends Link> links)
Put all mappings from the specified map as entries to
links map. |
TaskResource.Builder |
TaskResource.Builder.putAllLinks(Map<String,? extends Link> links)
Put all mappings from the specified map as entries to
links map. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.