Interface Bookmark.UpdateStages.WithEntityMappings

  • All Known Subinterfaces:
    Bookmark.Update
    Enclosing interface:
    Bookmark.UpdateStages

    public static interface Bookmark.UpdateStages.WithEntityMappings
    The stage of the Bookmark update allowing to specify entityMappings.
    • Method Detail

      • withEntityMappings

        Bookmark.Update withEntityMappings​(List<BookmarkEntityMappings> entityMappings)
        Specifies the entityMappings property: Describes the entity mappings of the bookmark.
        Parameters:
        entityMappings - Describes the entity mappings of the bookmark.
        Returns:
        the next definition stage.