public class CreateConnectionRequest extends Object
Constructor and Description |
---|
CreateConnectionRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getGrantType()
Returns the grant type.
|
String |
getPassword()
Returns the password.
|
String |
getUsername()
Returns the username.
|
void |
setGrantType(String grantType)
Sets the grant type
|
void |
setPassword(String password)
Sets the password.
|
void |
setUsername(String username)
Sets the username.
|
public String getGrantType()
public void setGrantType(String grantType)
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
Copyright © 2024. All rights reserved.