Class Interview


  • @Generated("jsonschema2pojo")
    public class Interview
    extends Object
    Interview

    Interviews made on teachers training applications in UK under UK Government Department, DfE (Department for Education).

    • Field Detail

      • id

        @JsonPropertyDescription("The global identifier of the interview for the admission application.")
        private Id id
        Id

        The global identifier of the interview for the admission application. (Required)

      • interviewId

        @JsonPropertyDescription("The unique ID of interview.")
        private String interviewId
        Interview Id

        The unique ID of interview.

      • providerCode

        @JsonPropertyDescription("The Provider Code of the Interview on the admission application.")
        private String providerCode
        Provider Code

        The Provider Code of the Interview on the admission application.

      • interviewDate

        @JsonPropertyDescription("The Date and time of the interview.")
        private Date interviewDate
        Interview Date

        The Date and time of the interview.

      • location

        @JsonPropertyDescription("A string describing where or how the interview will take place.")
        private String location
        Location

        A string describing where or how the interview will take place.

      • additionalDetails

        @JsonPropertyDescription("Optional string for additional notes.")
        private String additionalDetails
        Additional Details

        Optional string for additional notes.

      • cancellationReason

        @JsonPropertyDescription("The reason for the cancellation of Interview.")
        private String cancellationReason
        Cancellation Reason

        The reason for the cancellation of Interview.

    • Constructor Detail

      • Interview

        public Interview()
    • Method Detail

      • getId

        public Id getId()
        Id

        The global identifier of the interview for the admission application. (Required)

      • setId

        public void setId​(Id id)
        Id

        The global identifier of the interview for the admission application. (Required)

      • getInterviewId

        public String getInterviewId()
        Interview Id

        The unique ID of interview.

      • setInterviewId

        public void setInterviewId​(String interviewId)
        Interview Id

        The unique ID of interview.

      • withInterviewId

        public Interview withInterviewId​(String interviewId)
      • getProviderCode

        public String getProviderCode()
        Provider Code

        The Provider Code of the Interview on the admission application.

      • setProviderCode

        public void setProviderCode​(String providerCode)
        Provider Code

        The Provider Code of the Interview on the admission application.

      • withProviderCode

        public Interview withProviderCode​(String providerCode)
      • getInterviewDate

        public Date getInterviewDate()
        Interview Date

        The Date and time of the interview.

      • setInterviewDate

        public void setInterviewDate​(Date interviewDate)
        Interview Date

        The Date and time of the interview.

      • withInterviewDate

        public Interview withInterviewDate​(Date interviewDate)
      • getLocation

        public String getLocation()
        Location

        A string describing where or how the interview will take place.

      • setLocation

        public void setLocation​(String location)
        Location

        A string describing where or how the interview will take place.

      • getAdditionalDetails

        public String getAdditionalDetails()
        Additional Details

        Optional string for additional notes.

      • setAdditionalDetails

        public void setAdditionalDetails​(String additionalDetails)
        Additional Details

        Optional string for additional notes.

      • withAdditionalDetails

        public Interview withAdditionalDetails​(String additionalDetails)
      • getCancellationReason

        public String getCancellationReason()
        Cancellation Reason

        The reason for the cancellation of Interview.

      • setCancellationReason

        public void setCancellationReason​(String cancellationReason)
        Cancellation Reason

        The reason for the cancellation of Interview.

      • withCancellationReason

        public Interview withCancellationReason​(String cancellationReason)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object