public interface DeveloperConsoleCatalogCategoryMetaFluent<A extends DeveloperConsoleCatalogCategoryMetaFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToTags(Collection<String> items) |
A |
addNewTag(String arg0) |
A |
addToTags(Integer index,
String item) |
A |
addToTags(String... items) |
String |
getFirstTag() |
String |
getId() |
String |
getLabel() |
String |
getLastTag() |
String |
getMatchingTag(Predicate<String> predicate) |
String |
getTag(Integer index) |
List<String> |
getTags() |
Boolean |
hasId() |
Boolean |
hasLabel() |
Boolean |
hasMatchingTag(Predicate<String> predicate) |
Boolean |
hasTags() |
A |
removeAllFromTags(Collection<String> items) |
A |
removeFromTags(String... items) |
A |
setToTags(Integer index,
String item) |
A |
withId(String id) |
A |
withLabel(String label) |
A |
withNewId(String arg0)
Deprecated.
|
A |
withNewLabel(String arg0)
Deprecated.
|
A |
withTags(List<String> tags) |
A |
withTags(String... tags) |
String getId()
Boolean hasId()
@Deprecated A withNewId(String arg0)
String getLabel()
Boolean hasLabel()
@Deprecated A withNewLabel(String arg0)
A addAllToTags(Collection<String> items)
A removeAllFromTags(Collection<String> items)
String getFirstTag()
String getLastTag()
Boolean hasTags()
Copyright © 2015–2020 Red Hat. All rights reserved.