| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.applications |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationResource
The Resource response payload for the List Applications operation
|
class |
CreateApplicationResponse
The response payload for the Create Application operation
|
class |
GetApplicationResponse
The response payload for the Get Application operation
|
class |
StartApplicationResponse
The response payload for the Start Application operation
|
class |
StopApplicationResponse
The response payload for the Start Application operation
|
class |
UpdateApplicationResponse
The response payload for the Update Application operation
|
| Modifier and Type | Method and Description |
|---|---|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.from(Application instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v3.applications.Application instance. |
StopApplicationResponse.Builder |
StopApplicationResponse.Builder.from(Application instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v3.applications.Application instance. |
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.from(Application instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v3.applications.Application instance. |
UpdateApplicationResponse.Builder |
UpdateApplicationResponse.Builder.from(Application instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v3.applications.Application instance. |
StartApplicationResponse.Builder |
StartApplicationResponse.Builder.from(Application instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v3.applications.Application instance. |
ApplicationResource.Builder |
ApplicationResource.Builder.from(Application instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v3.applications.Application instance. |
Copyright © 2020. All rights reserved.