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