Class CollaborateBridge.UserCollaborateInstantRoomParametersGetResponse

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    CollaborateBridge

    public static class CollaborateBridge.UserCollaborateInstantRoomParametersGetResponse
    extends Response
    Response to UserCollaborateInstantRoomParametersGetRequest.
    Author:
    AlpacaGenerator
    See Also:
    Serialized Form
    • Constructor Detail

      • UserCollaborateInstantRoomParametersGetResponse

        public UserCollaborateInstantRoomParametersGetResponse()
    • Method Detail

      • setEndCollaborateRoomSessionOnOwnerExit

        public void setEndCollaborateRoomSessionOnOwnerExit​(Boolean endCollaborateRoomSessionOnOwnerExit)
      • getEndCollaborateRoomSessionOnOwnerExit

        public Boolean getEndCollaborateRoomSessionOnOwnerExit()
      • setOwnerRequired

        public void setOwnerRequired​(Boolean ownerRequired)
      • getOwnerRequired

        public Boolean getOwnerRequired()
      • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object