com.smartbear.swagger4j
Interface ResourceListing.ResourceListingApi

All Known Implementing Classes:
ResourceListingImpl.ResourceListingApiImpl
Enclosing interface:
ResourceListing

public static interface ResourceListing.ResourceListingApi

A reference to a Swagger API-Declaration contained within a Resource-Listing


Method Summary
 ApiDeclaration getDeclaration()
           
 String getDescription()
           
 String getPath()
           
 void setDescription(String description)
           
 void setPath(String path)
           
 

Method Detail

getDescription

String getDescription()

setDescription

void setDescription(String description)

getDeclaration

ApiDeclaration getDeclaration()

getPath

String getPath()

setPath

void setPath(String path)


Copyright © 2013. All Rights Reserved.