|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Token.Status | |
|---|---|
| com.xerox.amazonws.fps | |
| Uses of Token.Status in com.xerox.amazonws.fps |
|---|
| Methods in com.xerox.amazonws.fps that return Token.Status | |
|---|---|
static Token.Status |
Token.Status.fromValue(String v)
|
Token.Status |
Token.getStatus()
|
static Token.Status |
Token.Status.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Token.Status[] |
Token.Status.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.xerox.amazonws.fps with parameters of type Token.Status | |
|---|---|
List<Token> |
FlexiblePaymentsService.getTokens(String tokenFriendlyName,
Token.Status tokenStatus,
String callerReference)
Fetch the tokens installed on your (caller) account, based on the filtering parameters. |
List<Token> |
FlexiblePaymentsService.getTokensByStatus(Token.Status tokenStatus)
Fetch the tokens installed on your (caller) account, filtered by status. |
| Constructors in com.xerox.amazonws.fps with parameters of type Token.Status | |
|---|---|
Token(String tokenId,
String friendlyName,
Token.Status status,
Date dateInstalled,
String callerInstalled,
TokenType tokenType,
String oldTokenId,
String paymentReason)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||