public class SharedLinksAppItemsManager extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SharedLinksAppItemsManager.Builder |
| Modifier and Type | Field and Description |
|---|---|
Authentication |
auth |
NetworkSession |
networkSession |
| Modifier | Constructor and Description |
|---|---|
|
SharedLinksAppItemsManager() |
protected |
SharedLinksAppItemsManager(SharedLinksAppItemsManager.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
AppItem |
findAppItemForSharedLink(FindAppItemForSharedLinkHeaders headers)
Returns the app item represented by a shared link.
|
Authentication |
getAuth() |
NetworkSession |
getNetworkSession() |
public Authentication auth
public NetworkSession networkSession
public SharedLinksAppItemsManager()
protected SharedLinksAppItemsManager(SharedLinksAppItemsManager.Builder builder)
public AppItem findAppItemForSharedLink(FindAppItemForSharedLinkHeaders headers)
The link can originate from the current enterprise or another.
headers - Headers of findAppItemForSharedLink methodpublic Authentication getAuth()
public NetworkSession getNetworkSession()