public class CustomResourceColumnDefinitionFluentImpl<A extends CustomResourceColumnDefinitionFluent<A>> extends BaseFluent<A> implements CustomResourceColumnDefinitionFluent<A>
_visitables| Constructor and Description |
|---|
CustomResourceColumnDefinitionFluentImpl() |
CustomResourceColumnDefinitionFluentImpl(CustomResourceColumnDefinition instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
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 |
withPriority(Integer priority) |
A |
withType(String type) |
public CustomResourceColumnDefinitionFluentImpl()
public CustomResourceColumnDefinitionFluentImpl(CustomResourceColumnDefinition instance)
public String getJSONPath()
getJSONPath in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public A withJSONPath(String jSONPath)
withJSONPath in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public Boolean hasJSONPath()
hasJSONPath in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public String getDescription()
getDescription in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public A withDescription(String description)
withDescription in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public Boolean hasDescription()
hasDescription in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public String getFormat()
getFormat in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public A withFormat(String format)
withFormat in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public Boolean hasFormat()
hasFormat in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public String getName()
getName in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public A withName(String name)
withName in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public Boolean hasName()
hasName in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public Integer getPriority()
getPriority in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public A withPriority(Integer priority)
withPriority in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public Boolean hasPriority()
hasPriority in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public String getType()
getType in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public A withType(String type)
withType in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public Boolean hasType()
hasType in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>Copyright © 2015–2019 Red Hat. All rights reserved.