| 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(Data data)
Initializes the value for the
data attribute. |
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.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> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
CreatePackageResponse.Builder |
CreatePackageResponse.Builder.putAllLinks(Map<String,? extends Link> links)
Put all mappings from the specified map as entries to
links map. |
CreatePackageResponse.Builder |
CreatePackageResponse.Builder.state(State 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 © 2017 Pivotal Software, Inc.. All rights reserved.