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
Fields Modifier and Type Field Description protected Optional<@Valid ReplacementCallProcessingPolicyProfileSubscriberTypeList21>
assignedSubscriberTypeList
protected Optional<@Size(min=1,max=80) String>
description
protected @NotNull @Size(min=1,max=40) String
name
protected @Size(min=1,max=40) String
newName
-
Constructor Summary
Constructors Constructor Description SystemCallProcessingPolicyProfileModifyRequest()
SystemCallProcessingPolicyProfileModifyRequest(BroadWorksServer broadWorksServer, String name)
-
Method Summary
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, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setEcho, 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>
-