public class NamedRoleFluentImpl<T extends NamedRoleFluent<T>> extends BaseFluent<T> implements NamedRoleFluent<T>
| Modifier and Type | Class and Description |
|---|---|
class |
NamedRoleFluentImpl.RoleNestedImpl<N> |
NamedRoleFluent.RoleNested<N>_visitables| Constructor and Description |
|---|
NamedRoleFluentImpl() |
NamedRoleFluentImpl(NamedRole instance) |
| Modifier and Type | Method and Description |
|---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
NamedRoleFluent.RoleNested<T> |
editRole() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getName() |
Role |
getRole() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withName(String name) |
NamedRoleFluent.RoleNested<T> |
withNewRole() |
NamedRoleFluent.RoleNested<T> |
withNewRoleLike(Role item) |
T |
withRole(Role role) |
public NamedRoleFluentImpl()
public NamedRoleFluentImpl(NamedRole instance)
public String getName()
getName in interface NamedRoleFluent<T extends NamedRoleFluent<T>>public T withName(String name)
withName in interface NamedRoleFluent<T extends NamedRoleFluent<T>>public Role getRole()
getRole in interface NamedRoleFluent<T extends NamedRoleFluent<T>>public T withRole(Role role)
withRole in interface NamedRoleFluent<T extends NamedRoleFluent<T>>public NamedRoleFluent.RoleNested<T> withNewRole()
withNewRole in interface NamedRoleFluent<T extends NamedRoleFluent<T>>public NamedRoleFluent.RoleNested<T> withNewRoleLike(Role item)
withNewRoleLike in interface NamedRoleFluent<T extends NamedRoleFluent<T>>public NamedRoleFluent.RoleNested<T> editRole()
editRole in interface NamedRoleFluent<T extends NamedRoleFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface NamedRoleFluent<T extends NamedRoleFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface NamedRoleFluent<T extends NamedRoleFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface NamedRoleFluent<T extends NamedRoleFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface NamedRoleFluent<T extends NamedRoleFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface NamedRoleFluent<T extends NamedRoleFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface NamedRoleFluent<T extends NamedRoleFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.