public interface ReturnFieldsDescriptor extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getKeysOfCustomFieldsToReturn()
This set contains the keys of what fields in a candidate's custom values should be returned.
|
boolean |
isReturnAllCustomFields()
If this is true, all information in the candidates custom fields will be returned
|
boolean |
isReturnMatchDescriptor()
If this is true, the information on what candidates fields matched the input will be returned
|
boolean |
isReturnStreetAddressFields()
If this is true, the individual street address fields: address number, street name,
thoroughfare type, pre and post directionals, and street prefix and suffix will be returned if
available.
|
boolean |
isReturnUnitInformation()
If this is true, the unit information attached to a candidate will be returned when available.
|
void |
setKeysOfCustomFieldsToReturn(Set<String> keys)
Define the set containing the keys of what fields in a candidate's custom values should be
returned.
|
void |
setReturnAllCustomFields(boolean bReturn)
Sets whether or not the information on what candidates fields matched the input will be
returned
|
void |
setReturnMatchDescriptor(boolean bReturn)
Sets whether or not all information in the candidates custom fields will be returned
|
void |
setReturnStreetAddressFields(boolean bReturn)
Sets whether or not the individual street address fields: address number, street name,
thoroughfare type, pre and post directionals, and street prefix and suffix will be returned if
available.
|
void |
setReturnUnitInformation(boolean bReturn)
Sets whether or not the unit information attached to a candidate will be returned when
available.
|
boolean isReturnAllCustomFields()
void setReturnAllCustomFields(boolean bReturn)
bReturn - true if candidate match information should be returnedSet<String> getKeysOfCustomFieldsToReturn()
void setKeysOfCustomFieldsToReturn(Set<String> keys)
keys - lists the keys for custom values to be returned with the candidate.boolean isReturnMatchDescriptor()
void setReturnMatchDescriptor(boolean bReturn)
bReturn - true if all custom field information should be returnedboolean isReturnStreetAddressFields()
void setReturnStreetAddressFields(boolean bReturn)
bReturn - true if individual street fields should be returnedboolean isReturnUnitInformation()
void setReturnUnitInformation(boolean bReturn)
bReturn - true if candidate unit type and value should be returnedCopyright © 2024. All rights reserved.