| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
id |
protected String |
name |
protected String |
serviceId |
protected String |
tenantId |
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Role |
build() |
T |
description(String description) |
T |
fromRole(Role in) |
T |
id(String id) |
T |
name(String name) |
protected abstract T |
self() |
T |
serviceId(String serviceId) |
T |
tenantId(String tenantId) |
protected String id
protected String name
protected String description
protected String serviceId
protected String tenantId
protected abstract T self()
public T id(String id)
Role.getId()public T name(String name)
Role.getName()public T description(String description)
Role.getDescription()public T serviceId(String serviceId)
Role.getServiceId()public T tenantId(String tenantId)
Role.getTenantId()public Role build()
Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.