package
ichiba
Type Members
-
case class
AcceptAsuraku(closingTime: LocalTime, areas: List[AsurakuArea]) extends AsurakuStatus with Product with Serializable
-
case class
AcceptShipOversea(areas: List[OverseaArea]) extends ShipOverseaStatus with Product with Serializable
-
-
sealed
trait
Asuraku extends Parameter
-
sealed
trait
AsurakuArea extends AnyRef
-
sealed
trait
AsurakuStatus extends AnyRef
-
trait
Asurakus extends AnyRef
-
sealed
trait
Availability extends Parameter
-
sealed
trait
Carrier extends Parameter
-
sealed
trait
CreditCardFlag extends Parameter
-
sealed
trait
GiftFlag extends Parameter
-
case class
HasItemImage(smallUrls: List[String], mediumUrls: List[String]) extends ItemImageStatus with Product with Serializable
-
sealed
trait
HasMovieFlag extends Parameter
-
sealed
trait
HasReviewFlag extends Parameter
-
sealed
trait
ImageFlag extends Parameter
-
class
Item extends AnyRef
-
-
class
ItemJson extends AnyRef
-
case class
ItemSearchBase(keyword: Option[String], genreId: Option[Long], itemCode: Option[String]) extends Parameter with Product with Serializable
-
case class
ItemSearchResult(count: Int, page: Int, first: Int, last: Int, hits: Int, carrier: Carrier, pageCount: Int, items: List[Item]) extends Product with Serializable
-
case class
ItemSearchResultJson(count: Int, page: Int, first: Int, last: Int, hits: Int, carrier: Int, pageCount: Int, items: List[ItemJson]) extends Product with Serializable
-
-
-
sealed
trait
MaxPrice extends Parameter
-
trait
MaxPrices extends AnyRef
-
-
-
sealed
trait
MinPrice extends Parameter
-
trait
MinPrices extends AnyRef
-
sealed
trait
NgKeyword extends Parameter
-
trait
NgKeywords extends AnyRef
-
sealed
trait
OrFlag extends Parameter
-
sealed
trait
OverseaArea extends AnyRef
-
sealed
trait
PamphletFlag extends Parameter
-
sealed
trait
PointRate extends Parameter
-
trait
PointRates extends AnyRef
-
sealed
trait
PostageFlag extends Parameter
-
sealed
trait
PurchaseType extends Parameter
-
sealed
trait
SearchField extends Parameter
-
sealed
trait
ShipOversea extends Parameter
-
-
-
sealed
trait
ShopCode extends Parameter
-
trait
ShopCodes extends AnyRef
-
sealed
trait
Sort extends Parameter
Value Members
-
-
object
Asuraku extends AnyRef
-
-
-
-
object
Carrier extends AnyRef
-
-
object
DisableAsuraku extends AsurakuStatus with Product with Serializable
-
object
DisableShipOversea extends ShipOverseaStatus with Product with Serializable
-
object
GiftFlag extends AnyRef
-
-
-
object
ImageFlag extends AnyRef
-
object
Item extends AnyRef
-
-
object
ItemJson extends AnyRef
-
object
ItemSearch extends AnyRef
-
-
-
-
-
object
MaxPrice extends AnyRef
-
-
object
MinPrice extends AnyRef
-
object
NgKeyword extends AnyRef
-
object
NoItemImage extends ItemImageStatus with Product with Serializable
-
object
OrFlag extends AnyRef
-
-
-
object
PointRate extends AnyRef
-
-
-
-
-
-
object
ShopCode extends AnyRef
-
object
Sort extends AnyRef
-
-
-
implicit
def
double2maxAffiliateRate(value: Double): MaxAffiliateRate
-
implicit
def
double2minAffiliateRate(value: Double): MinAffiliateRate
-
implicit
def
doubleOpt2maxAffiliateRate(opt: Option[Double]): MaxAffiliateRate
-
implicit
def
doubleOpt2minAffiliateRate(opt: Option[Double]): MinAffiliateRate
-
implicit
def
float2maxAffiliateRate(value: Float): MaxAffiliateRate
-
implicit
def
float2minAffiliateRate(value: Float): MinAffiliateRate
-
implicit
def
floatOpt2maxAffiliateRate(opt: Option[Float]): MaxAffiliateRate
-
implicit
def
floatOpt2minAffiliateRate(opt: Option[Float]): MinAffiliateRate
-
implicit
def
int2maxPrice(value: Int): MaxPrice
-
implicit
def
int2minPrice(value: Int): MinPrice
-
implicit
def
int2pointRate(value: Int): PointRate
-
implicit
def
intOpt2maxPrice(opt: Option[Int]): MaxPrice
-
implicit
def
intOpt2minPrice(opt: Option[Int]): MinPrice
-
implicit
def
intOpt2pointRate(opt: Option[Int]): PointRate
-
implicit
def
long2maxPrice(value: Long): MaxPrice
-
implicit
def
long2minPrice(value: Long): MinPrice
-
implicit
def
longOpt2maxPrice(opt: Option[Long]): MaxPrice
-
implicit
def
longOpt2minPrice(opt: Option[Long]): MinPrice
-
implicit
def
str2ngKeyword(value: String): NgKeyword
-
implicit
def
str2shopCode(value: String): ShopCode
-
implicit
def
strOpt2ngKeyword(opt: Option[String]): NgKeyword
-
implicit
def
strOpt2shopCode(opt: Option[String]): ShopCode