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