public final class GetOpenIDConfigResponse extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Kubernetes Engine API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GetOpenIDConfigResponse() |
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic GetOpenIDConfigResponse setClaimsSupported(List<String> claimsSupported)
claimsSupported - claimsSupported or null for nonepublic GetOpenIDConfigResponse setGrantTypes(List<String> grantTypes)
grantTypes - grantTypes or null for nonepublic List<String> getIdTokenSigningAlgValuesSupported()
null for nonepublic GetOpenIDConfigResponse setIdTokenSigningAlgValuesSupported(List<String> idTokenSigningAlgValuesSupported)
idTokenSigningAlgValuesSupported - idTokenSigningAlgValuesSupported or null for nonepublic String getIssuer()
null for nonepublic GetOpenIDConfigResponse setIssuer(String issuer)
issuer - issuer or null for nonepublic String getJwksUri()
null for nonepublic GetOpenIDConfigResponse setJwksUri(String jwksUri)
jwksUri - jwksUri or null for nonepublic List<String> getResponseTypesSupported()
null for nonepublic GetOpenIDConfigResponse setResponseTypesSupported(List<String> responseTypesSupported)
responseTypesSupported - responseTypesSupported or null for nonepublic List<String> getSubjectTypesSupported()
null for nonepublic GetOpenIDConfigResponse setSubjectTypesSupported(List<String> subjectTypesSupported)
subjectTypesSupported - subjectTypesSupported or null for nonepublic GetOpenIDConfigResponse set(String fieldName, Object value)
set in class GenericJsonpublic GetOpenIDConfigResponse clone()
clone in class GenericJson