@Beta public class ContentVersion extends Object implements Comparable<ContentVersion>
Modifier and Type | Class and Description |
---|---|
static class |
ContentVersion.Builder |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ContentVersion o) |
static ContentVersion.Builder |
create() |
boolean |
equals(Object o) |
String |
getComment() |
String |
getDisplayName() |
ContentVersionId |
getId() |
Instant |
getModified() |
PrincipalKey |
getModifier() |
int |
hashCode() |
public PrincipalKey getModifier()
public String getDisplayName()
public Instant getModified()
public String getComment()
public ContentVersionId getId()
public static ContentVersion.Builder create()
public int compareTo(ContentVersion o)
compareTo
in interface Comparable<ContentVersion>