public interface V1CustomResourceColumnDefinitionFluent<A extends V1CustomResourceColumnDefinitionFluent<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 getDescription()
Boolean hasDescription()
@Deprecated A withNewDescription(String original)
String getFormat()
Boolean hasFormat()
@Deprecated A withNewFormat(String original)
String getJsonPath()
Boolean hasJsonPath()
@Deprecated A withNewJsonPath(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 © 2022. All rights reserved.