Package com.enonic.xp.repository
Class CreateRepositoryParams
- java.lang.Object
-
- com.enonic.xp.repository.CreateRepositoryParams
-
public class CreateRepositoryParams extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateRepositoryParams.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateRepositoryParams.Builder
create()
boolean
equals(java.lang.Object o)
RepositoryId
getRepositoryId()
RepositorySettings
getRepositorySettings()
ChildOrder
getRootChildOrder()
AccessControlList
getRootPermissions()
int
hashCode()
-
-
-
Method Detail
-
getRepositoryId
public RepositoryId getRepositoryId()
-
getRepositorySettings
public RepositorySettings getRepositorySettings()
-
getRootPermissions
public AccessControlList getRootPermissions()
-
getRootChildOrder
public ChildOrder getRootChildOrder()
-
create
public static CreateRepositoryParams.Builder create()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-