Uses of Interface
com.smartbear.swagger4j.ErrorResponse

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

Uses of ErrorResponse in com.smartbear.swagger4j
 

Methods in com.smartbear.swagger4j that return ErrorResponse
 ErrorResponse Operation.addErrorResponse(int errorCode, String reason)
           
 ErrorResponse Operation.getErrorResponse(int code)
           
 

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

Methods in com.smartbear.swagger4j with parameters of type ErrorResponse
 void Operation.removeErrorResponse(ErrorResponse errorResponse)
           
 

Uses of ErrorResponse in com.smartbear.swagger4j.impl
 

Classes in com.smartbear.swagger4j.impl that implement ErrorResponse
 class ErrorResponseImpl
          Default implementation of the ErrorResponse interface
 

Methods in com.smartbear.swagger4j.impl that return ErrorResponse
 ErrorResponse OperationImpl.addErrorResponse(int errorCode, String reason)
           
 ErrorResponse OperationImpl.getErrorResponse(int code)
           
 

Methods in com.smartbear.swagger4j.impl that return types with arguments of type ErrorResponse
 List<ErrorResponse> OperationImpl.getErrorResponses()
           
 

Methods in com.smartbear.swagger4j.impl with parameters of type ErrorResponse
 void OperationImpl.removeErrorResponse(ErrorResponse errorResponse)
           
 



Copyright © 2013. All Rights Reserved.