Uses of Class
org.swisspush.gateleen.user.UserProfileConfiguration.UpdateStrategy
-
-
Uses of UserProfileConfiguration.UpdateStrategy in org.swisspush.gateleen.user
Fields in org.swisspush.gateleen.user declared as UserProfileConfiguration.UpdateStrategy Modifier and Type Field Description UserProfileConfiguration.UpdateStrategyUserProfileConfiguration.ProfileProperty.ProfilePropertyBuilder. updateStrategyMethods in org.swisspush.gateleen.user that return UserProfileConfiguration.UpdateStrategy Modifier and Type Method Description UserProfileConfiguration.UpdateStrategyUserProfileConfiguration.ProfileProperty. getUpdateStrategy()static UserProfileConfiguration.UpdateStrategyUserProfileConfiguration.UpdateStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static UserProfileConfiguration.UpdateStrategy[]UserProfileConfiguration.UpdateStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.swisspush.gateleen.user with parameters of type UserProfileConfiguration.UpdateStrategy Modifier and Type Method Description UserProfileConfiguration.ProfileProperty.ProfilePropertyBuilderUserProfileConfiguration.ProfileProperty.ProfilePropertyBuilder. setUpdateStrategy(UserProfileConfiguration.UpdateStrategy updateStrategy)When to update the profile property from header; defaults to UPDATE_ALWAYS.
-