Uses of Class
model.OperationKey
-
Packages that use OperationKey Package Description model -
-
Uses of OperationKey in model
Methods in model that return OperationKey Modifier and Type Method Description static OperationKeyOperationKey. fromValue(String value)OperationKeyCreateAuthorizationRequest. getOperationKey()Get operationKeyOperationKeyOperationKey.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static OperationKeyOperationKey. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationKey[]OperationKey. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in model with parameters of type OperationKey Modifier and Type Method Description CreateAuthorizationRequestCreateAuthorizationRequest. operationKey(OperationKey operationKey)voidCreateAuthorizationRequest. setOperationKey(OperationKey operationKey)voidOperationKey.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, OperationKey enumeration)
-