Uses of Enum
com.atlassian.oai.validator.model.Request.Method
Packages that use Request.Method
Package
Description
-
Uses of Request.Method in com.atlassian.oai.validator
Methods in com.atlassian.oai.validator with parameters of type Request.MethodModifier and TypeMethodDescriptionOpenApiInteractionValidator.validateResponse(String path, Request.Method method, Response response) Validate the given response against the API.SwaggerRequestResponseValidator.validateResponse(String path, Request.Method method, Response response) Deprecated. -
Uses of Request.Method in com.atlassian.oai.validator.interaction
Methods in com.atlassian.oai.validator.interaction with parameters of type Request.MethodModifier and TypeMethodDescriptionApiOperationResolver.findApiOperation(String path, Request.Method method) Tries to find the best fitting API path matching the given path and request method. -
Uses of Request.Method in com.atlassian.oai.validator.model
Methods in com.atlassian.oai.validator.model that return Request.MethodModifier and TypeMethodDescriptionRequest.getMethod()SimpleRequest.getMethod()static Request.MethodReturns the enum constant of this type with the specified name.static Request.Method[]Request.Method.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.oai.validator.model with parameters of type Request.MethodModifierConstructorDescriptionBuilder(Request.Method method, String path) Creates aSimpleRequest.Builderwith the given HTTPRequest.Methodand path.Builder(Request.Method method, String path, boolean queryParametersCaseSensitive) Creates aSimpleRequest.Builderwith the given HTTPRequest.Methodand path including the specification if the query parameters are handled case sensitive or not. -
Uses of Request.Method in com.atlassian.oai.validator.report
Methods in com.atlassian.oai.validator.report that return types with arguments of type Request.MethodMethods in com.atlassian.oai.validator.report with parameters of type Request.MethodModifier and TypeMethodDescriptionValidationReport.MessageContext.Builder.withRequestMethod(Request.Method method)