|
gluu
|

公開メンバ関数 | |
| ListResponse () | |
| ListResponse (int sindex, int ippage, int total) | |
| void | addResource (BaseScimResource resource) |
| int | getTotalResults () |
| int | getStartIndex () |
| int | getItemsPerPage () |
| List< BaseScimResource > | getResources () |
| void | setResources (List< BaseScimResource > resources) |
| List< String > | getSchemas () |
| void | setSchemas (List< String > schemas) |
非公開メンバ関数 | |
| void | initSchemas () |
非公開変数類 | |
| List< String > | schemas |
| int | totalResults |
| int | startIndex |
| int | itemsPerPage |
| List< BaseScimResource > | resources |
This class models the contents of a search response. See section 3.4.2 RFC 7644.
|
inline |
Default no arg constructor. It creates a instance of ListResponse with the schemas properly initialized.
|
inline |
Constructs a list response with the arguments supplied, and schemas initialized properly.
| sindex | Specifies a start index |
| ippage | Specifies a number of items per page |
| total | Specifies a total number of results |
|
inline |
Adds the resource to the list of results of this ListResponse.
| resource | A SCIM resource |
|
inline |
|
inline |
Retrieves a list with all resources contained in this ListResponse.
|
inline |
|
inline |
|
inline |
|
inlineprivate |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |
1.8.13