Uses of Enum
com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer.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
Modifier and TypeMethodDescriptionConsumer.getSignatureMethod()
Returns the method the consumer uses to sign requests.static Consumer.SignatureMethod
Returns the enum constant of this type with the specified name.static Consumer.SignatureMethod[]
Consumer.SignatureMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionConsumer.Builder.signatureMethod
(Consumer.SignatureMethod signatureMethod) Sets thesignatureMethod
attribute of theConsumer
object under construction and returnsthis
builder to allow other attributes to be set