public class CreateRepositoryParams
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CreateRepositoryParams.Builder |
Modifier and Type | Method and Description |
---|---|
static CreateRepositoryParams.Builder |
create() |
RepositoryId |
getRepositoryId() |
RepositorySettings |
getRepositorySettings() |
ChildOrder |
getRootChildOrder() |
AccessControlList |
getRootPermissions() |
public RepositoryId getRepositoryId()
public RepositorySettings getRepositorySettings()
public AccessControlList getRootPermissions()
public ChildOrder getRootChildOrder()
public static CreateRepositoryParams.Builder create()