Uses of Class
com.aducid.sdk.enums.MethodName
| Package | Description | 
|---|---|
| com.aducid.sdk | 
 ADUCID Client API essentials. 
 | 
| com.aducid.sdk.enums | 
 Enumeration classes. 
 | 
- 
Uses of MethodName in com.aducid.sdk
Methods in com.aducid.sdk with parameters of type MethodName Modifier and Type Method Description com.aducid.iface.AIMexecutePersonalObjectResponseAbstractAducidClient. callDPO(byte[] authId, byte[] authKey, MethodName methodName, com.aducid.iface.PersonalObjectType personalObject)Performs operation on directory personal object.com.aducid.iface.AIMrequestOperationResponseAbstractAducidClient. callOperation(OperationName operationName, MethodName methodName, java.util.List<com.aducid.iface.MethodParameterType> methodParameterList, com.aducid.iface.PersonalObjectType personalObject, RequestOperationArguments arguments)Calls operation.com.aducid.iface.AIMrequestOperationResponseAbstractAducidClient. callPPO(MethodName methodName, java.util.List<com.aducid.iface.MethodParameterType> methodParameterList, com.aducid.iface.PersonalObjectType personalObject, RequestOperationArguments arguments)Performs operation on pocket personal object. - 
Uses of MethodName in com.aducid.sdk.enums
Methods in com.aducid.sdk.enums that return MethodName Modifier and Type Method Description static MethodNameMethodName. create(java.lang.String text)Creates enumeration from value.static MethodNameMethodName. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MethodName[]MethodName. values()Returns an array containing the constants of this enum type, in the order they are declared.