Uses of Class
org.whitesource.agent.api.dispatch.RequestType

Packages that use RequestType
org.whitesource.agent.api.dispatch   
 

Uses of RequestType in org.whitesource.agent.api.dispatch
 

Fields in org.whitesource.agent.api.dispatch declared as RequestType
protected  RequestType BaseRequest.type
           
 

Methods in org.whitesource.agent.api.dispatch that return RequestType
 RequestType ServiceRequest.type()
           
 RequestType BaseRequest.type()
           
static RequestType RequestType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RequestType[] RequestType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.whitesource.agent.api.dispatch with parameters of type RequestType
BaseRequest(RequestType type)
          Constructor
BaseRequest(RequestType type, String agent)
          Constructor
BaseRequest(RequestType type, String agent, String agentVersion)
          Constructor
 



Copyright © 2011-2012 White Source. All Rights Reserved.