Uses of Class
com.oracle.bmc.identitydomains.model.SchemaAttributes
-
Packages that use SchemaAttributes Package Description com.oracle.bmc.identitydomains.model -
-
Uses of SchemaAttributes in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return SchemaAttributes Modifier and Type Method Description SchemaAttributes
SchemaAttributes.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type SchemaAttributes Modifier and Type Method Description List<SchemaAttributes>
Schema. getAttributes()
A complex type that specifies the set of Resource attributesMethods in com.oracle.bmc.identitydomains.model with parameters of type SchemaAttributes Modifier and Type Method Description SchemaAttributes.Builder
SchemaAttributes.Builder. copy(SchemaAttributes model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type SchemaAttributes Modifier and Type Method Description Schema.Builder
Schema.Builder. attributes(List<SchemaAttributes> attributes)
A complex type that specifies the set of Resource attributes
-