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
includeUnauthorized parameter specifies whether an
unauthorized 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 |
getIncludeUnauthorized() |
String |
getType() |
String |
getValue() |
void |
setIncludeUnauthorized(Boolean includeUnauthorized) |
void |
setType(String type) |
void |
setValue(String value) |
public String getValue()
public void setValue(String value)
value - the value to setpublic String getType()
public void setType(String type)
type - the type to setpublic Boolean getIncludeUnauthorized()
public void setIncludeUnauthorized(Boolean includeUnauthorized)
includeUnauthorized - the includeUnauthorized to setCopyright © 2016. All rights reserved.