| Modifier and Type | Method and Description |
|---|---|
ToOneRelationship |
ToOneRelationship.Builder.build()
Builds a new
ToOneRelationship. |
| Modifier and Type | Method and Description |
|---|---|
ToOneRelationship.Builder |
ToOneRelationship.Builder.from(ToOneRelationship instance)
Fill a builder with attribute values from the provided
ToOneRelationship instance. |
| Modifier and Type | Method and Description |
|---|---|
ToOneRelationship |
ApplicationRelationships.getSpace()
The space relationship
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationRelationships.Builder |
ApplicationRelationships.Builder.space(ToOneRelationship space)
Initializes the value for the
space attribute. |
| Modifier and Type | Method and Description |
|---|---|
ToOneRelationship |
DeploymentRelationships.getApp()
The app relationship
|
abstract ToOneRelationship |
Deployment.getApplication()
The application the deployment is updating
|
ToOneRelationship |
CreateDeploymentResponse.getApplication()
The application the deployment is updating
|
ToOneRelationship |
DeploymentResource.getApplication()
The application the deployment is updating
|
ToOneRelationship |
GetDeploymentResponse.getApplication()
The application the deployment is updating
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentRelationships.Builder |
DeploymentRelationships.Builder.app(ToOneRelationship app)
Initializes the value for the
app attribute. |
CreateDeploymentResponse.Builder |
CreateDeploymentResponse.Builder.application(ToOneRelationship application)
Initializes the value for the
application attribute. |
DeploymentResource.Builder |
DeploymentResource.Builder.application(ToOneRelationship application)
Initializes the value for the
application attribute. |
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.application(ToOneRelationship application)
Initializes the value for the
application attribute. |
| Modifier and Type | Method and Description |
|---|---|
ToOneRelationship |
DropletRelationships.getApplication()
The space relationship
|
| Modifier and Type | Method and Description |
|---|---|
DropletRelationships.Builder |
DropletRelationships.Builder.application(ToOneRelationship application)
Initializes the value for the
application attribute. |
| Modifier and Type | Method and Description |
|---|---|
ToOneRelationship |
PackageRelationships.getApplication()
The application relationship
|
| Modifier and Type | Method and Description |
|---|---|
PackageRelationships.Builder |
PackageRelationships.Builder.application(ToOneRelationship application)
Initializes the value for the
application attribute. |
| Modifier and Type | Method and Description |
|---|---|
ToOneRelationship |
ServiceInstanceRelationships.getSpace()
The space relationship
|
| Modifier and Type | Method and Description |
|---|---|
ServiceInstanceRelationships.Builder |
ServiceInstanceRelationships.Builder.space(ToOneRelationship space)
Initializes the value for the
space attribute. |
| Modifier and Type | Method and Description |
|---|---|
ToOneRelationship |
SpaceRelationships.getOrganization()
The organization relationship
|
| Modifier and Type | Method and Description |
|---|---|
SpaceRelationships.Builder |
SpaceRelationships.Builder.organization(ToOneRelationship organization)
Initializes the value for the
organization attribute. |
Copyright © 2019. All rights reserved.