Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Client |
build() |
Client.Builder |
copy(Client model) |
Client.Builder |
name(String name)
The name of the client.
|
Client.Builder |
token(String token)
The token for the client.
|
public Client.Builder name(String name)
The name of the client. Must be unique within a subscriber.
name
- the value to setpublic Client.Builder token(String token)
The token for the client. Must be unique within a tenancy.
token
- the value to setpublic Client build()
public Client.Builder copy(Client model)
Copyright © 2016–2024. All rights reserved.