Package com.veeva.vault.sdk.api.data
Interface ObjectRollupCurrencyFieldMetadata
- All Superinterfaces:
ObjectRollupFieldTypeMetadata
Provides methods to retrieve common metadata on currency rollup fields.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves theFormatMaskExpressionMetadata
containing the format mask expression of the given currency rollup field.Methods inherited from interface com.veeva.vault.sdk.api.data.ObjectRollupFieldTypeMetadata
getBaseFieldMetadata
-
Method Details
-
getFormatMask
FormatMaskExpressionMetadata getFormatMask()Retrieves theFormatMaskExpressionMetadata
containing the format mask expression of the given currency rollup field.- Returns:
- a
FormatMaskExpressionMetadata
with the format mask expression if it exists, otherwise null
-