| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.applications | |
| org.cloudfoundry.client.v3.packages |
| Modifier and Type | Method and Description |
|---|---|
List<PackageType> |
ListApplicationPackagesRequest.getTypes()
Package types to filter by
|
| Modifier and Type | Method and Description |
|---|---|
ListApplicationPackagesRequest.Builder |
ListApplicationPackagesRequest.Builder.type(PackageType element)
Adds one element to
types list. |
ListApplicationPackagesRequest.Builder |
ListApplicationPackagesRequest.Builder.types(PackageType... elements)
Adds elements to
types list. |
| Modifier and Type | Method and Description |
|---|---|
ListApplicationPackagesRequest.Builder |
ListApplicationPackagesRequest.Builder.addAllTypes(Iterable<? extends PackageType> elements)
Adds elements to
types list. |
ListApplicationPackagesRequest.Builder |
ListApplicationPackagesRequest.Builder.types(Iterable<? extends PackageType> elements)
Sets or replaces all elements for
types list. |
| Modifier and Type | Method and Description |
|---|---|
static PackageType |
PackageType.from(String s) |
abstract PackageType |
Package.getType()
The type
|
PackageType |
UploadPackageResponse.getType()
The type
|
PackageType |
CopyPackageResponse.getType()
The type
|
PackageType |
PackageResource.getType()
The type
|
PackageType |
CreatePackageResponse.getType()
The type
|
PackageType |
GetPackageResponse.getType()
The type
|
PackageType |
CreatePackageRequest.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 |
|---|---|
List<PackageType> |
ListPackagesRequest.getTypes()
List of package types to filter by
|
| Modifier and Type | Method and Description |
|---|---|
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. |
PackageResource.Builder |
PackageResource.Builder.type(PackageType type)
Initializes the value for the
type attribute. |
ListPackagesRequest.Builder |
ListPackagesRequest.Builder.type(PackageType element)
Adds one element to
types list. |
CreatePackageResponse.Builder |
CreatePackageResponse.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. |
CreatePackageRequest.Builder |
CreatePackageRequest.Builder.type(PackageType type)
Initializes the value for the
type attribute. |
ListPackagesRequest.Builder |
ListPackagesRequest.Builder.types(PackageType... elements)
Adds elements to
types list. |
| Modifier and Type | Method and Description |
|---|---|
ListPackagesRequest.Builder |
ListPackagesRequest.Builder.addAllTypes(Iterable<? extends PackageType> elements)
Adds elements to
types list. |
ListPackagesRequest.Builder |
ListPackagesRequest.Builder.types(Iterable<? extends PackageType> elements)
Sets or replaces all elements for
types list. |
Copyright © 2020. All rights reserved.