public class V1TokenReviewSpecFluentImpl<A extends V1TokenReviewSpecFluent<A>> extends BaseFluent<A> implements V1TokenReviewSpecFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
V1TokenReviewSpecFluentImpl() |
V1TokenReviewSpecFluentImpl(io.kubernetes.client.openapi.models.V1TokenReviewSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToAudiences(Collection<String> items) |
A |
addToAudiences(Integer index,
String item) |
A |
addToAudiences(String... items) |
boolean |
equals(Object o) |
String |
getAudience(Integer index) |
List<String> |
getAudiences() |
String |
getFirstAudience() |
String |
getLastAudience() |
String |
getMatchingAudience(Predicate<String> predicate) |
String |
getToken() |
Boolean |
hasAudiences() |
int |
hashCode() |
Boolean |
hasMatchingAudience(Predicate<String> predicate) |
Boolean |
hasToken() |
A |
removeAllFromAudiences(Collection<String> items) |
A |
removeFromAudiences(String... items) |
A |
setToAudiences(Integer index,
String item) |
String |
toString() |
A |
withAudiences(List<String> audiences) |
A |
withAudiences(String... audiences) |
A |
withToken(String token) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic V1TokenReviewSpecFluentImpl()
public V1TokenReviewSpecFluentImpl(io.kubernetes.client.openapi.models.V1TokenReviewSpec instance)
public A addToAudiences(Integer index, String item)
addToAudiences in interface V1TokenReviewSpecFluent<A extends V1TokenReviewSpecFluent<A>>public A setToAudiences(Integer index, String item)
setToAudiences in interface V1TokenReviewSpecFluent<A extends V1TokenReviewSpecFluent<A>>public A addToAudiences(String... items)
addToAudiences in interface V1TokenReviewSpecFluent<A extends V1TokenReviewSpecFluent<A>>public A addAllToAudiences(Collection<String> items)
addAllToAudiences in interface V1TokenReviewSpecFluent<A extends V1TokenReviewSpecFluent<A>>public A removeFromAudiences(String... items)
removeFromAudiences in interface V1TokenReviewSpecFluent<A extends V1TokenReviewSpecFluent<A>>public A removeAllFromAudiences(Collection<String> items)
removeAllFromAudiences in interface V1TokenReviewSpecFluent<A extends V1TokenReviewSpecFluent<A>>public List<String> getAudiences()
getAudiences in interface V1TokenReviewSpecFluent<A extends V1TokenReviewSpecFluent<A>>public String getAudience(Integer index)
getAudience in interface V1TokenReviewSpecFluent<A extends V1TokenReviewSpecFluent<A>>public String getFirstAudience()
getFirstAudience in interface V1TokenReviewSpecFluent<A extends V1TokenReviewSpecFluent<A>>public String getLastAudience()
getLastAudience in interface V1TokenReviewSpecFluent<A extends V1TokenReviewSpecFluent<A>>public String getMatchingAudience(Predicate<String> predicate)
getMatchingAudience in interface V1TokenReviewSpecFluent<A extends V1TokenReviewSpecFluent<A>>public Boolean hasMatchingAudience(Predicate<String> predicate)
hasMatchingAudience in interface V1TokenReviewSpecFluent<A extends V1TokenReviewSpecFluent<A>>public A withAudiences(List<String> audiences)
withAudiences in interface V1TokenReviewSpecFluent<A extends V1TokenReviewSpecFluent<A>>public A withAudiences(String... audiences)
withAudiences in interface V1TokenReviewSpecFluent<A extends V1TokenReviewSpecFluent<A>>public Boolean hasAudiences()
hasAudiences in interface V1TokenReviewSpecFluent<A extends V1TokenReviewSpecFluent<A>>public String getToken()
getToken in interface V1TokenReviewSpecFluent<A extends V1TokenReviewSpecFluent<A>>public A withToken(String token)
withToken in interface V1TokenReviewSpecFluent<A extends V1TokenReviewSpecFluent<A>>public Boolean hasToken()
hasToken in interface V1TokenReviewSpecFluent<A extends V1TokenReviewSpecFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends V1TokenReviewSpecFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends V1TokenReviewSpecFluent<A>>Copyright © 2022. All rights reserved.