Package io.swagger.models
Class RefPath
- java.lang.Object
-
- io.swagger.models.Path
-
- io.swagger.models.RefPath
-
public class RefPath extends Path
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Stringget$ref()StringgetOriginalRef()RefFormatgetRefFormat()inthashCode()voidset$ref(String ref)-
Methods inherited from class io.swagger.models.Path
addParameter, delete, get, getDelete, getGet, getHead, getOperationMap, getOperations, getOptions, getParameters, getPatch, getPost, getPut, getVendorExtensions, head, isEmpty, options, patch, post, put, set, setDelete, setGet, setHead, setOptions, setParameters, setPatch, setPost, setPut, setVendorExtension, setVendorExtensions
-
-