| Package | Description |
|---|---|
| com.infobip.model |
| Modifier and Type | Method and Description |
|---|---|
static TfaPinType |
TfaPinType.fromValue(String value) |
TfaPinType |
TfaUpdateMessageRequest.getPinType()
The type of PIN code that will be generated and sent as part of a 2FA message.
|
TfaPinType |
TfaMessage.getPinType()
The type of PIN code that will be generated and sent as part of 2FA message.
|
TfaPinType |
TfaCreateMessageRequest.getPinType()
Type of PIN code that will be generated and sent as part of 2FA message.
|
TfaPinType |
TfaPinType.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static TfaPinType |
TfaPinType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TfaPinType[] |
TfaPinType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TfaUpdateMessageRequest |
TfaUpdateMessageRequest.pinType(TfaPinType pinType) |
TfaMessage |
TfaMessage.pinType(TfaPinType pinType) |
TfaCreateMessageRequest |
TfaCreateMessageRequest.pinType(TfaPinType pinType) |
void |
TfaUpdateMessageRequest.setPinType(TfaPinType pinType) |
void |
TfaMessage.setPinType(TfaPinType pinType) |
void |
TfaCreateMessageRequest.setPinType(TfaPinType pinType) |
void |
TfaPinType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
TfaPinType enumeration) |
Copyright © 2022. All rights reserved.