Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.metadataelements.ProfileIdentityElement
-
Packages that use ProfileIdentityElement Package Description org.odpi.openmetadata.accessservices.communityprofile.metadataelements -
-
Uses of ProfileIdentityElement in org.odpi.openmetadata.accessservices.communityprofile.metadataelements
Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements that return types with arguments of type ProfileIdentityElement Modifier and Type Method Description List<ProfileIdentityElement>ActorProfileElement. getUserIdentities()Return the list of user identities for this profile.List<ProfileIdentityElement>PersonalProfileUniverse. getUserIdentities()Return the list of user identities associated with the personal profile.Method parameters in org.odpi.openmetadata.accessservices.communityprofile.metadataelements with type arguments of type ProfileIdentityElement Modifier and Type Method Description voidActorProfileElement. setUserIdentities(List<ProfileIdentityElement> userIdentities)Set up the list of user identities for this profile.voidPersonalProfileUniverse. setUserIdentities(List<ProfileIdentityElement> userIdentities)Set up the list of user identities associated with the personal profile.Constructors in org.odpi.openmetadata.accessservices.communityprofile.metadataelements with parameters of type ProfileIdentityElement Constructor Description ProfileIdentityElement(ProfileIdentityElement template)Copy/clone constructor
-