static ImmutableCloudAsyncJob.Builder |
ImmutableCloudAsyncJob.builder() |
|
ImmutableCloudAsyncJob.Builder |
ImmutableCloudAsyncJob.Builder.errors(String errors) |
Initializes the value for the errors attribute.
|
ImmutableCloudAsyncJob.Builder |
ImmutableCloudAsyncJob.Builder.from(CloudAsyncJob instance) |
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudAsyncJob instance.
|
ImmutableCloudAsyncJob.Builder |
ImmutableCloudAsyncJob.Builder.from(CloudEntity instance) |
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudEntity instance.
|
ImmutableCloudAsyncJob.Builder |
ImmutableCloudAsyncJob.Builder.metadata(CloudMetadata metadata) |
Initializes the value for the metadata attribute.
|
ImmutableCloudAsyncJob.Builder |
ImmutableCloudAsyncJob.Builder.name(String name) |
Initializes the value for the name attribute.
|
ImmutableCloudAsyncJob.Builder |
ImmutableCloudAsyncJob.Builder.operation(String operation) |
Initializes the value for the operation attribute.
|
ImmutableCloudAsyncJob.Builder |
ImmutableCloudAsyncJob.Builder.state(org.cloudfoundry.client.v3.jobs.JobState state) |
Initializes the value for the state attribute.
|
ImmutableCloudAsyncJob.Builder |
ImmutableCloudAsyncJob.Builder.v3Metadata(org.cloudfoundry.client.v3.Metadata v3Metadata) |
Initializes the value for the v3Metadata attribute.
|
ImmutableCloudAsyncJob.Builder |
ImmutableCloudAsyncJob.Builder.warnings(String warnings) |
Initializes the value for the warnings attribute.
|