| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.packages |
| Modifier and Type | Class and Description |
|---|---|
class |
BitsData
Data type for bits packages
|
class |
DockerData
Data type for docker packages
|
| Modifier and Type | Method and Description |
|---|---|
abstract PackageData |
Package.getData()
The data for the package
|
PackageData |
UploadPackageResponse.getData()
The data for the package
|
PackageData |
CopyPackageResponse.getData()
The data for the package
|
PackageData |
PackageResource.getData()
The data for the package
|
PackageData |
CreatePackageResponse.getData()
The data for the package
|
PackageData |
GetPackageResponse.getData()
The data for the package
|
PackageData |
CreatePackageRequest.getData()
The datas
|
| Modifier and Type | Method and Description |
|---|---|
UploadPackageResponse.Builder |
UploadPackageResponse.Builder.data(PackageData data)
Initializes the value for the
data attribute. |
CopyPackageResponse.Builder |
CopyPackageResponse.Builder.data(PackageData data)
Initializes the value for the
data attribute. |
PackageResource.Builder |
PackageResource.Builder.data(PackageData data)
Initializes the value for the
data attribute. |
CreatePackageResponse.Builder |
CreatePackageResponse.Builder.data(PackageData data)
Initializes the value for the
data attribute. |
GetPackageResponse.Builder |
GetPackageResponse.Builder.data(PackageData data)
Initializes the value for the
data attribute. |
CreatePackageRequest.Builder |
CreatePackageRequest.Builder.data(PackageData data)
Initializes the value for the
data attribute. |
Copyright © 2020. All rights reserved.