public class Bookmark extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Bookmark.TypeEnum
Gets or Sets type
|
| Constructor and Description |
|---|
Bookmark() |
public UUID getId()
public void setId(UUID id)
public UUID getUserId()
public void setUserId(UUID userId)
public String getName()
public void setName(String name)
public Bookmark type(Bookmark.TypeEnum type)
public Bookmark.TypeEnum getType()
public void setType(Bookmark.TypeEnum type)
public String getGroupKey()
public void setGroupKey(String groupKey)
public Bookmark workingCopy(BookmarkWorkingCopy workingCopy)
public BookmarkWorkingCopy getWorkingCopy()
public void setWorkingCopy(BookmarkWorkingCopy workingCopy)
public String getDescription()
public void setDescription(String description)
public Bookmark createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public Bookmark updatedAt(OffsetDateTime updatedAt)
public OffsetDateTime getUpdatedAt()
public void setUpdatedAt(OffsetDateTime updatedAt)
public String getI18nKey()
public void setI18nKey(String i18nKey)
public Boolean getPredefined()
public void setPredefined(Boolean predefined)
public Boolean getReadonly()
public void setReadonly(Boolean readonly)
public Integer getDefaultSharingPriority()
public void setDefaultSharingPriority(Integer defaultSharingPriority)
public User getUser()
public void setUser(User user)
public Bookmark addPermittedReadUserIdsItem(UUID permittedReadUserIdsItem)
public List<UUID> getPermittedReadUserIds()
public Bookmark addPermittedWriteUserIdsItem(UUID permittedWriteUserIdsItem)
public List<UUID> getPermittedWriteUserIds()
public Bookmark addReferencedFactSheetIdsItem(UUID referencedFactSheetIdsItem)
public List<UUID> getReferencedFactSheetIds()
public Long getViews()
public void setViews(Long views)
Copyright © 2019 LeanIX GmbH. All rights reserved.