public static class CreateBreakTypeResponse.Builder extends Object
CreateBreakTypeResponse.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CreateBreakTypeResponse.Builder |
breakType(BreakType breakType)
Setter for breakType.
|
CreateBreakTypeResponse |
build()
Builds a new
CreateBreakTypeResponse object using the set fields. |
CreateBreakTypeResponse.Builder |
errors(List<Error> errors)
Setter for errors.
|
CreateBreakTypeResponse.Builder |
httpContext(HttpContext httpContext)
Setter for httpContext.
|
public CreateBreakTypeResponse.Builder httpContext(HttpContext httpContext)
httpContext - HttpContext value for httpContext.public CreateBreakTypeResponse.Builder breakType(BreakType breakType)
breakType - BreakType value for breakType.public CreateBreakTypeResponse.Builder errors(List<Error> errors)
errors - List of Error value for errors.public CreateBreakTypeResponse build()
CreateBreakTypeResponse object using the set fields.CreateBreakTypeResponseCopyright © 2022. All rights reserved.