Interface AttachmentRef.Container
-
- Enclosing interface:
- AttachmentRef
public static interface AttachmentRef.Container
Represents a reference to anAttachment
container entity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description long
getId()
Optional<AttachmentRef.Space>
getSpace()
default boolean
tryRenameOnMove()
-
-
-
Method Detail
-
getId
long getId()
- Returns:
- The ID of the latest version (i.e. the stable ID) of the attachment container entity.
-
getSpace
Optional<AttachmentRef.Space> getSpace()
-
tryRenameOnMove
default boolean tryRenameOnMove()
-
-