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