Uses of Enum
com.atlassian.sal.api.net.Request.MethodType
Packages that use Request.MethodType
-
Uses of Request.MethodType in com.atlassian.sal.api.net
Methods in com.atlassian.sal.api.net that return Request.MethodTypeModifier and TypeMethodDescriptionstatic Request.MethodTypeReturns the enum constant of this type with the specified name.static Request.MethodType[]Request.MethodType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.sal.api.net with parameters of type Request.MethodTypeModifier and TypeMethodDescriptionRequestFactory.createRequest(Request.MethodType methodType, String url) Creates a request of givenRequest.MethodTypeto given url