Skip navigation links
finance-api
A B C F G P R S V 

A

addQuote(String) - Method in class burrows.api.finance.model.RequestURLData
 
addQuotes(Collection<String>) - Method in class burrows.api.finance.model.RequestURLData
 

B

burrows.api.finance.model - package burrows.api.finance.model
 

C

Company - Enum in burrows.api.finance.model
An enumeration that represents the companies that the API supports.

F

Format - Enum in burrows.api.finance.model
An enumeration that represents the formats that the API supports.
fromInt(int) - Static method in enum burrows.api.finance.model.Company
Returns the integer value of this enum instance.
fromInt(int) - Static method in enum burrows.api.finance.model.Format
Returns the integer value of this enum instance.
fromInt(int) - Static method in enum burrows.api.finance.model.Property
Returns the integer value of this enum instance.
fromString(String) - Static method in enum burrows.api.finance.model.Company
Returns the enum instance for the specified string.
fromString(String) - Static method in enum burrows.api.finance.model.Format
Returns the enum instance for the specified string.
fromString(String) - Static method in enum burrows.api.finance.model.Property
Returns the enum instance for the specified string.
fromTag(String) - Static method in enum burrows.api.finance.model.Property
Returns the enum instance for the specified string for tag.

G

getCompany() - Method in class burrows.api.finance.model.RequestURLData
 
getFormat() - Method in class burrows.api.finance.model.RequestURLData
 
getIntValue() - Method in enum burrows.api.finance.model.Company
Returns the integer value of this enum instance.
getIntValue() - Method in enum burrows.api.finance.model.Format
Returns the integer value of this enum instance.
getIntValue() - Method in enum burrows.api.finance.model.Property
Returns the integer value of this enum instance.
getQuotes() - Method in class burrows.api.finance.model.RequestURLData
 
getStringValue() - Method in enum burrows.api.finance.model.Company
Returns the underlying Company.stringValue of this instance.
getStringValue() - Method in enum burrows.api.finance.model.Format
Returns the underlying Format.stringValue of this instance.
getStringValue() - Method in enum burrows.api.finance.model.Property
Returns the underlying Property.stringValue of this instance.
getTagValue() - Method in enum burrows.api.finance.model.Property
Returns the underlying Property.tagValue of this instance.

P

Property - Enum in burrows.api.finance.model
An enumeration that represents the companies that the Yahoo API supports.

R

RequestURLData - Class in burrows.api.finance.model
Request URL Data for creating HTTP requests.
RequestURLData() - Constructor for class burrows.api.finance.model.RequestURLData
 

S

setCompany(Company) - Method in class burrows.api.finance.model.RequestURLData
 
setFormat(Format) - Method in class burrows.api.finance.model.RequestURLData
 

V

valueOf(String) - Static method in enum burrows.api.finance.model.Company
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum burrows.api.finance.model.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum burrows.api.finance.model.Property
Returns the enum constant of this type with the specified name.
values() - Static method in enum burrows.api.finance.model.Company
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum burrows.api.finance.model.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum burrows.api.finance.model.Property
Returns an array containing the constants of this enum type, in the order they are declared.
A B C F G P R S V 
Skip navigation links
finance-api