Class CallRecording

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

public class CallRecording extends Object
  • Constructor Details

    • CallRecording

      public CallRecording()
    • CallRecording

      public CallRecording(JsonObject jsonObject)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getId

      public String getId()
    • getMeetingId

      public String getMeetingId()
    • getMeetingOrganizer

      public CommunicationsIdentitySet getMeetingOrganizer()
    • getRecordingContentUrl

      public String getRecordingContentUrl()
    • getContent

      public byte[] getContent()
    • setContent

      public void setContent(byte[] content)
    • getCreatedDateTime

      public Date getCreatedDateTime()