public class BookmarkSharesApi extends Object
| Constructor and Description |
|---|
BookmarkSharesApi() |
BookmarkSharesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
BookmarkSharesResponse |
createBookmarkShare(BookmarkShareInputData bookmarkShare)
createBookmarkShares
Saves a bookmark share in the database
|
void |
deleteBookmarkShare(UUID bookmarkId,
UUID sharedWithUserId)
deleteBookmarkShares
Deletes a bookmark share by the calling user.
|
ApiClient |
getApiClient() |
BookmarkSharesResponse |
getBookmarkShares(UUID bookmarkId)
getBookmarkShares
Retrieves all stored bookmark shared by the calling user.
|
void |
setApiClient(ApiClient apiClient) |
public BookmarkSharesApi()
public BookmarkSharesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public BookmarkSharesResponse createBookmarkShare(BookmarkShareInputData bookmarkShare) throws ApiException
bookmarkShare - Field SharedByUserId, if set, needs to be same as the calling user's id. (optional)ApiException - if fails to make API callpublic void deleteBookmarkShare(UUID bookmarkId, UUID sharedWithUserId) throws ApiException
bookmarkId - Specifies the bookmark id (required)sharedWithUserId - Specifies the sharedWith userId (required)ApiException - if fails to make API callpublic BookmarkSharesResponse getBookmarkShares(UUID bookmarkId) throws ApiException
bookmarkId - Specifies the bookmark id (required)ApiException - if fails to make API callCopyright © 2019 LeanIX GmbH. All rights reserved.