@GwtIncompatible public static class UserINIntegration.UserINIntegrationModifyRequest extends Request<DefaultResponse>
Request.Protocol
Modifier and Type | Field and Description |
---|---|
protected com.google.common.base.Optional<Integer> |
originatingServiceKey |
protected com.google.common.base.Optional<Integer> |
terminatingServiceKey |
protected BroadWorksUser |
user |
Constructor and Description |
---|
UserINIntegrationModifyRequest(BroadWorksUser user) |
Modifier and Type | Method and Description |
---|---|
void |
formRequest()
Forms the XML Document for this Request Object.
|
BroadWorksUser |
getBroadWorksUser() |
static UserINIntegration.UserINIntegrationModifyRequest |
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.
|
com.google.common.base.Optional<Integer> |
getOriginatingServiceKey() |
com.google.common.base.Optional<Integer> |
getTerminatingServiceKey() |
UserINIntegration.UserINIntegrationModifyRequest |
setOriginatingServiceKey(Integer originatingServiceKey) |
UserINIntegration.UserINIntegrationModifyRequest |
setTerminatingServiceKey(Integer terminatingServiceKey) |
UserINIntegration.UserINIntegrationModifyRequest |
setUser(BroadWorksUser user) |
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createTextElement, fire, fire, getBroadWorksServer, getCacheString, getCommandElement, getCommandType, getDomDocument, getId, getOCSProtocol, getRequestTimeoutMillis, getResponseClass, getRootElement, getValidationErrorsAsString, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRootElement, toString, validate
@NotNull protected transient BroadWorksUser user
protected com.google.common.base.Optional<Integer> originatingServiceKey
protected com.google.common.base.Optional<Integer> terminatingServiceKey
public UserINIntegrationModifyRequest(BroadWorksUser user)
public UserINIntegration.UserINIntegrationModifyRequest setUser(BroadWorksUser user)
public BroadWorksUser getBroadWorksUser()
public UserINIntegration.UserINIntegrationModifyRequest setOriginatingServiceKey(Integer originatingServiceKey)
public com.google.common.base.Optional<Integer> getOriginatingServiceKey()
public UserINIntegration.UserINIntegrationModifyRequest setTerminatingServiceKey(Integer terminatingServiceKey)
public com.google.common.base.Optional<Integer> getTerminatingServiceKey()
public static UserINIntegration.UserINIntegrationModifyRequest getEmptyObject(BroadWorksServer broadWorksServer)
broadWorksServer
- The BroadWorksServerpublic void formRequest()
formRequest
in class Request<DefaultResponse>
Copyright © 2017 ECG. All rights reserved.