DataMaskingRule.DefinitionStages.WithNumberTo Interface
public static interface DataMaskingRule.DefinitionStages.WithNumberTo
The stage of the DataMaskingRule definition allowing to specify numberTo.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withNumberTo(String numberTo)
Specifies the number |
Method Details
withNumberTo
public abstract DataMaskingRule.DefinitionStages.WithCreate withNumberTo(String numberTo)
Specifies the numberTo property: The numberTo property of the data masking rule. Required if maskingFunction is set to Number, otherwise this parameter will be ignored..
Parameters:
Returns: