ConversionReportCriteria
Object obtained from make_conversion_report() method. See, Report Commands
Parameters
- beginDate
- class
- dateMode
- dates
- daysOfWeek
- endDate
- endTimeOfDay
- groupBy
- includeCurrentDay
- maximumPages
- name
- noOfDays
- outputFormat
- ownerName
- pageOrientation
- pageSize
- publicReport
- reportColumns
- reportType
- schdulerID
- sortAscending
- sortBy
- startTimeOfDay
- timeZone
Methods
-
canDelete()- boolean string such as 'False' -
canEdit()- boolean string such as 'False' -
canRun- boolean string such as 'False' -
createReportDateTimeRange()- ReportCriteriaLite object -
equals(report)- boolean string such as 'False' -
getBeginDate()- CalendarDate start date of scheduler -
getClass()- type of object -
getDateMode()- string such as 'RECENT_DAYS' -
getDates()- dates on which scheduler runs -
getDaysOfWeek()- list of days of week on which scheduler runs -
getEndDate()- CalendarDate end date of scheduler -
getEndTimeOfDay()- TimeOfDay end time of scheduler -
getGroupBy()- ReportField RUN_DATE -
getMaximumPages()- integer max number of pages of a report -
getName()- string report name -
getNoOfDays()- integer number of days given scheduler has been run -
getOutputFormat()- string such as 'PDF' -
getOwnerName()- string name of report owner -
getPageOrientation()- string such as 'AUTO' -
getPageSize()- string such as 'US_LETTER' -
getReportColumns()- integer number of columns in report -
getReportType()- string such as 'CONVERSION_LOG_REPORT_TYPE' -
getSchedulerID()- UUID of scheduler -
getSortBy()- ReportField object -
getStartTimeOfDay()- TimeOfDay start time of scheduler -
getTimeFormat()- string such as 'h:mm a' -
getTimeZone()- ZoneInfo object detailing scheduler time zone -
hashCode- hash code value of report -
isPublicReport()- boolean string such as 'False' -
isSortAscending()- boolean string such as 'False' -
setCanDelete(True)- set ability to delete or not delete report -
setCanEdit(True)- set ability to delete or not delete report -
setCanRun(True)- set ability to run or not run report -
setIncludeCurrentDay()- set whether or not current day is included in report -
setMaximumPages(25)- set maximum page limit -
setName('new report')- set name of report -
setNoOfDays(7)- set number of days to run report -
setPublicReport(True)- set whether or not report is public -
setReportColumns([3])- set number of columns in report -
setSortAscending(True)- set whether or not report us sorted in ascending order -
toString()- string representation of report -
usesDaysOfWeek()- boolean string such as 'False' -
usesStartEndTimes()- boolean string such as 'False'