Class User.UserPersonalPhoneListGetListRequest

java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<User.UserPersonalPhoneListGetListResponse>
co.ecg.alpaca.toolkit.generated.User.UserPersonalPhoneListGetListRequest
Enclosing class:
User

public static class User.UserPersonalPhoneListGetListRequest extends Request<User.UserPersonalPhoneListGetListResponse>
Get a user's personal phone list. The response is either a UserPersonalPhoneListGetListResponse 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