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