Class ScreeningQuestion


  • public final class ScreeningQuestion
    extends java.lang.Object
    • Method Detail

      • getId

        public java.util.Optional<java.lang.String> getId()
      • getRemoteId

        public java.util.Optional<java.lang.String> getRemoteId()
        Returns:
        The third-party API ID of the matching object.
      • getCreatedAt

        public java.util.Optional<java.time.OffsetDateTime> getCreatedAt()
        Returns:
        The datetime that this object was created by Merge.
      • getModifiedAt

        public java.util.Optional<java.time.OffsetDateTime> getModifiedAt()
        Returns:
        The datetime that this object was modified by Merge.
      • getJob

        public java.util.Optional<ScreeningQuestionJob> getJob()
        Returns:
        The job associated with the screening question.
      • getDescription

        public java.util.Optional<java.lang.String> getDescription()
        Returns:
        The description of the screening question
      • getTitle

        public java.util.Optional<java.lang.String> getTitle()
        Returns:
        The title of the screening question
      • getType

        public java.util.Optional<ScreeningQuestionType> getType()
        Returns:
        The data type for the screening question.
        • DATE - DATE
        • FILE - FILE
        • SINGLE_SELECT - SINGLE_SELECT
        • MULTI_SELECT - MULTI_SELECT
        • SINGLE_LINE_TEXT - SINGLE_LINE_TEXT
        • MULTI_LINE_TEXT - MULTI_LINE_TEXT
        • NUMERIC - NUMERIC
        • BOOLEAN - BOOLEAN
      • getRequired

        public java.util.Optional<java.lang.Boolean> getRequired()
        Returns:
        Whether or not the screening question is required.
      • getOptions

        public java.util.Optional<java.util.List<com.fasterxml.jackson.databind.JsonNode>> getOptions()
      • getRemoteWasDeleted

        public java.util.Optional<java.lang.Boolean> getRemoteWasDeleted()
        Returns:
        Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. Learn more.
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object