public static interface Warning.Builder extends SdkPojo, CopyableBuilder<Warning.Builder,Warning>
Modifier and Type | Method and Description |
---|---|
Warning.Builder |
errorCode(String errorCode)
The error code for the warning.
|
Warning.Builder |
pages(Collection<Integer> pages)
A list of the pages that the warning applies to.
|
Warning.Builder |
pages(Integer... pages)
A list of the pages that the warning applies to.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Warning.Builder errorCode(String errorCode)
The error code for the warning.
errorCode
- The error code for the warning.Warning.Builder pages(Collection<Integer> pages)
A list of the pages that the warning applies to.
pages
- A list of the pages that the warning applies to.Warning.Builder pages(Integer... pages)
A list of the pages that the warning applies to.
pages
- A list of the pages that the warning applies to.Copyright © 2021. All rights reserved.