| Modifier and Type | Method and Description |
|---|---|
QuickConnectionState |
RecipientQuickState.getQuickConnectionState()
Returns the state of the current QUICK connection between the sender of the transfer and the recipient.
|
static QuickConnectionState |
QuickConnectionState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QuickConnectionState[] |
QuickConnectionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,QuickConnectionState> |
Client.requestQuickConnectionStates(java.util.List<java.lang.String> userEmailAddresses) |
java.util.Map<java.lang.String,QuickConnectionState> |
IClient.requestQuickConnectionStates(java.util.List<java.lang.String> userEmailAddresses)
Requests the
QuickConnectionState for each of the specified recipients. |
| Constructor and Description |
|---|
RecipientQuickState(boolean quickEnabled,
boolean quickInvited,
boolean quickInvitationAccepted,
boolean quickConnectionMatching,
QuickConnectionState quickConnectionState,
boolean passwordAccessPossible)
Constructor.
|