Uses of Class
com.oracle.bmc.identitydomains.model.AppRoles.Builder
-
Packages that use AppRoles.Builder Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AppRoles.Builder in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AppRoles.Builder Modifier and Type Method Description static AppRoles.Builder
AppRoles. builder()
Create a new builder.AppRoles.Builder
AppRoles.Builder. copy(AppRoles model)
AppRoles.Builder
AppRoles.Builder. itemsPerPage(Integer itemsPerPage)
The number of resources returned in a list response page.AppRoles.Builder
AppRoles.Builder. resources(List<AppRole> resources)
A multi-valued list of complex objects containing the requested resources.AppRoles.Builder
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
AppRoles.Builder. startIndex(Integer startIndex)
The 1-based index of the first result in the current set of list results.AppRoles.Builder
AppRoles. toBuilder()
AppRoles.Builder
AppRoles.Builder. totalResults(Integer totalResults)
The total number of results returned by the list or query operation.
-