public class OAuthClientFluentImpl<T extends OAuthClientFluent<T>> extends BaseFluent<T> implements OAuthClientFluent<T>
| Modifier and Type | Class and Description |
|---|---|
class |
OAuthClientFluentImpl.MetadataNestedImpl<N> |
OAuthClientFluent.MetadataNested<N>_visitables| Constructor and Description |
|---|
OAuthClientFluentImpl() |
OAuthClientFluentImpl(OAuthClient instance) |
public OAuthClientFluentImpl()
public OAuthClientFluentImpl(OAuthClient instance)
public String getApiVersion()
getApiVersion in interface OAuthClientFluent<T extends OAuthClientFluent<T>>public T withApiVersion(String apiVersion)
withApiVersion in interface OAuthClientFluent<T extends OAuthClientFluent<T>>public String getKind()
getKind in interface OAuthClientFluent<T extends OAuthClientFluent<T>>public T withKind(String kind)
withKind in interface OAuthClientFluent<T extends OAuthClientFluent<T>>public ObjectMeta getMetadata()
getMetadata in interface OAuthClientFluent<T extends OAuthClientFluent<T>>public T withMetadata(ObjectMeta metadata)
withMetadata in interface OAuthClientFluent<T extends OAuthClientFluent<T>>public OAuthClientFluent.MetadataNested<T> withNewMetadata()
withNewMetadata in interface OAuthClientFluent<T extends OAuthClientFluent<T>>public OAuthClientFluent.MetadataNested<T> withNewMetadataLike(ObjectMeta item)
withNewMetadataLike in interface OAuthClientFluent<T extends OAuthClientFluent<T>>public OAuthClientFluent.MetadataNested<T> editMetadata()
editMetadata in interface OAuthClientFluent<T extends OAuthClientFluent<T>>public T addToRedirectURIs(String... items)
addToRedirectURIs in interface OAuthClientFluent<T extends OAuthClientFluent<T>>public T removeFromRedirectURIs(String... items)
removeFromRedirectURIs in interface OAuthClientFluent<T extends OAuthClientFluent<T>>public List<String> getRedirectURIs()
getRedirectURIs in interface OAuthClientFluent<T extends OAuthClientFluent<T>>public T withRedirectURIs(List<String> redirectURIs)
withRedirectURIs in interface OAuthClientFluent<T extends OAuthClientFluent<T>>public T withRedirectURIs(String... redirectURIs)
withRedirectURIs in interface OAuthClientFluent<T extends OAuthClientFluent<T>>public Boolean isRespondWithChallenges()
isRespondWithChallenges in interface OAuthClientFluent<T extends OAuthClientFluent<T>>public T withRespondWithChallenges(Boolean respondWithChallenges)
withRespondWithChallenges in interface OAuthClientFluent<T extends OAuthClientFluent<T>>public String getSecret()
getSecret in interface OAuthClientFluent<T extends OAuthClientFluent<T>>public T withSecret(String secret)
withSecret in interface OAuthClientFluent<T extends OAuthClientFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface OAuthClientFluent<T extends OAuthClientFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface OAuthClientFluent<T extends OAuthClientFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface OAuthClientFluent<T extends OAuthClientFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface OAuthClientFluent<T extends OAuthClientFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface OAuthClientFluent<T extends OAuthClientFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface OAuthClientFluent<T extends OAuthClientFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.