Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Job

Index

Constructors

Properties

applicant_access_type: any
applicant_apply_link: any
branch: any
closing_date: any
created_at: any
department: any
description: any
experience: any
id: any
interview_process: any
remote: any
requisitions: any
salary: any
show_pursue_as_career: any
status: any
title: any
type: any
updated_at: any

Methods

  • constructFromObject(data: any, obj: any): any
  • Constructs a Job from a plain JavaScript object, optionally creating a new instance. Copies all relevant properties from data to obj if supplied or a new instance if not.

    Parameters

    • data: any

      The plain JavaScript object bearing properties of interest.

    • obj: any

      Optional instance to populate.

    Returns any

    The populated Job instance.

  • initialize(obj: any): void
  • Initializes the fields of this object. This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins). Only for internal use.

    Parameters

    • obj: any

    Returns void

Generated using TypeDoc