@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class OAuthClientRegistrationResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CLIENT_ID |
static String |
JSON_PROPERTY_CLIENT_NAME |
static String |
JSON_PROPERTY_GRANT_TYPES |
static String |
JSON_PROPERTY_REDIRECT_URIS |
static String |
JSON_PROPERTY_RESPONSE_TYPES |
static String |
JSON_PROPERTY_TOKEN_ENDPOINT_AUTH_METHOD |
boolean |
unparsed |
| Constructor and Description |
|---|
OAuthClientRegistrationResponse() |
OAuthClientRegistrationResponse(UUID clientId,
String clientName,
List<OAuthClientRegistrationGrantType> grantTypes,
List<String> redirectUris,
List<OAuthClientRegistrationResponseType> responseTypes,
String tokenEndpointAuthMethod) |
public boolean unparsed
public static final String JSON_PROPERTY_CLIENT_ID
public static final String JSON_PROPERTY_CLIENT_NAME
public static final String JSON_PROPERTY_GRANT_TYPES
public static final String JSON_PROPERTY_REDIRECT_URIS
public static final String JSON_PROPERTY_RESPONSE_TYPES
public static final String JSON_PROPERTY_TOKEN_ENDPOINT_AUTH_METHOD
public OAuthClientRegistrationResponse()
public OAuthClientRegistrationResponse(UUID clientId, String clientName, List<OAuthClientRegistrationGrantType> grantTypes, List<String> redirectUris, List<OAuthClientRegistrationResponseType> responseTypes, String tokenEndpointAuthMethod)
public OAuthClientRegistrationResponse clientId(UUID clientId)
public UUID getClientId()
public void setClientId(UUID clientId)
public OAuthClientRegistrationResponse clientName(String clientName)
public String getClientName()
public void setClientName(String clientName)
public OAuthClientRegistrationResponse grantTypes(List<OAuthClientRegistrationGrantType> grantTypes)
public OAuthClientRegistrationResponse addGrantTypesItem(OAuthClientRegistrationGrantType grantTypesItem)
public List<OAuthClientRegistrationGrantType> getGrantTypes()
public void setGrantTypes(List<OAuthClientRegistrationGrantType> grantTypes)
public OAuthClientRegistrationResponse redirectUris(List<String> redirectUris)
public OAuthClientRegistrationResponse addRedirectUrisItem(String redirectUrisItem)
public List<String> getRedirectUris()
public OAuthClientRegistrationResponse responseTypes(List<OAuthClientRegistrationResponseType> responseTypes)
public OAuthClientRegistrationResponse addResponseTypesItem(OAuthClientRegistrationResponseType responseTypesItem)
public List<OAuthClientRegistrationResponseType> getResponseTypes()
public void setResponseTypes(List<OAuthClientRegistrationResponseType> responseTypes)
public OAuthClientRegistrationResponse tokenEndpointAuthMethod(String tokenEndpointAuthMethod)
public String getTokenEndpointAuthMethod()
none.public void setTokenEndpointAuthMethod(String tokenEndpointAuthMethod)
public OAuthClientRegistrationResponse putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.