public interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
Map<String,Object> |
getAdditionalProperties() |
String |
getDescription() |
String |
getFormat() |
String |
getJsonPath() |
String |
getName() |
Integer |
getPriority() |
String |
getType() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasDescription() |
Boolean |
hasFormat() |
Boolean |
hasJsonPath() |
Boolean |
hasName() |
Boolean |
hasPriority() |
Boolean |
hasType() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withDescription(String description) |
A |
withFormat(String format) |
A |
withJsonPath(String jsonPath) |
A |
withName(String name) |
A |
withPriority(Integer priority) |
A |
withType(String type) |
String getDescription()
Boolean hasDescription()
String getFormat()
Boolean hasFormat()
String getJsonPath()
Boolean hasJsonPath()
String getName()
Boolean hasName()
Integer getPriority()
Boolean hasPriority()
String getType()
Boolean hasType()
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.