@Beta public class ContentVersion extends java.lang.Object implements java.lang.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(java.lang.Object o) |
java.lang.String |
getComment() |
java.lang.String |
getDisplayName() |
ContentVersionId |
getId() |
java.time.Instant |
getModified() |
PrincipalKey |
getModifier() |
int |
hashCode() |
public PrincipalKey getModifier()
public java.lang.String getDisplayName()
public java.time.Instant getModified()
public java.lang.String getComment()
public ContentVersionId getId()
public static ContentVersion.Builder create()
public int compareTo(ContentVersion o)
compareTo
in interface java.lang.Comparable<ContentVersion>
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object