Package com.enonic.xp.content
Class ResetContentInheritParams.Builder
- java.lang.Object
-
- com.enonic.xp.content.ResetContentInheritParams.Builder
-
- Enclosing class:
- ResetContentInheritParams
public static final class ResetContentInheritParams.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResetContentInheritParams
build()
ResetContentInheritParams.Builder
contentId(ContentId contentId)
ResetContentInheritParams.Builder
inherit(Collection<ContentInheritType> inherit)
ResetContentInheritParams.Builder
projectName(ProjectName projectName)
-
-
-
Method Detail
-
contentId
public ResetContentInheritParams.Builder contentId(ContentId contentId)
-
projectName
public ResetContentInheritParams.Builder projectName(ProjectName projectName)
-
inherit
public ResetContentInheritParams.Builder inherit(Collection<ContentInheritType> inherit)
-
build
public ResetContentInheritParams build()
-
-