Class UserBusyLampField.UserBusyLampFieldModifyRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.services.UserBusyLampField.UserBusyLampFieldModifyRequest
- Enclosing class:
- UserBusyLampField
public static class UserBusyLampField.UserBusyLampFieldModifyRequest
extends Request<DefaultResponse>
Modify the settings for the busy lamp field service. The response is either a SuccessResponse 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 Boolean
protected Optional<@Valid ReplacementUserIdList>
protected @NotNull @Valid BroadWorksUser
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
Forms the XML Document for this Request Object.getEmptyObject
(BroadWorksServer broadWorksServer) Retrieves this object with minimal setup.Optional<@Valid ReplacementUserIdList>
setEnableCallParkNotification
(Boolean enableCallParkNotification) setListURI
(String listURI) setMonitoredUserIdList
(ReplacementUserIdList monitoredUserIdList) 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
-
listURI
-
monitoredUserIdList
-
enableCallParkNotification
-
-
Constructor Details
-
UserBusyLampFieldModifyRequest
public UserBusyLampFieldModifyRequest() -
UserBusyLampFieldModifyRequest
-
-
Method Details
-
setUser
-
getBroadWorksUser
-
unsetListURI
-
setListURI
-
getListURI
-
unsetMonitoredUserIdList
-
setMonitoredUserIdList
public UserBusyLampField.UserBusyLampFieldModifyRequest setMonitoredUserIdList(ReplacementUserIdList monitoredUserIdList) -
getMonitoredUserIdList
-
setEnableCallParkNotification
public UserBusyLampField.UserBusyLampFieldModifyRequest setEnableCallParkNotification(Boolean enableCallParkNotification) -
getEnableCallParkNotification
-
getEmptyObject
public static UserBusyLampField.UserBusyLampFieldModifyRequest 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<DefaultResponse>
-