Package

com.github.j5ik2o.rakutenApi

itemSearch

Permalink

package itemSearch

Visibility
  1. Public
  2. All

Type Members

  1. case class ChildGenre(value: ChildGenreValue) extends Product with Serializable

    Permalink
  2. case class ChildGenreValue(genreId: String, genreName: String, itemCount: Int, genreLevel: Int) extends Product with Serializable

    Permalink
  3. case class CurrentGenre(genreId: String, genreName: String, itemCount: Int, genreLevel: Int) extends Product with Serializable

    Permalink
  4. case class GenreInformation(parent: Seq[ParentGenre], current: Seq[CurrentGenre], children: Seq[ChildGenre]) extends Product with Serializable

    Permalink
  5. case class ImageUrl(value: URL) extends Product with Serializable

    Permalink
  6. case class Item(value: ItemValue) extends Product with Serializable

    Permalink
  7. case class ItemSearchException(message: String, cause: Throwable) extends Exception with Product with Serializable

    Permalink
  8. case class ItemSearchResult(count: Long, page: Long, first: Long, last: Long, hits: Long, carrier: CarrierType.Value, pageCount: Long, Items: Seq[Item], GenreInformation: Seq[GenreInformation], TagInformation: Seq[TagGroup]) extends Product with Serializable

    Permalink
  9. case class ItemValue(itemName: String, catchcopy: String, itemCode: String, itemPrice: Long, itemCaption: String, itemUrl: URL, affiliateUrl: Maybe[URL], imageFlag: ImageFlagType.Value, smallImageUrls: Seq[ImageUrl], mediumImageUrls: Seq[ImageUrl], availability: AvailabilityType.Value, taxFlag: TaxFlagType.Value, postageFlag: PostageFlagType.Value, creditCardFlag: CreditCardFlagType.Value, shopOfTheYearFlag: ShopOfTheYearFlagType.Value, shipOverseasFlag: ShipOverseasFlagType.Value, shipOverseasArea: String, asurakuFlag: AsurakuFlagType.Value, asurakuClosingTime: String, asurakuArea: String, affiliateRate: Double, startTime: String, endTime: String, reviewCount: Long, reviewAverage: Double, pointRate: Double, pointRateStartTime: String, pointRateEndTime: String, shopName: String, shopCode: String, shopUrl: URL, shopAffiliateUrl: Maybe[URL], genreId: String, tagIds: Seq[Long]) extends Product with Serializable

    Permalink
  10. case class ParentGenre(genreId: String, genreName: String, genreLevel: Int) extends Product with Serializable

    Permalink
  11. class RakutenItemSearchAPI extends LazyLogging

    Permalink
  12. case class RakutenItemSearchAPIConfig(endPoint: String, timeoutForToStrict: FiniteDuration, applicationId: String, affiliateId: Option[String] = None, callback: Option[String] = None, formatVersion: Option[Int] = Some(1)) extends Product with Serializable

    Permalink
  13. case class Tag(value: TagValue) extends Product with Serializable

    Permalink
  14. case class TagGroup(value: TagGroupValue) extends Product with Serializable

    Permalink
  15. case class TagGroupValue(tagGroupName: String, tagGroupId: Long, tags: Seq[Tag]) extends Product with Serializable

    Permalink
  16. case class TagValue(tagId: Long, tagName: String, parentTagId: Long, itemCount: Int) extends Product with Serializable

    Permalink

Value Members

  1. object AppointDeliveryDateFlagType extends Enumeration

    Permalink
  2. object AsurakuFlagType extends Enumeration

    Permalink
  3. object AvailabilityType extends Enumeration

    Permalink
  4. object CarrierType extends Enumeration

    Permalink
  5. object CreditCardFlagType extends Enumeration

    Permalink
  6. object FieldType extends Enumeration

    Permalink
  7. object GiftFlagType extends Enumeration

    Permalink
  8. object HasMovieFlagType extends Enumeration

    Permalink
  9. object HasReviewFlagType extends Enumeration

    Permalink
  10. object ImageFlagType extends Enumeration

    Permalink
  11. object ItemSearchResult extends Serializable

    Permalink
  12. object OrFlagType extends Enumeration

    Permalink
  13. object PamphletFlagType extends Enumeration

    Permalink
  14. object PointRateFlagType extends Enumeration

    Permalink
  15. object PostageFlagType extends Enumeration

    Permalink
  16. object PurchaseType extends Enumeration

    Permalink
  17. object ShipOverseasFlagType extends Enumeration

    Permalink
  18. object ShopOfTheYearFlagType extends Enumeration

    Permalink
  19. object SortType extends Enumeration

    Permalink
  20. object TaxFlagType extends Enumeration

    Permalink

Ungrouped