Package co.ecg.alpaca.toolkit.generated
Class GroupPaging.GroupGroupPagingModifyInstanceRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.GroupPaging.GroupGroupPagingModifyInstanceRequest
- Enclosing class:
- GroupPaging
public static class GroupPaging.GroupGroupPagingModifyInstanceRequest
extends Request<DefaultResponse>
Request to modify a Group Paging instance. The response is either SuccessResponse or ErrorResponse. The following element is only used in AS data mode and ignored in XS data mode: networkClassOfService
- 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 Integerprotected Booleanprotected @Size(min=1,max=40) Stringprotected @Valid ServiceInstanceModifyProfileprotected @NotNull @Valid GroupPaging -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidForms the XML Document for this Request Object.getEmptyObject(BroadWorksServer broadWorksServer) Retrieves this object with minimal setup.setConfirmationToneTimeoutSeconds(Integer confirmationToneTimeoutSeconds) setDeliverOriginatorCLIDInstead(Boolean deliverOriginatorCLIDInstead) setNetworkClassOfService(String networkClassOfService) setOriginatorCLIDPrefix(String originatorCLIDPrefix) setServiceInstanceProfile(ServiceInstanceModifyProfile serviceInstanceProfile) setUser(GroupPaging 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
-
serviceInstanceProfile
-
confirmationToneTimeoutSeconds
-
deliverOriginatorCLIDInstead
-
originatorCLIDPrefix
-
networkClassOfService
-
-
Constructor Details
-
GroupGroupPagingModifyInstanceRequest
public GroupGroupPagingModifyInstanceRequest() -
GroupGroupPagingModifyInstanceRequest
-
-
Method Details
-
setUser
-
getGroupPaging
-
setServiceInstanceProfile
public GroupPaging.GroupGroupPagingModifyInstanceRequest setServiceInstanceProfile(ServiceInstanceModifyProfile serviceInstanceProfile) -
getServiceInstanceProfile
-
setConfirmationToneTimeoutSeconds
public GroupPaging.GroupGroupPagingModifyInstanceRequest setConfirmationToneTimeoutSeconds(Integer confirmationToneTimeoutSeconds) -
getConfirmationToneTimeoutSeconds
-
setDeliverOriginatorCLIDInstead
public GroupPaging.GroupGroupPagingModifyInstanceRequest setDeliverOriginatorCLIDInstead(Boolean deliverOriginatorCLIDInstead) -
getDeliverOriginatorCLIDInstead
-
unsetOriginatorCLIDPrefix
-
setOriginatorCLIDPrefix
public GroupPaging.GroupGroupPagingModifyInstanceRequest setOriginatorCLIDPrefix(String originatorCLIDPrefix) -
getOriginatorCLIDPrefix
-
setNetworkClassOfService
public GroupPaging.GroupGroupPagingModifyInstanceRequest setNetworkClassOfService(String networkClassOfService) -
getNetworkClassOfService
-
getEmptyObject
public static GroupPaging.GroupGroupPagingModifyInstanceRequest 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<DefaultResponse>
-