Class GroupCallPark.GroupCallParkModifyInstanceRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.services.GroupCallPark.GroupCallParkModifyInstanceRequest
- Enclosing class:
- GroupCallPark
public static class GroupCallPark.GroupCallParkModifyInstanceRequest
extends Request<DefaultResponse>
Modifies a Call Park group. Replaces the entire list of users in the group. The users are in the list are in the order they will try to be parked on. 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 @NotNull @Valid Group
protected @NotNull @Size(min=1,max=80) String
protected @Size(min=1,max=80) String
protected CallParkRecallTo
protected Optional<@Valid ReplacementUserIdList>
-
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()
getName()
Optional<@Valid ReplacementUserIdList>
setNewName
(String newName) setRecallAlternateUserId
(String recallAlternateUserId) setRecallTo
(CallParkRecallTo recallTo) setUserIdList
(ReplacementUserIdList userIdList) 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
-
name
-
newName
-
userIdList
-
recallAlternateUserId
-
recallTo
-
-
Constructor Details
-
GroupCallParkModifyInstanceRequest
public GroupCallParkModifyInstanceRequest() -
GroupCallParkModifyInstanceRequest
-
-
Method Details
-
setGroup
-
getGroup
-
setName
-
getName
-
setNewName
-
getNewName
-
unsetUserIdList
-
setUserIdList
public GroupCallPark.GroupCallParkModifyInstanceRequest setUserIdList(ReplacementUserIdList userIdList) -
getUserIdList
-
unsetRecallAlternateUserId
-
setRecallAlternateUserId
public GroupCallPark.GroupCallParkModifyInstanceRequest setRecallAlternateUserId(String recallAlternateUserId) -
getRecallAlternateUserId
-
setRecallTo
-
getRecallTo
-
getEmptyObject
public static GroupCallPark.GroupCallParkModifyInstanceRequest 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>
-