public class ValueReferenceFluentImpl<A extends ValueReferenceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ValueReferenceFluent<A>
| Constructor and Description |
|---|
ValueReferenceFluentImpl() |
ValueReferenceFluentImpl(ValueReference instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToJsonPaths(Collection<String> items) |
A |
addNewJsonPath(String arg0) |
A |
addToJsonPaths(Integer index,
String item) |
A |
addToJsonPaths(String... items) |
boolean |
equals(Object o) |
String[] |
getJsonPaths() |
String |
getProfile() |
String |
getProperty() |
String |
getValue() |
int |
hashCode() |
Boolean |
hasJsonPaths() |
Boolean |
hasProfile() |
Boolean |
hasProperty() |
Boolean |
hasValue() |
A |
removeAllFromJsonPaths(Collection<String> items) |
A |
removeFromJsonPaths(String... items) |
A |
setToJsonPaths(Integer index,
String item) |
A |
withJsonPaths(String... jsonPaths) |
A |
withNewProfile(String arg0)
Deprecated.
|
A |
withNewProperty(String arg0)
Deprecated.
|
A |
withNewValue(String arg0)
Deprecated.
|
A |
withProfile(String profile) |
A |
withProperty(String property) |
A |
withValue(String value) |
public ValueReferenceFluentImpl()
public ValueReferenceFluentImpl(ValueReference instance)
public String getProperty()
getProperty in interface ValueReferenceFluent<A extends ValueReferenceFluent<A>>public A withProperty(String property)
withProperty in interface ValueReferenceFluent<A extends ValueReferenceFluent<A>>public Boolean hasProperty()
hasProperty in interface ValueReferenceFluent<A extends ValueReferenceFluent<A>>@Deprecated public A withNewProperty(String arg0)
withNewProperty in interface ValueReferenceFluent<A extends ValueReferenceFluent<A>>public A withJsonPaths(String... jsonPaths)
withJsonPaths in interface ValueReferenceFluent<A extends ValueReferenceFluent<A>>public String[] getJsonPaths()
getJsonPaths in interface ValueReferenceFluent<A extends ValueReferenceFluent<A>>public A addToJsonPaths(Integer index, String item)
addToJsonPaths in interface ValueReferenceFluent<A extends ValueReferenceFluent<A>>public A setToJsonPaths(Integer index, String item)
setToJsonPaths in interface ValueReferenceFluent<A extends ValueReferenceFluent<A>>public A addToJsonPaths(String... items)
addToJsonPaths in interface ValueReferenceFluent<A extends ValueReferenceFluent<A>>public A addAllToJsonPaths(Collection<String> items)
addAllToJsonPaths in interface ValueReferenceFluent<A extends ValueReferenceFluent<A>>public A removeFromJsonPaths(String... items)
removeFromJsonPaths in interface ValueReferenceFluent<A extends ValueReferenceFluent<A>>public A removeAllFromJsonPaths(Collection<String> items)
removeAllFromJsonPaths in interface ValueReferenceFluent<A extends ValueReferenceFluent<A>>public Boolean hasJsonPaths()
hasJsonPaths in interface ValueReferenceFluent<A extends ValueReferenceFluent<A>>public A addNewJsonPath(String arg0)
addNewJsonPath in interface ValueReferenceFluent<A extends ValueReferenceFluent<A>>public String getProfile()
getProfile in interface ValueReferenceFluent<A extends ValueReferenceFluent<A>>public A withProfile(String profile)
withProfile in interface ValueReferenceFluent<A extends ValueReferenceFluent<A>>public Boolean hasProfile()
hasProfile in interface ValueReferenceFluent<A extends ValueReferenceFluent<A>>@Deprecated public A withNewProfile(String arg0)
withNewProfile in interface ValueReferenceFluent<A extends ValueReferenceFluent<A>>public String getValue()
getValue in interface ValueReferenceFluent<A extends ValueReferenceFluent<A>>public A withValue(String value)
withValue in interface ValueReferenceFluent<A extends ValueReferenceFluent<A>>public Boolean hasValue()
hasValue in interface ValueReferenceFluent<A extends ValueReferenceFluent<A>>@Deprecated public A withNewValue(String arg0)
withNewValue in interface ValueReferenceFluent<A extends ValueReferenceFluent<A>>Copyright © 2018–2022 Red Hat. All rights reserved.