Class Poa


  • public class Poa
    extends java.lang.Object
    Proof of Appointment (POA) details.
    • Constructor Detail

      • Poa

        public Poa()
    • Method Detail

      • getAppointmentTime

        public AppointmentTime getAppointmentTime()
        Get appointmentTime
        Returns:
        appointmentTime
      • setAppointmentTime

        public void setAppointmentTime​(AppointmentTime appointmentTime)
      • technicians

        public Poa technicians​(java.util.List<Technician> technicians)
      • addTechniciansItem

        public Poa addTechniciansItem​(Technician techniciansItem)
      • getTechnicians

        public java.util.List<Technician> getTechnicians()
        A list of technicians.
        Returns:
        technicians
      • setTechnicians

        public void setTechnicians​(java.util.List<Technician> technicians)
      • uploadingTechnician

        public Poa uploadingTechnician​(java.lang.String uploadingTechnician)
      • getUploadingTechnician

        public java.lang.String getUploadingTechnician()
        The identifier of the technician who uploaded the POA.
        Returns:
        uploadingTechnician
      • setUploadingTechnician

        public void setUploadingTechnician​(java.lang.String uploadingTechnician)
      • uploadTime

        public Poa uploadTime​(org.threeten.bp.OffsetDateTime uploadTime)
      • getUploadTime

        public org.threeten.bp.OffsetDateTime getUploadTime()
        The date and time when the POA was uploaded in ISO 8601 format.
        Returns:
        uploadTime
      • setUploadTime

        public void setUploadTime​(org.threeten.bp.OffsetDateTime uploadTime)
      • getPoaType

        public Poa.PoaTypeEnum getPoaType()
        The type of POA uploaded.
        Returns:
        poaType
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

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