withInstructions method
Implementation
IdenfyUIBuilder withInstructions(
IdenfyInstructionsEnum idenfyInstructionsEnum) {
this.idenfyInstructionsEnum = idenfyInstructionsEnum;
return this;
}
IdenfyUIBuilder withInstructions(
IdenfyInstructionsEnum idenfyInstructionsEnum) {
this.idenfyInstructionsEnum = idenfyInstructionsEnum;
return this;
}