protected abstract static class BaseImmutableGroup.Builder<T extends BaseImmutableGroup.Builder> extends Object
Modifier | Constructor and Description |
---|---|
protected |
Builder(Group group) |
|
Builder(long directoryId,
String name) |
|
Builder(String name) |
Modifier and Type | Method and Description |
---|---|
abstract Group |
build() |
T |
setActive(boolean active) |
T |
setDescription(String description) |
T |
setDirectoryId(long directoryId) |
T |
setExternalId(String externalId) |
T |
setName(String name) |
T |
setType(GroupType type) |
Copyright © 2020 Atlassian. All rights reserved.