public class InstrumentCollectionList extends java.lang.Object implements ApiElement
Constructor and Description |
---|
InstrumentCollectionList() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCanonical_examples() |
java.lang.String |
getDescription() |
java.util.List<Instrument> |
getInstruments()
Gets the instrument list.
|
java.lang.String |
getName() |
java.lang.String |
getSlug() |
boolean |
requiresAuth() |
public java.util.List<Instrument> getInstruments() throws RobinhoodApiException
RobinhoodApiException
- the robinhood api exceptionpublic java.lang.String getName()
public java.lang.String getDescription()
public java.lang.String getCanonical_examples()
public java.lang.String getSlug()
public boolean requiresAuth()
requiresAuth
in interface ApiElement