Skip to content

Commit

Permalink
Expose entity link technical id in EntityLinkInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphr committed Oct 25, 2024
1 parent de2d535 commit 8f94c40
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
*/
public interface EntityLinkInfo {

/**
* The technical id of the entity link
*/
String getId();

/**
* Returns the type of link. See for the native supported types.
*/
Expand Down

0 comments on commit 8f94c40

Please sign in to comment.