| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.jobs |
| Modifier and Type | Method and Description |
|---|---|
Warning |
Warning.Builder.build()
Builds a new
Warning. |
| Modifier and Type | Method and Description |
|---|---|
abstract List<Warning> |
Job.getWarnings()
Collection of warnings that occurred while processing the job.
|
List<Warning> |
GetJobResponse.getWarnings()
Collection of warnings that occurred while processing the job.
|
| Modifier and Type | Method and Description |
|---|---|
Warning.Builder |
Warning.Builder.from(Warning instance)
Fill a builder with attribute values from the provided
Warning instance. |
GetJobResponse.Builder |
GetJobResponse.Builder.warning(Warning element)
Adds one element to
warnings list. |
GetJobResponse.Builder |
GetJobResponse.Builder.warnings(Warning... elements)
Adds elements to
warnings list. |
| Modifier and Type | Method and Description |
|---|---|
GetJobResponse.Builder |
GetJobResponse.Builder.addAllWarnings(Iterable<? extends Warning> elements)
Adds elements to
warnings list. |
GetJobResponse.Builder |
GetJobResponse.Builder.warnings(Iterable<? extends Warning> elements)
Sets or replaces all elements for
warnings list. |
Copyright © 2020. All rights reserved.