public class AddRequest extends Request
| Constructor and Description |
|---|
AddRequest(String dn) |
| Modifier and Type | Method and Description |
|---|---|
AddRequest |
addField(Field field) |
void |
close() |
String |
getDn() |
Endpoint |
getEndpoint() |
List<Field> |
getFields() |
void |
setDn(String dn) |
void |
setEndpoint(Endpoint endpoint) |
void |
setFields(List<Field> fields) |
getDirectoryType, isIgnoreSSLValidations, setDirectoryType, setIgnoreSSLValidationspublic AddRequest(String dn)
public void close()
close in interface AutoCloseableclose in class Requestpublic String getDn()
public void setDn(String dn)
public Endpoint getEndpoint()
public void setEndpoint(Endpoint endpoint)
public AddRequest addField(Field field)
Copyright © 2020. All rights reserved.