@Generated(value="org.jsonschema2pojo") public class Oauth2GrantType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static Object |
NOT_FOUND_VALUE |
| Constructor and Description |
|---|
Oauth2GrantType() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
declaredProperty(String name,
Object value) |
protected Object |
declaredPropertyOrNotFound(String name,
Object notFoundValue) |
<T> T |
get(String name) |
Map<String,Object> |
getAdditionalProperties() |
AuthorizationCode |
getAuthorizationCode() |
Implicit |
getImplicit() |
void |
set(String name,
Object value) |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAuthorizationCode(AuthorizationCode authorizationCode) |
void |
setImplicit(Implicit implicit) |
protected static final Object NOT_FOUND_VALUE
public Implicit getImplicit()
public void setImplicit(Implicit implicit)
implicit - The implicitpublic AuthorizationCode getAuthorizationCode()
public void setAuthorizationCode(AuthorizationCode authorizationCode)
authorizationCode - The authorization_codeprotected Object declaredPropertyOrNotFound(String name, Object notFoundValue)
public <T> T get(String name)
Copyright © 2011–2015 Red Hat. All rights reserved.