| Package | Description |
|---|---|
| org.cloudfoundry.client.v2.applications |
| Modifier and Type | Method and Description |
|---|---|
ApplicationEntity |
ApplicationEntity.Builder.build()
Builds a new
ApplicationEntity. |
ApplicationEntity |
GetApplicationResponse.getEntity()
The resource's entity
|
ApplicationEntity |
CreateApplicationResponse.getEntity()
The resource's entity
|
ApplicationEntity |
AssociateApplicationRouteResponse.getEntity()
The resource's entity
|
ApplicationEntity |
ApplicationResource.getEntity()
The resource's entity
|
ApplicationEntity |
UpdateApplicationResponse.getEntity()
The resource's entity
|
| Modifier and Type | Method and Description |
|---|---|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.entity(ApplicationEntity entity)
Initializes the value for the
entity attribute. |
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.entity(ApplicationEntity entity)
Initializes the value for the
entity attribute. |
AssociateApplicationRouteResponse.Builder |
AssociateApplicationRouteResponse.Builder.entity(ApplicationEntity entity)
Initializes the value for the
entity attribute. |
ApplicationResource.Builder |
ApplicationResource.Builder.entity(ApplicationEntity entity)
Initializes the value for the
entity attribute. |
UpdateApplicationResponse.Builder |
UpdateApplicationResponse.Builder.entity(ApplicationEntity entity)
Initializes the value for the
entity attribute. |
ApplicationEntity.Builder |
ApplicationEntity.Builder.from(ApplicationEntity instance)
Fill a builder with attribute values from the provided
ApplicationEntity instance. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.