Interface DPIMethodConstant.Builder
- Enclosing class:
DPIMethodConstant
public static interface DPIMethodConstant.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptionmethod(DPIMethodConstant.MethodEnum method) Set the method of thisDPIMethodConstantinstance.
-
Method Details
-
method
Set the method of thisDPIMethodConstantinstance.- Parameters:
method- The method of thisDPIMethodConstant- Returns:
- The DPIMethodConstant builder.
-