public interface TenantBuilder extends Buildable.Builder<TenantBuilder,Tenant>
Modifier and Type | Method and Description |
---|---|
TenantBuilder |
description(String desc) |
TenantBuilder |
enabled(boolean enabled) |
TenantBuilder |
id(String id) |
TenantBuilder |
name(String name) |
build, from
TenantBuilder name(String name)
Tenant.getName()
TenantBuilder description(String desc)
Tenant.getDescription()
TenantBuilder id(String id)
Tenant.getId()
TenantBuilder enabled(boolean enabled)
Tenant#getEnabled()
Copyright © 2017. All rights reserved.