Class RecordFoldersAPI


  • @Component
    public class RecordFoldersAPI
    extends BaseAPI
    Methods to make API requests using v0 API on records folders
    Since:
    2.5
    Author:
    Oana Nechiforescu
    • Constructor Detail

      • RecordFoldersAPI

        public RecordFoldersAPI()
    • Method Detail

      • closeRecordFolder

        public org.apache.http.HttpResponse closeRecordFolder​(String user,
                                                              String password,
                                                              String recordFolder)
        Close the record folder
        Parameters:
        user - the user closing the folder
        password - the user's password
        recordFolder - the record folder name
        Returns:
        The HTTP Response (or null if the response could not be understood).