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