Package com.veeva.vault.sdk.api.data
Interface ObjectLookupPhoneFieldMetadata
- All Superinterfaces:
ObjectLookupFieldTypeMetadata
Provides methods to retrieve common metadata on phone lookup fields.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves theFormatMaskExpressionMetadata
containing the expression for the format mask of the given phone lookup field.Methods inherited from interface com.veeva.vault.sdk.api.data.ObjectLookupFieldTypeMetadata
getBaseFieldMetadata
-
Method Details
-
getFormatMask
FormatMaskExpressionMetadata getFormatMask()Retrieves theFormatMaskExpressionMetadata
containing the expression for the format mask of the given phone lookup field.- Returns:
- a
FormatMaskExpressionMetadata
with the format mask expression of PhoneFormat()
-