Class GroupCallPark.GroupCallParkDeleteInstanceRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.services.GroupCallPark.GroupCallParkDeleteInstanceRequest
- Enclosing class:
- GroupCallPark
public static class GroupCallPark.GroupCallParkDeleteInstanceRequest extends Request<DefaultResponse>
Deletes a Call Park group. 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
-
Constructor Summary
Constructors Constructor Description GroupCallParkDeleteInstanceRequest()GroupCallParkDeleteInstanceRequest(Group group, String name) -
Method Summary
Modifier and Type Method Description voidformRequest()Forms the XML Document for this Request Object.static GroupCallPark.GroupCallParkDeleteInstanceRequestgetEmptyObject(BroadWorksServer broadWorksServer)Retrieves this object with minimal setup.GroupgetGroup()StringgetName()GroupCallPark.GroupCallParkDeleteInstanceRequestsetGroup(Group group)GroupCallPark.GroupCallParkDeleteInstanceRequestsetName(String name)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, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setEcho, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRetries, setRetryCodes, setRootElement, toString, validate
-
Field Details
-
Constructor Details
-
GroupCallParkDeleteInstanceRequest
public GroupCallParkDeleteInstanceRequest() -
GroupCallParkDeleteInstanceRequest
-
-
Method Details
-
setGroup
-
getGroup
-
setName
-
getName
-
getEmptyObject
public static GroupCallPark.GroupCallParkDeleteInstanceRequest 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:
formRequestin classRequest<DefaultResponse>
-