Uses of Enum
io.qt.network.auth.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 voidQOAuth1Signature.setHttpRequestMethod(QOAuth1Signature.HttpRequestMethod method) Constructors in io.qt.network.auth with parameters of type QOAuth1Signature.HttpRequestMethodModifierConstructorDescriptionQOAuth1Signature(io.qt.core.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(io.qt.core.QUrl url, QOAuth1Signature.HttpRequestMethod method, Map<String, Object> parameters) QOAuth1Signature(io.qt.core.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(io.qt.core.QUrl url, String clientSharedKey, String tokenSecret, QOAuth1Signature.HttpRequestMethod method, Map<String, Object> parameters)