public class ReportRequestFluentImpl<A extends ReportRequestFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ReportRequestFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ReportRequestFluentImpl.AttributesNestedImpl<N> |
ReportRequestFluent.AttributesNested<N>| Constructor and Description |
|---|
ReportRequestFluentImpl() |
ReportRequestFluentImpl(ReportRequest instance) |
public ReportRequestFluentImpl()
public ReportRequestFluentImpl(ReportRequest instance)
public A addToAttributes(int index, CompressedAttributes item)
addToAttributes in interface ReportRequestFluent<A extends ReportRequestFluent<A>>public A setToAttributes(int index, CompressedAttributes item)
setToAttributes in interface ReportRequestFluent<A extends ReportRequestFluent<A>>public A addToAttributes(CompressedAttributes... items)
addToAttributes in interface ReportRequestFluent<A extends ReportRequestFluent<A>>public A addAllToAttributes(Collection<CompressedAttributes> items)
addAllToAttributes in interface ReportRequestFluent<A extends ReportRequestFluent<A>>public A removeFromAttributes(CompressedAttributes... items)
removeFromAttributes in interface ReportRequestFluent<A extends ReportRequestFluent<A>>public A removeAllFromAttributes(Collection<CompressedAttributes> items)
removeAllFromAttributes in interface ReportRequestFluent<A extends ReportRequestFluent<A>>@Deprecated public List<CompressedAttributes> getAttributes()
getAttributes in interface ReportRequestFluent<A extends ReportRequestFluent<A>>public List<CompressedAttributes> buildAttributes()
buildAttributes in interface ReportRequestFluent<A extends ReportRequestFluent<A>>public CompressedAttributes buildAttribute(int index)
buildAttribute in interface ReportRequestFluent<A extends ReportRequestFluent<A>>public CompressedAttributes buildFirstAttribute()
buildFirstAttribute in interface ReportRequestFluent<A extends ReportRequestFluent<A>>public CompressedAttributes buildLastAttribute()
buildLastAttribute in interface ReportRequestFluent<A extends ReportRequestFluent<A>>public CompressedAttributes buildMatchingAttribute(io.fabric8.kubernetes.api.builder.Predicate<CompressedAttributesBuilder> predicate)
buildMatchingAttribute in interface ReportRequestFluent<A extends ReportRequestFluent<A>>public A withAttributes(List<CompressedAttributes> attributes)
withAttributes in interface ReportRequestFluent<A extends ReportRequestFluent<A>>public A withAttributes(CompressedAttributes... attributes)
withAttributes in interface ReportRequestFluent<A extends ReportRequestFluent<A>>public Boolean hasAttributes()
hasAttributes in interface ReportRequestFluent<A extends ReportRequestFluent<A>>public ReportRequestFluent.AttributesNested<A> addNewAttribute()
addNewAttribute in interface ReportRequestFluent<A extends ReportRequestFluent<A>>public ReportRequestFluent.AttributesNested<A> addNewAttributeLike(CompressedAttributes item)
addNewAttributeLike in interface ReportRequestFluent<A extends ReportRequestFluent<A>>public ReportRequestFluent.AttributesNested<A> setNewAttributeLike(int index, CompressedAttributes item)
setNewAttributeLike in interface ReportRequestFluent<A extends ReportRequestFluent<A>>public ReportRequestFluent.AttributesNested<A> editAttribute(int index)
editAttribute in interface ReportRequestFluent<A extends ReportRequestFluent<A>>public ReportRequestFluent.AttributesNested<A> editFirstAttribute()
editFirstAttribute in interface ReportRequestFluent<A extends ReportRequestFluent<A>>public ReportRequestFluent.AttributesNested<A> editLastAttribute()
editLastAttribute in interface ReportRequestFluent<A extends ReportRequestFluent<A>>public ReportRequestFluent.AttributesNested<A> editMatchingAttribute(io.fabric8.kubernetes.api.builder.Predicate<CompressedAttributesBuilder> predicate)
editMatchingAttribute in interface ReportRequestFluent<A extends ReportRequestFluent<A>>public A addToDefaultWords(int index, String item)
addToDefaultWords in interface ReportRequestFluent<A extends ReportRequestFluent<A>>public A setToDefaultWords(int index, String item)
setToDefaultWords in interface ReportRequestFluent<A extends ReportRequestFluent<A>>public A addToDefaultWords(String... items)
addToDefaultWords in interface ReportRequestFluent<A extends ReportRequestFluent<A>>public A addAllToDefaultWords(Collection<String> items)
addAllToDefaultWords in interface ReportRequestFluent<A extends ReportRequestFluent<A>>public A removeFromDefaultWords(String... items)
removeFromDefaultWords in interface ReportRequestFluent<A extends ReportRequestFluent<A>>public A removeAllFromDefaultWords(Collection<String> items)
removeAllFromDefaultWords in interface ReportRequestFluent<A extends ReportRequestFluent<A>>public List<String> getDefaultWords()
getDefaultWords in interface ReportRequestFluent<A extends ReportRequestFluent<A>>public String getDefaultWord(int index)
getDefaultWord in interface ReportRequestFluent<A extends ReportRequestFluent<A>>public String getFirstDefaultWord()
getFirstDefaultWord in interface ReportRequestFluent<A extends ReportRequestFluent<A>>public String getLastDefaultWord()
getLastDefaultWord in interface ReportRequestFluent<A extends ReportRequestFluent<A>>public String getMatchingDefaultWord(io.fabric8.kubernetes.api.builder.Predicate<String> predicate)
getMatchingDefaultWord in interface ReportRequestFluent<A extends ReportRequestFluent<A>>public A withDefaultWords(List<String> defaultWords)
withDefaultWords in interface ReportRequestFluent<A extends ReportRequestFluent<A>>public A withDefaultWords(String... defaultWords)
withDefaultWords in interface ReportRequestFluent<A extends ReportRequestFluent<A>>public Boolean hasDefaultWords()
hasDefaultWords in interface ReportRequestFluent<A extends ReportRequestFluent<A>>public Integer getGlobalWordCount()
getGlobalWordCount in interface ReportRequestFluent<A extends ReportRequestFluent<A>>public A withGlobalWordCount(Integer globalWordCount)
withGlobalWordCount in interface ReportRequestFluent<A extends ReportRequestFluent<A>>public Boolean hasGlobalWordCount()
hasGlobalWordCount in interface ReportRequestFluent<A extends ReportRequestFluent<A>>public A withNewGlobalWordCount(String arg1)
withNewGlobalWordCount in interface ReportRequestFluent<A extends ReportRequestFluent<A>>public A withNewGlobalWordCount(int arg1)
withNewGlobalWordCount in interface ReportRequestFluent<A extends ReportRequestFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.