| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.applications |
| Modifier and Type | Method and Description |
|---|---|
GetApplicationEnvironmentResponse.Builder |
GetApplicationEnvironmentResponse.Builder.applicationEnvironmentVariable(Map.Entry<String,? extends Object> entry)
Put one entry to the
applicationEnvironmentVariables map. |
GetApplicationEnvironmentResponse.Builder |
GetApplicationEnvironmentResponse.Builder.applicationEnvironmentVariable(String key,
Object value)
Put one entry to the
applicationEnvironmentVariables map. |
GetApplicationEnvironmentResponse.Builder |
GetApplicationEnvironmentResponse.Builder.applicationEnvironmentVariables(Map<String,? extends Object> applicationEnvironmentVariables)
Sets or replaces all mappings from the specified map as entries for the
applicationEnvironmentVariables map. |
static GetApplicationEnvironmentResponse.Builder |
GetApplicationEnvironmentResponse.builder()
Creates a builder for
GetApplicationEnvironmentResponse. |
GetApplicationEnvironmentResponse.Builder |
GetApplicationEnvironmentResponse.Builder.environmentVariable(Map.Entry<String,? extends Object> entry)
Put one entry to the
environmentVariables map. |
GetApplicationEnvironmentResponse.Builder |
GetApplicationEnvironmentResponse.Builder.environmentVariable(String key,
Object value)
Put one entry to the
environmentVariables map. |
GetApplicationEnvironmentResponse.Builder |
GetApplicationEnvironmentResponse.Builder.environmentVariables(Map<String,? extends Object> environmentVariables)
Sets or replaces all mappings from the specified map as entries for the
environmentVariables map. |
GetApplicationEnvironmentResponse.Builder |
GetApplicationEnvironmentResponse.Builder.from(GetApplicationEnvironmentResponse instance)
Fill a builder with attribute values from the provided
GetApplicationEnvironmentResponse instance. |
GetApplicationEnvironmentResponse.Builder |
GetApplicationEnvironmentResponse.Builder.putAllApplicationEnvironmentVariables(Map<String,? extends Object> applicationEnvironmentVariables)
Put all mappings from the specified map as entries to
applicationEnvironmentVariables map. |
GetApplicationEnvironmentResponse.Builder |
GetApplicationEnvironmentResponse.Builder.putAllEnvironmentVariables(Map<String,? extends Object> environmentVariables)
Put all mappings from the specified map as entries to
environmentVariables map. |
GetApplicationEnvironmentResponse.Builder |
GetApplicationEnvironmentResponse.Builder.putAllRunningEnvironmentVariables(Map<String,? extends Object> runningEnvironmentVariables)
Put all mappings from the specified map as entries to
runningEnvironmentVariables map. |
GetApplicationEnvironmentResponse.Builder |
GetApplicationEnvironmentResponse.Builder.putAllStagingEnvironmentVariables(Map<String,? extends Object> stagingEnvironmentVariables)
Put all mappings from the specified map as entries to
stagingEnvironmentVariables map. |
GetApplicationEnvironmentResponse.Builder |
GetApplicationEnvironmentResponse.Builder.runningEnvironmentVariable(Map.Entry<String,? extends Object> entry)
Put one entry to the
runningEnvironmentVariables map. |
GetApplicationEnvironmentResponse.Builder |
GetApplicationEnvironmentResponse.Builder.runningEnvironmentVariable(String key,
Object value)
Put one entry to the
runningEnvironmentVariables map. |
GetApplicationEnvironmentResponse.Builder |
GetApplicationEnvironmentResponse.Builder.runningEnvironmentVariables(Map<String,? extends Object> runningEnvironmentVariables)
Sets or replaces all mappings from the specified map as entries for the
runningEnvironmentVariables map. |
GetApplicationEnvironmentResponse.Builder |
GetApplicationEnvironmentResponse.Builder.stagingEnvironmentVariable(Map.Entry<String,? extends Object> entry)
Put one entry to the
stagingEnvironmentVariables map. |
GetApplicationEnvironmentResponse.Builder |
GetApplicationEnvironmentResponse.Builder.stagingEnvironmentVariable(String key,
Object value)
Put one entry to the
stagingEnvironmentVariables map. |
GetApplicationEnvironmentResponse.Builder |
GetApplicationEnvironmentResponse.Builder.stagingEnvironmentVariables(Map<String,? extends Object> stagingEnvironmentVariables)
Sets or replaces all mappings from the specified map as entries for the
stagingEnvironmentVariables map. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.