Uses of Class
com.oracle.bmc.nosql.model.Identity.Builder
-
Packages that use Identity.Builder Package Description com.oracle.bmc.nosql.model -
-
Uses of Identity.Builder in com.oracle.bmc.nosql.model
Methods in com.oracle.bmc.nosql.model that return Identity.Builder Modifier and Type Method Description static Identity.Builder
Identity. builder()
Create a new builder.Identity.Builder
Identity.Builder. columnName(String columnName)
The name of the identity column.Identity.Builder
Identity.Builder. copy(Identity model)
Identity.Builder
Identity.Builder. isAlways(Boolean isAlways)
True if the identity value is GENERATED ALWAYS.Identity.Builder
Identity.Builder. isNull(Boolean isNull)
True if the identity value is GENERATED BY DEFAULT ON NULL.Identity.Builder
Identity. toBuilder()
-