Class AttendanceRecord

java.lang.Object
com.independentsoft.graph.teams.AttendanceRecord

public class AttendanceRecord extends Object
  • Constructor Details

    • AttendanceRecord

      public AttendanceRecord()
    • AttendanceRecord

      public AttendanceRecord(JsonObject jsonObject)
  • Method Details

    • getId

      public String getId()
    • getIdentity

      public CommunicationsIdentitySet getIdentity()
    • getEmailAddress

      public String getEmailAddress()
    • getRole

      public String getRole()
    • getTotalAttendanceInSeconds

      public int getTotalAttendanceInSeconds()
    • getRegistrantId

      public String getRegistrantId()
    • getAttendanceIntervals

      public List<AttendanceInterval> getAttendanceIntervals()