@Beta public class ActiveContentVersionEntry extends Object implements Comparable<ActiveContentVersionEntry>
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ActiveContentVersionEntry o) |
static ActiveContentVersionEntry |
from(Branch branch,
ContentVersion contentVersion) |
Branch |
getBranch() |
ContentVersion |
getContentVersion() |
public static final ActiveContentVersionEntry from(Branch branch, ContentVersion contentVersion)
public ContentVersion getContentVersion()
public Branch getBranch()
public int compareTo(ActiveContentVersionEntry o)
compareTo
in interface Comparable<ActiveContentVersionEntry>