Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ApplicantDetail

Index

Constructors

Properties

applicant_source_category_id: any
applicant_source_id: any
archived_at: any
candidate: any
created_at: any
custom_fields: any
deleted: any
followers: any
id: any
job_id: any
job_title: any
moved_at: any
on_hold_at: any
on_hold_till: any
rejected_at: any
requisition_id: any
stage: any
status: any
sub_stage_id: any
updated_at: any
StageEnum: { candidature: string; hire: string; offer: string; on_site: string; screening: string }

Type declaration

  • candidature: string

    value: "candidature"

    const
  • hire: string

    value: "hire"

    const
  • offer: string

    value: "offer"

    const
  • on_site: string

    value: "on_site"

    const
  • screening: string

    value: "screening"

    const
StatusEnum: { archived: string; dropped: string; moved: string; on_hold: string; open: string; rejected: string }

Type declaration

  • archived: string

    value: "archived"

    const
  • dropped: string

    value: "dropped"

    const
  • moved: string

    value: "moved"

    const
  • on_hold: string

    value: "on_hold"

    const
  • open: string

    value: "open"

    const
  • rejected: string

    value: "rejected"

    const

Methods

  • constructFromObject(data: any, obj: any): any
  • Constructs a ApplicantDetail 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 ApplicantDetail 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