Class OpportunityStatus


  • @Generated("jsonschema2pojo")
    public class OpportunityStatus
    extends Object
    Opportunity Status

    The status of the recruitment opportunity.

    • Field Detail

      • status

        @JsonPropertyDescription("The status value.")
        private OpportunityStatus.Status status
        Status

        The status value. (Required)

      • statusReason

        @JsonPropertyDescription("The reason for the status.")
        private Object statusReason
        Status Reason

        The reason for the status.

    • Constructor Detail

      • OpportunityStatus

        public OpportunityStatus()