@GwtIncompatible public static class CollaborateBridge.SystemCollaborateModifyRequest extends Request<DefaultResponse>
Request.Protocol
Modifier and Type | Field and Description |
---|---|
protected Integer |
collaborateActiveTalkerRefreshIntervalSeconds |
protected com.google.common.base.Optional<String> |
collaborateFromAddress |
protected CollaborateGracePeriodDuration |
collaborateGracePeriod |
protected Integer |
collaborateRoomIdLength |
protected Integer |
collaborateRoomMaximumDurationMinutes |
protected Boolean |
enableActiveCollaborateNotification |
protected Integer |
instantRoomIdleTimeoutSeconds |
protected Integer |
maxCollaborateRoomParticipants |
protected Boolean |
supportOutdial |
protected Boolean |
terminateCollaborateAfterGracePeriod |
Constructor and Description |
---|
SystemCollaborateModifyRequest(BroadWorksServer broadWorksServer) |
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createTextElement, fire, fire, getBroadWorksServer, getCacheString, getCommandElement, getCommandType, getDomDocument, getId, getResponseClass, getRootElement, getValidationErrorsAsString, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setMemberOfBundle, setRequestId, setResponseClass, setRootElement, toString, validate
protected Integer collaborateRoomIdLength
protected Integer instantRoomIdleTimeoutSeconds
protected Integer collaborateRoomMaximumDurationMinutes
protected Boolean supportOutdial
protected Integer maxCollaborateRoomParticipants
protected Integer collaborateActiveTalkerRefreshIntervalSeconds
protected Boolean terminateCollaborateAfterGracePeriod
protected CollaborateGracePeriodDuration collaborateGracePeriod
protected Boolean enableActiveCollaborateNotification
protected com.google.common.base.Optional<String> collaborateFromAddress
public SystemCollaborateModifyRequest(BroadWorksServer broadWorksServer)
public CollaborateBridge.SystemCollaborateModifyRequest setCollaborateRoomIdLength(Integer collaborateRoomIdLength)
public Integer getCollaborateRoomIdLength()
public CollaborateBridge.SystemCollaborateModifyRequest setInstantRoomIdleTimeoutSeconds(Integer instantRoomIdleTimeoutSeconds)
public Integer getInstantRoomIdleTimeoutSeconds()
public CollaborateBridge.SystemCollaborateModifyRequest setCollaborateRoomMaximumDurationMinutes(Integer collaborateRoomMaximumDurationMinutes)
public Integer getCollaborateRoomMaximumDurationMinutes()
public CollaborateBridge.SystemCollaborateModifyRequest setSupportOutdial(Boolean supportOutdial)
public Boolean getSupportOutdial()
public CollaborateBridge.SystemCollaborateModifyRequest setMaxCollaborateRoomParticipants(Integer maxCollaborateRoomParticipants)
public Integer getMaxCollaborateRoomParticipants()
public CollaborateBridge.SystemCollaborateModifyRequest setCollaborateActiveTalkerRefreshIntervalSeconds(Integer collaborateActiveTalkerRefreshIntervalSeconds)
public Integer getCollaborateActiveTalkerRefreshIntervalSeconds()
public CollaborateBridge.SystemCollaborateModifyRequest setTerminateCollaborateAfterGracePeriod(Boolean terminateCollaborateAfterGracePeriod)
public Boolean getTerminateCollaborateAfterGracePeriod()
public CollaborateBridge.SystemCollaborateModifyRequest setCollaborateGracePeriod(CollaborateGracePeriodDuration collaborateGracePeriod)
public CollaborateGracePeriodDuration getCollaborateGracePeriod()
public CollaborateBridge.SystemCollaborateModifyRequest setEnableActiveCollaborateNotification(Boolean enableActiveCollaborateNotification)
public Boolean getEnableActiveCollaborateNotification()
public CollaborateBridge.SystemCollaborateModifyRequest setCollaborateFromAddress(String collaborateFromAddress)
public com.google.common.base.Optional<String> getCollaborateFromAddress()
public void formRequest()
formRequest
in class Request<DefaultResponse>
Copyright © 2016 ECG. All rights reserved.