Uses of Enum Class
com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer.Consumer.SignatureMethod
Packages that use Consumer.SignatureMethod
Package
Description
Add package level annotations to indicate everything is non-null by default.
-
Uses of Consumer.SignatureMethod in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer
Methods in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer that return Consumer.SignatureMethodModifier and TypeMethodDescriptionConsumer.getSignatureMethod()Returns the method the consumer uses to sign requests.static Consumer.SignatureMethodReturns the enum constant of this class with the specified name.static Consumer.SignatureMethod[]Consumer.SignatureMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer with parameters of type Consumer.SignatureMethodModifier and TypeMethodDescriptionConsumer.Builder.signatureMethod(Consumer.SignatureMethod signatureMethod) Sets thesignatureMethodattribute of theConsumerobject under construction and returnsthisbuilder to allow other attributes to be set