public class CollaborationAllowlistEntriesManager extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CollaborationAllowlistEntriesManager.Builder |
| Modifier and Type | Field and Description |
|---|---|
Authentication |
auth |
NetworkSession |
networkSession |
| Modifier | Constructor and Description |
|---|---|
|
CollaborationAllowlistEntriesManager() |
protected |
CollaborationAllowlistEntriesManager(CollaborationAllowlistEntriesManager.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
CollaborationAllowlistEntry |
createCollaborationWhitelistEntry(CreateCollaborationWhitelistEntryRequestBody requestBody)
Creates a new entry in the list of allowed domains to allow collaboration for.
|
CollaborationAllowlistEntry |
createCollaborationWhitelistEntry(CreateCollaborationWhitelistEntryRequestBody requestBody,
CreateCollaborationWhitelistEntryHeaders headers)
Creates a new entry in the list of allowed domains to allow collaboration for.
|
void |
deleteCollaborationWhitelistEntryById(String collaborationWhitelistEntryId)
Removes a domain from the list of domains that have been deemed safe to create collaborations
for within the current enterprise.
|
void |
deleteCollaborationWhitelistEntryById(String collaborationWhitelistEntryId,
DeleteCollaborationWhitelistEntryByIdHeaders headers)
Removes a domain from the list of domains that have been deemed safe to create collaborations
for within the current enterprise.
|
Authentication |
getAuth() |
CollaborationAllowlistEntries |
getCollaborationWhitelistEntries()
Returns the list domains that have been deemed safe to create collaborations for within the
current enterprise.
|
CollaborationAllowlistEntries |
getCollaborationWhitelistEntries(GetCollaborationWhitelistEntriesHeaders headers)
Returns the list domains that have been deemed safe to create collaborations for within the
current enterprise.
|
CollaborationAllowlistEntries |
getCollaborationWhitelistEntries(GetCollaborationWhitelistEntriesQueryParams queryParams)
Returns the list domains that have been deemed safe to create collaborations for within the
current enterprise.
|
CollaborationAllowlistEntries |
getCollaborationWhitelistEntries(GetCollaborationWhitelistEntriesQueryParams queryParams,
GetCollaborationWhitelistEntriesHeaders headers)
Returns the list domains that have been deemed safe to create collaborations for within the
current enterprise.
|
CollaborationAllowlistEntry |
getCollaborationWhitelistEntryById(String collaborationWhitelistEntryId)
Returns a domain that has been deemed safe to create collaborations for within the current
enterprise.
|
CollaborationAllowlistEntry |
getCollaborationWhitelistEntryById(String collaborationWhitelistEntryId,
GetCollaborationWhitelistEntryByIdHeaders headers)
Returns a domain that has been deemed safe to create collaborations for within the current
enterprise.
|
NetworkSession |
getNetworkSession() |
public Authentication auth
public NetworkSession networkSession
public CollaborationAllowlistEntriesManager()
protected CollaborationAllowlistEntriesManager(CollaborationAllowlistEntriesManager.Builder builder)
public CollaborationAllowlistEntries getCollaborationWhitelistEntries()
public CollaborationAllowlistEntries getCollaborationWhitelistEntries(GetCollaborationWhitelistEntriesQueryParams queryParams)
queryParams - Query parameters of getCollaborationWhitelistEntries methodpublic CollaborationAllowlistEntries getCollaborationWhitelistEntries(GetCollaborationWhitelistEntriesHeaders headers)
headers - Headers of getCollaborationWhitelistEntries methodpublic CollaborationAllowlistEntries getCollaborationWhitelistEntries(GetCollaborationWhitelistEntriesQueryParams queryParams, GetCollaborationWhitelistEntriesHeaders headers)
queryParams - Query parameters of getCollaborationWhitelistEntries methodheaders - Headers of getCollaborationWhitelistEntries methodpublic CollaborationAllowlistEntry createCollaborationWhitelistEntry(CreateCollaborationWhitelistEntryRequestBody requestBody)
requestBody - Request body of createCollaborationWhitelistEntry methodpublic CollaborationAllowlistEntry createCollaborationWhitelistEntry(CreateCollaborationWhitelistEntryRequestBody requestBody, CreateCollaborationWhitelistEntryHeaders headers)
requestBody - Request body of createCollaborationWhitelistEntry methodheaders - Headers of createCollaborationWhitelistEntry methodpublic CollaborationAllowlistEntry getCollaborationWhitelistEntryById(String collaborationWhitelistEntryId)
collaborationWhitelistEntryId - The ID of the entry in the list. Example: "213123"public CollaborationAllowlistEntry getCollaborationWhitelistEntryById(String collaborationWhitelistEntryId, GetCollaborationWhitelistEntryByIdHeaders headers)
collaborationWhitelistEntryId - The ID of the entry in the list. Example: "213123"headers - Headers of getCollaborationWhitelistEntryById methodpublic void deleteCollaborationWhitelistEntryById(String collaborationWhitelistEntryId)
collaborationWhitelistEntryId - The ID of the entry in the list. Example: "213123"public void deleteCollaborationWhitelistEntryById(String collaborationWhitelistEntryId, DeleteCollaborationWhitelistEntryByIdHeaders headers)
collaborationWhitelistEntryId - The ID of the entry in the list. Example: "213123"headers - Headers of deleteCollaborationWhitelistEntryById methodpublic Authentication getAuth()
public NetworkSession getNetworkSession()