@Beta public class ContentVersions extends Object implements Iterable<ContentVersion>
Modifier and Type | Class and Description |
---|---|
static class |
ContentVersions.Builder |
Modifier and Type | Method and Description |
---|---|
static ContentVersions.Builder |
create() |
ContentId |
getContentId() |
Iterator<ContentVersion> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public ContentId getContentId()
public static ContentVersions.Builder create()
public Iterator<ContentVersion> iterator()
iterator
in interface Iterable<ContentVersion>