public interface ReportRequestFluent<A extends ReportRequestFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ReportRequestFluent.AttributesNested<N> |
A addToAttributes(int index, CompressedAttributes item)
A setToAttributes(int index, CompressedAttributes item)
A addToAttributes(CompressedAttributes... items)
A addAllToAttributes(Collection<CompressedAttributes> items)
A removeFromAttributes(CompressedAttributes... items)
A removeAllFromAttributes(Collection<CompressedAttributes> items)
@Deprecated List<CompressedAttributes> getAttributes()
List<CompressedAttributes> buildAttributes()
CompressedAttributes buildAttribute(int index)
CompressedAttributes buildFirstAttribute()
CompressedAttributes buildLastAttribute()
CompressedAttributes buildMatchingAttribute(io.fabric8.kubernetes.api.builder.Predicate<CompressedAttributesBuilder> predicate)
A withAttributes(List<CompressedAttributes> attributes)
A withAttributes(CompressedAttributes... attributes)
Boolean hasAttributes()
ReportRequestFluent.AttributesNested<A> addNewAttribute()
ReportRequestFluent.AttributesNested<A> addNewAttributeLike(CompressedAttributes item)
ReportRequestFluent.AttributesNested<A> setNewAttributeLike(int index, CompressedAttributes item)
ReportRequestFluent.AttributesNested<A> editAttribute(int index)
ReportRequestFluent.AttributesNested<A> editFirstAttribute()
ReportRequestFluent.AttributesNested<A> editLastAttribute()
ReportRequestFluent.AttributesNested<A> editMatchingAttribute(io.fabric8.kubernetes.api.builder.Predicate<CompressedAttributesBuilder> predicate)
A addAllToDefaultWords(Collection<String> items)
A removeAllFromDefaultWords(Collection<String> items)
String getDefaultWord(int index)
String getFirstDefaultWord()
String getLastDefaultWord()
String getMatchingDefaultWord(io.fabric8.kubernetes.api.builder.Predicate<String> predicate)
Boolean hasDefaultWords()
Integer getGlobalWordCount()
Boolean hasGlobalWordCount()
A withNewGlobalWordCount(int arg1)
Copyright © 2017–2018 Red Hat. All rights reserved.