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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Forms the XML Document for this Request Object.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 Details
-
resellerId
-
-
Constructor Details
-
SystemRoutingProfileGetListRequest
public SystemRoutingProfileGetListRequest() -
SystemRoutingProfileGetListRequest
-
-
Method Details
-
setResellerId
-
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>
-