ImmutableCloudAsyncJob |
ImmutableCloudAsyncJob.Builder.build() |
|
static ImmutableCloudAsyncJob |
ImmutableCloudAsyncJob.copyOf(CloudAsyncJob instance) |
|
ImmutableCloudAsyncJob |
ImmutableCloudAsyncJob.withErrors(String value) |
Copy the current immutable object by setting a value for the errors attribute.
|
ImmutableCloudAsyncJob |
ImmutableCloudAsyncJob.withMetadata(CloudMetadata value) |
Copy the current immutable object by setting a value for the metadata attribute.
|
ImmutableCloudAsyncJob |
ImmutableCloudAsyncJob.withName(String value) |
Copy the current immutable object by setting a value for the name attribute.
|
ImmutableCloudAsyncJob |
ImmutableCloudAsyncJob.withOperation(String value) |
Copy the current immutable object by setting a value for the operation attribute.
|
ImmutableCloudAsyncJob |
ImmutableCloudAsyncJob.withState(org.cloudfoundry.client.v3.jobs.JobState value) |
Copy the current immutable object by setting a value for the state attribute.
|
ImmutableCloudAsyncJob |
ImmutableCloudAsyncJob.withV3Metadata(org.cloudfoundry.client.v3.Metadata value) |
Copy the current immutable object by setting a value for the v3Metadata attribute.
|
ImmutableCloudAsyncJob |
ImmutableCloudAsyncJob.withWarnings(String value) |
Copy the current immutable object by setting a value for the warnings attribute.
|