Class ServiceProviderVoiceMessaging
java.lang.Object
co.ecg.alpaca.toolkit.model.BroadWorksObject
co.ecg.alpaca.toolkit.model.BroadWorksService
co.ecg.alpaca.toolkit.model.BroadWorksServiceProviderService
co.ecg.alpaca.toolkit.generated.services.ServiceProviderVoiceMessaging
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRequests the service provider's or enterprise's voice messaging settings.static classResponse to ServiceProviderVoiceMessagingGroupGetRequest.static classGet the service provider's voice portal branding settings.static classResponse to the ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingRequest16.static classRequests the service provider's or enterprise's voice portal settings.static classResponse to ServiceProviderVoiceMessagingGroupGetVoicePortalRequest.static classRequest to modify a service provider's or enterprise's voice messaging settings.static classModify the service provider's voice portal branding settings.static classRequest to change the service provider's or enterprise's voice portal settings. -
Field Summary
FieldsFields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksServiceProviderService
serviceProviderFields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksObject
broadWorksServer, populated -
Constructor Summary
ConstructorsConstructorDescriptionThe serializable constructor for the ServiceProviderServiceServiceProviderVoiceMessaging(BroadWorksProcess broadWorksProcess, ServiceProvider serviceProvider) Returns a ServiceProviderService Object with the ServiceProvider Assigned -
Method Summary
Modifier and TypeMethodDescriptionbooleanResponse to ServiceProviderVoiceMessagingGroupGetRequest.Response to ServiceProviderVoiceMessagingGroupGetVoicePortalRequest.Response to the ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingRequest16.inthashCode()populate()Populates all available service datavoidpush(BroadWorksProcess broadWorksProcess, ServiceProvider serviceProvider) Adds all available service data to a ServiceProviderMethods inherited from class co.ecg.alpaca.toolkit.model.BroadWorksService
getProcess, getRequestContext, isPopulated, isPrimary, mapRequestAndFire, mapRequestAndFire, mapRequestAndFire, mapRequestAndFire, setBroadWorksProcess, setPrimary, waitForLoadMethods inherited from class co.ecg.alpaca.toolkit.model.BroadWorksObject
getBroadWorksServer, hasPopulated, setBroadWorksServer, setPopulated
-
Field Details
-
tag
-
voiceMessagingGroup
public ServiceProviderVoiceMessaging.ServiceProviderVoiceMessagingGroupGetResponse voiceMessagingGroup -
voiceMessagingGroupVoicePortalBranding
public ServiceProviderVoiceMessaging.ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingResponse voiceMessagingGroupVoicePortalBranding -
voiceMessagingGroupVoicePortal
public ServiceProviderVoiceMessaging.ServiceProviderVoiceMessagingGroupGetVoicePortalResponse voiceMessagingGroupVoicePortal
-
-
Constructor Details
-
ServiceProviderVoiceMessaging
public ServiceProviderVoiceMessaging(BroadWorksProcess broadWorksProcess, ServiceProvider serviceProvider) Returns a ServiceProviderService Object with the ServiceProvider Assigned- Parameters:
serviceProvider-
-
ServiceProviderVoiceMessaging
public ServiceProviderVoiceMessaging()The serializable constructor for the ServiceProviderService
-
-
Method Details
-
getClassName
-
getVoiceMessagingGroup
public ServiceProviderVoiceMessaging.ServiceProviderVoiceMessagingGroupGetResponse getVoiceMessagingGroup()Response to ServiceProviderVoiceMessagingGroupGetRequest. Contains the service provider's or enterprise's voice messaging settings.- Returns:
- the ServiceProviderVoiceMessagingGroupGetResponse for this service
-
getVoiceMessagingGroupVoicePortalBranding
public ServiceProviderVoiceMessaging.ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingResponse getVoiceMessagingGroupVoicePortalBranding()Response to the ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingRequest16.- Returns:
- the ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingResponse for this service
-
getVoiceMessagingGroupVoicePortal
public ServiceProviderVoiceMessaging.ServiceProviderVoiceMessagingGroupGetVoicePortalResponse getVoiceMessagingGroupVoicePortal()Response to ServiceProviderVoiceMessagingGroupGetVoicePortalRequest.- Returns:
- the ServiceProviderVoiceMessagingGroupGetVoicePortalResponse for this service
-
populate
Populates all available service data- Specified by:
populatein classBroadWorksObject
-
push
Adds all available service data to a ServiceProvider- Specified by:
pushin classBroadWorksServiceProviderService
-
equals
-
hashCode
public int hashCode()
-