| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.deployments |
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.addAllNewProcesses(Iterable<? extends Process> elements)
Adds elements to
newProcesses list. |
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.application(ToOneRelationship application)
Initializes the value for the
application attribute. |
static GetDeploymentResponse.Builder |
GetDeploymentResponse.builder()
Creates a builder for
GetDeploymentResponse. |
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.droplet(Relationship droplet)
Initializes the value for the
droplet attribute. |
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.from(org.cloudfoundry.client.v3.deployments._GetDeploymentResponse instance)
Copy abstract value type
_GetDeploymentResponse instance into builder. |
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.from(Deployment instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v3.deployments.Deployment instance. |
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.from(GetDeploymentResponse instance)
Fill a builder with attribute values from the provided
GetDeploymentResponse instance. |
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.from(Resource instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v3.Resource instance. |
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.link(String key,
Link value)
Put one entry to the
links map. |
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.links(Map<String,? extends Link> entries)
Sets or replaces all mappings from the specified map as entries for the
links map. |
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.newProcesse(Process element)
Adds one element to
newProcesses list. |
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.newProcesses(Iterable<? extends Process> elements)
Sets or replaces all elements for
newProcesses list. |
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.newProcesses(Process... elements)
Adds elements to
newProcesses list. |
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.previousDroplet(Relationship previousDroplet)
Initializes the value for the
previousDroplet attribute. |
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.putAllLinks(Map<String,? extends Link> entries)
Put all mappings from the specified map as entries to
links map. |
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.relationships(DeploymentRelationships relationships)
Initializes the value for the
relationships attribute. |
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.revision(Revision revision)
Initializes the value for the
revision attribute. |
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.state(DeploymentState state)
Deprecated.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.status(Status status)
Initializes the value for the
status attribute. |
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.strategy(DeploymentStrategy strategy)
Initializes the value for the
strategy attribute. |
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
Copyright © 2020. All rights reserved.