Uses of Class
com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer.Consumer.SignatureMethod
- 
Packages that use Consumer.SignatureMethod Package Description com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer 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.SignatureMethod Modifier and Type Method Description Consumer.SignatureMethodConsumer. getSignatureMethod()Returns the method the consumer uses to sign requests.static Consumer.SignatureMethodConsumer.SignatureMethod. valueOf(String name)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.Methods in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer with parameters of type Consumer.SignatureMethod Modifier and Type Method Description Consumer.BuilderConsumer.Builder. signatureMethod(Consumer.SignatureMethod signatureMethod)Sets thesignatureMethodattribute of theConsumerobject under construction and returnsthisbuilder to allow other attributes to be set 
 -