class Builder
Builder used to create an instance of ReportQuery. Once constructed, the user cannot change the field values.
location
- The location (in coordinates) for which the report is requested.
Builder(location: Location)
Builder used to create an instance of ReportQuery. Once constructed, the user cannot change the field values. |
val location: Location
The location (in coordinates) for which the report is requested. |
fun build(): ReportQuery
Creates a new instance of ReportQuery. |
|
fun objectId(objectId: UUID): ReportQuery.Builder
The object unique id used to generate a report. |
|
fun projectId(projectId: UUID): ReportQuery.Builder
The project unique id used to generate the report. |
|
fun range(range: Float): ReportQuery.Builder
The radius of a circle around the provided point in meters. |