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 CreateFragmentParams
build()
CreateFragmentParams.Builder
component(Component component)
CreateFragmentParams.Builder
config(PropertyTree config)
CreateFragmentParams.Builder
parent(ContentPath parentContentPath)
CreateFragmentParams.Builder
workflowInfo(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()
-
-