Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AppRoles |
build() |
AppRoles.Builder |
copy(AppRoles model) |
AppRoles.Builder |
itemsPerPage(Integer itemsPerPage)
The number of resources returned in a list response page.
|
AppRoles.Builder |
resources(List<AppRole> resources)
A multi-valued list of complex objects containing the requested resources.
|
AppRoles.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.
|
AppRoles.Builder |
startIndex(Integer startIndex)
The 1-based index of the first result in the current set of list results.
|
AppRoles.Builder |
totalResults(Integer totalResults)
The total number of results returned by the list or query operation.
|
public AppRoles.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. Each String value must be a unique URI. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior. REQUIRED.
schemas
- the value to setpublic AppRoles.Builder totalResults(Integer totalResults)
The total number of results returned by the list or query operation. The value may be larger than the number of resources returned such as when returning a single page of results where multiple pages are available. REQUIRED.
totalResults
- the value to setpublic AppRoles.Builder resources(List<AppRole> resources)
A multi-valued list of complex objects containing the requested resources. This MAY be a subset of the full set of resources if pagination is requested. REQUIRED if “totalResults” is non-zero.
resources
- the value to setpublic AppRoles.Builder startIndex(Integer startIndex)
The 1-based index of the first result in the current set of list results. REQUIRED when partial results returned due to pagination.
startIndex
- the value to setpublic AppRoles.Builder itemsPerPage(Integer itemsPerPage)
The number of resources returned in a list response page. REQUIRED when partial results returned due to pagination.
itemsPerPage
- the value to setpublic AppRoles build()
public AppRoles.Builder copy(AppRoles model)
Copyright © 2016–2024. All rights reserved.