public class ScopeRestrictionFluentImpl<T extends ScopeRestrictionFluent<T>> extends BaseFluent<T> implements ScopeRestrictionFluent<T>
Modifier and Type | Class and Description |
---|---|
class |
ScopeRestrictionFluentImpl.ClusterRoleNestedImpl<N> |
ScopeRestrictionFluent.ClusterRoleNested<N>
_visitables
Constructor and Description |
---|
ScopeRestrictionFluentImpl() |
ScopeRestrictionFluentImpl(ScopeRestriction instance) |
Modifier and Type | Method and Description |
---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
T |
addToLiterals(String... items) |
ScopeRestrictionFluent.ClusterRoleNested<T> |
editClusterRole() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
ClusterRoleScopeRestriction |
getClusterRole() |
List<String> |
getLiterals() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
removeFromLiterals(String... items) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withClusterRole(ClusterRoleScopeRestriction clusterRole) |
T |
withLiterals(List<String> literals) |
T |
withLiterals(String... literals) |
ScopeRestrictionFluent.ClusterRoleNested<T> |
withNewClusterRole() |
ScopeRestrictionFluent.ClusterRoleNested<T> |
withNewClusterRoleLike(ClusterRoleScopeRestriction item) |
public ScopeRestrictionFluentImpl()
public ScopeRestrictionFluentImpl(ScopeRestriction instance)
public ClusterRoleScopeRestriction getClusterRole()
getClusterRole
in interface ScopeRestrictionFluent<T extends ScopeRestrictionFluent<T>>
public T withClusterRole(ClusterRoleScopeRestriction clusterRole)
withClusterRole
in interface ScopeRestrictionFluent<T extends ScopeRestrictionFluent<T>>
public ScopeRestrictionFluent.ClusterRoleNested<T> withNewClusterRole()
withNewClusterRole
in interface ScopeRestrictionFluent<T extends ScopeRestrictionFluent<T>>
public ScopeRestrictionFluent.ClusterRoleNested<T> withNewClusterRoleLike(ClusterRoleScopeRestriction item)
withNewClusterRoleLike
in interface ScopeRestrictionFluent<T extends ScopeRestrictionFluent<T>>
public ScopeRestrictionFluent.ClusterRoleNested<T> editClusterRole()
editClusterRole
in interface ScopeRestrictionFluent<T extends ScopeRestrictionFluent<T>>
public T addToLiterals(String... items)
addToLiterals
in interface ScopeRestrictionFluent<T extends ScopeRestrictionFluent<T>>
public T removeFromLiterals(String... items)
removeFromLiterals
in interface ScopeRestrictionFluent<T extends ScopeRestrictionFluent<T>>
public List<String> getLiterals()
getLiterals
in interface ScopeRestrictionFluent<T extends ScopeRestrictionFluent<T>>
public T withLiterals(List<String> literals)
withLiterals
in interface ScopeRestrictionFluent<T extends ScopeRestrictionFluent<T>>
public T withLiterals(String... literals)
withLiterals
in interface ScopeRestrictionFluent<T extends ScopeRestrictionFluent<T>>
public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties
in interface ScopeRestrictionFluent<T extends ScopeRestrictionFluent<T>>
public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties
in interface ScopeRestrictionFluent<T extends ScopeRestrictionFluent<T>>
public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties
in interface ScopeRestrictionFluent<T extends ScopeRestrictionFluent<T>>
public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties
in interface ScopeRestrictionFluent<T extends ScopeRestrictionFluent<T>>
public Map<String,Object> getAdditionalProperties()
getAdditionalProperties
in interface ScopeRestrictionFluent<T extends ScopeRestrictionFluent<T>>
public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties
in interface ScopeRestrictionFluent<T extends ScopeRestrictionFluent<T>>
Copyright © 2011–2016 Red Hat. All rights reserved.