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 class
ResetContentInheritParams.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResetContentInheritParams.Builder
create()
ContentId
getContentId()
EnumSet<ContentInheritType>
getInherit()
ProjectName
getProjectName()
-
-
-
Method Detail
-
create
public static ResetContentInheritParams.Builder create()
-
getContentId
public ContentId getContentId()
-
getProjectName
public ProjectName getProjectName()
-
getInherit
public EnumSet<ContentInheritType> getInherit()
-
-