DataMaskingRule.UpdateStages.WithNumberFrom Interface

public static interface DataMaskingRule.UpdateStages.WithNumberFrom

The stage of the DataMaskingRule update allowing to specify numberFrom.

Method Summary

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

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

Method Details

withNumberFrom

public abstract DataMaskingRule.Update 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