Uses of Class
com.atlassian.sal.api.net.Request.MethodType

Packages that use Request.MethodType
com.atlassian.sal.api.net   
 

Uses of Request.MethodType in com.atlassian.sal.api.net
 

Methods in com.atlassian.sal.api.net that return Request.MethodType
static Request.MethodType Request.MethodType.valueOf(String name)
          Returns 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.MethodType
 T RequestFactory.createRequest(Request.MethodType methodType, String url)
          Creates a request of given Request.MethodType to given url
 



Copyright © 2014 Atlassian. All rights reserved.