Uses of Class
com.aducid.sdk.enums.OperationName
| Package | Description |
|---|---|
| com.aducid.sdk |
ADUCID Client API essentials.
|
| com.aducid.sdk.enums |
Enumeration classes.
|
| com.aducid.sdk.pojo |
Java beans.
|
-
Uses of OperationName in com.aducid.sdk
Methods in com.aducid.sdk with parameters of type OperationName Modifier and Type Method Description 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. -
Uses of OperationName in com.aducid.sdk.enums
Methods in com.aducid.sdk.enums that return OperationName Modifier and Type Method Description static OperationNameOperationName. create(java.lang.String text)Creates enumeration from value.static OperationNameOperationName. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OperationName[]OperationName. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OperationName in com.aducid.sdk.pojo
Methods in com.aducid.sdk.pojo that return OperationName Modifier and Type Method Description OperationNameGetPSLAttributesResponse. getOperationName()Returns operation name.Methods in com.aducid.sdk.pojo with parameters of type OperationName Modifier and Type Method Description voidGetPSLAttributesResponse. setOperationName(OperationName operationName)Sets operation name.