Uses of Enum Class
co.ecg.alpaca.toolkit.generated.enums.VoicePortalExternalRoutingScope
Packages that use VoicePortalExternalRoutingScope
-
Uses of VoicePortalExternalRoutingScope in co.ecg.alpaca.toolkit.generated.enums
Methods in co.ecg.alpaca.toolkit.generated.enums that return VoicePortalExternalRoutingScopeModifier and TypeMethodDescriptionstatic VoicePortalExternalRoutingScope[]
Returns the enum constant of this class with the specified name.static VoicePortalExternalRoutingScope[]
VoicePortalExternalRoutingScope.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of VoicePortalExternalRoutingScope in co.ecg.alpaca.toolkit.generated.services
Fields in co.ecg.alpaca.toolkit.generated.services declared as VoicePortalExternalRoutingScopeModifier and TypeFieldDescriptionprotected VoicePortalExternalRoutingScope
GroupVoiceMessaging.GroupVoiceMessagingGroupConsolidatedModifyVoicePortalRequest.voicePortalExternalRoutingScope
protected VoicePortalExternalRoutingScope
GroupVoiceMessaging.GroupVoiceMessagingGroupGetVoicePortalResponse.voicePortalExternalRoutingScope
protected VoicePortalExternalRoutingScope
GroupVoiceMessaging.GroupVoiceMessagingGroupModifyVoicePortalRequest.voicePortalExternalRoutingScope
Methods in co.ecg.alpaca.toolkit.generated.services that return VoicePortalExternalRoutingScopeModifier and TypeMethodDescriptionGroupVoiceMessaging.GroupVoiceMessagingGroupConsolidatedModifyVoicePortalRequest.getVoicePortalExternalRoutingScope()
GroupVoiceMessaging.GroupVoiceMessagingGroupGetVoicePortalResponse.getVoicePortalExternalRoutingScope()
GroupVoiceMessaging.GroupVoiceMessagingGroupModifyVoicePortalRequest.getVoicePortalExternalRoutingScope()
Methods in co.ecg.alpaca.toolkit.generated.services with parameters of type VoicePortalExternalRoutingScopeModifier and TypeMethodDescriptionGroupVoiceMessaging.GroupVoiceMessagingGroupConsolidatedModifyVoicePortalRequest.setVoicePortalExternalRoutingScope
(VoicePortalExternalRoutingScope voicePortalExternalRoutingScope) void
GroupVoiceMessaging.GroupVoiceMessagingGroupGetVoicePortalResponse.setVoicePortalExternalRoutingScope
(VoicePortalExternalRoutingScope voicePortalExternalRoutingScope) GroupVoiceMessaging.GroupVoiceMessagingGroupModifyVoicePortalRequest.setVoicePortalExternalRoutingScope
(VoicePortalExternalRoutingScope voicePortalExternalRoutingScope)