| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.packages |
| Modifier and Type | Method and Description |
|---|---|
static CreatePackageResponse.Builder |
CreatePackageResponse.builder()
Creates a builder for
CreatePackageResponse. |
CreatePackageResponse.Builder |
CreatePackageResponse.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
CreatePackageResponse.Builder |
CreatePackageResponse.Builder.data(PackageData data)
Initializes the value for the
data attribute. |
CreatePackageResponse.Builder |
CreatePackageResponse.Builder.from(org.cloudfoundry.client.v3.packages._CreatePackageResponse instance)
Copy abstract value type
_CreatePackageResponse instance into builder. |
CreatePackageResponse.Builder |
CreatePackageResponse.Builder.from(CreatePackageResponse instance)
Fill a builder with attribute values from the provided
CreatePackageResponse instance. |
CreatePackageResponse.Builder |
CreatePackageResponse.Builder.from(Package instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v3.packages.Package instance. |
CreatePackageResponse.Builder |
CreatePackageResponse.Builder.from(Resource instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v3.Resource instance. |
CreatePackageResponse.Builder |
CreatePackageResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
CreatePackageResponse.Builder |
CreatePackageResponse.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
CreatePackageResponse.Builder |
CreatePackageResponse.Builder.link(String key,
Link value)
Put one entry to the
links map. |
CreatePackageResponse.Builder |
CreatePackageResponse.Builder.links(Map<String,? extends Link> entries)
Sets or replaces all mappings from the specified map as entries for the
links map. |
CreatePackageResponse.Builder |
CreatePackageResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
CreatePackageResponse.Builder |
CreatePackageResponse.Builder.putAllLinks(Map<String,? extends Link> entries)
Put all mappings from the specified map as entries to
links map. |
CreatePackageResponse.Builder |
CreatePackageResponse.Builder.relationships(PackageRelationships relationships)
Initializes the value for the
relationships attribute. |
CreatePackageResponse.Builder |
CreatePackageResponse.Builder.state(PackageState state)
Initializes the value for the
state attribute. |
CreatePackageResponse.Builder |
CreatePackageResponse.Builder.type(PackageType type)
Initializes the value for the
type attribute. |
CreatePackageResponse.Builder |
CreatePackageResponse.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
Copyright © 2020. All rights reserved.