GetLocationsInArea

class Firstred\PostNL\Entity\Request\GetLocationsInArea
Parent:

Firstred\PostNL\Entity\AbstractEntity

Implements:

Firstred\PostNL\Cache\CacheableRequestEntityInterface

Summary

Methods

Properties

protected static property Firstred\PostNL\Entity\Request\GetLocationsInArea::$Countrycode
Type:

string | null

protected static property Firstred\PostNL\Entity\Request\GetLocationsInArea::$Location
Type:

\Firstred\PostNL\Entity\Location | null

protected static property Firstred\PostNL\Entity\Request\GetLocationsInArea::$Message
Type:

\Firstred\PostNL\Entity\Message\Message | null

Methods

public Firstred\PostNL\Entity\Request\GetLocationsInArea::__construct($Countrycode=null, $Location=null, $Message=null)
Parameters:
public Firstred\PostNL\Entity\Request\GetLocationsInArea::getCountrycode()
Returns:

string | null

public Firstred\PostNL\Entity\Request\GetLocationsInArea::setCountrycode($Countrycode)
Parameters:
  • $Countrycode (string | null)

Returns:

static

public Firstred\PostNL\Entity\Request\GetLocationsInArea::getLocation()
Returns:

\Firstred\PostNL\Entity\Location | null

public Firstred\PostNL\Entity\Request\GetLocationsInArea::setLocation($Location)
Parameters:
Returns:

static

public Firstred\PostNL\Entity\Request\GetLocationsInArea::getMessage()
Returns:

\Firstred\PostNL\Entity\Message\Message | null

public Firstred\PostNL\Entity\Request\GetLocationsInArea::setMessage($Message)
Parameters:
Returns:

static

public Firstred\PostNL\Entity\Request\GetLocationsInArea::getCacheKey()
This method returns a unique cache key for every unique cacheable request as defined by PSR-6.
See:

https://www.php-fig.org/psr/psr-6/#definitions

Returns:

string