| Package | Description |
|---|---|
| com.virgilsecurity.sdk.client.model | |
| com.virgilsecurity.sdk.client.model.dto |
| Modifier and Type | Method and Description |
|---|---|
CardScope |
Card.getScope()
Gets the scope.
|
static CardScope |
CardScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CardScope[] |
CardScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Card.setScope(CardScope scope) |
| Modifier and Type | Method and Description |
|---|---|
CardScope |
SearchRequest.getScope() |
CardScope |
SearchCriteria.getScope() |
CardScope |
CreateCardModel.getScope() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchRequest.setScope(CardScope scope) |
void |
SearchCriteria.setScope(CardScope scope) |
void |
CreateCardModel.setScope(CardScope scope) |
Copyright © 2016. All rights reserved.