@Beta
public final class DeleteContentParams
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DeleteContentParams.Builder |
Modifier and Type | Method and Description |
---|---|
static DeleteContentParams.Builder |
create() |
boolean |
equals(java.lang.Object o) |
ContentPath |
getContentPath() |
int |
hashCode() |
boolean |
isDeleteOnline() |
void |
validate() |
public static DeleteContentParams.Builder create()
public ContentPath getContentPath()
public boolean isDeleteOnline()
public void validate()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object