Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemMigratedUsersGetListRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<BWSystem.SystemMigratedUsersGetListResponse>
co.ecg.alpaca.toolkit.generated.BWSystem.SystemMigratedUsersGetListRequest
- Enclosing class:
BWSystem
public static class BWSystem.SystemMigratedUsersGetListRequest
extends Request<BWSystem.SystemMigratedUsersGetListResponse>
Get a list of migrated users. If the optional parameter userListSizeLimit is set, then the list returned in the response will contain entries up to value of userListSizeLimit. The response is either SystemMigratedUsersGetListResponse22 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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidForms the XML Document for this Request Object.setUserListSizeLimit(Integer userListSizeLimit) 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
-
userListSizeLimit
-
-
Constructor Details
-
SystemMigratedUsersGetListRequest
public SystemMigratedUsersGetListRequest() -
SystemMigratedUsersGetListRequest
-
-
Method Details
-
setUserListSizeLimit
-
getUserListSizeLimit
-
formRequest
public void formRequest()Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequestin classRequest<BWSystem.SystemMigratedUsersGetListResponse>
-