Class UserVoiceMessaging
- java.lang.Object
-
- co.ecg.alpaca.toolkit.model.BroadWorksObject
-
- co.ecg.alpaca.toolkit.model.BroadWorksService
-
- co.ecg.alpaca.toolkit.model.BroadWorksUserService
-
- co.ecg.alpaca.toolkit.generated.services.UserVoiceMessaging
-
- All Implemented Interfaces:
Serializable
public class UserVoiceMessaging extends BroadWorksUserService
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUserVoiceMessaging.UserVoiceMessagingUserAddAliasListRequestAdd one or more voice mail aliases to a users voice message.static classUserVoiceMessaging.UserVoiceMessagingUserDeleteAliasListRequestDelete one or more voice mail aliases from a users voice message.static classUserVoiceMessaging.UserVoiceMessagingUserGetAdvancedVoiceManagementRequestGet the user's voice messaging advanced voice management service setting.static classUserVoiceMessaging.UserVoiceMessagingUserGetAdvancedVoiceManagementResponseResponse to the UserVoiceMessagingUserGetAdvancedVoiceManagementRequest14sp3.static classUserVoiceMessaging.UserVoiceMessagingUserGetAliasListRequestGet the voice mail aliases for a users voice message.static classUserVoiceMessaging.UserVoiceMessagingUserGetAliasListResponseResponse to UserVoiceMessagingUserGetAliasListRequest.static classUserVoiceMessaging.UserVoiceMessagingUserGetDistributionListRequestGet a voice mail distribution list for a users voice message.static classUserVoiceMessaging.UserVoiceMessagingUserGetDistributionListResponseResponse to UserVoiceMessagingUserGetDistributionListRequest.static classUserVoiceMessaging.UserVoiceMessagingUserGetGreetingRequestGet the user's voice messaging greeting information.static classUserVoiceMessaging.UserVoiceMessagingUserGetGreetingResponseResponse to UserVoiceMessagingUserGetGreetingRequest20.static classUserVoiceMessaging.UserVoiceMessagingUserGetOutgoingSMDIMWIRequestGet the user's voice messaging outgoing SMDI message waiting indicator service setting.static classUserVoiceMessaging.UserVoiceMessagingUserGetOutgoingSMDIMWIResponseResponse to the UserVoiceMessagingUserGetOutgoingSMDIMWIRequest.static classUserVoiceMessaging.UserVoiceMessagingUserGetVoiceManagementRequestGet the user's voice messaging voice management service settings.static classUserVoiceMessaging.UserVoiceMessagingUserGetVoiceManagementResponseResponse to the UserVoiceMessagingUserGetVoiceManagementRequest17.static classUserVoiceMessaging.UserVoiceMessagingUserGetVoicePortalRequestGet the user's voice messaging voice portal settings.static classUserVoiceMessaging.UserVoiceMessagingUserGetVoicePortalResponseResponse to UserVoiceMessagingUserGetVoicePortalRequest20.static classUserVoiceMessaging.UserVoiceMessagingUserModifyAdvancedVoiceManagementRequestModify the user's voice messaging advanced voice management service setting.static classUserVoiceMessaging.UserVoiceMessagingUserModifyDistributionListRequestModify a voice mail distribution list for a users voice message.static classUserVoiceMessaging.UserVoiceMessagingUserModifyGreetingRequestModify the user's voice messaging greeting.static classUserVoiceMessaging.UserVoiceMessagingUserModifyOutgoingSMDIMWIRequestModify the user's voice messaging outgoing message waiting indicator service setting.static classUserVoiceMessaging.UserVoiceMessagingUserModifyRequestModify the user's voice messaging advanced voice management service setting.static classUserVoiceMessaging.UserVoiceMessagingUserModifyVoiceManagementRequestModify the user's voice messaging voice management service setting.static classUserVoiceMessaging.UserVoiceMessagingUserModifyVoicePortalRequestModify the user's voice messaging voice portal settings.
-
Field Summary
-
Fields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksUserService
user
-
Fields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksObject
broadWorksServer, populated
-
-
Constructor Summary
Constructors Constructor Description UserVoiceMessaging()The serializable constructor for the UserServiceUserVoiceMessaging(BroadWorksProcess broadWorksProcess, BroadWorksUser user)Returns a UserService Object with the User Assigned
-
Method Summary
-
Methods inherited from class co.ecg.alpaca.toolkit.model.BroadWorksService
getProcess, getRequestContext, isPopulated, isPrimary, mapRequestAndFire, mapRequestAndFire, mapRequestAndFire, setBroadWorksProcess, setPrimary, waitForLoad
-
Methods inherited from class co.ecg.alpaca.toolkit.model.BroadWorksObject
getBroadWorksServer, hasPopulated, setBroadWorksServer, setPopulated
-
-
-
-
Field Detail
-
tag
@Expose(deserialize=false) public static final ServiceTag<UserVoiceMessaging> tag
-
voiceMessagingUserAdvancedVoiceManagement
public UserVoiceMessaging.UserVoiceMessagingUserGetAdvancedVoiceManagementResponse voiceMessagingUserAdvancedVoiceManagement
-
voiceMessagingUserAliasList
public UserVoiceMessaging.UserVoiceMessagingUserGetAliasListResponse voiceMessagingUserAliasList
-
voiceMessagingUserDistributionList
public List<UserVoiceMessaging.UserVoiceMessagingUserGetDistributionListResponse> voiceMessagingUserDistributionList
-
voiceMessagingUserGreeting
public UserVoiceMessaging.UserVoiceMessagingUserGetGreetingResponse voiceMessagingUserGreeting
-
voiceMessagingUserOutgoingSMDIMWI
public UserVoiceMessaging.UserVoiceMessagingUserGetOutgoingSMDIMWIResponse voiceMessagingUserOutgoingSMDIMWI
-
voiceMessagingUserVoiceManagement
public UserVoiceMessaging.UserVoiceMessagingUserGetVoiceManagementResponse voiceMessagingUserVoiceManagement
-
voiceMessagingUserVoicePortal
public UserVoiceMessaging.UserVoiceMessagingUserGetVoicePortalResponse voiceMessagingUserVoicePortal
-
-
Constructor Detail
-
UserVoiceMessaging
public UserVoiceMessaging(BroadWorksProcess broadWorksProcess, BroadWorksUser user)
Returns a UserService Object with the User Assigned- Parameters:
user-
-
UserVoiceMessaging
public UserVoiceMessaging()
The serializable constructor for the UserService
-
-
Method Detail
-
getClassName
public String getClassName()
-
getVoiceMessagingUserAdvancedVoiceManagement
public UserVoiceMessaging.UserVoiceMessagingUserGetAdvancedVoiceManagementResponse getVoiceMessagingUserAdvancedVoiceManagement()
Response to the UserVoiceMessagingUserGetAdvancedVoiceManagementRequest14sp3.- Returns:
- the UserVoiceMessagingUserGetAdvancedVoiceManagementResponse for this service
-
getVoiceMessagingUserAliasList
public UserVoiceMessaging.UserVoiceMessagingUserGetAliasListResponse getVoiceMessagingUserAliasList()
Response to UserVoiceMessagingUserGetAliasListRequest.- Returns:
- the UserVoiceMessagingUserGetAliasListResponse for this service
-
getVoiceMessagingUserDistributionList
public List<UserVoiceMessaging.UserVoiceMessagingUserGetDistributionListResponse> getVoiceMessagingUserDistributionList()
Response to UserVoiceMessagingUserGetDistributionListRequest.- Returns:
- the UserVoiceMessagingUserGetDistributionListResponse for this service
-
getVoiceMessagingUserGreeting
public UserVoiceMessaging.UserVoiceMessagingUserGetGreetingResponse getVoiceMessagingUserGreeting()
Response to UserVoiceMessagingUserGetGreetingRequest20. Contains the greeting configuration for a user's voice messaging. The following elements are only used in AS data mode: disableMessageDeposit disableMessageDepositAction greetingOnlyForwardDestination extendedAwayEnabled extendedAwayDisableMessageDeposit extendedAwayAudioFile extendedAwayAudioMediaType extendedAwayVideoFile extendedAwayVideoMediaTyp- Returns:
- the UserVoiceMessagingUserGetGreetingResponse for this service
-
getVoiceMessagingUserOutgoingSMDIMWI
public UserVoiceMessaging.UserVoiceMessagingUserGetOutgoingSMDIMWIResponse getVoiceMessagingUserOutgoingSMDIMWI()
Response to the UserVoiceMessagingUserGetOutgoingSMDIMWIRequest.- Returns:
- the UserVoiceMessagingUserGetOutgoingSMDIMWIResponse for this service
-
getVoiceMessagingUserVoiceManagement
public UserVoiceMessaging.UserVoiceMessagingUserGetVoiceManagementResponse getVoiceMessagingUserVoiceManagement()
Response to the UserVoiceMessagingUserGetVoiceManagementRequest17.- Returns:
- the UserVoiceMessagingUserGetVoiceManagementResponse for this service
-
getVoiceMessagingUserVoicePortal
public UserVoiceMessaging.UserVoiceMessagingUserGetVoicePortalResponse getVoiceMessagingUserVoicePortal()
Response to UserVoiceMessagingUserGetVoicePortalRequest20.- Returns:
- the UserVoiceMessagingUserGetVoicePortalResponse for this service
-
populate
public DefaultResponse populate()
Populates all available service data- Specified by:
populatein classBroadWorksObject
-
push
public void push(BroadWorksProcess broadWorksProcess, BroadWorksUser user)
Adds all available service data to a User- Specified by:
pushin classBroadWorksUserService
-
-