Uses of Class
io.dialob.security.uaa.spi.model.ImmutableUaaUser.Email
-
Packages that use ImmutableUaaUser.Email Package Description io.dialob.security.uaa.spi.model -
-
Uses of ImmutableUaaUser.Email in io.dialob.security.uaa.spi.model
Methods in io.dialob.security.uaa.spi.model that return ImmutableUaaUser.Email Modifier and Type Method Description ImmutableUaaUser.EmailImmutableUaaUser.Email.Builder. build()Builds a newEmail.static ImmutableUaaUser.EmailImmutableUaaUser.Email. copyOf(UaaUser.Email instance)Creates an immutable copy of aUaaUser.Emailvalue.ImmutableUaaUser.EmailImmutableUaaUser.Email. withPrimary(Boolean value)Copy the current immutable object by setting a value for theprimaryattribute.ImmutableUaaUser.EmailImmutableUaaUser.Email. withValue(String value)Copy the current immutable object by setting a value for thevalueattribute.
-