public static final class LdapIdentitySourceSearchResultList.Builder
extends java.lang.Object
LdapIdentitySourceSearchResultList.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
LdapIdentitySourceSearchResultList. |
| Modifier and Type | Method and Description |
|---|---|
LdapIdentitySourceSearchResultList |
build() |
LdapIdentitySourceSearchResultList.Builder |
setLinks(java.util.List<ResourceLink> links)
The server will populate this field when returing the resource.
|
LdapIdentitySourceSearchResultList.Builder |
setResults(java.util.List<LdapIdentitySourceSearchResultItem> results) |
LdapIdentitySourceSearchResultList.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.
|
LdapIdentitySourceSearchResultList.Builder |
setSelf(SelfResourceLink self) |
public Builder()
LdapIdentitySourceSearchResultList.public LdapIdentitySourceSearchResultList.Builder setLinks(java.util.List<ResourceLink> links)
links - New value for the property.public LdapIdentitySourceSearchResultList.Builder setSchema(java.lang.String schema)
schema - New value for the property.public LdapIdentitySourceSearchResultList.Builder setSelf(SelfResourceLink self)
self - New value for the property.public LdapIdentitySourceSearchResultList.Builder setResults(java.util.List<LdapIdentitySourceSearchResultItem> results)
results - New value for the property.public LdapIdentitySourceSearchResultList build()