Uses of Class
io.dialob.security.uaa.spi.model.ImmutableUaaUser.Group
-
Packages that use ImmutableUaaUser.Group Package Description io.dialob.security.uaa.spi.model -
-
Uses of ImmutableUaaUser.Group in io.dialob.security.uaa.spi.model
Methods in io.dialob.security.uaa.spi.model that return ImmutableUaaUser.Group Modifier and Type Method Description ImmutableUaaUser.GroupImmutableUaaUser.Group.Builder. build()Builds a newGroup.static ImmutableUaaUser.GroupImmutableUaaUser.Group. copyOf(UaaUser.Group instance)Creates an immutable copy of aUaaUser.Groupvalue.ImmutableUaaUser.GroupImmutableUaaUser.Group. withDisplay(String value)Copy the current immutable object by setting a value for thedisplayattribute.ImmutableUaaUser.GroupImmutableUaaUser.Group. withType(String value)Copy the current immutable object by setting a value for thetypeattribute.ImmutableUaaUser.GroupImmutableUaaUser.Group. withValue(String value)Copy the current immutable object by setting a value for thevalueattribute.
-