Class CollaborateBridge.UserCollaborateRoomGetResponse

java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.CollaborateBridge.UserCollaborateRoomGetResponse
All Implemented Interfaces:
Serializable
Enclosing class:
CollaborateBridge

public static class CollaborateBridge.UserCollaborateRoomGetResponse extends Response
Response to UserCollaborateRoomGetRequest. The roomType and roomName parameters are returned for all rooms. The following parameters are returned for My room and Project Room: attendeeNotification, endCollaborateRoomSessionOnOwnerExit and ownerRequired. In addition, the roomSchedule is returned for Project Room and the instantRoomStartTime and instantRoomEndTime are returned for Instant Room.
Author:
AlpacaGenerator
See Also:
  • Field Details

  • Constructor Details

    • UserCollaborateRoomGetResponse

      public UserCollaborateRoomGetResponse()
  • Method Details

    • setRoomType

      public void setRoomType(CollaborateRoomType roomType)
    • getRoomType

      public CollaborateRoomType getRoomType()
    • setRoomName

      public void setRoomName(String roomName)
    • getRoomName

      public String getRoomName()
    • setAttendeeNotification

      public void setAttendeeNotification(CollaborateRoomAttendeeNotification attendeeNotification)
    • getAttendeeNotification

      public CollaborateRoomAttendeeNotification getAttendeeNotification()
    • setEndCollaborateRoomSessionOnOwnerExit

      public void setEndCollaborateRoomSessionOnOwnerExit(Boolean endCollaborateRoomSessionOnOwnerExit)
    • getEndCollaborateRoomSessionOnOwnerExit

      public Boolean getEndCollaborateRoomSessionOnOwnerExit()
    • setOwnerRequired

      public void setOwnerRequired(Boolean ownerRequired)
    • getOwnerRequired

      public Boolean getOwnerRequired()
    • setInstantRoomStartTime

      public void setInstantRoomStartTime(OffsetDateTime instantRoomStartTime)
    • getInstantRoomStartTime

      public OffsetDateTime getInstantRoomStartTime()
    • setInstantRoomEndTime

      public void setInstantRoomEndTime(OffsetDateTime instantRoomEndTime)
    • getInstantRoomEndTime

      public OffsetDateTime getInstantRoomEndTime()
    • setRoomSchedule

      public void setRoomSchedule(ConferenceSchedule roomSchedule)
    • getRoomSchedule

      public ConferenceSchedule getRoomSchedule()
    • setUser

      public void setUser(BroadWorksUser user)
    • getBroadWorksUser

      public BroadWorksUser getBroadWorksUser()
    • setRoomId

      public void setRoomId(String roomId)
    • getRoomId

      public String getRoomId()
    • transform

      public void transform()
      Description copied from class: Response
      Transforms the Response from XML Content to a populated POJO
      Specified by:
      transform in class Response
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object