Class GroupCallPark.GroupCallParkModifyRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.services.GroupCallPark.GroupCallParkModifyRequest
- Enclosing class:
- GroupCallPark
Modifies the Group's Call Park settings. The response is either SuccessResponse or ErrorResponse.
- Author:
- AlpacaGenerator
-
Nested Class Summary
Nested classes/interfaces inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
Request.Protocol
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Integer
protected Integer
protected Boolean
protected @NotNull @Valid Group
protected RingPattern
protected Integer
protected CallParkRecallTo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Forms the XML Document for this Request Object.getEmptyObject
(BroadWorksServer broadWorksServer) Retrieves this object with minimal setup.getGroup()
setAlternateUserRecallTimerSeconds
(Integer alternateUserRecallTimerSeconds) setDisplayTimerSeconds
(Integer displayTimerSeconds) setEnableDestinationAnnouncement
(Boolean enableDestinationAnnouncement) setRecallAlternateUserId
(String recallAlternateUserId) setRecallRingPattern
(RingPattern recallRingPattern) setRecallTimerSeconds
(Integer recallTimerSeconds) setRecallTo
(CallParkRecallTo recallTo) Methods inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createNilElement, createTextElement, equals, fire, fire, getBroadWorksServer, getCacheString, getCommandElement, getCommandType, getDomDocument, getId, getOCSProtocol, getRequestTimeoutMillis, getResponseClass, getRetries, getRetryCodes, getRootElement, getValidationErrorsAsString, hashCode, isIgnoreCache, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setEcho, setIgnoreCache, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRetries, setRetryCodes, setRootElement, toString, validate
-
Field Details
-
group
-
recallTimerSeconds
-
displayTimerSeconds
-
enableDestinationAnnouncement
-
recallAlternateUserId
-
recallRingPattern
-
recallTo
-
alternateUserRecallTimerSeconds
-
-
Constructor Details
-
GroupCallParkModifyRequest
public GroupCallParkModifyRequest() -
GroupCallParkModifyRequest
-
-
Method Details
-
setGroup
-
getGroup
-
setRecallTimerSeconds
-
getRecallTimerSeconds
-
setDisplayTimerSeconds
-
getDisplayTimerSeconds
-
setEnableDestinationAnnouncement
public GroupCallPark.GroupCallParkModifyRequest setEnableDestinationAnnouncement(Boolean enableDestinationAnnouncement) -
getEnableDestinationAnnouncement
-
unsetRecallAlternateUserId
-
setRecallAlternateUserId
public GroupCallPark.GroupCallParkModifyRequest setRecallAlternateUserId(String recallAlternateUserId) -
getRecallAlternateUserId
-
setRecallRingPattern
-
getRecallRingPattern
-
setRecallTo
-
getRecallTo
-
setAlternateUserRecallTimerSeconds
public GroupCallPark.GroupCallParkModifyRequest setAlternateUserRecallTimerSeconds(Integer alternateUserRecallTimerSeconds) -
getAlternateUserRecallTimerSeconds
-
getEmptyObject
public static GroupCallPark.GroupCallParkModifyRequest getEmptyObject(BroadWorksServer broadWorksServer) Retrieves this object with minimal setup.- Parameters:
broadWorksServer
- The BroadWorksServer
-
formRequest
public void formRequest()Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequest
in classRequest<DefaultResponse>
-