Uses of Enum
io.qt.network.auth.QOAuth1Signature.HttpRequestMethod
Packages that use QOAuth1Signature.HttpRequestMethod
-
Uses of QOAuth1Signature.HttpRequestMethod in io.qt.network.auth
Methods in io.qt.network.auth that return QOAuth1Signature.HttpRequestMethodModifier and TypeMethodDescriptionQOAuth1Signature.httpRequestMethod()
QOAuth1Signature.HttpRequestMethod.resolve
(int value) Returns the corresponding enum entry for the given value.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.HttpRequestMethodModifier and TypeMethodDescriptionfinal void
QOAuth1Signature.setHttpRequestMethod
(QOAuth1Signature.HttpRequestMethod method) Constructors in io.qt.network.auth with parameters of type QOAuth1Signature.HttpRequestMethodModifierConstructorDescriptionQOAuth1Signature
(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, ? extends List<? extends 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, ? extends List<? extends Object>> parameters)