Class Group.GroupCustomContactDirectoryGetRequest

java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<Group.GroupCustomContactDirectoryGetResponse>
co.ecg.alpaca.toolkit.generated.Group.GroupCustomContactDirectoryGetRequest
Enclosing class:
Group

public static class Group.GroupCustomContactDirectoryGetRequest extends Request<Group.GroupCustomContactDirectoryGetResponse>
Gets a Custom Contact Directory in a group. The response is either GroupCustomContactDirectoryGetResponse17 or 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. The Receptionist Note column is only populated in AS mode; and populated only if the user sending the request is a the owner of this Receptionist Note and a Note exists.
Author:
AlpacaGenerator