public class APIDocumentationModel extends Object
| Constructor and Description |
|---|
APIDocumentationModel(String description,
String url,
APILocation location) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
APILocation |
getLocation()
Retrieves the location in the API Spec this element was parsed from.
|
String |
getUrl() |
public APIDocumentationModel(String description, String url, APILocation location)
public String getDescription()
public String getUrl()
public APILocation getLocation()
Copyright © 2023. All rights reserved.