public class ProfileListFluentImpl<A extends ProfileListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ProfileListFluent<A>
ProfileListFluent.ItemsNested<N>| Constructor and Description |
|---|
ProfileListFluentImpl() |
ProfileListFluentImpl(ProfileList instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ProfileListFluentImpl()
public ProfileListFluentImpl(ProfileList instance)
public String getApiVersion()
getApiVersion in interface ProfileListFluent<A extends ProfileListFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface ProfileListFluent<A extends ProfileListFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface ProfileListFluent<A extends ProfileListFluent<A>>public A addToItems(Integer index, Profile item)
addToItems in interface ProfileListFluent<A extends ProfileListFluent<A>>public A setToItems(Integer index, Profile item)
setToItems in interface ProfileListFluent<A extends ProfileListFluent<A>>public A addToItems(Profile... items)
addToItems in interface ProfileListFluent<A extends ProfileListFluent<A>>public A addAllToItems(Collection<Profile> items)
addAllToItems in interface ProfileListFluent<A extends ProfileListFluent<A>>public A removeFromItems(Profile... items)
removeFromItems in interface ProfileListFluent<A extends ProfileListFluent<A>>public A removeAllFromItems(Collection<Profile> items)
removeAllFromItems in interface ProfileListFluent<A extends ProfileListFluent<A>>public A removeMatchingFromItems(Predicate<ProfileBuilder> predicate)
removeMatchingFromItems in interface ProfileListFluent<A extends ProfileListFluent<A>>@Deprecated public List<Profile> getItems()
getItems in interface ProfileListFluent<A extends ProfileListFluent<A>>public List<Profile> buildItems()
buildItems in interface ProfileListFluent<A extends ProfileListFluent<A>>public Profile buildItem(Integer index)
buildItem in interface ProfileListFluent<A extends ProfileListFluent<A>>public Profile buildFirstItem()
buildFirstItem in interface ProfileListFluent<A extends ProfileListFluent<A>>public Profile buildLastItem()
buildLastItem in interface ProfileListFluent<A extends ProfileListFluent<A>>public Profile buildMatchingItem(Predicate<ProfileBuilder> predicate)
buildMatchingItem in interface ProfileListFluent<A extends ProfileListFluent<A>>public Boolean hasMatchingItem(Predicate<ProfileBuilder> predicate)
hasMatchingItem in interface ProfileListFluent<A extends ProfileListFluent<A>>public A withItems(List<Profile> items)
withItems in interface ProfileListFluent<A extends ProfileListFluent<A>>public A withItems(Profile... items)
withItems in interface ProfileListFluent<A extends ProfileListFluent<A>>public Boolean hasItems()
hasItems in interface ProfileListFluent<A extends ProfileListFluent<A>>public ProfileListFluent.ItemsNested<A> addNewItem()
addNewItem in interface ProfileListFluent<A extends ProfileListFluent<A>>public ProfileListFluent.ItemsNested<A> addNewItemLike(Profile item)
addNewItemLike in interface ProfileListFluent<A extends ProfileListFluent<A>>public ProfileListFluent.ItemsNested<A> setNewItemLike(Integer index, Profile item)
setNewItemLike in interface ProfileListFluent<A extends ProfileListFluent<A>>public ProfileListFluent.ItemsNested<A> editItem(Integer index)
editItem in interface ProfileListFluent<A extends ProfileListFluent<A>>public ProfileListFluent.ItemsNested<A> editFirstItem()
editFirstItem in interface ProfileListFluent<A extends ProfileListFluent<A>>public ProfileListFluent.ItemsNested<A> editLastItem()
editLastItem in interface ProfileListFluent<A extends ProfileListFluent<A>>public ProfileListFluent.ItemsNested<A> editMatchingItem(Predicate<ProfileBuilder> predicate)
editMatchingItem in interface ProfileListFluent<A extends ProfileListFluent<A>>public String getKind()
getKind in interface ProfileListFluent<A extends ProfileListFluent<A>>public A withKind(String kind)
withKind in interface ProfileListFluent<A extends ProfileListFluent<A>>public Boolean hasKind()
hasKind in interface ProfileListFluent<A extends ProfileListFluent<A>>public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
getMetadata in interface ProfileListFluent<A extends ProfileListFluent<A>>public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
withMetadata in interface ProfileListFluent<A extends ProfileListFluent<A>>public Boolean hasMetadata()
hasMetadata in interface ProfileListFluent<A extends ProfileListFluent<A>>public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
withNewMetadata in interface ProfileListFluent<A extends ProfileListFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ProfileListFluent<A extends ProfileListFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ProfileListFluent<A extends ProfileListFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ProfileListFluent<A extends ProfileListFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ProfileListFluent<A extends ProfileListFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ProfileListFluent<A extends ProfileListFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ProfileListFluent<A extends ProfileListFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ProfileListFluent<A extends ProfileListFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ProfileListFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ProfileListFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.