Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemRoutingProfileGetListRequest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.request.Request<BWSystem.SystemRoutingProfileGetListResponse>
-
- co.ecg.alpaca.toolkit.generated.BWSystem.SystemRoutingProfileGetListRequest
-
- Enclosing class:
- BWSystem
public static class BWSystem.SystemRoutingProfileGetListRequest extends Request<BWSystem.SystemRoutingProfileGetListResponse>
Request to get the list of system routing profiles. If resellerId is specified, the routing profiles assigned to the given reseller are returned. If reseller administrator sends the request, resellerId is not specified, the administrator’s resellerId is used. If system or provisioning administrator sends the request, resellerId is not specified, all system routing profiles are returned. The response is either a SystemRoutingProfileGetListResponse or an 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 @Size(min=1,max=36) String
resellerId
-
Constructor Summary
Constructors Constructor Description SystemRoutingProfileGetListRequest()
SystemRoutingProfileGetListRequest(BroadWorksServer broadWorksServer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
formRequest()
Forms the XML Document for this Request Object.String
getResellerId()
BWSystem.SystemRoutingProfileGetListRequest
setResellerId(String resellerId)
-
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
-
resellerId
@Size(min=1, max=36) protected @Size(min=1,max=36) String resellerId
-
-
Constructor Detail
-
SystemRoutingProfileGetListRequest
public SystemRoutingProfileGetListRequest()
-
SystemRoutingProfileGetListRequest
public SystemRoutingProfileGetListRequest(BroadWorksServer broadWorksServer)
-
-
Method Detail
-
setResellerId
public BWSystem.SystemRoutingProfileGetListRequest setResellerId(String resellerId)
-
getResellerId
public String getResellerId()
-
formRequest
public void formRequest()
Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequest
in classRequest<BWSystem.SystemRoutingProfileGetListResponse>
-
-