| Package | Description |
|---|---|
| net.leanix.api | |
| net.leanix.api.models |
| Modifier and Type | Method and Description |
|---|---|
BookmarkResponse |
BookmarksApi.createBookmark(Bookmark body)
createBookmark
Saves a bookmark in the database
|
BookmarkResponse |
BookmarksApi.deleteBookmark(UUID id)
deleteBookmark
Deletes a bookmark identified by the given ID
|
BookmarkResponse |
BookmarksApi.getBookmark(UUID id)
getBookmark
Retrieves a bookmark by ID
|
BookmarkResponse |
BookmarksApi.updateBookmark(UUID id,
Bookmark body)
updateBookmark
Updates a bookmark stored in the database
|
| Modifier and Type | Method and Description |
|---|---|
BookmarkResponse |
BookmarkResponse.addErrorsItem(ApiError errorsItem) |
BookmarkResponse |
BookmarkResponse.data(Bookmark data) |
BookmarkResponse |
BookmarkResponse.errorMessage(String errorMessage) |
BookmarkResponse |
BookmarkResponse.errors(List<ApiError> errors) |
BookmarkResponse |
BookmarkResponse.status(BookmarkResponse.StatusEnum status) |
BookmarkResponse |
BookmarkResponse.type(String type) |
Copyright © 2017 LeanIX GmbH. All rights reserved.