public interface V1beta1CustomResourceColumnDefinitionFluent<A extends V1beta1CustomResourceColumnDefinitionFluent<A>> extends Fluent<A>
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getFormat() |
String |
getJsONPath() |
String |
getName() |
Integer |
getPriority() |
String |
getType() |
Boolean |
hasDescription() |
Boolean |
hasFormat() |
Boolean |
hasJsONPath() |
Boolean |
hasName() |
Boolean |
hasPriority() |
Boolean |
hasType() |
A |
withDescription(String description) |
A |
withFormat(String format) |
A |
withJsONPath(String jsONPath) |
A |
withName(String name) |
A |
withNewPriority(int arg1) |
A |
withNewPriority(String arg1) |
A |
withPriority(Integer priority) |
A |
withType(String type) |
String getJsONPath()
Boolean hasJsONPath()
String getDescription()
Boolean hasDescription()
String getFormat()
Boolean hasFormat()
String getName()
Boolean hasName()
Integer getPriority()
Boolean hasPriority()
A withNewPriority(int arg1)
String getType()
Boolean hasType()
Copyright © 2018. All rights reserved.