GetLocation

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

Firstred\PostNL\Entity\AbstractEntity

Implements:

Firstred\PostNL\Cache\CacheableRequestEntityInterface

Summary

Methods

Properties

protected static property Firstred\PostNL\Entity\Request\GetLocation::$LocationCode
Type:

string | null

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

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

protected static property Firstred\PostNL\Entity\Request\GetLocation::$RetailNetworkID
Type:

string | null

Methods

public Firstred\PostNL\Entity\Request\GetLocation::__construct($LocationCode=null, $Message=null, $RetailNetworkID=null)
Parameters:
public Firstred\PostNL\Entity\Request\GetLocation::getLocationCode()
Returns:

string | null

public Firstred\PostNL\Entity\Request\GetLocation::setLocationCode($LocationCode)
Parameters:
  • $LocationCode (string | null)

Returns:

static

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

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

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

static

public Firstred\PostNL\Entity\Request\GetLocation::getRetailNetworkID()
Returns:

string | null

public Firstred\PostNL\Entity\Request\GetLocation::setRetailNetworkID($RetailNetworkID)
Parameters:
  • $RetailNetworkID (string | null)

Returns:

static

public Firstred\PostNL\Entity\Request\GetLocation::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