| Package | Description |
|---|---|
| org.cloudfoundry.client.lib.domain |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableErrorDetails
Immutable implementation of
ErrorDetails. |
| Modifier and Type | Method and Description |
|---|---|
ErrorDetails |
ImmutableCloudJob.getErrorDetails() |
ErrorDetails |
Upload.getErrorDetails() |
ErrorDetails |
ImmutableUpload.getErrorDetails() |
ErrorDetails |
CloudJob.getErrorDetails() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableErrorDetails |
ImmutableErrorDetails.copyOf(ErrorDetails instance)
Creates an immutable copy of a
ErrorDetails value. |
ImmutableCloudJob.Builder |
ImmutableCloudJob.Builder.errorDetails(ErrorDetails errorDetails)
Initializes the value for the
errorDetails attribute. |
ImmutableUpload.Builder |
ImmutableUpload.Builder.errorDetails(ErrorDetails errorDetails)
Initializes the value for the
errorDetails attribute. |
ImmutableErrorDetails.Builder |
ImmutableErrorDetails.Builder.from(ErrorDetails instance)
Fill a builder with attribute values from the provided
ErrorDetails instance. |
ImmutableCloudJob |
ImmutableCloudJob.withErrorDetails(ErrorDetails value)
Copy the current immutable object by setting a value for the
errorDetails attribute. |
ImmutableUpload |
ImmutableUpload.withErrorDetails(ErrorDetails value)
Copy the current immutable object by setting a value for the
errorDetails attribute. |
Copyright © 2020 SAP SE. All rights reserved.