public class RegistrationRequestDTO extends Object
| Constructor and Description |
|---|
RegistrationRequestDTO() |
| Modifier and Type | Method and Description |
|---|---|
RegistrationRequestDTO |
addGrantTypesItem(String grantTypesItem) |
RegistrationRequestDTO |
addRedirectUrisItem(String redirectUrisItem) |
RegistrationRequestDTO |
clientName(String clientName) |
boolean |
equals(Object o) |
String |
getClientName()
Get clientName
|
List<String> |
getGrantTypes()
Get grantTypes
|
List<String> |
getRedirectUris()
Get redirectUris
|
RegistrationRequestDTO |
grantTypes(List<String> grantTypes) |
int |
hashCode() |
RegistrationRequestDTO |
redirectUris(List<String> redirectUris) |
void |
setClientName(String clientName) |
void |
setGrantTypes(List<String> grantTypes) |
void |
setRedirectUris(List<String> redirectUris) |
String |
toString() |
public RegistrationRequestDTO redirectUris(List<String> redirectUris)
public RegistrationRequestDTO addRedirectUrisItem(String redirectUrisItem)
public RegistrationRequestDTO clientName(String clientName)
public String getClientName()
public void setClientName(String clientName)
public RegistrationRequestDTO grantTypes(List<String> grantTypes)
public RegistrationRequestDTO addGrantTypesItem(String grantTypesItem)
Copyright © 2017 WSO2. All rights reserved.