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