Package org.labkey.remoteapi.security
Class GetUsersResponse
java.lang.Object
org.labkey.remoteapi.CommandResponse
org.labkey.remoteapi.security.GetUsersResponse
The result of a GetUsersCommand request.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Information about a single user that matched the request -
Constructor Summary
ConstructorsConstructorDescriptionGetUsersResponse
(String text, int statusCode, String contentType, org.json.JSONObject json) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.labkey.remoteapi.CommandResponse
findObject, getContentType, getParsedData, getProperty, getProperty, getStatusCode, getText
-
Constructor Details
-
GetUsersResponse
-
-
Method Details
-
getUsersInfo
- Returns:
- the users that matched the request
-
getContainerPath
- Returns:
- the path of the requested container
-