Package-level declarations

Types

Link copied to clipboard
enum CompanySize : Enum<CompanySize> , ConvertibleToJava<CompanySize>

The employer's company size.

Link copied to clipboard
enum CompensationEntryType : Enum<CompensationEntryType> , ConvertibleToJava<CompensationEntryType>

Compensation type. Default is CompensationType.COMPENSATION_TYPE_UNSPECIFIED.

Link copied to clipboard
enum CompensationEntryUnit : Enum<CompensationEntryUnit> , ConvertibleToJava<CompensationEntryUnit>

Frequency of the specified amount. Default is CompensationUnit.COMPENSATION_UNIT_UNSPECIFIED.

Link copied to clipboard
enum JobDegreeTypesItem : Enum<JobDegreeTypesItem> , ConvertibleToJava<JobDegreeTypesItem>
Link copied to clipboard
enum JobEmploymentTypesItem : Enum<JobEmploymentTypesItem> , ConvertibleToJava<JobEmploymentTypesItem>
Link copied to clipboard
enum JobJobBenefitsItem : Enum<JobJobBenefitsItem> , ConvertibleToJava<JobJobBenefitsItem>
Link copied to clipboard
enum JobJobLevel : Enum<JobJobLevel> , ConvertibleToJava<JobJobLevel>

The experience level associated with the job, such as "Entry Level".

Link copied to clipboard
enum JobPostingRegion : Enum<JobPostingRegion> , ConvertibleToJava<JobPostingRegion>

The job PostingRegion (for example, state, country) throughout which the job is available. If this field is set, a LocationFilter in a search query within the job region finds this job posting if an exact location match isn't specified. If this field is set to PostingRegion.NATION or PostingRegion.ADMINISTRATIVE_AREA, setting job Job.addresses to the same location level as this field is strongly recommended.

Link copied to clipboard
enum JobVisibility : Enum<JobVisibility> , ConvertibleToJava<JobVisibility>

Deprecated. The job is only visible to the owner. The visibility of the job. Defaults to Visibility.ACCOUNT_ONLY if not specified.

Link copied to clipboard
enum ProcessingOptionsHtmlSanitization : Enum<ProcessingOptionsHtmlSanitization> , ConvertibleToJava<ProcessingOptionsHtmlSanitization>

Option for job HTML content sanitization. Applied fields are: * description * applicationInfo.instruction * incentives * qualifications * responsibilities HTML tags in these fields may be stripped if sanitiazation isn't disabled. Defaults to HtmlSanitization.SIMPLE_FORMATTING_ONLY.