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 theFormatMaskExpressionMetadatacontaining 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 theFormatMaskExpressionMetadatacontaining the format mask expression of the given currency rollup field.- Returns:
- a
FormatMaskExpressionMetadatawith the format mask expression if it exists, otherwise null
-