public interface V1ListMetaFluent<A extends V1ListMetaFluent<A>> extends Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getContinue() |
Long |
getRemainingItemCount() |
String |
getResourceVersion() |
String |
getSelfLink() |
Boolean |
hasContinue() |
Boolean |
hasRemainingItemCount() |
Boolean |
hasResourceVersion() |
Boolean |
hasSelfLink() |
A |
withContinue(String _continue) |
A |
withRemainingItemCount(Long remainingItemCount) |
A |
withResourceVersion(String resourceVersion) |
A |
withSelfLink(String selfLink) |
String getContinue()
Boolean hasContinue()
Long getRemainingItemCount()
Boolean hasRemainingItemCount()
String getResourceVersion()
Boolean hasResourceVersion()
String getSelfLink()
Boolean hasSelfLink()
Copyright © 2022. All rights reserved.