JobQuery class
The query required to perform a search query.
Constructors
-
JobQuery({CommuteFilter? commuteFilter, List<
String> ? companies, List<String> ? companyDisplayNames, CompensationFilter? compensationFilter, String? customAttributeFilter, bool? disableSpellCheck, List<String> ? employmentTypes, List<String> ? excludedJobs, List<String> ? jobCategories, List<String> ? languageCodes, List<LocationFilter> ? locationFilters, TimestampRange? publishTimeRange, String? query, String? queryLanguageCode}) - JobQuery.fromJson(Map json_)
Properties
- commuteFilter ↔ CommuteFilter?
-
Allows filtering jobs by commute time with different travel methods (for
example, driving or public transit).
getter/setter pair
-
companies
↔ List<
String> ? -
This filter specifies the company entities to search against.
getter/setter pair
-
companyDisplayNames
↔ List<
String> ? -
This filter specifies the company Company.display_name of the jobs to
search against.
getter/setter pair
- compensationFilter ↔ CompensationFilter?
-
This search filter is applied only to Job.compensation_info.
getter/setter pair
- customAttributeFilter ↔ String?
-
This filter specifies a structured syntax to match against the
Job.custom_attributes marked as
filterable
.getter/setter pair - disableSpellCheck ↔ bool?
-
This flag controls the spell-check feature.
getter/setter pair
-
employmentTypes
↔ List<
String> ? -
The employment type filter specifies the employment type of jobs to search
against, such as EmploymentType.FULL_TIME.
getter/setter pair
-
excludedJobs
↔ List<
String> ? -
This filter specifies a list of job names to be excluded during search.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
jobCategories
↔ List<
String> ? -
The category filter specifies the categories of jobs to search against.
getter/setter pair
-
languageCodes
↔ List<
String> ? -
This filter specifies the locale of jobs to search against, for example,
"en-US".
getter/setter pair
-
locationFilters
↔ List<
LocationFilter> ? -
The location filter specifies geo-regions containing the jobs to search
against.
getter/setter pair
- publishTimeRange ↔ TimestampRange?
-
Jobs published within a range specified by this filter are searched
against.
getter/setter pair
- query ↔ String?
-
The query string that matches against the job title, description, and
location fields.
getter/setter pair
- queryLanguageCode ↔ String?
-
The language code of query.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited