Package com.veeva.vault.sdk.api.data
Interface ObjectLookupTimeFieldMetadata
- All Superinterfaces:
ObjectLookupFieldTypeMetadata
Provides methods to retrieve common metadata on time lookup fields.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves theFormatMaskExpressionMetadata
containing the expression for the format masks of the given time 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 masks of the given time lookup field.- Returns:
- a
FormatMaskExpressionMetadata
with the format mask expression of TimeFormat()
-