static MyPendingApprovals.Builder |
MyPendingApprovals.builder() |
Create a new builder.
|
MyPendingApprovals.Builder |
MyPendingApprovals.Builder.copy(MyPendingApprovals model) |
|
MyPendingApprovals.Builder |
MyPendingApprovals.Builder.itemsPerPage(Integer itemsPerPage) |
The number of resources returned in a list response page.
|
MyPendingApprovals.Builder |
MyPendingApprovals.Builder.resources(List<MyPendingApproval> resources) |
A multi-valued list of complex objects containing the requested resources.
|
MyPendingApprovals.Builder |
MyPendingApprovals.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.
|
MyPendingApprovals.Builder |
MyPendingApprovals.Builder.startIndex(Integer startIndex) |
The 1-based index of the first result in the current set of list results.
|
MyPendingApprovals.Builder |
MyPendingApprovals.toBuilder() |
|
MyPendingApprovals.Builder |
MyPendingApprovals.Builder.totalResults(Integer totalResults) |
The total number of results returned by the list or query operation.
|