| Package | Description |
|---|---|
| org.cloudfoundry.client.lib.domain |
| Modifier and Type | Method and Description |
|---|---|
ImmutableErrorDetails |
ImmutableErrorDetails.Builder.build()
Builds a new
ImmutableErrorDetails. |
static ImmutableErrorDetails |
ImmutableErrorDetails.copyOf(ErrorDetails instance)
Creates an immutable copy of a
ErrorDetails value. |
ImmutableErrorDetails |
ImmutableErrorDetails.withCode(long value)
Copy the current immutable object by setting a value for the
code attribute. |
ImmutableErrorDetails |
ImmutableErrorDetails.withDescription(String value)
Copy the current immutable object by setting a value for the
description attribute. |
ImmutableErrorDetails |
ImmutableErrorDetails.withErrorCode(String value)
Copy the current immutable object by setting a value for the
errorCode attribute. |
Copyright © 2020 SAP SE. All rights reserved.