Hello
I'd like to get Info of a Shared Link using its id.
Using the Java SDK I see that there is a BoxSharedLink object, but unlike other Box* objects, it doesn't have a constructor with the API connection and an Info getter.
Also, I see that there is a SharedLinkAPIConnection class, but using I see no way to retreive the BoxSharedLink representing the shared link's info.
Please assist