Package com.enonic.xp.region
Class CreateFragmentParams.Builder
- java.lang.Object
-
- com.enonic.xp.region.CreateFragmentParams.Builder
-
- Enclosing class:
- CreateFragmentParams
public static final class CreateFragmentParams.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateFragmentParamsbuild()CreateFragmentParams.Buildercomponent(Component component)CreateFragmentParams.Builderconfig(PropertyTree config)CreateFragmentParams.Builderparent(ContentPath parentContentPath)CreateFragmentParams.BuilderworkflowInfo(WorkflowInfo workflowInfo)
-
-
-
Method Detail
-
config
public CreateFragmentParams.Builder config(PropertyTree config)
-
parent
public CreateFragmentParams.Builder parent(ContentPath parentContentPath)
-
component
public CreateFragmentParams.Builder component(Component component)
-
workflowInfo
public CreateFragmentParams.Builder workflowInfo(WorkflowInfo workflowInfo)
-
build
public CreateFragmentParams build()
-
-