public class RequestTokenInput extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RequestTokenInput.Builder
Class to build instances of
RequestTokenInput. |
| Constructor and Description |
|---|
RequestTokenInput()
Default constructor.
|
RequestTokenInput(String grantType,
String authorization,
String scope)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorization()
Getter for Authorization.
|
String |
getGrantType()
Getter for GrantType.
|
String |
getScope()
Getter for Scope.
|
void |
setAuthorization(String authorization)
Setter for Authorization.
|
void |
setScope(String scope)
Setter for Scope.
|
RequestTokenInput.Builder |
toBuilder()
Builds a new
RequestTokenInput.Builder object. |
String |
toString()
Converts this RequestTokenInput into string format.
|
public String getGrantType()
public String getAuthorization()
public void setAuthorization(String authorization)
authorization - Value for Stringpublic String getScope()
public void setScope(String scope)
scope - Value for Stringpublic String toString()
public RequestTokenInput.Builder toBuilder()
RequestTokenInput.Builder object.
Creates the instance with the state of the current model.RequestTokenInput.Builder objectCopyright © 2025. All rights reserved.