public final class UnpublishContentParams
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
UnpublishContentParams.Builder |
Modifier and Type | Method and Description |
---|---|
static UnpublishContentParams.Builder |
create() |
boolean |
equals(java.lang.Object o) |
ContentIds |
getContentIds() |
PushContentListener |
getPushContentListener() |
Branch |
getUnpublishBranch() |
int |
hashCode() |
boolean |
isIncludeChildren() |
public ContentIds getContentIds()
public Branch getUnpublishBranch()
public boolean isIncludeChildren()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static UnpublishContentParams.Builder create()
public PushContentListener getPushContentListener()