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 |
withNewDescription(String original)
Deprecated.
|
A |
withNewFormat(String original)
Deprecated.
|
A |
withNewJsONPath(String original)
Deprecated.
|
A |
withNewName(String original)
Deprecated.
|
A |
withNewType(String original)
Deprecated.
|
A |
withPriority(Integer priority) |
A |
withType(String type) |
String getJsONPath()
Boolean hasJsONPath()
@Deprecated A withNewJsONPath(String original)
String getDescription()
Boolean hasDescription()
@Deprecated A withNewDescription(String original)
String getFormat()
Boolean hasFormat()
@Deprecated A withNewFormat(String original)
String getName()
Boolean hasName()
@Deprecated A withNewName(String original)
Integer getPriority()
Boolean hasPriority()
String getType()
Boolean hasType()
@Deprecated A withNewType(String original)
Copyright © 2021. All rights reserved.