lib/purecloud/api/search_api.rb in purecloud-0.50.1 vs lib/purecloud/api/search_api.rb in purecloud-0.51.1
- old
+ new
@@ -24,24 +24,24 @@
@api_client = api_client
end
# Search using q64
#
- # @param q64
+ # @param q64 q64
# @param [Hash] opts the optional parameters
- # @option opts [Array<String>] :expand
+ # @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
#
- # @param q64
+ # @param q64 q64
# @param [Hash] opts the optional parameters
- # @option opts [Array<String>] :expand
+ # @option opts [Array<String>] :expand expand
# @return [Array<(GroupsSearchResponse, Fixnum, Hash)>] GroupsSearchResponse data, response status code and response headers
def get_search_with_http_info(q64, opts = {})
if @api_client.config.debugging
@api_client.config.logger.debug "Calling API: SearchApi#get_search ..."
end
@@ -88,24 +88,24 @@
return data, status_code, headers
end
# Search using q64
#
- # @param q64
+ # @param q64 q64
# @param [Hash] opts the optional parameters
- # @option opts [Array<String>] :expand
+ # @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
#
- # @param q64
+ # @param q64 q64
# @param [Hash] opts the optional parameters
- # @option opts [Array<String>] :expand
+ # @option opts [Array<String>] :expand expand
# @return [Array<(LocationsSearchResponse, Fixnum, Hash)>] LocationsSearchResponse data, response status code and response headers
def get_search_0_with_http_info(q64, opts = {})
if @api_client.config.debugging
@api_client.config.logger.debug "Calling API: SearchApi#get_search_0 ..."
end
@@ -152,26 +152,26 @@
return data, status_code, headers
end
# Search using q64
#
- # @param q64
+ # @param q64 q64
# @param [Hash] opts the optional parameters
- # @option opts [Array<String>] :expand
- # @option opts [BOOLEAN] :profile (default to true)
+ # @option opts [Array<String>] :expand expand
+ # @option opts [BOOLEAN] :profile profile (default to true)
# @return [JsonNodeSearchResponse]
def get_search_1(q64, opts = {})
data, status_code, headers = get_search_1_with_http_info(q64, opts)
return data
end
# Search using q64
#
- # @param q64
+ # @param q64 q64
# @param [Hash] opts the optional parameters
- # @option opts [Array<String>] :expand
- # @option opts [BOOLEAN] :profile
+ # @option opts [Array<String>] :expand expand
+ # @option opts [BOOLEAN] :profile profile
# @return [Array<(JsonNodeSearchResponse, Fixnum, Hash)>] JsonNodeSearchResponse data, response status code and response headers
def get_search_1_with_http_info(q64, opts = {})
if @api_client.config.debugging
@api_client.config.logger.debug "Calling API: SearchApi#get_search_1 ..."
end
@@ -219,24 +219,24 @@
return data, status_code, headers
end
# Search using q64
#
- # @param q64
+ # @param q64 q64
# @param [Hash] opts the optional parameters
- # @option opts [Array<String>] :expand
+ # @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
#
- # @param q64
+ # @param q64 q64
# @param [Hash] opts the optional parameters
- # @option opts [Array<String>] :expand
+ # @option opts [Array<String>] :expand expand
# @return [Array<(UsersSearchResponse, Fixnum, Hash)>] UsersSearchResponse data, response status code and response headers
def get_search_2_with_http_info(q64, opts = {})
if @api_client.config.debugging
@api_client.config.logger.debug "Calling API: SearchApi#get_search_2 ..."
end
@@ -283,24 +283,24 @@
return data, status_code, headers
end
# Suggest using q64
#
- # @param q64
+ # @param q64 q64
# @param [Hash] opts the optional parameters
- # @option opts [BOOLEAN] :profile (default to true)
+ # @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
#
- # @param q64
+ # @param q64 q64
# @param [Hash] opts the optional parameters
- # @option opts [BOOLEAN] :profile
+ # @option opts [BOOLEAN] :profile profile
# @return [Array<(JsonNodeSearchResponse, Fixnum, Hash)>] JsonNodeSearchResponse data, response status code and response headers
def get_suggest_with_http_info(q64, opts = {})
if @api_client.config.debugging
@api_client.config.logger.debug "Calling API: SearchApi#get_suggest ..."
end
@@ -469,22 +469,22 @@
# Search
#
# @param body Search request options
# @param [Hash] opts the optional parameters
- # @option opts [BOOLEAN] :profile (default to true)
+ # @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
#
# @param body Search request options
# @param [Hash] opts the optional parameters
- # @option opts [BOOLEAN] :profile
+ # @option opts [BOOLEAN] :profile profile
# @return [Array<(JsonNodeSearchResponse, Fixnum, Hash)>] JsonNodeSearchResponse data, response status code and response headers
def post_search_1_with_http_info(body, opts = {})
if @api_client.config.debugging
@api_client.config.logger.debug "Calling API: SearchApi#post_search_1 ..."
end
@@ -592,21 +592,21 @@
# Suggest
#
# @param body Search request options
# @param [Hash] opts the optional parameters
- # @option opts [BOOLEAN] :profile (default to true)
+ # @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
#
# @param body Search request options
# @param [Hash] opts the optional parameters
- # @option opts [BOOLEAN] :profile
+ # @option opts [BOOLEAN] :profile profile
# @return [Array<(JsonNodeSearchResponse, Fixnum, Hash)>] JsonNodeSearchResponse data, response status code and response headers
def post_suggest_with_http_info(body, opts = {})
if @api_client.config.debugging
@api_client.config.logger.debug "Calling API: SearchApi#post_suggest ..."
end