public interface V1alpha1GlobalParameterFluent<A extends V1alpha1GlobalParameterFluent<A>> extends Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
V1alpha1GlobalParameterFluent.DescriptionNested<N> |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1I18nName |
buildDescription() |
V1alpha1GlobalParameterFluent.DescriptionNested<A> |
editDescription() |
V1alpha1GlobalParameterFluent.DescriptionNested<A> |
editOrNewDescription() |
V1alpha1GlobalParameterFluent.DescriptionNested<A> |
editOrNewDescriptionLike(V1alpha1I18nName item) |
V1alpha1I18nName |
getDescription()
Deprecated.
|
String |
getName() |
Boolean |
hasDescription() |
Boolean |
hasName() |
A |
withDescription(V1alpha1I18nName description) |
A |
withName(String name) |
V1alpha1GlobalParameterFluent.DescriptionNested<A> |
withNewDescription() |
V1alpha1GlobalParameterFluent.DescriptionNested<A> |
withNewDescriptionLike(V1alpha1I18nName item) |
A |
withNewName(String arg1) |
A |
withNewName(StringBuffer arg1) |
A |
withNewName(StringBuilder arg1) |
@Deprecated V1alpha1I18nName getDescription()
V1alpha1I18nName buildDescription()
A withDescription(V1alpha1I18nName description)
Boolean hasDescription()
V1alpha1GlobalParameterFluent.DescriptionNested<A> withNewDescription()
V1alpha1GlobalParameterFluent.DescriptionNested<A> withNewDescriptionLike(V1alpha1I18nName item)
V1alpha1GlobalParameterFluent.DescriptionNested<A> editDescription()
V1alpha1GlobalParameterFluent.DescriptionNested<A> editOrNewDescription()
V1alpha1GlobalParameterFluent.DescriptionNested<A> editOrNewDescriptionLike(V1alpha1I18nName item)
String getName()
Boolean hasName()
A withNewName(StringBuilder arg1)
A withNewName(StringBuffer arg1)
Copyright © 2020. All rights reserved.