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