| static MyRequestableGroups.Builder | MyRequestableGroups. builder() | Create a new builder. | 
| MyRequestableGroups.Builder | MyRequestableGroups.Builder. copy(MyRequestableGroups model) |  | 
| MyRequestableGroups.Builder | MyRequestableGroups.Builder. itemsPerPage(Integer itemsPerPage) | The number of resources returned in a list response page. | 
| MyRequestableGroups.Builder | MyRequestableGroups.Builder. resources(List<MyRequestableGroup> resources) | A multi-valued list of complex objects containing the requested resources. | 
| MyRequestableGroups.Builder | MyRequestableGroups.Builder. schemas(List<String> schemas) | The schemas attribute is an array of Strings which allows introspection of the supported
schema version for a SCIM representation as well any schema extensions supported by that
representation. | 
| MyRequestableGroups.Builder | MyRequestableGroups.Builder. startIndex(Integer startIndex) | The 1-based index of the first result in the current set of list results. | 
| MyRequestableGroups.Builder | MyRequestableGroups. toBuilder() |  | 
| MyRequestableGroups.Builder | MyRequestableGroups.Builder. totalResults(Integer totalResults) | The total number of results returned by the list or query operation. |