Package com.enonic.xp.content
Class ContentVersions
- java.lang.Object
-
- com.enonic.xp.content.ContentVersions
-
- All Implemented Interfaces:
java.lang.Iterable<ContentVersion>
@PublicApi public class ContentVersions extends java.lang.Object implements java.lang.Iterable<ContentVersion>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ContentVersions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ContentVersions.Builder
create()
ContentId
getContentId()
java.util.Iterator<ContentVersion>
iterator()
-
-
-
Method Detail
-
getContentId
public ContentId getContentId()
-
create
public static ContentVersions.Builder create()
-
iterator
public java.util.Iterator<ContentVersion> iterator()
- Specified by:
iterator
in interfacejava.lang.Iterable<ContentVersion>
-
-