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