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 class
CreateFragmentParams.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.Builder
create()
static CreateFragmentParams.Builder
create(CreateFragmentParams source)
boolean
equals(Object o)
Component
getComponent()
PropertyTree
getConfig()
ContentPath
getParent()
WorkflowInfo
getWorkflowInfo()
int
hashCode()
-
-
-
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)
-
-