data class HCLQueryObject
HCLQueryObject provides parameters for fetching data from the service without UI.
id  | 
		ID of object representing the query. This can be a query to get a list of HCPs, list of activities, details on an HCP, or details on an activity.  | 
	
first  | 
		Size of list data that is returned from web service.  | 
	
offset  | 
		Page of results.  | 
	
criteria  | 
		Search keyword from user's input.  | 
	
locale  | 
		Language for results.  | 
	
userId  | 
		User identity.  | 
	
specialities  | 
		List of speciality IDs.  | 
	
data class Builder  | 
	
codeTypes  | 
		val codeTypes: <ERROR CLASS><String>  | 
	
criteria  | 
		val criteria: String Search keyword from user's input.  | 
	
first  | 
		val first: Int Size of list data that is returned from web service.  | 
	
id  | 
		val id: String ID of object representing the query. This can be a query to get a list of HCPs, list of activities, details on an HCP, or details on an activity.  | 
	
latitude  | 
		val latitude: Double  | 
	
locale  | 
		val locale: String Language for results.  | 
	
longitude  | 
		val longitude: Double  | 
	
offset  | 
		val offset: Int Page of results.  | 
	
specialities  | 
		val specialities: <ERROR CLASS><String> List of speciality IDs.  | 
	
userId  | 
		val userId: String User identity.  | 
	
HealthCare Locator 1.0 and higher
Platform and requirements: Android