PriceRange.Builder

public abstract class PriceRange.Builder


A builder to create instances of PriceRange.

Summary

Public constructors

Public methods

abstract PriceRange

Builds a PriceRange object based on the set fields.

abstract PriceRange.Builder

Sets the end value of the price range.

abstract PriceRange.Builder

Sets the start value of the price range.

Public constructors

Builder

public Builder()

Public methods

build

public abstract PriceRange build()

Builds a PriceRange object based on the set fields.

setEndPrice

public abstract PriceRange.Builder setEndPrice(@Nullable Money endPrice)

Sets the end value of the price range.

setStartPrice

public abstract PriceRange.Builder setStartPrice(@Nullable Money startPrice)

Sets the start value of the price range.