Uses of Class
org.frankframework.filesystem.MsalClientAdapter.GraphClient
Packages that use MsalClientAdapter.GraphClient
-
Uses of MsalClientAdapter.GraphClient in org.frankframework.filesystem
Methods in org.frankframework.filesystem that return MsalClientAdapter.GraphClientModifier and TypeMethodDescriptionMsalClientAdapter.createGraphClient
(String tenantId, CredentialFactory credentials) -
Uses of MsalClientAdapter.GraphClient in org.frankframework.filesystem.exchange
Methods in org.frankframework.filesystem.exchange that return MsalClientAdapter.GraphClientModifier and TypeMethodDescriptionprotected MsalClientAdapter.GraphClient
ExchangeFileSystem.getGraphClient()
Methods in org.frankframework.filesystem.exchange with parameters of type MsalClientAdapter.GraphClientModifier and TypeMethodDescriptionstatic MailMessage
MailMessageResponse.copy
(MsalClientAdapter.GraphClient client, MailMessage filePointer, MailFolder destinationFolder) static void
MailFolderResponse.create
(MsalClientAdapter.GraphClient client, MailFolder folder, String folderName) static void
MailFolderResponse.delete
(MsalClientAdapter.GraphClient client, MailFolder folder) static void
MailMessageResponse.delete
(MsalClientAdapter.GraphClient client, MailMessage filePointer) static List
<MailFolder> MailFolderResponse.get
(MsalClientAdapter.GraphClient client, String email, int limit) static List
<MailFolder> MailFolderResponse.get
(MsalClientAdapter.GraphClient client, MailFolder folder) static List
<MailFolder> MailFolderResponse.get
(MsalClientAdapter.GraphClient client, MailFolder folder, int limit) static List
<MailMessage> MailMessageResponse.get
(MsalClientAdapter.GraphClient client, MailFolder folder, int limit) static MailMessage
MailMessageResponse.get
(MsalClientAdapter.GraphClient client, MailMessage filePointer) Resolves mail messagestatic MailMessage
MailMessageResponse.move
(MsalClientAdapter.GraphClient client, MailMessage filePointer, MailFolder destinationFolder)