Uses of Class
com.aducid.sdk.enums.PLFOperation
| Package | Description | 
|---|---|
| com.aducid.sdk | 
 ADUCID Client API essentials. 
 | 
| com.aducid.sdk.enums | 
 Enumeration classes. 
 | 
- 
Uses of PLFOperation in com.aducid.sdk
Methods in com.aducid.sdk with parameters of type PLFOperation Modifier and Type Method Description RequestOperationResultAducidAdvancedClient. verification(VerificationType verificationType, PLFOperation plfOperation, SLFOperation slfOperation, RequestOperationArguments arguments)Performs verification operation. - 
Uses of PLFOperation in com.aducid.sdk.enums
Methods in com.aducid.sdk.enums that return PLFOperation Modifier and Type Method Description static PLFOperationPLFOperation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PLFOperation[]PLFOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.