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