FieldSyncClient
implements
JsonSerializable
Table of Contents
Interfaces
- JsonSerializable
Properties
-
$accountManager
: mixed
-
$clientId
: mixed
-
$clientLanguage
: mixed
-
$clientStatus
: mixed
-
$email
: mixed
-
$homeCountry
: mixed
-
$region
: mixed
-
$salesAgent
: mixed
Methods
-
fromClientEntity()
: mixed
-
getAccountManager()
: mixed
-
getClientId()
: mixed
-
getClientLanguage()
: mixed
-
getClientStatus()
: mixed
-
getEmail()
: mixed
-
getHomeCountry()
: mixed
-
getRegion()
: mixed
-
getSalesAgent()
: mixed
-
jsonSerialize()
: mixed
-
setAccountManager()
: $this
-
setClientId()
: $this
-
setClientLanguage()
: $this
-
setClientStatus()
: $this
-
setEmail()
: $this
-
setHomeCountry()
: $this
-
setRegion()
: $this
-
setSalesAgent()
: $this
-
getOrEmptyString()
: string
$accountManager
private
mixed
$accountManager
$clientId
private
mixed
$clientId
$clientLanguage
private
mixed
$clientLanguage
$clientStatus
private
mixed
$clientStatus
$email
private
mixed
$email
$homeCountry
private
mixed
$homeCountry
$region
private
mixed
$region
$salesAgent
private
mixed
$salesAgent
fromClientEntity()
public
static fromClientEntity(Client $client) : mixed
Parameters
-
$client
: Client
-
getAccountManager()
public
getAccountManager() : mixed
getClientId()
public
getClientId() : mixed
getClientLanguage()
public
getClientLanguage() : mixed
getClientStatus()
public
getClientStatus() : mixed
getEmail()
public
getEmail() : mixed
getHomeCountry()
public
getHomeCountry() : mixed
getRegion()
public
getRegion() : mixed
getSalesAgent()
public
getSalesAgent() : mixed
jsonSerialize()
public
jsonSerialize() : mixed
setAccountManager()
public
setAccountManager(mixed $accountManager) : $this
Parameters
-
$accountManager
: mixed
-
setClientId()
public
setClientId(mixed $clientId) : $this
Parameters
-
$clientId
: mixed
-
setClientLanguage()
public
setClientLanguage(mixed $clientLanguage) : $this
Parameters
-
$clientLanguage
: mixed
-
setClientStatus()
public
setClientStatus(mixed $clientStatus) : $this
Parameters
-
$clientStatus
: mixed
-
setEmail()
public
setEmail(mixed $email) : $this
Parameters
-
$email
: mixed
-
setHomeCountry()
public
setHomeCountry(mixed $homeCountry) : $this
Parameters
-
$homeCountry
: mixed
-
setRegion()
public
setRegion(mixed $region) : $this
Parameters
-
$region
: mixed
-
setSalesAgent()
public
setSalesAgent(mixed $salesAgent) : $this
Parameters
-
$salesAgent
: mixed
-
getOrEmptyString()
private
getOrEmptyString(mixed $value) : string
Parameters
-
$value
: mixed
-