Package com.vmware.nsx_policy.model
Class LdapIdentitySourceProbeResults.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.LdapIdentitySourceProbeResults.Builder
-
- Enclosing class:
- LdapIdentitySourceProbeResults
public static final class LdapIdentitySourceProbeResults.Builder extends java.lang.Object
Builder class forLdapIdentitySourceProbeResults
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofLdapIdentitySourceProbeResults
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofLdapIdentitySourceProbeResults
.
-
-
Method Detail
-
setLinks
public LdapIdentitySourceProbeResults.Builder setLinks(java.util.List<ResourceLink> links)
The server will populate this field when returing the resource. Ignored on PUT and POST. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
links
- New value for the property.
-
setSchema
public 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.- Parameters:
schema
- New value for the property.
-
setSelf
public LdapIdentitySourceProbeResults.Builder setSelf(SelfResourceLink self)
- Parameters:
self
- New value for the property.
-
setResults
public LdapIdentitySourceProbeResults.Builder setResults(java.util.List<IdentitySourceLdapServerProbeResult> results)
Probe results for all probed LDAP servers.- Parameters:
results
- New value for the property.
-
build
public LdapIdentitySourceProbeResults build()
-
-