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 |
addAllToPaths(Collection<String> items) |
A |
addToPaths(Integer index,
String item) |
A |
addToPaths(String... items) |
boolean |
equals(Object o) |
String |
getExpression() |
String[] |
getPaths() |
String |
getProfile() |
String |
getProperty() |
String |
getValue() |
Boolean |
hasExpression() |
int |
hashCode() |
Boolean |
hasPaths() |
Boolean |
hasProfile() |
Boolean |
hasProperty() |
Boolean |
hasValue() |
A |
removeAllFromPaths(Collection<String> items) |
A |
removeFromPaths(String... items) |
A |
setToPaths(Integer index,
String item) |
String |
toString() |
A |
withExpression(String expression) |
A |
withPaths(String... paths) |
A |
withProfile(String profile) |
A |
withProperty(String property) |
A |
withValue(String value) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic 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>>public A withPaths(String... paths)
withPaths in interface ValueReferenceFluent<A extends ValueReferenceFluent<A>>public String[] getPaths()
getPaths in interface ValueReferenceFluent<A extends ValueReferenceFluent<A>>public A addToPaths(Integer index, String item)
addToPaths in interface ValueReferenceFluent<A extends ValueReferenceFluent<A>>public A setToPaths(Integer index, String item)
setToPaths in interface ValueReferenceFluent<A extends ValueReferenceFluent<A>>public A addToPaths(String... items)
addToPaths in interface ValueReferenceFluent<A extends ValueReferenceFluent<A>>public A addAllToPaths(Collection<String> items)
addAllToPaths in interface ValueReferenceFluent<A extends ValueReferenceFluent<A>>public A removeFromPaths(String... items)
removeFromPaths in interface ValueReferenceFluent<A extends ValueReferenceFluent<A>>public A removeAllFromPaths(Collection<String> items)
removeAllFromPaths in interface ValueReferenceFluent<A extends ValueReferenceFluent<A>>public Boolean hasPaths()
hasPaths 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>>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>>public String getExpression()
getExpression in interface ValueReferenceFluent<A extends ValueReferenceFluent<A>>public A withExpression(String expression)
withExpression in interface ValueReferenceFluent<A extends ValueReferenceFluent<A>>public Boolean hasExpression()
hasExpression in interface ValueReferenceFluent<A extends ValueReferenceFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ValueReferenceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ValueReferenceFluent<A>>Copyright © 2018–2022 Red Hat. All rights reserved.