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(java.lang.Object o) |
java.lang.String |
getDescription() |
java.lang.String |
getFormat() |
java.lang.String |
getJSONPath() |
java.lang.String |
getName() |
java.lang.Integer |
getPriority() |
java.lang.String |
getType() |
java.lang.Boolean |
hasDescription() |
java.lang.Boolean |
hasFormat() |
java.lang.Boolean |
hasJSONPath() |
java.lang.Boolean |
hasName() |
java.lang.Boolean |
hasPriority() |
java.lang.Boolean |
hasType() |
A |
withDescription(java.lang.String description) |
A |
withFormat(java.lang.String format) |
A |
withJSONPath(java.lang.String jSONPath) |
A |
withName(java.lang.String name) |
A |
withNewDescription(java.lang.String arg1) |
A |
withNewDescription(java.lang.StringBuffer arg1) |
A |
withNewDescription(java.lang.StringBuilder arg1) |
A |
withNewFormat(java.lang.String arg1) |
A |
withNewFormat(java.lang.StringBuffer arg1) |
A |
withNewFormat(java.lang.StringBuilder arg1) |
A |
withNewJSONPath(java.lang.String arg1) |
A |
withNewJSONPath(java.lang.StringBuffer arg1) |
A |
withNewJSONPath(java.lang.StringBuilder arg1) |
A |
withNewName(java.lang.String arg1) |
A |
withNewName(java.lang.StringBuffer arg1) |
A |
withNewName(java.lang.StringBuilder arg1) |
A |
withNewType(java.lang.String arg1) |
A |
withNewType(java.lang.StringBuffer arg1) |
A |
withNewType(java.lang.StringBuilder arg1) |
A |
withPriority(java.lang.Integer priority) |
A |
withType(java.lang.String type) |
public CustomResourceColumnDefinitionFluentImpl()
public CustomResourceColumnDefinitionFluentImpl(CustomResourceColumnDefinition instance)
public java.lang.String getJSONPath()
getJSONPath in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public A withJSONPath(java.lang.String jSONPath)
withJSONPath in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public java.lang.Boolean hasJSONPath()
hasJSONPath in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public A withNewJSONPath(java.lang.String arg1)
withNewJSONPath in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public A withNewJSONPath(java.lang.StringBuilder arg1)
withNewJSONPath in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public A withNewJSONPath(java.lang.StringBuffer arg1)
withNewJSONPath in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public java.lang.String getDescription()
getDescription in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public A withDescription(java.lang.String description)
withDescription in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public java.lang.Boolean hasDescription()
hasDescription in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public A withNewDescription(java.lang.String arg1)
withNewDescription in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public A withNewDescription(java.lang.StringBuilder arg1)
withNewDescription in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public A withNewDescription(java.lang.StringBuffer arg1)
withNewDescription in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public java.lang.String getFormat()
getFormat in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public A withFormat(java.lang.String format)
withFormat in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public java.lang.Boolean hasFormat()
hasFormat in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public A withNewFormat(java.lang.String arg1)
withNewFormat in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public A withNewFormat(java.lang.StringBuilder arg1)
withNewFormat in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public A withNewFormat(java.lang.StringBuffer arg1)
withNewFormat in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public java.lang.String getName()
getName in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public A withName(java.lang.String name)
withName in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public java.lang.Boolean hasName()
hasName in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public A withNewName(java.lang.String arg1)
withNewName in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public A withNewName(java.lang.StringBuilder arg1)
withNewName in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public A withNewName(java.lang.StringBuffer arg1)
withNewName in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public java.lang.Integer getPriority()
getPriority in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public A withPriority(java.lang.Integer priority)
withPriority in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public java.lang.Boolean hasPriority()
hasPriority in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public java.lang.String getType()
getType in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public A withType(java.lang.String type)
withType in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public java.lang.Boolean hasType()
hasType in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public A withNewType(java.lang.String arg1)
withNewType in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public A withNewType(java.lang.StringBuilder arg1)
withNewType in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public A withNewType(java.lang.StringBuffer arg1)
withNewType in interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>public boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2015-2019 Red Hat. All Rights Reserved.