CompanyOverviewResponse

The OVERVIEW endpoint's response: a company's profile and headline financial metrics, or the error returned in their place.

Author

Sylvester Sefa-Yeboah

Since

1.7.0

Types

Link copied to clipboard
Parses a raw OVERVIEW API response into a CompanyOverviewResponse.

Properties

Link copied to clipboard
public final String errorMessage
Link copied to clipboard

Functions

Link copied to clipboard
Returns the error message returned by the API, if the request failed.
Link copied to clipboard
Returns the parsed company overview.
Link copied to clipboard
public static CompanyOverviewResponse of(Map<String, Object> objectMap)
Parses a raw OVERVIEW API response into a CompanyOverviewResponse.
Link copied to clipboard
public String toString()