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