DataMaskingRule.DefinitionStages.WithNumberFrom Interface

public static interface DataMaskingRule.DefinitionStages.WithNumberFrom

The stage of the DataMaskingRule definition allowing to specify numberFrom.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withNumberFrom(String numberFrom)

Specifies the numberFrom property: The numberFrom property of the masking rule.

Method Details

withNumberFrom

public abstract DataMaskingRule.DefinitionStages.WithCreate withNumberFrom(String numberFrom)

Specifies the numberFrom property: The numberFrom property of the masking rule. Required if maskingFunction is set to Number, otherwise this parameter will be ignored..

Parameters:

numberFrom - The numberFrom property of the masking rule. Required if maskingFunction is set to Number, otherwise this parameter will be ignored.

Returns:

the next definition stage.

Applies to