public class ReservedData extends Object
| Modifier and Type | Field and Description |
|---|---|
List<String> |
EmailAddresses
All email addresses found in the resume
|
List<String> |
Names
All names found in the resume
|
List<String> |
OtherData
Any other PII that should be redacted
|
List<String> |
Phones
All phone numbers found in the resume
|
List<String> |
Urls
All personal urls found in the resume
|
| Constructor and Description |
|---|
ReservedData() |
Copyright © 2021. All rights reserved.