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