Uses of Class
io.qt.network.auth.QOAuth1Signature.HttpRequestMethod
Package | Description |
---|---|
io.qt.network.auth |
-
Uses of QOAuth1Signature.HttpRequestMethod in io.qt.network.auth
Methods in io.qt.network.auth that return QOAuth1Signature.HttpRequestMethod Modifier and Type Method Description QOAuth1Signature.HttpRequestMethod
QOAuth1Signature. httpRequestMethod()
static QOAuth1Signature.HttpRequestMethod
QOAuth1Signature.HttpRequestMethod. resolve(int value)
Returns the corresponding enum entry for the given value.static QOAuth1Signature.HttpRequestMethod
QOAuth1Signature.HttpRequestMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static QOAuth1Signature.HttpRequestMethod[]
QOAuth1Signature.HttpRequestMethod. 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 QOAuth1Signature.HttpRequestMethod Modifier and Type Method Description void
QOAuth1Signature. setHttpRequestMethod(QOAuth1Signature.HttpRequestMethod method)
Constructors in io.qt.network.auth with parameters of type QOAuth1Signature.HttpRequestMethod Constructor Description QOAuth1Signature(QUrl url, QOAuth1Signature.HttpRequestMethod method)
Overloaded constructor forQOAuth1Signature(io.qt.core.QUrl, io.qt.network.auth.QOAuth1Signature.HttpRequestMethod, java.util.Map)
withparameters = java.util.Collections.emptyNavigableMap()
.QOAuth1Signature(QUrl url, QOAuth1Signature.HttpRequestMethod method, Map<String,Object> parameters)
QOAuth1Signature(QUrl url, String clientSharedKey, String tokenSecret, QOAuth1Signature.HttpRequestMethod method)
Overloaded constructor forQOAuth1Signature(io.qt.core.QUrl, java.lang.String, java.lang.String, io.qt.network.auth.QOAuth1Signature.HttpRequestMethod, java.util.Map)
withparameters = java.util.Collections.emptyNavigableMap()
.QOAuth1Signature(QUrl url, String clientSharedKey, String tokenSecret, QOAuth1Signature.HttpRequestMethod method, Map<String,Object> parameters)