Class CreateFolderBatchResult

    • Constructor Detail

      • CreateFolderBatchResult

        public CreateFolderBatchResult​(java.util.List<CreateFolderBatchResultEntry> entries)
        Parameters:
        entries - Each entry in CreateFolderBatchArg.getPaths() will appear at the same position inside getEntries(). Must not contain a null item and not be null.
        Throws:
        java.lang.IllegalArgumentException - If any argument does not meet its preconditions.
    • Method Detail

      • getEntries

        public java.util.List<CreateFolderBatchResultEntry> getEntries()
        Each entry in CreateFolderBatchArg.getPaths() will appear at the same position inside getEntries().
        Returns:
        value for this field, never null.
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class FileOpsResult
      • toStringMultiline

        public java.lang.String toStringMultiline()
        Returns a String representation of this object formatted for easier readability.

        The returned String may contain newlines.

        Overrides:
        toStringMultiline in class FileOpsResult
        Returns:
        Formatted, multiline String representation of this object