| Package | Description |
|---|---|
| org.cloudfoundry.client.v2.applications |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationInstancesResponse.Builder |
ApplicationInstancesResponse.builder()
Creates a builder for
ApplicationInstancesResponse. |
ApplicationInstancesResponse.Builder |
ApplicationInstancesResponse.Builder.from(ApplicationInstancesResponse instance)
Fill a builder with attribute values from the provided
ApplicationInstancesResponse instance. |
ApplicationInstancesResponse.Builder |
ApplicationInstancesResponse.Builder.instance(Map.Entry<String,? extends ApplicationInstanceInfo> entry)
Put one entry to the
instances map. |
ApplicationInstancesResponse.Builder |
ApplicationInstancesResponse.Builder.instance(String key,
ApplicationInstanceInfo value)
Put one entry to the
instances map. |
ApplicationInstancesResponse.Builder |
ApplicationInstancesResponse.Builder.instances(Map<String,? extends ApplicationInstanceInfo> instances)
Sets or replaces all mappings from the specified map as entries for the
instances map. |
ApplicationInstancesResponse.Builder |
ApplicationInstancesResponse.Builder.putAllInstances(Map<String,? extends ApplicationInstanceInfo> instances)
Put all mappings from the specified map as entries to
instances map. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.