@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-11-05T00:31:27.098Z") public class AdherenceReportSearch extends Object
Constructor and Description |
---|
AdherenceReportSearch() |
Modifier and Type | Method and Description |
---|---|
AdherenceReportSearch |
addLabelFiltersItem(String labelFiltersItem) |
AdherenceReportSearch |
addProgressionFiltersItem(ParticipantStudyProgress progressionFiltersItem) |
AdherenceReportSearch |
adherenceMax(Integer adherenceMax) |
AdherenceReportSearch |
adherenceMin(Integer adherenceMin) |
boolean |
equals(Object o) |
Integer |
getAdherenceMax()
Only return records with a weekly adherence at or below this value.
|
Integer |
getAdherenceMin()
Only return records with a weekly adherence at or above this value.
|
String |
getIdFilter()
Only return records where one of the participant’s identifier fields (externalId, identifier, firstName, lastName, email, or phone number) includes the `idFilter` string.
|
List<String> |
getLabelFilters()
Return records where the labels of the entries includes one or more of the labels in this array.
|
Integer |
getOffsetBy()
Get offsetBy
|
Integer |
getPageSize()
Get pageSize
|
List<ParticipantStudyProgress> |
getProgressionFilters()
Filter records by whether the participant has finished, not yet begun, and/or is currently participating in the study.
|
TestFilter |
getTestFilter()
Return test, production, or both kinds of records.
|
String |
getType()
AdherenceReportSearch
|
int |
hashCode() |
AdherenceReportSearch |
idFilter(String idFilter) |
AdherenceReportSearch |
labelFilters(List<String> labelFilters) |
AdherenceReportSearch |
offsetBy(Integer offsetBy) |
AdherenceReportSearch |
pageSize(Integer pageSize) |
AdherenceReportSearch |
progressionFilters(List<ParticipantStudyProgress> progressionFilters) |
void |
setAdherenceMax(Integer adherenceMax) |
void |
setAdherenceMin(Integer adherenceMin) |
void |
setIdFilter(String idFilter) |
void |
setLabelFilters(List<String> labelFilters) |
void |
setOffsetBy(Integer offsetBy) |
void |
setPageSize(Integer pageSize) |
void |
setProgressionFilters(List<ParticipantStudyProgress> progressionFilters) |
void |
setTestFilter(TestFilter testFilter) |
AdherenceReportSearch |
testFilter(TestFilter testFilter) |
String |
toString() |
public AdherenceReportSearch testFilter(TestFilter testFilter)
public TestFilter getTestFilter()
public void setTestFilter(TestFilter testFilter)
public AdherenceReportSearch labelFilters(List<String> labelFilters)
public AdherenceReportSearch addLabelFiltersItem(String labelFiltersItem)
public List<String> getLabelFilters()
public AdherenceReportSearch adherenceMin(Integer adherenceMin)
public Integer getAdherenceMin()
public void setAdherenceMin(Integer adherenceMin)
public AdherenceReportSearch adherenceMax(Integer adherenceMax)
public Integer getAdherenceMax()
public void setAdherenceMax(Integer adherenceMax)
public AdherenceReportSearch progressionFilters(List<ParticipantStudyProgress> progressionFilters)
public AdherenceReportSearch addProgressionFiltersItem(ParticipantStudyProgress progressionFiltersItem)
public List<ParticipantStudyProgress> getProgressionFilters()
public void setProgressionFilters(List<ParticipantStudyProgress> progressionFilters)
public AdherenceReportSearch idFilter(String idFilter)
public String getIdFilter()
public void setIdFilter(String idFilter)
public AdherenceReportSearch offsetBy(Integer offsetBy)
public Integer getOffsetBy()
public void setOffsetBy(Integer offsetBy)
public AdherenceReportSearch pageSize(Integer pageSize)
public Integer getPageSize()
public void setPageSize(Integer pageSize)
public String getType()
Copyright © 2022 Sage Bionetworks. All rights reserved.