public class WebLinksManager extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WebLinksManager.Builder |
| Modifier and Type | Field and Description |
|---|---|
Authentication |
auth |
NetworkSession |
networkSession |
| Modifier | Constructor and Description |
|---|---|
|
WebLinksManager() |
protected |
WebLinksManager(WebLinksManager.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
WebLink |
createWebLink(CreateWebLinkRequestBody requestBody)
Creates a web link object within a folder.
|
WebLink |
createWebLink(CreateWebLinkRequestBody requestBody,
CreateWebLinkHeaders headers)
Creates a web link object within a folder.
|
void |
deleteWebLinkById(String webLinkId)
Deletes a web link.
|
void |
deleteWebLinkById(String webLinkId,
DeleteWebLinkByIdHeaders headers)
Deletes a web link.
|
Authentication |
getAuth() |
NetworkSession |
getNetworkSession() |
WebLink |
getWebLinkById(String webLinkId)
Retrieve information about a web link.
|
WebLink |
getWebLinkById(String webLinkId,
GetWebLinkByIdHeaders headers)
Retrieve information about a web link.
|
WebLink |
updateWebLinkById(String webLinkId)
Updates a web link object.
|
WebLink |
updateWebLinkById(String webLinkId,
UpdateWebLinkByIdHeaders headers)
Updates a web link object.
|
WebLink |
updateWebLinkById(String webLinkId,
UpdateWebLinkByIdRequestBody requestBody)
Updates a web link object.
|
WebLink |
updateWebLinkById(String webLinkId,
UpdateWebLinkByIdRequestBody requestBody,
UpdateWebLinkByIdHeaders headers)
Updates a web link object.
|
public Authentication auth
public NetworkSession networkSession
public WebLinksManager()
protected WebLinksManager(WebLinksManager.Builder builder)
public WebLink createWebLink(CreateWebLinkRequestBody requestBody)
requestBody - Request body of createWebLink methodpublic WebLink createWebLink(CreateWebLinkRequestBody requestBody, CreateWebLinkHeaders headers)
requestBody - Request body of createWebLink methodheaders - Headers of createWebLink methodpublic WebLink getWebLinkById(String webLinkId)
webLinkId - The ID of the web link. Example: "12345"public WebLink getWebLinkById(String webLinkId, GetWebLinkByIdHeaders headers)
webLinkId - The ID of the web link. Example: "12345"headers - Headers of getWebLinkById methodpublic WebLink updateWebLinkById(String webLinkId)
webLinkId - The ID of the web link. Example: "12345"public WebLink updateWebLinkById(String webLinkId, UpdateWebLinkByIdRequestBody requestBody)
webLinkId - The ID of the web link. Example: "12345"requestBody - Request body of updateWebLinkById methodpublic WebLink updateWebLinkById(String webLinkId, UpdateWebLinkByIdHeaders headers)
webLinkId - The ID of the web link. Example: "12345"headers - Headers of updateWebLinkById methodpublic WebLink updateWebLinkById(String webLinkId, UpdateWebLinkByIdRequestBody requestBody, UpdateWebLinkByIdHeaders headers)
webLinkId - The ID of the web link. Example: "12345"requestBody - Request body of updateWebLinkById methodheaders - Headers of updateWebLinkById methodpublic void deleteWebLinkById(String webLinkId)
webLinkId - The ID of the web link. Example: "12345"public void deleteWebLinkById(String webLinkId, DeleteWebLinkByIdHeaders headers)
webLinkId - The ID of the web link. Example: "12345"headers - Headers of deleteWebLinkById methodpublic Authentication getAuth()
public NetworkSession getNetworkSession()