Overview

Namespaces

  • Affilinet
    • ProductData
      • Exceptions
      • HttpClient
      • Requests
        • Helper
        • Traits
      • Responses
        • ResponseElements

Classes

  • Category
  • Facet
  • FacetValue
  • Image
  • Price
  • Product
  • Shop
  • ShopProperty

Interfaces

  • CategoryInterface
  • FacetInterface
  • FacetValueInterface
  • ImageInterface
  • PriceInterface
  • ProductInterface
  • ShopInterface
  • ShopPropertyInterface
  • Overview
  • Namespace
  • Class

Interface FacetValueInterface

Direct known implementers

Affilinet\ProductData\Responses\ResponseElements\FacetValue
Namespace: Affilinet\ProductData\Responses\ResponseElements
Located at Affilinet/ProductData/Responses/ResponseElements/FacetValueInterface.php
Methods summary
public string
# getValue( )

Returns

string
public string
# getDisplayValue( )

Returns

string
public integer
# getResultCount( )

Returns

integer
public Affilinet\ProductData\Responses\ResponseElements\FacetInterface
# getFacet( )

Returns

Affilinet\ProductData\Responses\ResponseElements\FacetInterface
public string
# generateSerializedProductsRequest( Affilinet\ProductData\Requests\ProductsRequestInterface $request )

Returns the serialized ProductsRequest to retrieve the results behind this facet value

Returns the serialized ProductsRequest to retrieve the results behind this facet value

Parameters

$request

Returns

string
public string
# generateQueryString( Affilinet\ProductData\Requests\ProductsRequestInterface $request )

Returns the serialized ProductsRequest to retrieve the results behind this facet value Starting with "?" for usage as URI Query Parameter

Returns the serialized ProductsRequest to retrieve the results behind this facet value Starting with "?" for usage as URI Query Parameter

Parameters

$request

Returns

string
API documentation generated by ApiGen