| 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 |
BuildRelationships.getApplication()
The application relationship
|
| Modifier and Type | Method and Description |
|---|---|
BuildRelationships.Builder |
BuildRelationships.Builder.application(ToOneRelationship application)
Initializes the value for the
application 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 |
DomainRelationships.getOrganization()
The organization the domain is scoped to.
|
| Modifier and Type | Method and Description |
|---|---|
DomainRelationships.Builder |
DomainRelationships.Builder.organization(ToOneRelationship organization)
Initializes the value for the
organization 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 |
OrganizationRelationships.getQuota()
The quota relationship
|
| Modifier and Type | Method and Description |
|---|---|
OrganizationRelationships.Builder |
OrganizationRelationships.Builder.quota(ToOneRelationship quota)
Initializes the value for the
quota 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 |
ProcessRelationships.getApp()
The app relationship
|
ToOneRelationship |
ProcessRelationships.getRevision()
The revision relationship
|
| Modifier and Type | Method and Description |
|---|---|
ProcessRelationships.Builder |
ProcessRelationships.Builder.app(ToOneRelationship app)
Initializes the value for the
app attribute. |
ProcessRelationships.Builder |
ProcessRelationships.Builder.revision(ToOneRelationship revision)
Initializes the value for the
revision attribute. |
| Modifier and Type | Method and Description |
|---|---|
ToOneRelationship |
RouteRelationships.getDomain()
The domain relationship
|
ToOneRelationship |
RouteRelationships.getSpace()
The space relationship
|
| Modifier and Type | Method and Description |
|---|---|
RouteRelationships.Builder |
RouteRelationships.Builder.domain(ToOneRelationship domain)
Initializes the value for the
domain attribute. |
RouteRelationships.Builder |
RouteRelationships.Builder.space(ToOneRelationship space)
Initializes the value for the
space attribute. |
| Modifier and Type | Method and Description |
|---|---|
ToOneRelationship |
ServiceInstanceRelationships.getServicePlan()
The space relationship
|
ToOneRelationship |
ServiceInstanceRelationships.getSpace()
The space relationship
|
| Modifier and Type | Method and Description |
|---|---|
ServiceInstanceRelationships.Builder |
ServiceInstanceRelationships.Builder.servicePlan(ToOneRelationship servicePlan)
Initializes the value for the
servicePlan attribute. |
ServiceInstanceRelationships.Builder |
ServiceInstanceRelationships.Builder.space(ToOneRelationship space)
Initializes the value for the
space attribute. |
| Modifier and Type | Method and Description |
|---|---|
ToOneRelationship |
ServicePlanRelationships.getServiceOffering()
The space relationship
|
ToOneRelationship |
ServicePlanRelationships.getSpace()
The space relationship
|
| Modifier and Type | Method and Description |
|---|---|
ServicePlanRelationships.Builder |
ServicePlanRelationships.Builder.serviceOffering(ToOneRelationship serviceOffering)
Initializes the value for the
serviceOffering attribute. |
ServicePlanRelationships.Builder |
ServicePlanRelationships.Builder.space(ToOneRelationship space)
Initializes the value for the
space attribute. |
| Modifier and Type | Method and Description |
|---|---|
ToOneRelationship |
SpaceRelationships.getOrganization()
The organization relationship
|
ToOneRelationship |
SpaceRelationships.getQuota()
The quota relationship
|
| Modifier and Type | Method and Description |
|---|---|
SpaceRelationships.Builder |
SpaceRelationships.Builder.organization(ToOneRelationship organization)
Initializes the value for the
organization attribute. |
SpaceRelationships.Builder |
SpaceRelationships.Builder.quota(ToOneRelationship quota)
Initializes the value for the
quota attribute. |
| Modifier and Type | Method and Description |
|---|---|
ToOneRelationship |
TaskRelationships.getApp()
The app relationship
|
| Modifier and Type | Method and Description |
|---|---|
TaskRelationships.Builder |
TaskRelationships.Builder.app(ToOneRelationship app)
Initializes the value for the
app attribute. |
Copyright © 2020. All rights reserved.