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