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