| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.packages |
| Modifier and Type | Method and Description |
|---|---|
abstract PackageType |
Package.getType()
The type
|
PackageType |
CreatePackageResponse.getType()
The type
|
PackageType |
CreatePackageRequest.getType()
The type
|
PackageType |
PackageResource.getType()
The type
|
PackageType |
UploadPackageResponse.getType()
The type
|
PackageType |
CopyPackageResponse.getType()
The type
|
PackageType |
GetPackageResponse.getType()
The type
|
static PackageType |
PackageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PackageType[] |
PackageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CreatePackageResponse.Builder |
CreatePackageResponse.Builder.type(PackageType type)
Initializes the value for the
type attribute. |
CreatePackageRequest.Builder |
CreatePackageRequest.Builder.type(PackageType type)
Initializes the value for the
type attribute. |
PackageResource.Builder |
PackageResource.Builder.type(PackageType type)
Initializes the value for the
type attribute. |
UploadPackageResponse.Builder |
UploadPackageResponse.Builder.type(PackageType type)
Initializes the value for the
type attribute. |
CopyPackageResponse.Builder |
CopyPackageResponse.Builder.type(PackageType type)
Initializes the value for the
type attribute. |
GetPackageResponse.Builder |
GetPackageResponse.Builder.type(PackageType type)
Initializes the value for the
type attribute. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.