| Package | Description |
|---|---|
| org.cloudfoundry.uaa.users |
| Modifier and Type | Method and Description |
|---|---|
static Group.Builder |
Group.builder()
Creates a builder for
Group. |
Group.Builder |
Group.Builder.display(String display)
Initializes the value for the
display attribute. |
Group.Builder |
Group.Builder.from(Group instance)
Fill a builder with attribute values from the provided
Group instance. |
Group.Builder |
Group.Builder.type(MembershipType type)
Initializes the value for the
type attribute. |
Group.Builder |
Group.Builder.value(String value)
Initializes the value for the
value attribute. |
Copyright © 2020. All rights reserved.