| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.applications | |
| org.cloudfoundry.client.v3.tasks |
| Modifier and Type | Method and Description |
|---|---|
Result |
CancelApplicationTaskResponse.getResult()
The task result
|
Result |
GetApplicationTaskResponse.getResult()
The task result
|
| Modifier and Type | Method and Description |
|---|---|
CancelApplicationTaskResponse.Builder |
CancelApplicationTaskResponse.Builder.result(Result result)
Initializes the value for the
result attribute. |
GetApplicationTaskResponse.Builder |
GetApplicationTaskResponse.Builder.result(Result result)
Initializes the value for the
result attribute. |
| Modifier and Type | Method and Description |
|---|---|
Result |
Result.Builder.build()
Builds a new
Result. |
abstract Result |
Task.getResult()
The task result
|
Result |
TaskResource.getResult()
The task result
|
Result |
CancelTaskResponse.getResult()
The task result
|
Result |
GetTaskResponse.getResult()
The task result
|
Result |
CreateTaskResponse.getResult()
The task result
|
| Modifier and Type | Method and Description |
|---|---|
Result.Builder |
Result.Builder.from(Result instance)
Fill a builder with attribute values from the provided
Result instance. |
TaskResource.Builder |
TaskResource.Builder.result(Result result)
Initializes the value for the
result attribute. |
CancelTaskResponse.Builder |
CancelTaskResponse.Builder.result(Result result)
Initializes the value for the
result attribute. |
GetTaskResponse.Builder |
GetTaskResponse.Builder.result(Result result)
Initializes the value for the
result attribute. |
CreateTaskResponse.Builder |
CreateTaskResponse.Builder.result(Result result)
Initializes the value for the
result attribute. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.