public class TfaResendPinRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_PLACEHOLDERS |
| Constructor and Description |
|---|
TfaResendPinRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<String,String> |
getPlaceholders()
Key value pairs that will be replaced during message sending.
|
int |
hashCode() |
TfaResendPinRequest |
placeholders(Map<String,String> placeholders) |
TfaResendPinRequest |
putPlaceholdersItem(String key,
String placeholdersItem) |
void |
setPlaceholders(Map<String,String> placeholders) |
String |
toString() |
public static final String SERIALIZED_NAME_PLACEHOLDERS
public TfaResendPinRequest placeholders(Map<String,String> placeholders)
public TfaResendPinRequest putPlaceholdersItem(String key, String placeholdersItem)
public Map<String,String> getPlaceholders()
Copyright © 2022. All rights reserved.