Class Enterprise.EnterpriseUserCallForwardingSettingsGetListRequest

java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<Enterprise.EnterpriseUserCallForwardingSettingsGetListResponse>
co.ecg.alpaca.toolkit.generated.Enterprise.EnterpriseUserCallForwardingSettingsGetListRequest
Enclosing class:
Enterprise

@ChoiceGroup("sortByUserLastName") @ChoiceGroup("sortByUserFirstName") @ChoiceGroup("sortByUserDepartment") @ChoiceGroup("sortByDn") @ChoiceGroup("sortByExtension") @ChoiceGroup("sortByGroupId") @ChoiceGroup("sortByForwardedToNumber") public static class Enterprise.EnterpriseUserCallForwardingSettingsGetListRequest extends Request<Enterprise.EnterpriseUserCallForwardingSettingsGetListResponse>
Get a list of users and the service settings for a Call Forwarding service. The response is either EnterpriseUserCallForwardingSettingsGetListResponse or ErrorResponse. By default, virtual users and non-virtual users that match the selected search criteria are included in the response when "includeVirtualUsers" is present; otherwise, if "includeVirtualUsers" is absent, then only non-virtual users are returned. The search can be performed using multiple criteria. If search criteria is specified, only the users matching all of the specified search criteria are included in the response. If no search criteria is specified, all results are returned.
Author:
AlpacaGenerator