public static class ProxiedForUserSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ProxiedForUserSummary.Builder |
authentication(ProxiedForUserSummary.Authentication authentication)
Indicates whether the proxy is required to supply the client credentials (YES) or not
(NO).
|
ProxiedForUserSummary |
build() |
ProxiedForUserSummary.Builder |
copy(ProxiedForUserSummary model) |
ProxiedForUserSummary.Builder |
flags(ProxiedForUserSummary.Flags flags)
The flags associated with the proxy/client pair.
|
ProxiedForUserSummary.Builder |
name(String name)
The name of a proxy user or the name of the client user.
|
public ProxiedForUserSummary.Builder name(String name)
The name of a proxy user or the name of the client user.
name
- the value to setpublic ProxiedForUserSummary.Builder authentication(ProxiedForUserSummary.Authentication authentication)
Indicates whether the proxy is required to supply the client credentials (YES) or not (NO).
authentication
- the value to setpublic ProxiedForUserSummary.Builder flags(ProxiedForUserSummary.Flags flags)
The flags associated with the proxy/client pair.
flags
- the value to setpublic ProxiedForUserSummary build()
public ProxiedForUserSummary.Builder copy(ProxiedForUserSummary model)
Copyright © 2016–2024. All rights reserved.