public class TypeMetaFluentImpl<A extends TypeMetaFluent<A>> extends BaseFluent<A> implements TypeMetaFluent<A>
_visitables| Constructor and Description |
|---|
TypeMetaFluentImpl() |
TypeMetaFluentImpl(TypeMeta instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getApiVersion() |
String |
getKind() |
Boolean |
hasApiVersion() |
Boolean |
hasKind() |
A |
withApiVersion(String apiVersion) |
A |
withKind(String kind) |
public TypeMetaFluentImpl()
public TypeMetaFluentImpl(TypeMeta instance)
public String getApiVersion()
getApiVersion in interface TypeMetaFluent<A extends TypeMetaFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface TypeMetaFluent<A extends TypeMetaFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface TypeMetaFluent<A extends TypeMetaFluent<A>>public String getKind()
getKind in interface TypeMetaFluent<A extends TypeMetaFluent<A>>public A withKind(String kind)
withKind in interface TypeMetaFluent<A extends TypeMetaFluent<A>>public Boolean hasKind()
hasKind in interface TypeMetaFluent<A extends TypeMetaFluent<A>>Copyright © 2015–2019 Red Hat. All rights reserved.