Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemCallProcessingPolicyProfileModifyRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.BWSystem.SystemCallProcessingPolicyProfileModifyRequest
- Enclosing class:
- BWSystem
public static class BWSystem.SystemCallProcessingPolicyProfileModifyRequest
extends Request<DefaultResponse>
Modify a call processing policy profile in system. 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 ReplacementCallProcessingPolicyProfileSubscriberTypeList21>
protected @NotNull @Size(min=1,max=40) String
protected @Size(min=1,max=40) String
-
Constructor Summary
ConstructorsConstructorDescriptionSystemCallProcessingPolicyProfileModifyRequest
(BroadWorksServer broadWorksServer, String name) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Forms the XML Document for this Request Object.getEmptyObject
(BroadWorksServer broadWorksServer) Retrieves this object with minimal setup.getName()
setAssignedSubscriberTypeList
(ReplacementCallProcessingPolicyProfileSubscriberTypeList21 assignedSubscriberTypeList) setDescription
(String description) setNewName
(String newName) 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
-
name
-
newName
-
description
-
assignedSubscriberTypeList
protected Optional<@Valid ReplacementCallProcessingPolicyProfileSubscriberTypeList21> assignedSubscriberTypeList
-
-
Constructor Details
-
SystemCallProcessingPolicyProfileModifyRequest
public SystemCallProcessingPolicyProfileModifyRequest() -
SystemCallProcessingPolicyProfileModifyRequest
public SystemCallProcessingPolicyProfileModifyRequest(BroadWorksServer broadWorksServer, String name)
-
-
Method Details
-
setName
-
getName
-
setNewName
-
getNewName
-
unsetDescription
-
setDescription
-
getDescription
-
unsetAssignedSubscriberTypeList
-
setAssignedSubscriberTypeList
public BWSystem.SystemCallProcessingPolicyProfileModifyRequest setAssignedSubscriberTypeList(ReplacementCallProcessingPolicyProfileSubscriberTypeList21 assignedSubscriberTypeList) -
getAssignedSubscriberTypeList
public Optional<@Valid ReplacementCallProcessingPolicyProfileSubscriberTypeList21> getAssignedSubscriberTypeList() -
getEmptyObject
public static BWSystem.SystemCallProcessingPolicyProfileModifyRequest 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>
-