public class OAuthAuthorizeTokenFluentImpl<A extends OAuthAuthorizeTokenFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements OAuthAuthorizeTokenFluent<A>
OAuthAuthorizeTokenFluent.MetadataNested<N>| Constructor and Description |
|---|
OAuthAuthorizeTokenFluentImpl() |
OAuthAuthorizeTokenFluentImpl(OAuthAuthorizeToken instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic OAuthAuthorizeTokenFluentImpl()
public OAuthAuthorizeTokenFluentImpl(OAuthAuthorizeToken instance)
public String getApiVersion()
getApiVersion in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public String getClientName()
getClientName in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public A withClientName(String clientName)
withClientName in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public Boolean hasClientName()
hasClientName in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public String getCodeChallenge()
getCodeChallenge in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public A withCodeChallenge(String codeChallenge)
withCodeChallenge in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public Boolean hasCodeChallenge()
hasCodeChallenge in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public String getCodeChallengeMethod()
getCodeChallengeMethod in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public A withCodeChallengeMethod(String codeChallengeMethod)
withCodeChallengeMethod in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public Boolean hasCodeChallengeMethod()
hasCodeChallengeMethod in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public Long getExpiresIn()
getExpiresIn in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public A withExpiresIn(Long expiresIn)
withExpiresIn in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public Boolean hasExpiresIn()
hasExpiresIn in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public String getKind()
getKind in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public A withKind(String kind)
withKind in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public Boolean hasKind()
hasKind in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>@Deprecated public io.fabric8.kubernetes.api.model.ObjectMeta getMetadata()
getMetadata in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public io.fabric8.kubernetes.api.model.ObjectMeta buildMetadata()
buildMetadata in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public A withMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata)
withMetadata in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public Boolean hasMetadata()
hasMetadata in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public OAuthAuthorizeTokenFluent.MetadataNested<A> withNewMetadata()
withNewMetadata in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public OAuthAuthorizeTokenFluent.MetadataNested<A> withNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
withNewMetadataLike in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public OAuthAuthorizeTokenFluent.MetadataNested<A> editMetadata()
editMetadata in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public OAuthAuthorizeTokenFluent.MetadataNested<A> editOrNewMetadata()
editOrNewMetadata in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public OAuthAuthorizeTokenFluent.MetadataNested<A> editOrNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
editOrNewMetadataLike in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public String getRedirectURI()
getRedirectURI in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public A withRedirectURI(String redirectURI)
withRedirectURI in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public Boolean hasRedirectURI()
hasRedirectURI in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public A addToScopes(Integer index, String item)
addToScopes in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public A setToScopes(Integer index, String item)
setToScopes in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public A addToScopes(String... items)
addToScopes in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public A addAllToScopes(Collection<String> items)
addAllToScopes in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public A removeFromScopes(String... items)
removeFromScopes in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public A removeAllFromScopes(Collection<String> items)
removeAllFromScopes in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public List<String> getScopes()
getScopes in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public String getScope(Integer index)
getScope in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public String getFirstScope()
getFirstScope in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public String getLastScope()
getLastScope in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public String getMatchingScope(Predicate<String> predicate)
getMatchingScope in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public Boolean hasMatchingScope(Predicate<String> predicate)
hasMatchingScope in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public A withScopes(List<String> scopes)
withScopes in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public A withScopes(String... scopes)
withScopes in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public Boolean hasScopes()
hasScopes in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public String getState()
getState in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public A withState(String state)
withState in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public Boolean hasState()
hasState in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public String getUserName()
getUserName in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public A withUserName(String userName)
withUserName in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public Boolean hasUserName()
hasUserName in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public String getUserUID()
getUserUID in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public A withUserUID(String userUID)
withUserUID in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public Boolean hasUserUID()
hasUserUID in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface OAuthAuthorizeTokenFluent<A extends OAuthAuthorizeTokenFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends OAuthAuthorizeTokenFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends OAuthAuthorizeTokenFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.