public class SearchCriteria extends Object
value request parameter is mandatory
type request parameter is optional and specifies the type of
Virgil Card's Identity
relations parameter is optional and contains the list of
Virgil Cards UDIDs to perform the search within
includeUnconfirmed parameter specifies whether an unconfirmed
Virgil Cards should be returned.
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchCriteria.Builder
An instance of this class encapsulates the information needed to
instantiate and initialize a search criteria object.
|
| Constructor and Description |
|---|
SearchCriteria() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getIncludeUnconfirmed() |
List<String> |
getRelations() |
IdentityType |
getType() |
String |
getValue() |
void |
setIncludeUnconfirmed(Boolean includeUnconfirmed) |
void |
setRelations(List<String> relations) |
void |
setType(IdentityType type) |
void |
setValue(String value) |
public String getValue()
public void setValue(String value)
value - the value to setpublic IdentityType getType()
public void setType(IdentityType type)
type - the type to setpublic void setRelations(List<String> relations)
relations - the relations to setpublic Boolean getIncludeUnconfirmed()
public void setIncludeUnconfirmed(Boolean includeUnconfirmed)
includeUnconfirmed - the includeUnconfirmed to setCopyright © 2016. All rights reserved.