public class SearchCriteria extends Object
| Constructor and Description |
|---|
SearchCriteria()
Create a new instance of
SearchCardsCriteria |
| Modifier and Type | Method and Description |
|---|---|
void |
addIdentities(Collection<String> identities) |
void |
addIdentity(String identity) |
static SearchCriteria |
byAppBundle(String bundle) |
static SearchCriteria |
byIdentities(Collection<String> identities) |
static SearchCriteria |
byIdentity(String identity) |
Collection<String> |
getIdentities() |
String |
getIdentityType() |
CardScope |
getScope() |
void |
setIdentityType(String identityType) |
void |
setScope(CardScope scope) |
public SearchCriteria()
SearchCardsCriteriapublic static SearchCriteria byIdentities(Collection<String> identities)
public static SearchCriteria byIdentity(String identity)
public static SearchCriteria byAppBundle(String bundle)
public Collection<String> getIdentities()
public void addIdentities(Collection<String> identities)
identities - the identities to setpublic void addIdentity(String identity)
identity - the identities to setpublic String getIdentityType()
public void setIdentityType(String identityType)
identityType - the identityType to setpublic CardScope getScope()
public void setScope(CardScope scope)
scope - the scope to setCopyright © 2016. All rights reserved.