-
- All Implemented Interfaces:
public final class LibrariesApi extends ApiClient
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLibrariesApi.Companion
-
Constructor Summary
Constructors Constructor Description LibrariesApi(String basePath)
-
Method Summary
Modifier and Type Method Description final List<LibrarySummary>getLibraries(Integer size, Integer from)Retrieve list of all libraries that have shared to this hub final ApiResponse<List<LibrarySummary>>getLibrariesWithHttpInfo(Integer size, Integer from)Retrieve list of all libraries that have shared to this hub final RequestConfig<Unit>getLibrariesRequestConfig(Integer size, Integer from)To obtain the request config of the operation getLibraries final LibraryregisterLibraries(Library library)Register a new library final ApiResponse<Library>registerLibrariesWithHttpInfo(Library library)Register a new library final RequestConfig<Library>registerLibrariesRequestConfig(Library library)To obtain the request config of the operation registerLibraries -
-
Constructor Detail
-
LibrariesApi
LibrariesApi(String basePath)
-
-
Method Detail
-
getLibraries
final List<LibrarySummary> getLibraries(Integer size, Integer from)
Retrieve list of all libraries that have shared to this hub
- Parameters:
size- number of libraries to return per page (optional, default to 50)from- zero-indexed offset from beginning of records (optional, default to 0)
-
getLibrariesWithHttpInfo
final ApiResponse<List<LibrarySummary>> getLibrariesWithHttpInfo(Integer size, Integer from)
Retrieve list of all libraries that have shared to this hub
- Parameters:
size- number of libraries to return per page (optional, default to 50)from- zero-indexed offset from beginning of records (optional, default to 0)
-
getLibrariesRequestConfig
final RequestConfig<Unit> getLibrariesRequestConfig(Integer size, Integer from)
To obtain the request config of the operation getLibraries
- Parameters:
size- number of libraries to return per page (optional, default to 50)from- zero-indexed offset from beginning of records (optional, default to 0)
-
registerLibraries
final Library registerLibraries(Library library)
Register a new library
-
registerLibrariesWithHttpInfo
final ApiResponse<Library> registerLibrariesWithHttpInfo(Library library)
Register a new library
-
registerLibrariesRequestConfig
final RequestConfig<Library> registerLibrariesRequestConfig(Library library)
To obtain the request config of the operation registerLibraries
-
-
-
-