Package com.enonic.xp.content
Class ResetContentInheritParams
- java.lang.Object
-
- com.enonic.xp.content.ResetContentInheritParams
-
@PublicApi public class ResetContentInheritParams extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classResetContentInheritParams.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResetContentInheritParams.Buildercreate()ContentIdgetContentId()EnumSet<ContentInheritType>getInherit()ProjectNamegetProjectName()
-
-
-
Method Detail
-
create
public static ResetContentInheritParams.Builder create()
-
getContentId
public ContentId getContentId()
-
getProjectName
public ProjectName getProjectName()
-
getInherit
public EnumSet<ContentInheritType> getInherit()
-
-