public interface ListMetaFluent<A extends ListMetaFluent<A>> extends Fluent<A>
Modifier and Type | Method and Description |
---|---|
String |
getContinue() |
String |
getResourceVersion() |
String |
getSelfLink() |
Boolean |
hasContinue() |
Boolean |
hasResourceVersion() |
Boolean |
hasSelfLink() |
A |
withContinue(String _continue) |
A |
withResourceVersion(String resourceVersion) |
A |
withSelfLink(String selfLink) |
Copyright © 2011–2018 Red Hat. All rights reserved.