@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class OAuthClientRegistrationRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CLIENT_NAME |
static String |
JSON_PROPERTY_CLIENT_URI |
static String |
JSON_PROPERTY_GRANT_TYPES |
static String |
JSON_PROPERTY_JWKS_URI |
static String |
JSON_PROPERTY_LOGO_URI |
static String |
JSON_PROPERTY_POLICY_URI |
static String |
JSON_PROPERTY_REDIRECT_URIS |
static String |
JSON_PROPERTY_RESPONSE_TYPES |
static String |
JSON_PROPERTY_SCOPE |
static String |
JSON_PROPERTY_TOKEN_ENDPOINT_AUTH_METHOD |
static String |
JSON_PROPERTY_TOS_URI |
boolean |
unparsed |
| Constructor and Description |
|---|
OAuthClientRegistrationRequest() |
OAuthClientRegistrationRequest(String clientName,
List<String> redirectUris) |
public boolean unparsed
public static final String JSON_PROPERTY_CLIENT_NAME
public static final String JSON_PROPERTY_CLIENT_URI
public static final String JSON_PROPERTY_GRANT_TYPES
public static final String JSON_PROPERTY_JWKS_URI
public static final String JSON_PROPERTY_LOGO_URI
public static final String JSON_PROPERTY_POLICY_URI
public static final String JSON_PROPERTY_REDIRECT_URIS
public static final String JSON_PROPERTY_RESPONSE_TYPES
public static final String JSON_PROPERTY_SCOPE
public static final String JSON_PROPERTY_TOKEN_ENDPOINT_AUTH_METHOD
public static final String JSON_PROPERTY_TOS_URI
public OAuthClientRegistrationRequest clientName(String clientName)
public String getClientName()
public void setClientName(String clientName)
public OAuthClientRegistrationRequest clientUri(String clientUri)
@Nullable public String getClientUri()
public void setClientUri(String clientUri)
public OAuthClientRegistrationRequest grantTypes(List<OAuthClientRegistrationGrantType> grantTypes)
public OAuthClientRegistrationRequest addGrantTypesItem(OAuthClientRegistrationGrantType grantTypesItem)
@Nullable public List<OAuthClientRegistrationGrantType> getGrantTypes()
authorization_code and
refresh_token when omitted.public void setGrantTypes(List<OAuthClientRegistrationGrantType> grantTypes)
public OAuthClientRegistrationRequest jwksUri(String jwksUri)
@Nullable public String getJwksUri()
public void setJwksUri(String jwksUri)
public OAuthClientRegistrationRequest logoUri(String logoUri)
@Nullable public String getLogoUri()
public void setLogoUri(String logoUri)
public OAuthClientRegistrationRequest policyUri(String policyUri)
@Nullable public String getPolicyUri()
public void setPolicyUri(String policyUri)
public OAuthClientRegistrationRequest redirectUris(List<String> redirectUris)
public OAuthClientRegistrationRequest addRedirectUrisItem(String redirectUrisItem)
public List<String> getRedirectUris()
public OAuthClientRegistrationRequest responseTypes(List<OAuthClientRegistrationResponseType> responseTypes)
public OAuthClientRegistrationRequest addResponseTypesItem(OAuthClientRegistrationResponseType responseTypesItem)
@Nullable public List<OAuthClientRegistrationResponseType> getResponseTypes()
code is supported.public void setResponseTypes(List<OAuthClientRegistrationResponseType> responseTypes)
public OAuthClientRegistrationRequest scope(String scope)
@Nullable public String getScope()
public void setScope(String scope)
public OAuthClientRegistrationRequest tokenEndpointAuthMethod(String tokenEndpointAuthMethod)
@Nullable public String getTokenEndpointAuthMethod()
none is supported.public void setTokenEndpointAuthMethod(String tokenEndpointAuthMethod)
public OAuthClientRegistrationRequest tosUri(String tosUri)
@Nullable public String getTosUri()
public void setTosUri(String tosUri)
public OAuthClientRegistrationRequest 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.