public class VaultTokenRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
VaultTokenRequest.Builder
Class to build instances of
VaultTokenRequest. |
| Constructor and Description |
|---|
VaultTokenRequest()
Default constructor.
|
VaultTokenRequest(String id,
VaultTokenRequestType type)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Getter for Id.
|
VaultTokenRequestType |
getType()
Getter for Type.
|
void |
setId(String id)
Setter for Id.
|
void |
setType(VaultTokenRequestType type)
Setter for Type.
|
VaultTokenRequest.Builder |
toBuilder()
Builds a new
VaultTokenRequest.Builder object. |
String |
toString()
Converts this VaultTokenRequest into string format.
|
public VaultTokenRequest()
public VaultTokenRequest(String id, VaultTokenRequestType type)
id - String value for id.type - VaultTokenRequestType value for type.public String getId()
public void setId(String id)
id - Value for Stringpublic VaultTokenRequestType getType()
public void setType(VaultTokenRequestType type)
type - Value for VaultTokenRequestTypepublic String toString()
public VaultTokenRequest.Builder toBuilder()
VaultTokenRequest.Builder object.
Creates the instance with the state of the current model.VaultTokenRequest.Builder objectCopyright © 2025. All rights reserved.