Class UserHotelingGuest.UserHotelingGuestModifyRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.services.UserHotelingGuest.UserHotelingGuestModifyRequest
- Enclosing class:
- UserHotelingGuest
public static class UserHotelingGuest.UserHotelingGuestModifyRequest
extends Request<DefaultResponse>
Modify the user level data associated with Hoteling Guest. Provisioning error will be given when setting hostUserId to not nil value while Hoteling Guest feature is not active. 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 Integer
protected Boolean
protected Boolean
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.setAssociationLimitHours
(Integer associationLimitHours) setEnableAssociationLimit
(Boolean enableAssociationLimit) setHostUserId
(String hostUserId) setIsActive
(Boolean isActive) 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
-
isActive
-
enableAssociationLimit
-
associationLimitHours
-
hostUserId
-
-
Constructor Details
-
UserHotelingGuestModifyRequest
public UserHotelingGuestModifyRequest() -
UserHotelingGuestModifyRequest
-
-
Method Details
-
setUser
-
getBroadWorksUser
-
setIsActive
-
getIsActive
-
setEnableAssociationLimit
public UserHotelingGuest.UserHotelingGuestModifyRequest setEnableAssociationLimit(Boolean enableAssociationLimit) -
getEnableAssociationLimit
-
setAssociationLimitHours
public UserHotelingGuest.UserHotelingGuestModifyRequest setAssociationLimitHours(Integer associationLimitHours) -
getAssociationLimitHours
-
unsetHostUserId
-
setHostUserId
-
getHostUserId
-
getEmptyObject
public static UserHotelingGuest.UserHotelingGuestModifyRequest 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>
-