Class CreateFolderResult

    • Constructor Detail

      • CreateFolderResult

        public CreateFolderResult​(FolderMetadata metadata)
        Parameters:
        metadata - Metadata of the created folder. Must not be null.
        Throws:
        java.lang.IllegalArgumentException - If any argument does not meet its preconditions.
    • Method Detail

      • getMetadata

        public FolderMetadata getMetadata()
        Metadata of the created folder.
        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