Uses of Class
io.qt.network.auth.QOAuth1.SignatureMethod
Package | Description |
---|---|
io.qt.network.auth |
-
Uses of QOAuth1.SignatureMethod in io.qt.network.auth
Fields in io.qt.network.auth with type parameters of type QOAuth1.SignatureMethod Modifier and Type Field Description QObject.Signal1<QOAuth1.SignatureMethod>
QOAuth1. signatureMethodChanged
Methods in io.qt.network.auth that return QOAuth1.SignatureMethod Modifier and Type Method Description static QOAuth1.SignatureMethod
QOAuth1.SignatureMethod. resolve(int value)
Returns the corresponding enum entry for the given value.QOAuth1.SignatureMethod
QOAuth1. signatureMethod()
static QOAuth1.SignatureMethod
QOAuth1.SignatureMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static QOAuth1.SignatureMethod[]
QOAuth1.SignatureMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.network.auth with parameters of type QOAuth1.SignatureMethod Modifier and Type Method Description void
QOAuth1. setSignatureMethod(QOAuth1.SignatureMethod value)