Class CreateFolderResponse

java.lang.Object
dev.dosya.sdk.model.CreateFolderResponse

public final class CreateFolderResponse extends Object
Response returned when creating a new folder.

Contains the created folder detail, the number of folders created, and the full list of created folders (for nested path creation).

Since:
0.1.0
  • Method Details

    • getFolder

      @NotNull public @NotNull FolderDetail getFolder()
    • getCreatedCount

      public int getCreatedCount()
    • getCreatedFolders

      @NotNull public @NotNull List<FolderDetail> getCreatedFolders()