Package co.ecg.alpaca.toolkit.generated
Class CallCenter.GroupCallCenterCurrentAndPastDNISGetListRequest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.request.Request<CallCenter.GroupCallCenterCurrentAndPastDNISGetListResponse>
-
- co.ecg.alpaca.toolkit.generated.CallCenter.GroupCallCenterCurrentAndPastDNISGetListRequest
-
- Enclosing class:
- CallCenter
public static class CallCenter.GroupCallCenterCurrentAndPastDNISGetListRequest extends Request<CallCenter.GroupCallCenterCurrentAndPastDNISGetListResponse>
Request to get all the past and current DNIS for the Call Center for the group. The response is either GroupCallCenterCurrentAndPastDNISGetListResponse or ErrorResponse.- Author:
- AlpacaGenerator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
Request.Protocol
-
-
Field Summary
Fields Modifier and Type Field Description protected @NotNull @Size(min=1,max=30) String
groupId
protected @NotNull @Size(min=1,max=30) String
serviceProviderId
protected @NotNull @Size(min=1,max=161) String
serviceUserId
-
Constructor Summary
Constructors Constructor Description GroupCallCenterCurrentAndPastDNISGetListRequest()
GroupCallCenterCurrentAndPastDNISGetListRequest(BroadWorksServer broadWorksServer, String serviceProviderId, String groupId, String serviceUserId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
formRequest()
Forms the XML Document for this Request Object.static CallCenter.GroupCallCenterCurrentAndPastDNISGetListRequest
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.String
getGroupId()
String
getServiceProviderId()
String
getServiceUserId()
CallCenter.GroupCallCenterCurrentAndPastDNISGetListRequest
setGroupId(String groupId)
CallCenter.GroupCallCenterCurrentAndPastDNISGetListRequest
setServiceProviderId(String serviceProviderId)
CallCenter.GroupCallCenterCurrentAndPastDNISGetListRequest
setServiceUserId(String serviceUserId)
-
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 Detail
-
serviceProviderId
@NotNull @Size(min=1, max=30) protected @NotNull @Size(min=1,max=30) String serviceProviderId
-
groupId
@NotNull @Size(min=1, max=30) protected @NotNull @Size(min=1,max=30) String groupId
-
serviceUserId
@NotNull @Size(min=1, max=161) protected @NotNull @Size(min=1,max=161) String serviceUserId
-
-
Constructor Detail
-
GroupCallCenterCurrentAndPastDNISGetListRequest
public GroupCallCenterCurrentAndPastDNISGetListRequest()
-
GroupCallCenterCurrentAndPastDNISGetListRequest
public GroupCallCenterCurrentAndPastDNISGetListRequest(BroadWorksServer broadWorksServer, String serviceProviderId, String groupId, String serviceUserId)
-
-
Method Detail
-
setServiceProviderId
public CallCenter.GroupCallCenterCurrentAndPastDNISGetListRequest setServiceProviderId(String serviceProviderId)
-
getServiceProviderId
public String getServiceProviderId()
-
setGroupId
public CallCenter.GroupCallCenterCurrentAndPastDNISGetListRequest setGroupId(String groupId)
-
getGroupId
public String getGroupId()
-
setServiceUserId
public CallCenter.GroupCallCenterCurrentAndPastDNISGetListRequest setServiceUserId(String serviceUserId)
-
getServiceUserId
public String getServiceUserId()
-
getEmptyObject
public static CallCenter.GroupCallCenterCurrentAndPastDNISGetListRequest 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<CallCenter.GroupCallCenterCurrentAndPastDNISGetListResponse>
-
-