Interface APIApplication
public interface APIApplication
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
static interface
static interface
-
Method Summary
-
Method Details
-
getBaseURL
String getBaseURL() -
getCompanyId
long getCompanyId() -
getDescription
String getDescription() -
getEndpoints
List<APIApplication.Endpoint> getEndpoints() -
getSchemas
List<APIApplication.Schema> getSchemas() -
getTitle
String getTitle() -
getVersion
String getVersion()
-