public class ReferencedAttributesFluentImpl<A extends ReferencedAttributesFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ReferencedAttributesFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ReferencedAttributesFluentImpl.AttributeMatchesNestedImpl<N> |
ReferencedAttributesFluent.AttributeMatchesNested<N>| Constructor and Description |
|---|
ReferencedAttributesFluentImpl() |
ReferencedAttributesFluentImpl(ReferencedAttributes instance) |
public ReferencedAttributesFluentImpl()
public ReferencedAttributesFluentImpl(ReferencedAttributes instance)
public A addToAttributeMatches(int index, AttributeMatch item)
addToAttributeMatches in interface ReferencedAttributesFluent<A extends ReferencedAttributesFluent<A>>public A setToAttributeMatches(int index, AttributeMatch item)
setToAttributeMatches in interface ReferencedAttributesFluent<A extends ReferencedAttributesFluent<A>>public A addToAttributeMatches(AttributeMatch... items)
addToAttributeMatches in interface ReferencedAttributesFluent<A extends ReferencedAttributesFluent<A>>public A addAllToAttributeMatches(Collection<AttributeMatch> items)
addAllToAttributeMatches in interface ReferencedAttributesFluent<A extends ReferencedAttributesFluent<A>>public A removeFromAttributeMatches(AttributeMatch... items)
removeFromAttributeMatches in interface ReferencedAttributesFluent<A extends ReferencedAttributesFluent<A>>public A removeAllFromAttributeMatches(Collection<AttributeMatch> items)
removeAllFromAttributeMatches in interface ReferencedAttributesFluent<A extends ReferencedAttributesFluent<A>>@Deprecated public List<AttributeMatch> getAttributeMatches()
getAttributeMatches in interface ReferencedAttributesFluent<A extends ReferencedAttributesFluent<A>>public List<AttributeMatch> buildAttributeMatches()
buildAttributeMatches in interface ReferencedAttributesFluent<A extends ReferencedAttributesFluent<A>>public AttributeMatch buildAttributeMatch(int index)
buildAttributeMatch in interface ReferencedAttributesFluent<A extends ReferencedAttributesFluent<A>>public AttributeMatch buildFirstAttributeMatch()
buildFirstAttributeMatch in interface ReferencedAttributesFluent<A extends ReferencedAttributesFluent<A>>public AttributeMatch buildLastAttributeMatch()
buildLastAttributeMatch in interface ReferencedAttributesFluent<A extends ReferencedAttributesFluent<A>>public AttributeMatch buildMatchingAttributeMatch(io.fabric8.kubernetes.api.builder.Predicate<AttributeMatchBuilder> predicate)
buildMatchingAttributeMatch in interface ReferencedAttributesFluent<A extends ReferencedAttributesFluent<A>>public A withAttributeMatches(List<AttributeMatch> attributeMatches)
withAttributeMatches in interface ReferencedAttributesFluent<A extends ReferencedAttributesFluent<A>>public A withAttributeMatches(AttributeMatch... attributeMatches)
withAttributeMatches in interface ReferencedAttributesFluent<A extends ReferencedAttributesFluent<A>>public Boolean hasAttributeMatches()
hasAttributeMatches in interface ReferencedAttributesFluent<A extends ReferencedAttributesFluent<A>>public ReferencedAttributesFluent.AttributeMatchesNested<A> addNewAttributeMatch()
addNewAttributeMatch in interface ReferencedAttributesFluent<A extends ReferencedAttributesFluent<A>>public ReferencedAttributesFluent.AttributeMatchesNested<A> addNewAttributeMatchLike(AttributeMatch item)
addNewAttributeMatchLike in interface ReferencedAttributesFluent<A extends ReferencedAttributesFluent<A>>public ReferencedAttributesFluent.AttributeMatchesNested<A> setNewAttributeMatchLike(int index, AttributeMatch item)
setNewAttributeMatchLike in interface ReferencedAttributesFluent<A extends ReferencedAttributesFluent<A>>public ReferencedAttributesFluent.AttributeMatchesNested<A> editAttributeMatch(int index)
editAttributeMatch in interface ReferencedAttributesFluent<A extends ReferencedAttributesFluent<A>>public ReferencedAttributesFluent.AttributeMatchesNested<A> editFirstAttributeMatch()
editFirstAttributeMatch in interface ReferencedAttributesFluent<A extends ReferencedAttributesFluent<A>>public ReferencedAttributesFluent.AttributeMatchesNested<A> editLastAttributeMatch()
editLastAttributeMatch in interface ReferencedAttributesFluent<A extends ReferencedAttributesFluent<A>>public ReferencedAttributesFluent.AttributeMatchesNested<A> editMatchingAttributeMatch(io.fabric8.kubernetes.api.builder.Predicate<AttributeMatchBuilder> predicate)
editMatchingAttributeMatch in interface ReferencedAttributesFluent<A extends ReferencedAttributesFluent<A>>public A addToWords(int index, String item)
addToWords in interface ReferencedAttributesFluent<A extends ReferencedAttributesFluent<A>>public A setToWords(int index, String item)
setToWords in interface ReferencedAttributesFluent<A extends ReferencedAttributesFluent<A>>public A addToWords(String... items)
addToWords in interface ReferencedAttributesFluent<A extends ReferencedAttributesFluent<A>>public A addAllToWords(Collection<String> items)
addAllToWords in interface ReferencedAttributesFluent<A extends ReferencedAttributesFluent<A>>public A removeFromWords(String... items)
removeFromWords in interface ReferencedAttributesFluent<A extends ReferencedAttributesFluent<A>>public A removeAllFromWords(Collection<String> items)
removeAllFromWords in interface ReferencedAttributesFluent<A extends ReferencedAttributesFluent<A>>public List<String> getWords()
getWords in interface ReferencedAttributesFluent<A extends ReferencedAttributesFluent<A>>public String getWord(int index)
getWord in interface ReferencedAttributesFluent<A extends ReferencedAttributesFluent<A>>public String getFirstWord()
getFirstWord in interface ReferencedAttributesFluent<A extends ReferencedAttributesFluent<A>>public String getLastWord()
getLastWord in interface ReferencedAttributesFluent<A extends ReferencedAttributesFluent<A>>public String getMatchingWord(io.fabric8.kubernetes.api.builder.Predicate<String> predicate)
getMatchingWord in interface ReferencedAttributesFluent<A extends ReferencedAttributesFluent<A>>public A withWords(List<String> words)
withWords in interface ReferencedAttributesFluent<A extends ReferencedAttributesFluent<A>>public A withWords(String... words)
withWords in interface ReferencedAttributesFluent<A extends ReferencedAttributesFluent<A>>public Boolean hasWords()
hasWords in interface ReferencedAttributesFluent<A extends ReferencedAttributesFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.