-
- All Implemented Interfaces:
public final class SharingApi extends ApiClient
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSharingApi.Companion
-
Constructor Summary
Constructors Constructor Description SharingApi(String basePath)
-
Method Summary
Modifier and Type Method Description final ResultremoveCollections(Urls urls)Remove Open Skill Collections previously submitted to this search hub final ApiResponse<Result>removeCollectionsWithHttpInfo(Urls urls)Remove Open Skill Collections previously submitted to this search hub final RequestConfig<Urls>removeCollectionsRequestConfig(Urls urls)To obtain the request config of the operation removeCollections final ResultremoveSkills(Urls urls)Remove Open Skills previously submitted to this search hub final ApiResponse<Result>removeSkillsWithHttpInfo(Urls urls)Remove Open Skills previously submitted to this search hub final RequestConfig<Urls>removeSkillsRequestConfig(Urls urls)To obtain the request config of the operation removeSkills final ResultsubmitCollections(Urls urls)Provide canonical URLS of Open Skill Collections to this search hub final ApiResponse<Result>submitCollectionsWithHttpInfo(Urls urls)Provide canonical URLS of Open Skill Collections to this search hub final RequestConfig<Urls>submitCollectionsRequestConfig(Urls urls)To obtain the request config of the operation submitCollections final ResultsubmitSkills(Urls urls)Provide canonical URLS of Open Skills to this search hub final ApiResponse<Result>submitSkillsWithHttpInfo(Urls urls)Provide canonical URLS of Open Skills to this search hub final RequestConfig<Urls>submitSkillsRequestConfig(Urls urls)To obtain the request config of the operation submitSkills -
-
Constructor Detail
-
SharingApi
SharingApi(String basePath)
-
-
Method Detail
-
removeCollections
final Result removeCollections(Urls urls)
Remove Open Skill Collections previously submitted to this search hub
-
removeCollectionsWithHttpInfo
final ApiResponse<Result> removeCollectionsWithHttpInfo(Urls urls)
Remove Open Skill Collections previously submitted to this search hub
-
removeCollectionsRequestConfig
final RequestConfig<Urls> removeCollectionsRequestConfig(Urls urls)
To obtain the request config of the operation removeCollections
-
removeSkills
final Result removeSkills(Urls urls)
Remove Open Skills previously submitted to this search hub
-
removeSkillsWithHttpInfo
final ApiResponse<Result> removeSkillsWithHttpInfo(Urls urls)
Remove Open Skills previously submitted to this search hub
-
removeSkillsRequestConfig
final RequestConfig<Urls> removeSkillsRequestConfig(Urls urls)
To obtain the request config of the operation removeSkills
-
submitCollections
final Result submitCollections(Urls urls)
Provide canonical URLS of Open Skill Collections to this search hub
-
submitCollectionsWithHttpInfo
final ApiResponse<Result> submitCollectionsWithHttpInfo(Urls urls)
Provide canonical URLS of Open Skill Collections to this search hub
-
submitCollectionsRequestConfig
final RequestConfig<Urls> submitCollectionsRequestConfig(Urls urls)
To obtain the request config of the operation submitCollections
-
submitSkills
final Result submitSkills(Urls urls)
Provide canonical URLS of Open Skills to this search hub
-
submitSkillsWithHttpInfo
final ApiResponse<Result> submitSkillsWithHttpInfo(Urls urls)
Provide canonical URLS of Open Skills to this search hub
-
submitSkillsRequestConfig
final RequestConfig<Urls> submitSkillsRequestConfig(Urls urls)
To obtain the request config of the operation submitSkills
-
-
-
-