Uses of Class
com.aducid.sdk.enums.MethodName

Packages that use 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.AIMexecutePersonalObjectResponse AbstractAducidClient.callDPO​(byte[] authId, byte[] authKey, MethodName methodName, com.aducid.iface.PersonalObjectType personalObject)
    Performs operation on directory personal object.
    com.aducid.iface.AIMrequestOperationResponse AbstractAducidClient.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.AIMrequestOperationResponse AbstractAducidClient.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 MethodName MethodName.create​(java.lang.String text)
    Creates enumeration from value.
    static MethodName MethodName.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.