Uses of Class
io.dialob.security.uaa.spi.model.ImmutableUaaMeta
-
Packages that use ImmutableUaaMeta Package Description io.dialob.security.uaa.spi.model -
-
Uses of ImmutableUaaMeta in io.dialob.security.uaa.spi.model
Methods in io.dialob.security.uaa.spi.model that return ImmutableUaaMeta Modifier and Type Method Description ImmutableUaaMetaImmutableUaaMeta.Builder. build()Builds a newImmutableUaaMeta.static ImmutableUaaMetaImmutableUaaMeta. copyOf(UaaMeta instance)Creates an immutable copy of aUaaMetavalue.ImmutableUaaMetaImmutableUaaMeta. withCreated(OffsetDateTime value)Copy the current immutable object by setting a value for thecreatedattribute.ImmutableUaaMetaImmutableUaaMeta. withLastModified(OffsetDateTime value)Copy the current immutable object by setting a value for thelastModifiedattribute.ImmutableUaaMetaImmutableUaaMeta. withVersion(Integer value)Copy the current immutable object by setting a value for theversionattribute.
-