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