Package co.ecg.alpaca.toolkit.generated
Class FlexibleSeatingHost.UserFlexibleSeatingGuestModifyRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.FlexibleSeatingHost.UserFlexibleSeatingGuestModifyRequest
- Enclosing class:
- FlexibleSeatingHost
public static class FlexibleSeatingHost.UserFlexibleSeatingGuestModifyRequest
extends Request<DefaultResponse>
Modify the user level data associated with flexible seating guest. accessDeviceEndpoint can only be configured by group or a higher level administrator. The request fails if isActive is set to false and the guest is associated to a host. The request fails when enableAssociationLimit, associationLimitHours, unlockPhonePINCode are changed when the guest is associated to a host. The request fails when accessDeviceEndpoint is set in the request when the guest is associated to a host. 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 Optional<@Valid AccessDeviceMultipleContactEndpointModify22>
protected 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.setAccessDeviceEndpoint
(AccessDeviceMultipleContactEndpointModify22 accessDeviceEndpoint) setAssociationLimitHours
(Integer associationLimitHours) setEnableAssociationLimit
(Boolean enableAssociationLimit) setHostUserId
(String hostUserId) setIsActive
(Boolean isActive) setUnlockPhonePINCode
(String unlockPhonePINCode) 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
-
unlockPhonePINCode
-
accessDeviceEndpoint
-
hostUserId
-
-
Constructor Details
-
UserFlexibleSeatingGuestModifyRequest
public UserFlexibleSeatingGuestModifyRequest() -
UserFlexibleSeatingGuestModifyRequest
-
-
Method Details
-
setUser
-
getBroadWorksUser
-
setIsActive
-
getIsActive
-
setEnableAssociationLimit
public FlexibleSeatingHost.UserFlexibleSeatingGuestModifyRequest setEnableAssociationLimit(Boolean enableAssociationLimit) -
getEnableAssociationLimit
-
setAssociationLimitHours
public FlexibleSeatingHost.UserFlexibleSeatingGuestModifyRequest setAssociationLimitHours(Integer associationLimitHours) -
getAssociationLimitHours
-
unsetUnlockPhonePINCode
-
setUnlockPhonePINCode
public FlexibleSeatingHost.UserFlexibleSeatingGuestModifyRequest setUnlockPhonePINCode(String unlockPhonePINCode) -
getUnlockPhonePINCode
-
unsetAccessDeviceEndpoint
-
setAccessDeviceEndpoint
public FlexibleSeatingHost.UserFlexibleSeatingGuestModifyRequest setAccessDeviceEndpoint(AccessDeviceMultipleContactEndpointModify22 accessDeviceEndpoint) -
getAccessDeviceEndpoint
-
unsetHostUserId
-
setHostUserId
-
getHostUserId
-
getEmptyObject
public static FlexibleSeatingHost.UserFlexibleSeatingGuestModifyRequest 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>
-