public class UserInfoFluentImpl<A extends UserInfoFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements UserInfoFluent<A>
| Constructor and Description |
|---|
UserInfoFluentImpl() |
UserInfoFluentImpl(UserInfo instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic UserInfoFluentImpl()
public UserInfoFluentImpl(UserInfo instance)
public A addToExtra(String key, ArrayList<String> value)
addToExtra in interface UserInfoFluent<A extends UserInfoFluent<A>>public A addToExtra(Map<String,ArrayList<String>> map)
addToExtra in interface UserInfoFluent<A extends UserInfoFluent<A>>public A removeFromExtra(String key)
removeFromExtra in interface UserInfoFluent<A extends UserInfoFluent<A>>public A removeFromExtra(Map<String,ArrayList<String>> map)
removeFromExtra in interface UserInfoFluent<A extends UserInfoFluent<A>>public Map<String,ArrayList<String>> getExtra()
getExtra in interface UserInfoFluent<A extends UserInfoFluent<A>>public <K,V> A withExtra(Map<String,ArrayList<String>> extra)
withExtra in interface UserInfoFluent<A extends UserInfoFluent<A>>public Boolean hasExtra()
hasExtra in interface UserInfoFluent<A extends UserInfoFluent<A>>public A addToGroups(Integer index, String item)
addToGroups in interface UserInfoFluent<A extends UserInfoFluent<A>>public A setToGroups(Integer index, String item)
setToGroups in interface UserInfoFluent<A extends UserInfoFluent<A>>public A addToGroups(String... items)
addToGroups in interface UserInfoFluent<A extends UserInfoFluent<A>>public A addAllToGroups(Collection<String> items)
addAllToGroups in interface UserInfoFluent<A extends UserInfoFluent<A>>public A removeFromGroups(String... items)
removeFromGroups in interface UserInfoFluent<A extends UserInfoFluent<A>>public A removeAllFromGroups(Collection<String> items)
removeAllFromGroups in interface UserInfoFluent<A extends UserInfoFluent<A>>public List<String> getGroups()
getGroups in interface UserInfoFluent<A extends UserInfoFluent<A>>public String getGroup(Integer index)
getGroup in interface UserInfoFluent<A extends UserInfoFluent<A>>public String getFirstGroup()
getFirstGroup in interface UserInfoFluent<A extends UserInfoFluent<A>>public String getLastGroup()
getLastGroup in interface UserInfoFluent<A extends UserInfoFluent<A>>public String getMatchingGroup(Predicate<String> predicate)
getMatchingGroup in interface UserInfoFluent<A extends UserInfoFluent<A>>public Boolean hasMatchingGroup(Predicate<String> predicate)
hasMatchingGroup in interface UserInfoFluent<A extends UserInfoFluent<A>>public A withGroups(List<String> groups)
withGroups in interface UserInfoFluent<A extends UserInfoFluent<A>>public A withGroups(String... groups)
withGroups in interface UserInfoFluent<A extends UserInfoFluent<A>>public Boolean hasGroups()
hasGroups in interface UserInfoFluent<A extends UserInfoFluent<A>>public String getUid()
getUid in interface UserInfoFluent<A extends UserInfoFluent<A>>public A withUid(String uid)
withUid in interface UserInfoFluent<A extends UserInfoFluent<A>>public Boolean hasUid()
hasUid in interface UserInfoFluent<A extends UserInfoFluent<A>>public String getUsername()
getUsername in interface UserInfoFluent<A extends UserInfoFluent<A>>public A withUsername(String username)
withUsername in interface UserInfoFluent<A extends UserInfoFluent<A>>public Boolean hasUsername()
hasUsername in interface UserInfoFluent<A extends UserInfoFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface UserInfoFluent<A extends UserInfoFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface UserInfoFluent<A extends UserInfoFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface UserInfoFluent<A extends UserInfoFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface UserInfoFluent<A extends UserInfoFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface UserInfoFluent<A extends UserInfoFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface UserInfoFluent<A extends UserInfoFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface UserInfoFluent<A extends UserInfoFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends UserInfoFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends UserInfoFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.