Class MailFolderResponse
java.lang.Object
org.frankframework.filesystem.exchange.MailFolderResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
create
(MsalClientAdapter.GraphClient client, MailFolder folder, String folderName) static void
delete
(MsalClientAdapter.GraphClient client, MailFolder folder) static List
<MailFolder> get
(MsalClientAdapter.GraphClient client, String email, int limit) static List
<MailFolder> get
(MsalClientAdapter.GraphClient client, MailFolder folder) static List
<MailFolder> get
(MsalClientAdapter.GraphClient client, MailFolder folder, int limit)
-
Constructor Details
-
MailFolderResponse
public MailFolderResponse()
-
-
Method Details
-
get
public static List<MailFolder> get(MsalClientAdapter.GraphClient client, String email, int limit) throws IOException - Throws:
IOException
-
get
public static List<MailFolder> get(MsalClientAdapter.GraphClient client, MailFolder folder) throws IOException - Throws:
IOException
-
get
public static List<MailFolder> get(MsalClientAdapter.GraphClient client, MailFolder folder, int limit) throws IOException - Throws:
IOException
-
create
public static void create(MsalClientAdapter.GraphClient client, MailFolder folder, String folderName) throws IOException - Throws:
IOException
-
delete
public static void delete(MsalClientAdapter.GraphClient client, MailFolder folder) throws IOException - Throws:
IOException
-