Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ApplicantField

Index

Constructors

Properties

applicant_form_id: any
base_model: any
created_at: any
default: any
external_field: any
field_type: any
group_label: any
group_name: any
group_position: any
id: any
label: any
name: any
picklist_values: any
position: any
recruiter_field: any
required_in_external_form: any
required_in_recruiter_form: any
required_in_vendor_form: any
updated_at: any
vendor_field: any
viewable_by: any
FieldTypeEnum: { attachment: string; checkbox: string; date_time: string; dropdown: string; email: string; label: string; number: string; paragraph: string; phone_number: string; radio: string; text: string; url: string; url_set: string }

Type declaration

  • attachment: string

    value: "attachment"

    const
  • checkbox: string

    value: "checkbox"

    const
  • date_time: string

    value: "date_time"

    const
  • dropdown: string

    value: "dropdown"

    const
  • email: string

    value: "email"

    const
  • label: string

    value: "label"

    const
  • number: string

    value: "number"

    const
  • paragraph: string

    value: "paragraph"

    const
  • phone_number: string

    value: "phone_number"

    const
  • radio: string

    value: "radio"

    const
  • text: string

    value: "text"

    const
  • url: string

    value: "url"

    const
  • url_set: string

    value: "url_set"

    const

Methods

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