Class UserVoiceMessaging.UserVoiceMessagingUserModifyDistributionListRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.services.UserVoiceMessaging.UserVoiceMessagingUserModifyDistributionListRequest
- Enclosing class:
UserVoiceMessaging
public static class UserVoiceMessaging.UserVoiceMessagingUserModifyDistributionListRequest
extends Request<DefaultResponse>
Modify a voice mail distribution list for a users voice message. 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 @NotNull Integerprotected Optional<@Valid ReplacementOutgoingDNorSIPURIList> protected @NotNull @Valid BroadWorksUser -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidForms the XML Document for this Request Object.getEmptyObject(BroadWorksServer broadWorksServer) Retrieves this object with minimal setup.setDescription(String description) setPhoneNumberList(ReplacementOutgoingDNorSIPURIList phoneNumberList) 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
-
listId
-
description
-
phoneNumberList
-
-
Constructor Details
-
UserVoiceMessagingUserModifyDistributionListRequest
public UserVoiceMessagingUserModifyDistributionListRequest() -
UserVoiceMessagingUserModifyDistributionListRequest
-
-
Method Details
-
setUser
public UserVoiceMessaging.UserVoiceMessagingUserModifyDistributionListRequest setUser(BroadWorksUser user) -
getBroadWorksUser
-
setListId
public UserVoiceMessaging.UserVoiceMessagingUserModifyDistributionListRequest setListId(Integer listId) -
getListId
-
unsetDescription
-
setDescription
public UserVoiceMessaging.UserVoiceMessagingUserModifyDistributionListRequest setDescription(String description) -
getDescription
-
unsetPhoneNumberList
public UserVoiceMessaging.UserVoiceMessagingUserModifyDistributionListRequest unsetPhoneNumberList() -
setPhoneNumberList
public UserVoiceMessaging.UserVoiceMessagingUserModifyDistributionListRequest setPhoneNumberList(ReplacementOutgoingDNorSIPURIList phoneNumberList) -
getPhoneNumberList
-
getEmptyObject
public static UserVoiceMessaging.UserVoiceMessagingUserModifyDistributionListRequest 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>
-