lib/purecloud/api/search_api.rb in purecloud-0.52.1 vs lib/purecloud/api/search_api.rb in purecloud-0.53.1

- old
+ new

@@ -22,22 +22,22 @@ def initialize(api_client = ApiClient.default) @api_client = api_client end - # Search using q64 + # Search groups using the q64 value returned from a previous search # # @param q64 q64 # @param [Hash] opts the optional parameters # @option opts [Array<String>] :expand expand # @return [GroupsSearchResponse] def get_search(q64, opts = {}) data, status_code, headers = get_search_with_http_info(q64, opts) return data end - # Search using q64 + # Search groups using the q64 value returned from a previous search # # @param q64 q64 # @param [Hash] opts the optional parameters # @option opts [Array<String>] :expand expand # @return [Array<(GroupsSearchResponse, Fixnum, Hash)>] GroupsSearchResponse data, response status code and response headers @@ -86,22 +86,22 @@ @api_client.config.logger.debug "API called: SearchApi#get_search\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end - # Search using q64 + # Search locations using the q64 value returned from a previous search # # @param q64 q64 # @param [Hash] opts the optional parameters # @option opts [Array<String>] :expand expand # @return [LocationsSearchResponse] def get_search_0(q64, opts = {}) data, status_code, headers = get_search_0_with_http_info(q64, opts) return data end - # Search using q64 + # Search locations using the q64 value returned from a previous search # # @param q64 q64 # @param [Hash] opts the optional parameters # @option opts [Array<String>] :expand expand # @return [Array<(LocationsSearchResponse, Fixnum, Hash)>] LocationsSearchResponse data, response status code and response headers @@ -150,11 +150,11 @@ @api_client.config.logger.debug "API called: SearchApi#get_search_0\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end - # Search using q64 + # Search using the q64 value returned from a previous search. # # @param q64 q64 # @param [Hash] opts the optional parameters # @option opts [Array<String>] :expand expand # @option opts [BOOLEAN] :profile profile (default to true) @@ -162,11 +162,11 @@ def get_search_1(q64, opts = {}) data, status_code, headers = get_search_1_with_http_info(q64, opts) return data end - # Search using q64 + # Search using the q64 value returned from a previous search. # # @param q64 q64 # @param [Hash] opts the optional parameters # @option opts [Array<String>] :expand expand # @option opts [BOOLEAN] :profile profile @@ -217,22 +217,22 @@ @api_client.config.logger.debug "API called: SearchApi#get_search_1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end - # Search using q64 + # Search users using the q64 value returned from a previous search # # @param q64 q64 # @param [Hash] opts the optional parameters # @option opts [Array<String>] :expand expand # @return [UsersSearchResponse] def get_search_2(q64, opts = {}) data, status_code, headers = get_search_2_with_http_info(q64, opts) return data end - # Search using q64 + # Search users using the q64 value returned from a previous search # # @param q64 q64 # @param [Hash] opts the optional parameters # @option opts [Array<String>] :expand expand # @return [Array<(UsersSearchResponse, Fixnum, Hash)>] UsersSearchResponse data, response status code and response headers @@ -281,22 +281,22 @@ @api_client.config.logger.debug "API called: SearchApi#get_search_2\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end - # Suggest using q64 + # Suggest resources using the q64 value returned from a previous suggest query. # # @param q64 q64 # @param [Hash] opts the optional parameters # @option opts [BOOLEAN] :profile profile (default to true) # @return [JsonNodeSearchResponse] def get_suggest(q64, opts = {}) data, status_code, headers = get_suggest_with_http_info(q64, opts) return data end - # Suggest using q64 + # Suggest resources using the q64 value returned from a previous suggest query. # # @param q64 q64 # @param [Hash] opts the optional parameters # @option opts [BOOLEAN] :profile profile # @return [Array<(JsonNodeSearchResponse, Fixnum, Hash)>] JsonNodeSearchResponse data, response status code and response headers @@ -345,21 +345,21 @@ @api_client.config.logger.debug "API called: SearchApi#get_suggest\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end - # Search + # Search groups # # @param body Search request options # @param [Hash] opts the optional parameters # @return [GroupsSearchResponse] def post_search(body, opts = {}) data, status_code, headers = post_search_with_http_info(body, opts) return data end - # Search + # Search groups # # @param body Search request options # @param [Hash] opts the optional parameters # @return [Array<(GroupsSearchResponse, Fixnum, Hash)>] GroupsSearchResponse data, response status code and response headers def post_search_with_http_info(body, opts = {}) @@ -405,21 +405,21 @@ @api_client.config.logger.debug "API called: SearchApi#post_search\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end - # Search + # Search locations # # @param body Search request options # @param [Hash] opts the optional parameters # @return [LocationsSearchResponse] def post_search_0(body, opts = {}) data, status_code, headers = post_search_0_with_http_info(body, opts) return data end - # Search + # Search locations # # @param body Search request options # @param [Hash] opts the optional parameters # @return [Array<(LocationsSearchResponse, Fixnum, Hash)>] LocationsSearchResponse data, response status code and response headers def post_search_0_with_http_info(body, opts = {}) @@ -465,22 +465,22 @@ @api_client.config.logger.debug "API called: SearchApi#post_search_0\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end - # Search + # Search resources. # # @param body Search request options # @param [Hash] opts the optional parameters # @option opts [BOOLEAN] :profile profile (default to true) # @return [JsonNodeSearchResponse] def post_search_1(body, opts = {}) data, status_code, headers = post_search_1_with_http_info(body, opts) return data end - # Search + # Search resources. # # @param body Search request options # @param [Hash] opts the optional parameters # @option opts [BOOLEAN] :profile profile # @return [Array<(JsonNodeSearchResponse, Fixnum, Hash)>] JsonNodeSearchResponse data, response status code and response headers @@ -528,21 +528,21 @@ @api_client.config.logger.debug "API called: SearchApi#post_search_1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end - # Search + # Search users # # @param body Search request options # @param [Hash] opts the optional parameters # @return [UsersSearchResponse] def post_search_2(body, opts = {}) data, status_code, headers = post_search_2_with_http_info(body, opts) return data end - # Search + # Search users # # @param body Search request options # @param [Hash] opts the optional parameters # @return [Array<(UsersSearchResponse, Fixnum, Hash)>] UsersSearchResponse data, response status code and response headers def post_search_2_with_http_info(body, opts = {}) @@ -588,21 +588,21 @@ @api_client.config.logger.debug "API called: SearchApi#post_search_2\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end - # Suggest + # Suggest resources. # # @param body Search request options # @param [Hash] opts the optional parameters # @option opts [BOOLEAN] :profile profile (default to true) # @return [JsonNodeSearchResponse] def post_suggest(body, opts = {}) data, status_code, headers = post_suggest_with_http_info(body, opts) return data end - # Suggest + # Suggest resources. # # @param body Search request options # @param [Hash] opts the optional parameters # @option opts [BOOLEAN] :profile profile # @return [Array<(JsonNodeSearchResponse, Fixnum, Hash)>] JsonNodeSearchResponse data, response status code and response headers