public class SubresourceReferenceFluentImpl<A extends SubresourceReferenceFluent<A>> extends BaseFluent<A> implements SubresourceReferenceFluent<A>
_visitables| Constructor and Description |
|---|
SubresourceReferenceFluentImpl() |
SubresourceReferenceFluentImpl(SubresourceReference instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getApiVersion() |
String |
getKind() |
String |
getName() |
String |
getSubresource() |
Boolean |
hasApiVersion() |
Boolean |
hasKind() |
Boolean |
hasName() |
Boolean |
hasSubresource() |
A |
withApiVersion(String apiVersion) |
A |
withKind(String kind) |
A |
withName(String name) |
A |
withSubresource(String subresource) |
public SubresourceReferenceFluentImpl()
public SubresourceReferenceFluentImpl(SubresourceReference instance)
public String getApiVersion()
getApiVersion in interface SubresourceReferenceFluent<A extends SubresourceReferenceFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface SubresourceReferenceFluent<A extends SubresourceReferenceFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface SubresourceReferenceFluent<A extends SubresourceReferenceFluent<A>>public String getKind()
getKind in interface SubresourceReferenceFluent<A extends SubresourceReferenceFluent<A>>public A withKind(String kind)
withKind in interface SubresourceReferenceFluent<A extends SubresourceReferenceFluent<A>>public Boolean hasKind()
hasKind in interface SubresourceReferenceFluent<A extends SubresourceReferenceFluent<A>>public String getName()
getName in interface SubresourceReferenceFluent<A extends SubresourceReferenceFluent<A>>public A withName(String name)
withName in interface SubresourceReferenceFluent<A extends SubresourceReferenceFluent<A>>public Boolean hasName()
hasName in interface SubresourceReferenceFluent<A extends SubresourceReferenceFluent<A>>public String getSubresource()
getSubresource in interface SubresourceReferenceFluent<A extends SubresourceReferenceFluent<A>>public A withSubresource(String subresource)
withSubresource in interface SubresourceReferenceFluent<A extends SubresourceReferenceFluent<A>>public Boolean hasSubresource()
hasSubresource in interface SubresourceReferenceFluent<A extends SubresourceReferenceFluent<A>>Copyright © 2011–2017 Red Hat. All rights reserved.