Interface PhoneCustomField

All Superinterfaces:
ICustomField
All Known Implementing Classes:
PhoneCustomFieldImpl

public interface PhoneCustomField extends ICustomField

Phone Custom Field

The phone custom field is used to store a phone number.
  • Method Details

    • getValue

      String getValue()
      This returns the phone number, but it's not necessarily a valid phone number.
      Specified by:
      getValue in interface ICustomField
      Returns:
      the phone number
    • getType

      default CustomFieldType getType()
      Description copied from interface: ICustomField
      Returns the type of this custom field. This will be one of CustomFieldType.
      Specified by:
      getType in interface ICustomField
      Returns:
      the type of this custom field