@PublicApi @NotThreadSafe public final class DeleteLineageOptions extends Object
Modifier and Type | Method and Description |
---|---|
static DeleteLineageOptions |
defaults() |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isCascade() |
DeleteLineageOptions |
setCascade(boolean cascade)
Sets the cascade flag for this option.
|
String |
toString() |
public static DeleteLineageOptions defaults()
public boolean isCascade()
public DeleteLineageOptions setCascade(boolean cascade)
cascade
- true if the deletion is cascading, false otherwiseCopyright © 2023. All Rights Reserved.