Uses of Class
org.exoplatform.social.core.identity.model.Profile.UpdateType
-
Packages that use Profile.UpdateType Package Description org.exoplatform.social.core.identity.model -
-
Uses of Profile.UpdateType in org.exoplatform.social.core.identity.model
Methods in org.exoplatform.social.core.identity.model that return Profile.UpdateType Modifier and Type Method Description Profile.UpdateTypeProfile. getUpdateType()Gets type of update.static Profile.UpdateTypeProfile.UpdateType. valueOf(String name)Returns the enum constant of this type with the specified name.static Profile.UpdateType[]Profile.UpdateType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.exoplatform.social.core.identity.model that return types with arguments of type Profile.UpdateType Modifier and Type Method Description List<Profile.UpdateType>Profile. getListUpdateTypes()Method parameters in org.exoplatform.social.core.identity.model with type arguments of type Profile.UpdateType Modifier and Type Method Description voidProfile. setListUpdateTypes(List<Profile.UpdateType> listUpdateTypes)
-