public class UpdateBreakTypeRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateBreakTypeRequest.Builder
Class to build instances of
UpdateBreakTypeRequest. |
| Constructor and Description |
|---|
UpdateBreakTypeRequest(BreakType breakType)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
BreakType |
getBreakType()
Getter for BreakType.
|
int |
hashCode() |
UpdateBreakTypeRequest.Builder |
toBuilder()
Builds a new
UpdateBreakTypeRequest.Builder object. |
String |
toString()
Converts this UpdateBreakTypeRequest into string format.
|
public UpdateBreakTypeRequest(BreakType breakType)
breakType - BreakType value for breakType.public BreakType getBreakType()
public String toString()
public UpdateBreakTypeRequest.Builder toBuilder()
UpdateBreakTypeRequest.Builder object.
Creates the instance with the state of the current model.UpdateBreakTypeRequest.Builder objectCopyright © 2022. All rights reserved.