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