public static final class LdapIdentitySourceProbeResults.Builder
extends java.lang.Object
LdapIdentitySourceProbeResults.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
LdapIdentitySourceProbeResults. |
| Modifier and Type | Method and Description |
|---|---|
LdapIdentitySourceProbeResults |
build() |
LdapIdentitySourceProbeResults.Builder |
setLinks(java.util.List<ResourceLink> links)
The server will populate this field when returing the resource.
|
LdapIdentitySourceProbeResults.Builder |
setResults(java.util.List<IdentitySourceLdapServerProbeResult> results)
Probe results for all probed LDAP servers.
|
LdapIdentitySourceProbeResults.Builder |
setSchema(java.lang.String schema)
Schema for this resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
LdapIdentitySourceProbeResults.Builder |
setSelf(SelfResourceLink self) |
public Builder()
LdapIdentitySourceProbeResults.public LdapIdentitySourceProbeResults.Builder setLinks(java.util.List<ResourceLink> links)
links - New value for the property.public LdapIdentitySourceProbeResults.Builder setSchema(java.lang.String schema)
schema - New value for the property.public LdapIdentitySourceProbeResults.Builder setSelf(SelfResourceLink self)
self - New value for the property.public LdapIdentitySourceProbeResults.Builder setResults(java.util.List<IdentitySourceLdapServerProbeResult> results)
results - New value for the property.public LdapIdentitySourceProbeResults build()