public class GetUsersResponse extends CommandResponse
Modifier and Type | Class and Description |
---|---|
static class |
GetUsersResponse.UserInfo
Information about a single user that matched the request
|
Constructor and Description |
---|
GetUsersResponse(java.lang.String text,
int statusCode,
java.lang.String contentType,
org.json.simple.JSONObject json,
GetUsersCommand sourceCommand) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContainerPath() |
java.util.List<GetUsersResponse.UserInfo> |
getUsersInfo() |
findObject, getContentType, getParsedData, getProperty, getProperty, getRequiredVersion, getSourceCommand, getStatusCode, getText
public GetUsersResponse(java.lang.String text, int statusCode, java.lang.String contentType, org.json.simple.JSONObject json, GetUsersCommand sourceCommand)
public java.util.List<GetUsersResponse.UserInfo> getUsersInfo()
public java.lang.String getContainerPath()