| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.domains |
| Modifier and Type | Method and Description |
|---|---|
UpdateDomainResponse.Builder |
UpdateDomainResponse.Builder.addAllSupportedProtocols(Iterable<? extends Protocol> elements)
Adds elements to
supportedProtocols list. |
static UpdateDomainResponse.Builder |
UpdateDomainResponse.builder()
Creates a builder for
UpdateDomainResponse. |
UpdateDomainResponse.Builder |
UpdateDomainResponse.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
UpdateDomainResponse.Builder |
UpdateDomainResponse.Builder.from(org.cloudfoundry.client.v3.domains._UpdateDomainResponse instance)
Copy abstract value type
_UpdateDomainResponse instance into builder. |
UpdateDomainResponse.Builder |
UpdateDomainResponse.Builder.from(Domain instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v3.domains.Domain instance. |
UpdateDomainResponse.Builder |
UpdateDomainResponse.Builder.from(Resource instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v3.Resource instance. |
UpdateDomainResponse.Builder |
UpdateDomainResponse.Builder.from(UpdateDomainResponse instance)
Fill a builder with attribute values from the provided
UpdateDomainResponse instance. |
UpdateDomainResponse.Builder |
UpdateDomainResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
UpdateDomainResponse.Builder |
UpdateDomainResponse.Builder.isInternal(boolean isInternal)
Initializes the value for the
isInternal attribute. |
UpdateDomainResponse.Builder |
UpdateDomainResponse.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
UpdateDomainResponse.Builder |
UpdateDomainResponse.Builder.link(String key,
Link value)
Put one entry to the
links map. |
UpdateDomainResponse.Builder |
UpdateDomainResponse.Builder.links(Map<String,? extends Link> entries)
Sets or replaces all mappings from the specified map as entries for the
links map. |
UpdateDomainResponse.Builder |
UpdateDomainResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
UpdateDomainResponse.Builder |
UpdateDomainResponse.Builder.name(String name)
Initializes the value for the
name attribute. |
UpdateDomainResponse.Builder |
UpdateDomainResponse.Builder.putAllLinks(Map<String,? extends Link> entries)
Put all mappings from the specified map as entries to
links map. |
UpdateDomainResponse.Builder |
UpdateDomainResponse.Builder.relationships(DomainRelationships relationships)
Initializes the value for the
relationships attribute. |
UpdateDomainResponse.Builder |
UpdateDomainResponse.Builder.routerGroup(RouterGroup routerGroup)
Initializes the value for the
routerGroup attribute. |
UpdateDomainResponse.Builder |
UpdateDomainResponse.Builder.supportedProtocol(Protocol element)
Adds one element to
supportedProtocols list. |
UpdateDomainResponse.Builder |
UpdateDomainResponse.Builder.supportedProtocols(Iterable<? extends Protocol> elements)
Sets or replaces all elements for
supportedProtocols list. |
UpdateDomainResponse.Builder |
UpdateDomainResponse.Builder.supportedProtocols(Protocol... elements)
Adds elements to
supportedProtocols list. |
UpdateDomainResponse.Builder |
UpdateDomainResponse.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
Copyright © 2020. All rights reserved.