Uses of Class
org.swisspush.gateleen.user.UserProfileConfiguration.ProfileProperty.ProfilePropertyBuilder
-
-
Uses of UserProfileConfiguration.ProfileProperty.ProfilePropertyBuilder in org.swisspush.gateleen.user
Methods in org.swisspush.gateleen.user that return UserProfileConfiguration.ProfileProperty.ProfilePropertyBuilder Modifier and Type Method Description UserProfileConfiguration.ProfileProperty.ProfilePropertyBuilderUserProfileConfiguration.ProfileProperty.ProfilePropertyBuilder. setOptional(boolean optional)If optional istrue, missing (null) values are always valid values (regex is ignored in this case).UserProfileConfiguration.ProfileProperty.ProfilePropertyBuilderUserProfileConfiguration.ProfileProperty.ProfilePropertyBuilder. setUpdateStrategy(UserProfileConfiguration.UpdateStrategy updateStrategy)When to update the profile property from header; defaults to UPDATE_ALWAYS.UserProfileConfiguration.ProfileProperty.ProfilePropertyBuilderUserProfileConfiguration.ProfileProperty.ProfilePropertyBuilder. setValueToUseIfNoOtherValidValue(String valueToUseIfNoOtherValidValue)Optional (nullable).UserProfileConfiguration.ProfileProperty.ProfilePropertyBuilderUserProfileConfiguration.ProfileProperty.ProfilePropertyBuilder. validationRegex(String validationRegex)static UserProfileConfiguration.ProfileProperty.ProfilePropertyBuilderUserProfileConfiguration.ProfileProperty. with(String headerName, String profileName)
-