| Modifier and Type | Method and Description |
|---|---|
UserProfileConfiguration.ProfileProperty.ProfilePropertyBuilder |
UserProfileConfiguration.ProfileProperty.ProfilePropertyBuilder.setOptional(boolean optional)
If optional is
true, missing (null) values are always valid
values (regex is ignored in this case). |
UserProfileConfiguration.ProfileProperty.ProfilePropertyBuilder |
UserProfileConfiguration.ProfileProperty.ProfilePropertyBuilder.setUpdateStrategy(UserProfileConfiguration.UpdateStrategy updateStrategy)
When to update the profile property from header; defaults to UPDATE_ALWAYS.
|
UserProfileConfiguration.ProfileProperty.ProfilePropertyBuilder |
UserProfileConfiguration.ProfileProperty.ProfilePropertyBuilder.setValueToUseIfNoOtherValidValue(String valueToUseIfNoOtherValidValue)
Optional (nullable).
|
UserProfileConfiguration.ProfileProperty.ProfilePropertyBuilder |
UserProfileConfiguration.ProfileProperty.ProfilePropertyBuilder.validationRegex(String validationRegex) |
static UserProfileConfiguration.ProfileProperty.ProfilePropertyBuilder |
UserProfileConfiguration.ProfileProperty.with(String headerName,
String profileName) |
Copyright © 2016–2020. All rights reserved.