Class UserPriorityAlert.UserPriorityAlertGetCriteriaRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<UserPriorityAlert.UserPriorityAlertGetCriteriaResponse>
co.ecg.alpaca.toolkit.generated.services.UserPriorityAlert.UserPriorityAlertGetCriteriaRequest
- Enclosing class:
UserPriorityAlert
public static class UserPriorityAlert.UserPriorityAlertGetCriteriaRequest
extends Request<UserPriorityAlert.UserPriorityAlertGetCriteriaResponse>
Get a criteria for the user's priority alert service. The response is either a UserPriorityAlertGetCriteriaResponse21 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
FieldsModifier and TypeFieldDescriptionprotected @NotNull @Size(min=1,max=50) Stringprotected @NotNull @Valid BroadWorksUser -
Constructor Summary
ConstructorsConstructorDescriptionUserPriorityAlertGetCriteriaRequest(BroadWorksUser user, String criteriaName) -
Method Summary
Modifier and TypeMethodDescriptionvoidForms the XML Document for this Request Object.getEmptyObject(BroadWorksServer broadWorksServer) Retrieves this object with minimal setup.setCriteriaName(String criteriaName) setUser(BroadWorksUser user) 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
-
user
-
criteriaName
-
-
Constructor Details
-
UserPriorityAlertGetCriteriaRequest
public UserPriorityAlertGetCriteriaRequest() -
UserPriorityAlertGetCriteriaRequest
-
-
Method Details
-
setUser
-
getBroadWorksUser
-
setCriteriaName
-
getCriteriaName
-
getEmptyObject
public static UserPriorityAlert.UserPriorityAlertGetCriteriaRequest 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<UserPriorityAlert.UserPriorityAlertGetCriteriaResponse>
-