Interface Company
- All Superinterfaces:
Card
- All Known Implementing Classes:
CompanyImpl
-
Method Summary
Modifier and TypeMethodDescriptionReturns a list of alternative names (aliases) used by the company.Returns the URL for retrieving all answers associated with this company.Returns the Australian Business Number (ABN), if available.Returns the Australian Company Number (ACN), if available.Returns the Central Index Key (CIK) of the company, as maintained by sec.gov, if available.Returns the location of the company's headquarters, if available.getISINs()Returns the list of International Securities Identification Numbers (ISINs) associated with the company.Returns the Legal Entity Identifier (LEI) of the company, if available.Returns the identifier of the company on OpenCorporates (opencorporates.com), if available.Returns the Open Supply Hub identifier of the company, if available.Returns the UK Company Number, if available.Returns the Wikidata identifier of the company, if available.Returns the Wikipedia page name of the company, if available.Methods inherited from interface Card
getCodename, getContent, getContent, getCreatedAt, getHtmlURL, getId, getName, getRequestedAt, getUpdatedAt, getURL, raw_json, toJson
-
Method Details
-
getWikipedia
String getWikipedia()Returns the Wikipedia page name of the company, if available.- Returns:
- the Wikipedia page name, or
nullif not available
-
getLegalEntityIdentifier
String getLegalEntityIdentifier()Returns the Legal Entity Identifier (LEI) of the company, if available.- Returns:
- the Legal Entity Identifier
-
getUKCompanyNumber
String getUKCompanyNumber()Returns the UK Company Number, if available.- Returns:
- the UK Company Number
-
getAustralianBusinessNumber
String getAustralianBusinessNumber()Returns the Australian Business Number (ABN), if available.- Returns:
- the Australian Business Number
-
getAustralianCompanyNumber
String getAustralianCompanyNumber()Returns the Australian Company Number (ACN), if available.- Returns:
- the Australian Company Number
-
getISINs
-
getWikidataID
String getWikidataID()Returns the Wikidata identifier of the company, if available.- Returns:
- the Wikidata identifier
-
getOpenCorporatesID
String getOpenCorporatesID()Returns the identifier of the company on OpenCorporates (opencorporates.com), if available.- Returns:
- the OpenCorporates identifier
-
getAliases
-
getHeadquarters
String getHeadquarters()Returns the location of the company's headquarters, if available.- Returns:
- the headquarters location
-
getOpenSupplyHubId
String getOpenSupplyHubId()Returns the Open Supply Hub identifier of the company, if available. See: https://opensupplyhub.org/- Returns:
- the Open Supply Hub identifier
-
getCentralIndexKey
String getCentralIndexKey()Returns the Central Index Key (CIK) of the company, as maintained by sec.gov, if available.- Returns:
- the Central Index Key
-
getAnswersUrl
String getAnswersUrl()Returns the URL for retrieving all answers associated with this company.- Returns:
- the answers URL
-