| Package | Description |
|---|---|
| org.cloudfoundry.client.lib.domain |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableCloudJob.Builder |
ImmutableCloudJob.builder()
Creates a builder for
ImmutableCloudJob. |
ImmutableCloudJob.Builder |
ImmutableCloudJob.Builder.errorDetails(ErrorDetails errorDetails)
Initializes the value for the
errorDetails attribute. |
ImmutableCloudJob.Builder |
ImmutableCloudJob.Builder.from(CloudEntity instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.lib.domain.CloudEntity instance. |
ImmutableCloudJob.Builder |
ImmutableCloudJob.Builder.from(CloudJob instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.lib.domain.CloudJob instance. |
ImmutableCloudJob.Builder |
ImmutableCloudJob.Builder.metadata(CloudMetadata metadata)
Initializes the value for the
metadata attribute. |
ImmutableCloudJob.Builder |
ImmutableCloudJob.Builder.name(String name)
Initializes the value for the
name attribute. |
ImmutableCloudJob.Builder |
ImmutableCloudJob.Builder.status(CloudJob.Status status)
Initializes the value for the
status attribute. |
ImmutableCloudJob.Builder |
ImmutableCloudJob.Builder.v3Metadata(org.cloudfoundry.client.v3.Metadata v3Metadata)
Initializes the value for the
v3Metadata attribute. |
Copyright © 2020 SAP SE. All rights reserved.