ListStoreRequest
extends ListStoreRequestType
in package
Class representing ListStoreRequest.
Table of Contents
- $requestStore : RequestStoreType|null
- $restrictionData : RestrictionDataStoreType|null
- $storeVersion : string|null
- Požadovaná verze skladů.
- $version : string|null
- getRequestStore() : RequestStoreType
- Gets as requestStore.
- getRestrictionData() : RestrictionDataStoreType
- Gets as restrictionData.
- getStoreVersion() : string
- Gets as storeVersion.
- getVersion() : string
- Gets as version.
- setRequestStore() : self
- Sets a new requestStore.
- setRestrictionData() : self
- Sets a new restrictionData.
- setStoreVersion() : self
- Sets a new storeVersion.
- setVersion() : self
- Sets a new version.
Properties
$requestStore
private
RequestStoreType|null
$requestStore
= null
$restrictionData
private
RestrictionDataStoreType|null
$restrictionData
= null
$storeVersion
Požadovaná verze skladů.
private
string|null
$storeVersion
= null
$version
private
string|null
$version
= null
Methods
getRequestStore()
Gets as requestStore.
public
getRequestStore() : RequestStoreType
Return values
RequestStoreType —getRestrictionData()
Gets as restrictionData.
public
getRestrictionData() : RestrictionDataStoreType
Return values
RestrictionDataStoreType —getStoreVersion()
Gets as storeVersion.
public
getStoreVersion() : string
Požadovaná verze skladů.
Return values
string —getVersion()
Gets as version.
public
getVersion() : string
Return values
string —setRequestStore()
Sets a new requestStore.
public
setRequestStore([RequestStoreType|null $requestStore = null ]) : self
Parameters
- $requestStore : RequestStoreType|null = null
Return values
self —setRestrictionData()
Sets a new restrictionData.
public
setRestrictionData([RestrictionDataStoreType|null $restrictionData = null ]) : self
Parameters
- $restrictionData : RestrictionDataStoreType|null = null
Return values
self —setStoreVersion()
Sets a new storeVersion.
public
setStoreVersion(string $storeVersion) : self
Požadovaná verze skladů.
Parameters
- $storeVersion : string
Return values
self —setVersion()
Sets a new version.
public
setVersion(string $version) : self
Parameters
- $version : string