| Package | Description |
|---|---|
| net.leanix.api | |
| net.leanix.api.models |
| Modifier and Type | Method and Description |
|---|---|
BookmarkResponse |
BookmarksApi.updateWorkingCopy(UUID id,
BookmarkWorkingCopy body)
updateWorkingCopy
Updates a working copy for a bookmark stored in the database
|
| Modifier and Type | Method and Description |
|---|---|
BookmarkWorkingCopy |
Bookmark.getWorkingCopy()
Get workingCopy
|
BookmarkWorkingCopy |
BookmarkWorkingCopy.id(UUID id) |
BookmarkWorkingCopy |
BookmarkWorkingCopy.putStateItem(String key,
Object stateItem) |
BookmarkWorkingCopy |
BookmarkWorkingCopy.state(Map<String,Object> state) |
BookmarkWorkingCopy |
BookmarkWorkingCopy.updatedAt(OffsetDateTime updatedAt) |
BookmarkWorkingCopy |
BookmarkWorkingCopy.user(User user) |
BookmarkWorkingCopy |
BookmarkWorkingCopy.userId(UUID userId) |
| Modifier and Type | Method and Description |
|---|---|
void |
Bookmark.setWorkingCopy(BookmarkWorkingCopy workingCopy) |
Bookmark |
Bookmark.workingCopy(BookmarkWorkingCopy workingCopy) |
Copyright © 2019 LeanIX GmbH. All rights reserved.