Package com.enonic.xp.region
Class CreateFragmentParams
- java.lang.Object
-
- com.enonic.xp.region.CreateFragmentParams
-
@PublicApi public final class CreateFragmentParams extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateFragmentParams.Builder
-
Constructor Summary
Constructors Constructor Description CreateFragmentParams(CreateFragmentParams.Builder builder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateFragmentParams.Buildercreate()static CreateFragmentParams.Buildercreate(CreateFragmentParams source)booleanequals(Object o)ComponentgetComponent()PropertyTreegetConfig()ContentPathgetParent()WorkflowInfogetWorkflowInfo()inthashCode()
-
-
-
Constructor Detail
-
CreateFragmentParams
public CreateFragmentParams(CreateFragmentParams.Builder builder)
-
-
Method Detail
-
getConfig
public PropertyTree getConfig()
-
getParent
public ContentPath getParent()
-
getComponent
public Component getComponent()
-
getWorkflowInfo
public WorkflowInfo getWorkflowInfo()
-
create
public static CreateFragmentParams.Builder create()
-
create
public static CreateFragmentParams.Builder create(CreateFragmentParams source)
-
-