StandardDeleteOption

Entries

Link copied to clipboard

如果是因为缺失目标而导致的删除失败,不抛出 NoSuchElementException,而是直接忽略。

Link copied to clipboard

忽略删除过程中产生的异常。 不包括 IGNORE_ON_NO_SUCH_TARGETIGNORE_ON_UNSUPPORTED 中描述的 NoSuchElementExceptionUnsupportedOperationException, 主要针对 DeleteFailureException 或参数校验、API请求过程中的异常。

Link copied to clipboard

忽略由于不支持而产生的 UnsupportedOperationException 异常。

Types

Link copied to clipboard
object Companion
Link copied to clipboard

基于 StandardAnalysis 的分析结果,以非遍历的方式检测存在的 StandardDeleteOption 选项。

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Inherited properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.