public class InfoItemFluentImpl<A extends InfoItemFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements InfoItemFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
InfoItemFluentImpl.ValueFromNestedImpl<N> |
InfoItemFluent.ValueFromNested<N>| Constructor and Description |
|---|
InfoItemFluentImpl() |
InfoItemFluentImpl(InfoItem instance) |
| Modifier and Type | Method and Description |
|---|---|
InfoItemSource |
buildValueFrom() |
InfoItemFluent.ValueFromNested<A> |
editOrNewValueFrom() |
InfoItemFluent.ValueFromNested<A> |
editOrNewValueFromLike(InfoItemSource item) |
InfoItemFluent.ValueFromNested<A> |
editValueFrom() |
boolean |
equals(Object o) |
String |
getName() |
String |
getType() |
String |
getValue() |
InfoItemSource |
getValueFrom()
Deprecated.
|
int |
hashCode() |
Boolean |
hasName() |
Boolean |
hasType() |
Boolean |
hasValue() |
Boolean |
hasValueFrom() |
A |
withName(String name) |
A |
withNewName(String arg0)
Deprecated.
|
A |
withNewType(String arg0)
Deprecated.
|
A |
withNewValue(String arg0)
Deprecated.
|
InfoItemFluent.ValueFromNested<A> |
withNewValueFrom() |
InfoItemFluent.ValueFromNested<A> |
withNewValueFromLike(InfoItemSource item) |
A |
withType(String type) |
A |
withValue(String value) |
A |
withValueFrom(InfoItemSource valueFrom) |
public InfoItemFluentImpl()
public InfoItemFluentImpl(InfoItem instance)
public String getName()
getName in interface InfoItemFluent<A extends InfoItemFluent<A>>public A withName(String name)
withName in interface InfoItemFluent<A extends InfoItemFluent<A>>public Boolean hasName()
hasName in interface InfoItemFluent<A extends InfoItemFluent<A>>@Deprecated public A withNewName(String arg0)
withNewName in interface InfoItemFluent<A extends InfoItemFluent<A>>public String getType()
getType in interface InfoItemFluent<A extends InfoItemFluent<A>>public A withType(String type)
withType in interface InfoItemFluent<A extends InfoItemFluent<A>>public Boolean hasType()
hasType in interface InfoItemFluent<A extends InfoItemFluent<A>>@Deprecated public A withNewType(String arg0)
withNewType in interface InfoItemFluent<A extends InfoItemFluent<A>>public String getValue()
getValue in interface InfoItemFluent<A extends InfoItemFluent<A>>public A withValue(String value)
withValue in interface InfoItemFluent<A extends InfoItemFluent<A>>public Boolean hasValue()
hasValue in interface InfoItemFluent<A extends InfoItemFluent<A>>@Deprecated public A withNewValue(String arg0)
withNewValue in interface InfoItemFluent<A extends InfoItemFluent<A>>@Deprecated public InfoItemSource getValueFrom()
getValueFrom in interface InfoItemFluent<A extends InfoItemFluent<A>>public InfoItemSource buildValueFrom()
buildValueFrom in interface InfoItemFluent<A extends InfoItemFluent<A>>public A withValueFrom(InfoItemSource valueFrom)
withValueFrom in interface InfoItemFluent<A extends InfoItemFluent<A>>public Boolean hasValueFrom()
hasValueFrom in interface InfoItemFluent<A extends InfoItemFluent<A>>public InfoItemFluent.ValueFromNested<A> withNewValueFrom()
withNewValueFrom in interface InfoItemFluent<A extends InfoItemFluent<A>>public InfoItemFluent.ValueFromNested<A> withNewValueFromLike(InfoItemSource item)
withNewValueFromLike in interface InfoItemFluent<A extends InfoItemFluent<A>>public InfoItemFluent.ValueFromNested<A> editValueFrom()
editValueFrom in interface InfoItemFluent<A extends InfoItemFluent<A>>public InfoItemFluent.ValueFromNested<A> editOrNewValueFrom()
editOrNewValueFrom in interface InfoItemFluent<A extends InfoItemFluent<A>>public InfoItemFluent.ValueFromNested<A> editOrNewValueFromLike(InfoItemSource item)
editOrNewValueFromLike in interface InfoItemFluent<A extends InfoItemFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.