Class BulkDeleteResponse


  • public class BulkDeleteResponse
    extends Object
    Represents a response from a Bulk Delete request.
    See Also:
    BulkApi
    • Method Detail

      • getDeleted

        public int getDeleted()
        Returns:
        The number of files deleted.
      • getNotFound

        public int getNotFound()
        Returns:
        The number of files not found.
      • getErrors

        public Map<String,​String> getErrors()
        Returns:
        a Map<String, String> containing each path that failed to be deleted and its corresponding error response.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • string

        protected com.google.common.base.MoreObjects.ToStringHelper string()