| Package | Description |
|---|---|
| org.cloudfoundry.client.v2.domains |
| Modifier and Type | Method and Description |
|---|---|
DomainEntity |
DomainEntity.Builder.build()
Builds a new
DomainEntity. |
DomainEntity |
CreateDomainResponse.getEntity()
The resource's entity
|
DomainEntity |
GetDomainResponse.getEntity()
The resource's entity
|
DomainEntity |
DomainResource.getEntity()
The resource's entity
|
| Modifier and Type | Method and Description |
|---|---|
CreateDomainResponse.Builder |
CreateDomainResponse.Builder.entity(DomainEntity entity)
Initializes the value for the
entity attribute. |
GetDomainResponse.Builder |
GetDomainResponse.Builder.entity(DomainEntity entity)
Initializes the value for the
entity attribute. |
DomainResource.Builder |
DomainResource.Builder.entity(DomainEntity entity)
Initializes the value for the
entity attribute. |
DomainEntity.Builder |
DomainEntity.Builder.from(DomainEntity instance)
Fill a builder with attribute values from the provided
DomainEntity instance. |
Copyright © 2020. All rights reserved.