| Package | Description |
|---|---|
| org.cloudfoundry.uaa.users |
| Modifier and Type | Method and Description |
|---|---|
static UserId.Builder |
UserId.builder()
Creates a builder for
UserId. |
UserId.Builder |
UserId.Builder.from(org.cloudfoundry.uaa.users._UserId instance)
Copy abstract value type
_UserId instance into builder. |
UserId.Builder |
UserId.Builder.from(AbstractUserId instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.uaa.users.AbstractUserId instance. |
UserId.Builder |
UserId.Builder.from(UserId instance)
Fill a builder with attribute values from the provided
UserId instance. |
UserId.Builder |
UserId.Builder.id(String id)
Initializes the value for the
id attribute. |
UserId.Builder |
UserId.Builder.origin(String origin)
Initializes the value for the
origin attribute. |
UserId.Builder |
UserId.Builder.userName(String userName)
Initializes the value for the
userName attribute. |
Copyright © 2020. All rights reserved.