| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.stacks |
| Modifier and Type | Method and Description |
|---|---|
static CreateStackResponse.Builder |
CreateStackResponse.builder()
Creates a builder for
CreateStackResponse. |
CreateStackResponse.Builder |
CreateStackResponse.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
CreateStackResponse.Builder |
CreateStackResponse.Builder.description(String description)
Initializes the value for the
description attribute. |
CreateStackResponse.Builder |
CreateStackResponse.Builder.from(org.cloudfoundry.client.v3.stacks._CreateStackResponse instance)
Copy abstract value type
_CreateStackResponse instance into builder. |
CreateStackResponse.Builder |
CreateStackResponse.Builder.from(CreateStackResponse instance)
Fill a builder with attribute values from the provided
CreateStackResponse instance. |
CreateStackResponse.Builder |
CreateStackResponse.Builder.from(Resource instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v3.Resource instance. |
CreateStackResponse.Builder |
CreateStackResponse.Builder.from(Stack instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v3.stacks.Stack instance. |
CreateStackResponse.Builder |
CreateStackResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
CreateStackResponse.Builder |
CreateStackResponse.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
CreateStackResponse.Builder |
CreateStackResponse.Builder.link(String key,
Link value)
Put one entry to the
links map. |
CreateStackResponse.Builder |
CreateStackResponse.Builder.links(Map<String,? extends Link> entries)
Sets or replaces all mappings from the specified map as entries for the
links map. |
CreateStackResponse.Builder |
CreateStackResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
CreateStackResponse.Builder |
CreateStackResponse.Builder.name(String name)
Initializes the value for the
name attribute. |
CreateStackResponse.Builder |
CreateStackResponse.Builder.putAllLinks(Map<String,? extends Link> entries)
Put all mappings from the specified map as entries to
links map. |
CreateStackResponse.Builder |
CreateStackResponse.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
Copyright © 2022. All rights reserved.