| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.applications |
| Modifier and Type | Method and Description |
|---|---|
static ScaleApplicationResponse.Builder |
ScaleApplicationResponse.builder()
Creates a builder for
ScaleApplicationResponse. |
ScaleApplicationResponse.Builder |
ScaleApplicationResponse.Builder.command(String command)
Initializes the value for the
command attribute. |
ScaleApplicationResponse.Builder |
ScaleApplicationResponse.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
ScaleApplicationResponse.Builder |
ScaleApplicationResponse.Builder.diskInMb(Integer diskInMb)
Initializes the value for the
diskInMb attribute. |
ScaleApplicationResponse.Builder |
ScaleApplicationResponse.Builder.from(org.cloudfoundry.client.v3.applications._ScaleApplicationResponse instance)
Copy abstract value type
_ScaleApplicationResponse instance into builder. |
ScaleApplicationResponse.Builder |
ScaleApplicationResponse.Builder.from(Process instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v3.processes.Process instance. |
ScaleApplicationResponse.Builder |
ScaleApplicationResponse.Builder.from(Resource instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v3.Resource instance. |
ScaleApplicationResponse.Builder |
ScaleApplicationResponse.Builder.from(ScaleApplicationResponse instance)
Fill a builder with attribute values from the provided
ScaleApplicationResponse instance. |
ScaleApplicationResponse.Builder |
ScaleApplicationResponse.Builder.healthCheck(HealthCheck healthCheck)
Initializes the value for the
healthCheck attribute. |
ScaleApplicationResponse.Builder |
ScaleApplicationResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
ScaleApplicationResponse.Builder |
ScaleApplicationResponse.Builder.instances(Integer instances)
Initializes the value for the
instances attribute. |
ScaleApplicationResponse.Builder |
ScaleApplicationResponse.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
ScaleApplicationResponse.Builder |
ScaleApplicationResponse.Builder.link(String key,
Link value)
Put one entry to the
links map. |
ScaleApplicationResponse.Builder |
ScaleApplicationResponse.Builder.links(Map<String,? extends Link> entries)
Sets or replaces all mappings from the specified map as entries for the
links map. |
ScaleApplicationResponse.Builder |
ScaleApplicationResponse.Builder.memoryInMb(Integer memoryInMb)
Initializes the value for the
memoryInMb attribute. |
ScaleApplicationResponse.Builder |
ScaleApplicationResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
ScaleApplicationResponse.Builder |
ScaleApplicationResponse.Builder.putAllLinks(Map<String,? extends Link> entries)
Put all mappings from the specified map as entries to
links map. |
ScaleApplicationResponse.Builder |
ScaleApplicationResponse.Builder.relationships(ProcessRelationships relationships)
Initializes the value for the
relationships attribute. |
ScaleApplicationResponse.Builder |
ScaleApplicationResponse.Builder.type(String type)
Initializes the value for the
type attribute. |
ScaleApplicationResponse.Builder |
ScaleApplicationResponse.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
Copyright © 2020. All rights reserved.