Class CallInfo.CallView

java.lang.Object
org.exoplatform.webconferencing.CallInfo.CallView
Enclosing class:
CallInfo

public class CallInfo.CallView extends Object
The Class describing a CallInfo with simplified (POJO) fields for consumption by clients.
  • Constructor Details

    • CallView

      public CallView()
  • Method Details

    • getLastDate

      public String getLastDate()
    • getStartDate

      public String getStartDate()
    • getEndDate

      public String getEndDate()
    • getId

      public String getId()
    • getState

      public String getState()
    • getInviteId

      public String getInviteId()
    • getOwner

      public IdentityInfo getOwner()
    • getProviderType

      public String getProviderType()
    • getTitle

      public String getTitle()
    • getParticipants

      public Set<UserInfo> getParticipants()
    • getOrigins

      public Set<OriginInfo> getOrigins()