FuelOptions

public abstract class FuelOptions implements Parcelable


The most recent information about fuel options in a gas station.

Summary

Nested types

public abstract class FuelOptions.Builder

Builder for FuelOptions.

Public constructors

Public methods

abstract List<FuelPrice>

The last known fuel price for each type of fuel this station has.

static FuelOptions
newInstance(List<FuelPrice> fuelPrices)

Returns the FuelOptions with a list of fuel price.

Inherited Constants

From android.os.Parcelable
static final int
static final int
static final int
static final int

Inherited methods

From android.os.Parcelable
abstract int
int
abstract void
writeToParcel(Parcel p, int p1)

Public constructors

FuelOptions

public FuelOptions()

Public methods

getFuelPrices

public abstract List<FuelPricegetFuelPrices()

The last known fuel price for each type of fuel this station has.

newInstance

public static FuelOptions newInstance(List<FuelPrice> fuelPrices)

Returns the FuelOptions with a list of fuel price.

Parameters
List<FuelPrice> fuelPrices

The last known fuel price for each type of fuel this station has