Uses of Class
com.oracle.bmc.identitydomains.model.GroupExtOwners
-
Packages that use GroupExtOwners Package Description com.oracle.bmc.identitydomains.model -
-
Uses of GroupExtOwners in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return GroupExtOwners Modifier and Type Method Description GroupExtOwners
GroupExtOwners.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type GroupExtOwners Modifier and Type Method Description List<GroupExtOwners>
ExtensionGroupGroup. getOwners()
Group ownersMethods in com.oracle.bmc.identitydomains.model with parameters of type GroupExtOwners Modifier and Type Method Description GroupExtOwners.Builder
GroupExtOwners.Builder. copy(GroupExtOwners model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type GroupExtOwners Modifier and Type Method Description ExtensionGroupGroup.Builder
ExtensionGroupGroup.Builder. owners(List<GroupExtOwners> owners)
Group owners
-