public static class UserLDAPIntegration.UserLDAPIntegrationGetDirectoryEntryResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected LDAPEntryField[] |
data |
protected String |
entryName |
protected User |
user |
request, responseContent, xPath
Constructor and Description |
---|
UserLDAPIntegrationGetDirectoryEntryResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
LDAPEntryField[] |
getData() |
String |
getEntryName() |
User |
getUser() |
int |
hashCode() |
void |
setData(LDAPEntryField... data) |
void |
setEntryName(String entryName) |
void |
setUser(User user) |
protected void |
transform()
Transforms the Response from XML Content to a populated POJO
|
getBoolean, getDate, getDateTime, getDetailText, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNumber, getRequest, getResponse, getResponseContent, getString, getStringArray, getSummaryText, getTime, isCommandType, isErrorResponse
protected LDAPEntryField[] data
protected transient User user
protected String entryName
public UserLDAPIntegrationGetDirectoryEntryResponse()
public void setData(LDAPEntryField... data)
public LDAPEntryField[] getData()
public void setUser(User user)
public User getUser()
public void setEntryName(String entryName)
public String getEntryName()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.