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