Uses of Class
com.oracle.bmc.identitydomains.model.MeGroups
-
Packages that use MeGroups Package Description com.oracle.bmc.identitydomains.model -
-
Uses of MeGroups in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return MeGroups Modifier and Type Method Description MeGroups
MeGroups.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type MeGroups Modifier and Type Method Description List<MeGroups>
Me. getGroups()
A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculatedMethods in com.oracle.bmc.identitydomains.model with parameters of type MeGroups Modifier and Type Method Description MeGroups.Builder
MeGroups.Builder. copy(MeGroups model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type MeGroups Modifier and Type Method Description Me.Builder
Me.Builder. groups(List<MeGroups> groups)
A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
-