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