| Package | Description |
|---|---|
| org.cloudfoundry.client.v2.applications |
| Modifier and Type | Method and Description |
|---|---|
ApplicationEnvironmentResponse.Builder |
ApplicationEnvironmentResponse.Builder.applicationEnvironmentJson(Map.Entry<String,? extends Object> entry)
Put one entry to the
applicationEnvironmentJsons map. |
ApplicationEnvironmentResponse.Builder |
ApplicationEnvironmentResponse.Builder.applicationEnvironmentJson(String key,
Object value)
Put one entry to the
applicationEnvironmentJsons map. |
ApplicationEnvironmentResponse.Builder |
ApplicationEnvironmentResponse.Builder.applicationEnvironmentJsons(Map<String,? extends Object> applicationEnvironmentJsons)
Sets or replaces all mappings from the specified map as entries for the
applicationEnvironmentJsons map. |
static ApplicationEnvironmentResponse.Builder |
ApplicationEnvironmentResponse.builder()
Creates a builder for
ApplicationEnvironmentResponse. |
ApplicationEnvironmentResponse.Builder |
ApplicationEnvironmentResponse.Builder.environmentJson(Map.Entry<String,? extends Object> entry)
Put one entry to the
environmentJsons map. |
ApplicationEnvironmentResponse.Builder |
ApplicationEnvironmentResponse.Builder.environmentJson(String key,
Object value)
Put one entry to the
environmentJsons map. |
ApplicationEnvironmentResponse.Builder |
ApplicationEnvironmentResponse.Builder.environmentJsons(Map<String,? extends Object> environmentJsons)
Sets or replaces all mappings from the specified map as entries for the
environmentJsons map. |
ApplicationEnvironmentResponse.Builder |
ApplicationEnvironmentResponse.Builder.from(ApplicationEnvironmentResponse instance)
Fill a builder with attribute values from the provided
ApplicationEnvironmentResponse instance. |
ApplicationEnvironmentResponse.Builder |
ApplicationEnvironmentResponse.Builder.putAllApplicationEnvironmentJsons(Map<String,? extends Object> applicationEnvironmentJsons)
Put all mappings from the specified map as entries to
applicationEnvironmentJsons map. |
ApplicationEnvironmentResponse.Builder |
ApplicationEnvironmentResponse.Builder.putAllEnvironmentJsons(Map<String,? extends Object> environmentJsons)
Put all mappings from the specified map as entries to
environmentJsons map. |
ApplicationEnvironmentResponse.Builder |
ApplicationEnvironmentResponse.Builder.putAllRunningEnvironmentJsons(Map<String,? extends Object> runningEnvironmentJsons)
Put all mappings from the specified map as entries to
runningEnvironmentJsons map. |
ApplicationEnvironmentResponse.Builder |
ApplicationEnvironmentResponse.Builder.putAllStagingEnvironmentJsons(Map<String,? extends Object> stagingEnvironmentJsons)
Put all mappings from the specified map as entries to
stagingEnvironmentJsons map. |
ApplicationEnvironmentResponse.Builder |
ApplicationEnvironmentResponse.Builder.putAllSystemEnvironmentJsons(Map<String,? extends Object> systemEnvironmentJsons)
Put all mappings from the specified map as entries to
systemEnvironmentJsons map. |
ApplicationEnvironmentResponse.Builder |
ApplicationEnvironmentResponse.Builder.runningEnvironmentJson(Map.Entry<String,? extends Object> entry)
Put one entry to the
runningEnvironmentJsons map. |
ApplicationEnvironmentResponse.Builder |
ApplicationEnvironmentResponse.Builder.runningEnvironmentJson(String key,
Object value)
Put one entry to the
runningEnvironmentJsons map. |
ApplicationEnvironmentResponse.Builder |
ApplicationEnvironmentResponse.Builder.runningEnvironmentJsons(Map<String,? extends Object> runningEnvironmentJsons)
Sets or replaces all mappings from the specified map as entries for the
runningEnvironmentJsons map. |
ApplicationEnvironmentResponse.Builder |
ApplicationEnvironmentResponse.Builder.stagingEnvironmentJson(Map.Entry<String,? extends Object> entry)
Put one entry to the
stagingEnvironmentJsons map. |
ApplicationEnvironmentResponse.Builder |
ApplicationEnvironmentResponse.Builder.stagingEnvironmentJson(String key,
Object value)
Put one entry to the
stagingEnvironmentJsons map. |
ApplicationEnvironmentResponse.Builder |
ApplicationEnvironmentResponse.Builder.stagingEnvironmentJsons(Map<String,? extends Object> stagingEnvironmentJsons)
Sets or replaces all mappings from the specified map as entries for the
stagingEnvironmentJsons map. |
ApplicationEnvironmentResponse.Builder |
ApplicationEnvironmentResponse.Builder.systemEnvironmentJson(Map.Entry<String,? extends Object> entry)
Put one entry to the
systemEnvironmentJsons map. |
ApplicationEnvironmentResponse.Builder |
ApplicationEnvironmentResponse.Builder.systemEnvironmentJson(String key,
Object value)
Put one entry to the
systemEnvironmentJsons map. |
ApplicationEnvironmentResponse.Builder |
ApplicationEnvironmentResponse.Builder.systemEnvironmentJsons(Map<String,? extends Object> systemEnvironmentJsons)
Sets or replaces all mappings from the specified map as entries for the
systemEnvironmentJsons map. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.