Uses of Class
flux.RestActionType

Packages that use RestActionType
flux File Orchestration Solutions for Banking and Finance 
 

Uses of RestActionType in flux
 

Methods in flux that return RestActionType
 RestActionType RestAction.getActionType()
          Returns the kind of HTTP action to perform against the REST service.
static RestActionType RestActionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RestActionType[] RestActionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in flux with parameters of type RestActionType
 void RestAction.setActionType(RestActionType actionType)
          Sets the kind of HTTP action to perform against the REST service.
 



© 2014 Flux Corporation. All rights reserved.