public static class AuthenticationRequest.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AuthenticationRequest |
build() |
AuthenticationRequest.Builder |
copy(AuthenticationRequest model) |
AuthenticationRequest.Builder |
password(String password)
The password
|
AuthenticationRequest.Builder |
tenantName(String tenantName)
The name of the tenancy
|
AuthenticationRequest.Builder |
userName(String userName)
The user name
|
public AuthenticationRequest.Builder userName(String userName)
The user name
userName
- the value to setpublic AuthenticationRequest.Builder password(String password)
The password
password
- the value to setpublic AuthenticationRequest.Builder tenantName(String tenantName)
The name of the tenancy
tenantName
- the value to setpublic AuthenticationRequest build()
public AuthenticationRequest.Builder copy(AuthenticationRequest model)
Copyright © 2016–2024. All rights reserved.