| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.packages |
| Modifier and Type | Method and Description |
|---|---|
static StagePackageResponse.Builder |
StagePackageResponse.builder()
Creates a builder for
StagePackageResponse. |
StagePackageResponse.Builder |
StagePackageResponse.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
StagePackageResponse.Builder |
StagePackageResponse.Builder.environmentVariable(Map.Entry<String,? extends Object> entry)
Put one entry to the
environmentVariables map. |
StagePackageResponse.Builder |
StagePackageResponse.Builder.environmentVariable(String key,
Object value)
Put one entry to the
environmentVariables map. |
StagePackageResponse.Builder |
StagePackageResponse.Builder.environmentVariables(Map<String,? extends Object> environmentVariables)
Sets or replaces all mappings from the specified map as entries for the
environmentVariables map. |
StagePackageResponse.Builder |
StagePackageResponse.Builder.error(String error)
Initializes the value for the
error attribute. |
StagePackageResponse.Builder |
StagePackageResponse.Builder.from(Droplet instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v3.droplets.Droplet instance. |
StagePackageResponse.Builder |
StagePackageResponse.Builder.from(StagePackageResponse instance)
Fill a builder with attribute values from the provided
StagePackageResponse instance. |
StagePackageResponse.Builder |
StagePackageResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
StagePackageResponse.Builder |
StagePackageResponse.Builder.lifecycle(Lifecycle lifecycle)
Initializes the value for the
lifecycle attribute. |
StagePackageResponse.Builder |
StagePackageResponse.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
StagePackageResponse.Builder |
StagePackageResponse.Builder.link(String key,
Link value)
Put one entry to the
links map. |
StagePackageResponse.Builder |
StagePackageResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
StagePackageResponse.Builder |
StagePackageResponse.Builder.putAllEnvironmentVariables(Map<String,? extends Object> environmentVariables)
Put all mappings from the specified map as entries to
environmentVariables map. |
StagePackageResponse.Builder |
StagePackageResponse.Builder.putAllLinks(Map<String,? extends Link> links)
Put all mappings from the specified map as entries to
links map. |
StagePackageResponse.Builder |
StagePackageResponse.Builder.result(Result result)
Initializes the value for the
result attribute. |
StagePackageResponse.Builder |
StagePackageResponse.Builder.stagingDiskInMb(Integer stagingDiskInMb)
Initializes the value for the
stagingDiskInMb attribute. |
StagePackageResponse.Builder |
StagePackageResponse.Builder.stagingMemoryInMb(Integer stagingMemoryInMb)
Initializes the value for the
stagingMemoryInMb attribute. |
StagePackageResponse.Builder |
StagePackageResponse.Builder.state(State state)
Initializes the value for the
state attribute. |
StagePackageResponse.Builder |
StagePackageResponse.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.