public class BookmarkShareInputData extends Object
| Constructor and Description |
|---|
BookmarkShareInputData() |
| Modifier and Type | Method and Description |
|---|---|
BookmarkShareInputData |
addSharedWithUserIdsItem(UUID sharedWithUserIdsItem) |
BookmarkShareInputData |
bookmarkId(UUID bookmarkId) |
boolean |
equals(Object o) |
UUID |
getBookmarkId()
Get bookmarkId
|
Boolean |
getNotifyUsers()
Get notifyUsers
|
UUID |
getSharedByUserId()
Get sharedByUserId
|
List<UUID> |
getSharedWithUserIds()
Get sharedWithUserIds
|
int |
hashCode() |
BookmarkShareInputData |
notifyUsers(Boolean notifyUsers) |
void |
setBookmarkId(UUID bookmarkId) |
void |
setNotifyUsers(Boolean notifyUsers) |
void |
setSharedByUserId(UUID sharedByUserId) |
void |
setSharedWithUserIds(List<UUID> sharedWithUserIds) |
BookmarkShareInputData |
sharedByUserId(UUID sharedByUserId) |
BookmarkShareInputData |
sharedWithUserIds(List<UUID> sharedWithUserIds) |
String |
toString() |
public BookmarkShareInputData bookmarkId(UUID bookmarkId)
public UUID getBookmarkId()
public void setBookmarkId(UUID bookmarkId)
public BookmarkShareInputData sharedByUserId(UUID sharedByUserId)
public UUID getSharedByUserId()
public void setSharedByUserId(UUID sharedByUserId)
public BookmarkShareInputData sharedWithUserIds(List<UUID> sharedWithUserIds)
public BookmarkShareInputData addSharedWithUserIdsItem(UUID sharedWithUserIdsItem)
public List<UUID> getSharedWithUserIds()
public BookmarkShareInputData notifyUsers(Boolean notifyUsers)
public Boolean getNotifyUsers()
public void setNotifyUsers(Boolean notifyUsers)
Copyright © 2019 LeanIX GmbH. All rights reserved.