ImmutableUaaUser.Approval |
ImmutableUaaUser.Approval.Builder.build() |
|
static ImmutableUaaUser.Approval |
ImmutableUaaUser.Approval.copyOf(UaaUser.Approval instance) |
|
ImmutableUaaUser.Approval |
ImmutableUaaUser.Approval.withClientId(String value) |
Copy the current immutable object by setting a value for the clientId attribute.
|
ImmutableUaaUser.Approval |
ImmutableUaaUser.Approval.withExpiresAt(OffsetDateTime value) |
Copy the current immutable object by setting a value for the expiresAt attribute.
|
ImmutableUaaUser.Approval |
ImmutableUaaUser.Approval.withLastUpdatedAt(OffsetDateTime value) |
Copy the current immutable object by setting a value for the lastUpdatedAt attribute.
|
ImmutableUaaUser.Approval |
ImmutableUaaUser.Approval.withScope(String value) |
Copy the current immutable object by setting a value for the scope attribute.
|
ImmutableUaaUser.Approval |
ImmutableUaaUser.Approval.withStatus(String value) |
Copy the current immutable object by setting a value for the status attribute.
|
ImmutableUaaUser.Approval |
ImmutableUaaUser.Approval.withUserId(String value) |
Copy the current immutable object by setting a value for the userId attribute.
|