static ImmutableUaaUser.Approval.Builder |
ImmutableUaaUser.Approval.builder() |
|
ImmutableUaaUser.Approval.Builder |
ImmutableUaaUser.Approval.Builder.clientId(String clientId) |
Initializes the value for the clientId attribute.
|
ImmutableUaaUser.Approval.Builder |
ImmutableUaaUser.Approval.Builder.expiresAt(OffsetDateTime expiresAt) |
Initializes the value for the expiresAt attribute.
|
ImmutableUaaUser.Approval.Builder |
ImmutableUaaUser.Approval.Builder.from(UaaUser.Approval instance) |
Fill a builder with attribute values from the provided Approval instance.
|
ImmutableUaaUser.Approval.Builder |
ImmutableUaaUser.Approval.Builder.lastUpdatedAt(OffsetDateTime lastUpdatedAt) |
|
ImmutableUaaUser.Approval.Builder |
ImmutableUaaUser.Approval.Builder.scope(String scope) |
Initializes the value for the scope attribute.
|
ImmutableUaaUser.Approval.Builder |
ImmutableUaaUser.Approval.Builder.status(String status) |
Initializes the value for the status attribute.
|
ImmutableUaaUser.Approval.Builder |
ImmutableUaaUser.Approval.Builder.userId(String userId) |
Initializes the value for the userId attribute.
|