Package | Description |
---|---|
com.ftpix.sherdogparser.models | |
com.ftpix.sherdogparser.parsers |
Modifier and Type | Class and Description |
---|---|
class |
Event |
class |
Fighter |
class |
Organization |
Modifier and Type | Method and Description |
---|---|
SherdogBaseObject |
Fight.getEvent() |
SherdogBaseObject |
Fight.getFighter1() |
SherdogBaseObject |
Fight.getFighter2() |
SherdogBaseObject |
Event.getOrganization() |
Modifier and Type | Method and Description |
---|---|
List<SherdogBaseObject> |
SearchResults.getEvents()
Gets the simple version of the events(name and url only)
|
List<SherdogBaseObject> |
SearchResults.getFighters()
Gets the simple version of the fighters (name and url only)
|
Modifier and Type | Method and Description |
---|---|
void |
Fight.setEvent(SherdogBaseObject event) |
void |
Fight.setFighter1(SherdogBaseObject fighter1) |
void |
Fight.setFighter2(SherdogBaseObject fighter2) |
void |
Event.setOrganization(SherdogBaseObject organization) |
Modifier and Type | Method and Description |
---|---|
List<SherdogBaseObject> |
SearchParser.parse(String url)
PArses a search page results
|
Copyright © 2019. All rights reserved.