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 by appName.)
  • userName: The user who published the application. (Null if not filtered by user name.)
  • dateProximityDuration: When paired with dateProximityUnit, 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 with dateProximityDuration, the unit, such as days, weeks, and so on, by which to count. Required if dateProximityDuration is 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.