Uses of Interface
com.smartbear.swagger4j.Operation

Packages that use Operation
com.smartbear.swagger4j Swagger4j core interfaces and utilities 
com.smartbear.swagger4j.impl Default implementations of core Swagger4j Interfaces 
 

Uses of Operation in com.smartbear.swagger4j
 

Methods in com.smartbear.swagger4j that return Operation
 Operation Api.addOperation(String nickName, Operation.Method method)
          Creates a new Operation with the specified nickName and HTTP Method
 Operation Api.getOperation(String nickName)
           
 

Methods in com.smartbear.swagger4j that return types with arguments of type Operation
 List<Operation> Api.getOperations()
           
 

Methods in com.smartbear.swagger4j with parameters of type Operation
 void Api.removeOperation(Operation operation)
           
 

Uses of Operation in com.smartbear.swagger4j.impl
 

Classes in com.smartbear.swagger4j.impl that implement Operation
 class OperationImpl
          Default implementation of the Operation interface
 

Methods in com.smartbear.swagger4j.impl that return Operation
 Operation ApiImpl.addOperation(String nickName, Operation.Method method)
           
 Operation ApiImpl.getOperation(String nickName)
           
 

Methods in com.smartbear.swagger4j.impl that return types with arguments of type Operation
 List<Operation> ApiImpl.getOperations()
           
 

Methods in com.smartbear.swagger4j.impl with parameters of type Operation
 void ApiImpl.removeOperation(Operation operation)
           
 



Copyright © 2013. All Rights Reserved.