Uses of Class
io.dialob.security.tenant.ImmutableTenant.Builder
-
Packages that use ImmutableTenant.Builder Package Description io.dialob.security.tenant -
-
Uses of ImmutableTenant.Builder in io.dialob.security.tenant
Methods in io.dialob.security.tenant that return ImmutableTenant.Builder Modifier and Type Method Description static ImmutableTenant.BuilderImmutableTenant. builder()Creates a builder forImmutableTenant.ImmutableTenant.BuilderImmutableTenant.Builder. from(Tenant instance)Fill a builder with attribute values from the providedTenantinstance.ImmutableTenant.BuilderImmutableTenant.Builder. id(String id)Initializes the value for theidattribute.ImmutableTenant.BuilderImmutableTenant.Builder. name(String name)Initializes the optional valuenameto name.ImmutableTenant.BuilderImmutableTenant.Builder. name(Optional<String> name)Initializes the optional valuenameto name.
-