public class RoleRefFluentImpl<A extends RoleRefFluent<A>> extends BaseFluent<A> implements RoleRefFluent<A>
_visitables| Constructor and Description |
|---|
RoleRefFluentImpl() |
RoleRefFluentImpl(RoleRef instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getApiGroup() |
String |
getKind() |
String |
getName() |
Boolean |
hasApiGroup() |
Boolean |
hasKind() |
Boolean |
hasName() |
A |
withApiGroup(String apiGroup) |
A |
withKind(String kind) |
A |
withName(String name) |
A |
withNewApiGroup(String arg1) |
A |
withNewApiGroup(StringBuffer arg1) |
A |
withNewApiGroup(StringBuilder arg1) |
A |
withNewKind(String arg1) |
A |
withNewKind(StringBuffer arg1) |
A |
withNewKind(StringBuilder arg1) |
A |
withNewName(String arg1) |
A |
withNewName(StringBuffer arg1) |
A |
withNewName(StringBuilder arg1) |
public RoleRefFluentImpl()
public RoleRefFluentImpl(RoleRef instance)
public String getApiGroup()
getApiGroup in interface RoleRefFluent<A extends RoleRefFluent<A>>public A withApiGroup(String apiGroup)
withApiGroup in interface RoleRefFluent<A extends RoleRefFluent<A>>public Boolean hasApiGroup()
hasApiGroup in interface RoleRefFluent<A extends RoleRefFluent<A>>public A withNewApiGroup(String arg1)
withNewApiGroup in interface RoleRefFluent<A extends RoleRefFluent<A>>public A withNewApiGroup(StringBuilder arg1)
withNewApiGroup in interface RoleRefFluent<A extends RoleRefFluent<A>>public A withNewApiGroup(StringBuffer arg1)
withNewApiGroup in interface RoleRefFluent<A extends RoleRefFluent<A>>public String getKind()
getKind in interface RoleRefFluent<A extends RoleRefFluent<A>>public A withKind(String kind)
withKind in interface RoleRefFluent<A extends RoleRefFluent<A>>public Boolean hasKind()
hasKind in interface RoleRefFluent<A extends RoleRefFluent<A>>public A withNewKind(String arg1)
withNewKind in interface RoleRefFluent<A extends RoleRefFluent<A>>public A withNewKind(StringBuilder arg1)
withNewKind in interface RoleRefFluent<A extends RoleRefFluent<A>>public A withNewKind(StringBuffer arg1)
withNewKind in interface RoleRefFluent<A extends RoleRefFluent<A>>public String getName()
getName in interface RoleRefFluent<A extends RoleRefFluent<A>>public A withName(String name)
withName in interface RoleRefFluent<A extends RoleRefFluent<A>>public Boolean hasName()
hasName in interface RoleRefFluent<A extends RoleRefFluent<A>>public A withNewName(String arg1)
withNewName in interface RoleRefFluent<A extends RoleRefFluent<A>>public A withNewName(StringBuilder arg1)
withNewName in interface RoleRefFluent<A extends RoleRefFluent<A>>public A withNewName(StringBuffer arg1)
withNewName in interface RoleRefFluent<A extends RoleRefFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.