Uses of Class
io.dialob.security.tenant.ImmutableTenant
-
Packages that use ImmutableTenant Package Description io.dialob.security.tenant -
-
Uses of ImmutableTenant in io.dialob.security.tenant
Methods in io.dialob.security.tenant that return ImmutableTenant Modifier and Type Method Description ImmutableTenantImmutableTenant.Builder. build()Builds a newImmutableTenant.static ImmutableTenantImmutableTenant. copyOf(Tenant instance)Creates an immutable copy of aTenantvalue.static ImmutableTenantImmutableTenant. of(String id, Optional<String> name)Construct a new immutableTenantinstance.ImmutableTenantImmutableTenant. withId(String value)Copy the current immutable object by setting a value for theidattribute.ImmutableTenantImmutableTenant. withName(String value)Copy the current immutable object by setting a present value for the optionalnameattribute.ImmutableTenantImmutableTenant. withName(Optional<String> optional)Copy the current immutable object by setting an optional value for thenameattribute.
-