Package com.github.oscerd.finnhub.models
Class SearchBody
java.lang.Object
com.github.oscerd.finnhub.models.SearchBody
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2024-03-22T10:38:13.551248835+01:00[Europe/Rome]")
public class SearchBody
extends Object
SearchBody
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetActs()List of SEC's exchanges act to search, comma separated.getCaps()List of market capitalization to search, comma separated.getChIds()List of Companies House number to search, comma separated (Max: 50).getCiks()List of SEC Center Index Key to search, comma separated (Max: 50).List of sources to search, comma separated (Max: 50).List of cusip to search, comma separated (Max: 50).List of exchanges to search, comma separated (Max: 50).List of exhibits to search, comma separated (Max: 50).getForms()List of forms to search, comma separated (Max: 50).Search from date in format: YYYY-MM-DD, default from the last 2 yearsgetGics()List of gics to search, comma separated (Max: 50).getIsins()List of isin to search, comma separated (Max: 50).getNaics()List of sources to search, comma separated (Max: 50).getPage()Use for pagination, default to page 1getQuery()Search queryList of SEDAR issuer number to search, comma separated (Max: 50).List of sedols to search, comma separated (Max: 50).getSort()Sort result by, default: sortMostRecent.List of sources to search, comma separated (Max: 50).List of symbols to search, comma separated (Max: 50).Search to date in format: YYYY-MM-DD, default to todayinthashCode()highlighted(Boolean highlighted) Enable highlight in returned filings.voidvoidvoidvoidvoidsetCountries(String countries) voidvoidsetExchanges(String exchanges) voidsetExhibits(String exhibits) voidvoidsetFromDate(String fromDate) voidvoidsetHighlighted(Boolean highlighted) voidvoidvoidvoidvoidsetSedarIds(String sedarIds) voidvoidvoidsetSources(String sources) voidsetSymbols(String symbols) voidtoString()
-
Constructor Details
-
SearchBody
public SearchBody()
-
-
Method Details
-
query
-
getQuery
Search query- Returns:
- query
-
setQuery
-
isins
-
getIsins
List of isin to search, comma separated (Max: 50).- Returns:
- isins
-
setIsins
-
cusips
-
getCusips
List of cusip to search, comma separated (Max: 50).- Returns:
- cusips
-
setCusips
-
ciks
-
getCiks
List of SEC Center Index Key to search, comma separated (Max: 50).- Returns:
- ciks
-
setCiks
-
sedarIds
-
getSedarIds
List of SEDAR issuer number to search, comma separated (Max: 50).- Returns:
- sedarIds
-
setSedarIds
-
chIds
-
getChIds
List of Companies House number to search, comma separated (Max: 50).- Returns:
- chIds
-
setChIds
-
symbols
-
getSymbols
List of symbols to search, comma separated (Max: 50).- Returns:
- symbols
-
setSymbols
-
sedols
-
getSedols
List of sedols to search, comma separated (Max: 50).- Returns:
- sedols
-
setSedols
-
sources
-
getSources
List of sources to search, comma separated (Max: 50). Look at <code>/filter</code> endpoint to see all available values.- Returns:
- sources
-
setSources
-
forms
-
getForms
List of forms to search, comma separated (Max: 50). Look at <code>/filter</code> endpoint to see all available values.- Returns:
- forms
-
setForms
-
gics
-
getGics
List of gics to search, comma separated (Max: 50). Look at <code>/filter</code> endpoint to see all available values.- Returns:
- gics
-
setGics
-
naics
-
getNaics
List of sources to search, comma separated (Max: 50). Look at <code>/filter</code> endpoint to see all available values.- Returns:
- naics
-
setNaics
-
exhibits
-
getExhibits
List of exhibits to search, comma separated (Max: 50). Look at <code>/filter</code> endpoint to see all available values.- Returns:
- exhibits
-
setExhibits
-
exchanges
-
getExchanges
List of exchanges to search, comma separated (Max: 50). Look at <code>/filter</code> endpoint to see all available values.- Returns:
- exchanges
-
setExchanges
-
countries
-
getCountries
List of sources to search, comma separated (Max: 50). Look at <code>/filter</code> endpoint to see all available values.- Returns:
- countries
-
setCountries
-
acts
-
getActs
List of SEC's exchanges act to search, comma separated. Look at <code>/filter</code> endpoint to see all available values.- Returns:
- acts
-
setActs
-
caps
-
getCaps
List of market capitalization to search, comma separated. Look at <code>/filter</code> endpoint to see all available values.- Returns:
- caps
-
setCaps
-
fromDate
-
getFromDate
Search from date in format: YYYY-MM-DD, default from the last 2 years- Returns:
- fromDate
-
setFromDate
-
toDate
-
getToDate
Search to date in format: YYYY-MM-DD, default to today- Returns:
- toDate
-
setToDate
-
page
-
getPage
Use for pagination, default to page 1- Returns:
- page
-
setPage
-
sort
-
getSort
Sort result by, default: sortMostRecent. Look at <code>/filter</code> endpoint to see all available values.- Returns:
- sort
-
setSort
-
highlighted
-
isHighlighted
Enable highlight in returned filings. If enabled, only return 10 results each time- Returns:
- highlighted
-
setHighlighted
-
equals
-
hashCode
public int hashCode() -
toString
-