AssessmentFilter.AssessmentFilter
Signature
public AssessmentFilter(String appName,
String userName,
Double dateProximityDuration,
int DateProximityUnit,
Long dateRangeStart, Long dateRangeEnd,
int maxResults)Description
Constructor taking all criteria options as arguments.
Parameters
appName: The application name. (Null if not filtered byappName.)userName: The user who published the application. (Null if not filtered by user name.)dateProximityDuration: When paired withdateProximityUnit, the number of units (days, weeks, and so on) to filter starting with the current date. (Null if not filtered by date proximity.)dateProximityUnit: When paired withdateProximityDuration, the unit, such as days, weeks, and so on, by which to count. Required ifdateProximityDurationis specified. See DateProximityUnit.value for valid units.dateRangeStart: The start of a date range. (Null if not filtering by date range.)dateRangeEnd: The end of the date range (null if not filtering by date range).maxResults: The maximum number of results to return.