-
- All Implemented Interfaces:
public final class SearchingApi extends ApiClient
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSearchingApi.Companion
-
Constructor Summary
Constructors Constructor Description SearchingApi(String basePath)
-
Method Summary
Modifier and Type Method Description final List<CollectionSummary>searchCollections(Search search, Integer size, Integer from)Search for collections Return summaries of Collections that match the provided query final ApiResponse<List<CollectionSummary>>searchCollectionsWithHttpInfo(Search search, Integer size, Integer from)Search for collections Return summaries of Collections that match the provided query final RequestConfig<Search>searchCollectionsRequestConfig(Search search, Integer size, Integer from)To obtain the request config of the operation searchCollections final List<SkillSummary>searchSkills(Search search, Integer size, Integer from)Search for skills Return summaries for skills that match the provided query final ApiResponse<List<SkillSummary>>searchSkillsWithHttpInfo(Search search, Integer size, Integer from)Search for skills Return summaries for skills that match the provided query final RequestConfig<Search>searchSkillsRequestConfig(Search search, Integer size, Integer from)To obtain the request config of the operation searchSkills -
-
Constructor Detail
-
SearchingApi
SearchingApi(String basePath)
-
-
Method Detail
-
searchCollections
final List<CollectionSummary> searchCollections(Search search, Integer size, Integer from)
Search for collections Return summaries of Collections that match the provided query
- Parameters:
size- number of records to return (optional, default to 50)from- zero-indexed offset from beginning of records (optional, default to 0)
-
searchCollectionsWithHttpInfo
final ApiResponse<List<CollectionSummary>> searchCollectionsWithHttpInfo(Search search, Integer size, Integer from)
Search for collections Return summaries of Collections that match the provided query
- Parameters:
size- number of records to return (optional, default to 50)from- zero-indexed offset from beginning of records (optional, default to 0)
-
searchCollectionsRequestConfig
final RequestConfig<Search> searchCollectionsRequestConfig(Search search, Integer size, Integer from)
To obtain the request config of the operation searchCollections
- Parameters:
size- number of records to return (optional, default to 50)from- zero-indexed offset from beginning of records (optional, default to 0)
-
searchSkills
final List<SkillSummary> searchSkills(Search search, Integer size, Integer from)
Search for skills Return summaries for skills that match the provided query
- Parameters:
size- number of skills to return per page (optional, default to 50)from- zero-indexed offset from beginning of records (optional, default to 0)
-
searchSkillsWithHttpInfo
final ApiResponse<List<SkillSummary>> searchSkillsWithHttpInfo(Search search, Integer size, Integer from)
Search for skills Return summaries for skills that match the provided query
- Parameters:
size- number of skills to return per page (optional, default to 50)from- zero-indexed offset from beginning of records (optional, default to 0)
-
searchSkillsRequestConfig
final RequestConfig<Search> searchSkillsRequestConfig(Search search, Integer size, Integer from)
To obtain the request config of the operation searchSkills
- Parameters:
size- number of skills to return per page (optional, default to 50)from- zero-indexed offset from beginning of records (optional, default to 0)
-
-
-
-