| Package | Description |
|---|---|
| org.cloudfoundry.client.v3 |
| Modifier and Type | Method and Description |
|---|---|
static Error.Builder |
Error.builder()
Creates a builder for
Error. |
Error.Builder |
Error.Builder.code(Integer code)
Initializes the value for the
code attribute. |
Error.Builder |
Error.Builder.detail(String detail)
Initializes the value for the
detail attribute. |
Error.Builder |
Error.Builder.from(Error instance)
Fill a builder with attribute values from the provided
Error instance. |
Error.Builder |
Error.Builder.title(String title)
Initializes the value for the
title attribute. |
Copyright © 2020. All rights reserved.