@Beta public class ActiveContentVersionEntry extends java.lang.Object implements java.lang.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 ActiveContentVersionEntry from(Branch branch, ContentVersion contentVersion)
public ContentVersion getContentVersion()
public Branch getBranch()
public int compareTo(ActiveContentVersionEntry o)
compareTo
in interface java.lang.Comparable<ActiveContentVersionEntry>