| Package | Description |
|---|---|
| org.cloudfoundry.client.v2.buildpacks |
| Modifier and Type | Method and Description |
|---|---|
BuildpackEntity |
BuildpackEntity.Builder.build()
Builds a new
BuildpackEntity. |
BuildpackEntity |
BuildpackResource.getEntity()
The resource's entity
|
BuildpackEntity |
UploadBuildpackResponse.getEntity()
The resource's entity
|
BuildpackEntity |
CreateBuildpackResponse.getEntity()
The resource's entity
|
BuildpackEntity |
UpdateBuildpackResponse.getEntity()
The resource's entity
|
BuildpackEntity |
GetBuildpackResponse.getEntity()
The resource's entity
|
| Modifier and Type | Method and Description |
|---|---|
BuildpackResource.Builder |
BuildpackResource.Builder.entity(BuildpackEntity entity)
Initializes the value for the
entity attribute. |
UploadBuildpackResponse.Builder |
UploadBuildpackResponse.Builder.entity(BuildpackEntity entity)
Initializes the value for the
entity attribute. |
CreateBuildpackResponse.Builder |
CreateBuildpackResponse.Builder.entity(BuildpackEntity entity)
Initializes the value for the
entity attribute. |
UpdateBuildpackResponse.Builder |
UpdateBuildpackResponse.Builder.entity(BuildpackEntity entity)
Initializes the value for the
entity attribute. |
GetBuildpackResponse.Builder |
GetBuildpackResponse.Builder.entity(BuildpackEntity entity)
Initializes the value for the
entity attribute. |
BuildpackEntity.Builder |
BuildpackEntity.Builder.from(BuildpackEntity instance)
Fill a builder with attribute values from the provided
BuildpackEntity instance. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.