@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2023-07-13T01:30:51.265Z") public class Criteria extends Object
Constructor and Description |
---|
Criteria() |
Modifier and Type | Method and Description |
---|---|
Criteria |
addAllOfGroupsItem(String allOfGroupsItem) |
Criteria |
addAllOfStudyIdsItem(String allOfStudyIdsItem) |
Criteria |
addNoneOfGroupsItem(String noneOfGroupsItem) |
Criteria |
addNoneOfStudyIdsItem(String noneOfStudyIdsItem) |
Criteria |
allOfGroups(List<String> allOfGroups) |
Criteria |
allOfStudyIds(List<String> allOfStudyIds) |
boolean |
equals(Object o) |
List<String> |
getAllOfGroups()
One or more data groups; the user must have all these data groups to match.
|
List<String> |
getAllOfStudyIds()
One or more study IDs; the user must be assigned to all these studies to match.
|
String |
getLanguage()
A two-letter language code.
|
Map<String,Integer> |
getMaxAppVersions()
A map of operating system names to minimum app versions.
|
Map<String,Integer> |
getMinAppVersions()
A map of operating system names to minimum app versions.
|
List<String> |
getNoneOfGroups()
One or more data groups; the user must have none of these data groups to match.
|
List<String> |
getNoneOfStudyIds()
One or more study IDs; the user cannot be assigned to any of these studies for the associated object to match.
|
String |
getType()
Criteria
|
int |
hashCode() |
Criteria |
language(String language) |
Criteria |
maxAppVersions(Map<String,Integer> maxAppVersions) |
Criteria |
minAppVersions(Map<String,Integer> minAppVersions) |
Criteria |
noneOfGroups(List<String> noneOfGroups) |
Criteria |
noneOfStudyIds(List<String> noneOfStudyIds) |
Criteria |
putMaxAppVersionsItem(String key,
Integer maxAppVersionsItem) |
Criteria |
putMinAppVersionsItem(String key,
Integer minAppVersionsItem) |
void |
setAllOfGroups(List<String> allOfGroups) |
void |
setAllOfStudyIds(List<String> allOfStudyIds) |
void |
setLanguage(String language) |
void |
setMaxAppVersions(Map<String,Integer> maxAppVersions) |
void |
setMinAppVersions(Map<String,Integer> minAppVersions) |
void |
setNoneOfGroups(List<String> noneOfGroups) |
void |
setNoneOfStudyIds(List<String> noneOfStudyIds) |
String |
toString() |
public String getLanguage()
public void setLanguage(String language)
public List<String> getAllOfGroups()
public List<String> getNoneOfGroups()
public List<String> getAllOfStudyIds()
public List<String> getNoneOfStudyIds()
public Map<String,Integer> getMinAppVersions()
public Map<String,Integer> getMaxAppVersions()
public String getType()
Copyright © 2023 Sage Bionetworks. All rights reserved.