withSelectedLocale method

IdenfyBuilder withSelectedLocale(
  1. IdenfyLocaleEnum selectedLocale
)

Implementation

IdenfyBuilder withSelectedLocale(IdenfyLocaleEnum selectedLocale) {
  this.selectedLocale = selectedLocale;
  return this;
}