| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.packages |
| Modifier and Type | Method and Description |
|---|---|
static GetPackageResponse.Builder |
GetPackageResponse.builder()
Creates a builder for
GetPackageResponse. |
GetPackageResponse.Builder |
GetPackageResponse.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
GetPackageResponse.Builder |
GetPackageResponse.Builder.data(Data data)
Initializes the value for the
data attribute. |
GetPackageResponse.Builder |
GetPackageResponse.Builder.from(GetPackageResponse instance)
Fill a builder with attribute values from the provided
GetPackageResponse instance. |
GetPackageResponse.Builder |
GetPackageResponse.Builder.from(Package instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v3.packages.Package instance. |
GetPackageResponse.Builder |
GetPackageResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
GetPackageResponse.Builder |
GetPackageResponse.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
GetPackageResponse.Builder |
GetPackageResponse.Builder.link(String key,
Link value)
Put one entry to the
links map. |
GetPackageResponse.Builder |
GetPackageResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
GetPackageResponse.Builder |
GetPackageResponse.Builder.putAllLinks(Map<String,? extends Link> links)
Put all mappings from the specified map as entries to
links map. |
GetPackageResponse.Builder |
GetPackageResponse.Builder.state(State state)
Initializes the value for the
state attribute. |
GetPackageResponse.Builder |
GetPackageResponse.Builder.type(PackageType type)
Initializes the value for the
type attribute. |
GetPackageResponse.Builder |
GetPackageResponse.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.