Uses of Class
com.oracle.bmc.identitydomains.model.SchemaSubAttributes
-
Packages that use SchemaSubAttributes Package Description com.oracle.bmc.identitydomains.model -
-
Uses of SchemaSubAttributes in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return SchemaSubAttributes Modifier and Type Method Description SchemaSubAttributes
SchemaSubAttributes.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type SchemaSubAttributes Modifier and Type Method Description List<SchemaSubAttributes>
SchemaAttributes. getSubAttributes()
A list specifying the contained attributesMethods in com.oracle.bmc.identitydomains.model with parameters of type SchemaSubAttributes Modifier and Type Method Description SchemaSubAttributes.Builder
SchemaSubAttributes.Builder. copy(SchemaSubAttributes model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type SchemaSubAttributes Modifier and Type Method Description SchemaAttributes.Builder
SchemaAttributes.Builder. subAttributes(List<SchemaSubAttributes> subAttributes)
A list specifying the contained attributes
-