Class Enterprise.EnterpriseCommonPhoneListGetListRequest

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

public static class Enterprise.EnterpriseCommonPhoneListGetListRequest extends Request<Enterprise.EnterpriseCommonPhoneListGetListResponse>
Get an enterprise's common phone list. The response is either a EnterpriseCommonPhoneListGetListResponse or an ErrorResponse. The search can be done using multiple criterion. If the searchCriteriaModeOr is present, any result matching any one criteria is included in the results. Otherwise, only results matching all the search criterion are included in the results. If no search criteria is specified, all results are returned. Specifying searchCriteriaModeOr without any search criteria results in an ErrorResponse. In all cases, if a responseSizeLimit is specified and the number of matching results is more than this limit, then an ErrorResponse is returned.
Author:
AlpacaGenerator