PHP Класс XeroPHP\Models\Accounting\Contact\ContactPerson

Наследование: extends XeroPHP\Remote\Object
Показать файл Открыть проект

Открытые методы

Метод Описание
getAPIStem ( ) : string | null Get the stem of the API (core.xro) etc
getEmailAddress ( ) : string
getFirstName ( ) : string
getGUIDProperty ( ) : string Get the guid property
getIncludeInEmails ( ) : boolean
getLastName ( ) : string
getProperties ( ) : array Get the properties of the object. Indexed by constants [0] - Mandatory [1] - Type [2] - PHP type [3] - Is an Array [4] - Saves directly
getResourceURI ( ) : string Get the resource uri of the class (Contacts) etc
getRootNodeName ( ) : string Get the root node name. Just the unqualified classname
getSupportedMethods ( ) Get the supported methods
isPageable ( )
setEmailAddress ( string $value ) : ContactPerson
setFirstName ( string $value ) : ContactPerson
setIncludeInEmail ( boolean $value ) : ContactPerson
setLastName ( string $value ) : ContactPerson

Описание методов

getAPIStem() публичный статический Метод

Get the stem of the API (core.xro) etc
public static getAPIStem ( ) : string | null
Результат string | null

getEmailAddress() публичный Метод

public getEmailAddress ( ) : string
Результат string

getFirstName() публичный Метод

public getFirstName ( ) : string
Результат string

getGUIDProperty() публичный статический Метод

Get the guid property
public static getGUIDProperty ( ) : string
Результат string

getIncludeInEmails() публичный Метод

public getIncludeInEmails ( ) : boolean
Результат boolean

getLastName() публичный Метод

public getLastName ( ) : string
Результат string

getProperties() публичный статический Метод

Get the properties of the object. Indexed by constants [0] - Mandatory [1] - Type [2] - PHP type [3] - Is an Array [4] - Saves directly
public static getProperties ( ) : array
Результат array

getResourceURI() публичный статический Метод

Get the resource uri of the class (Contacts) etc
public static getResourceURI ( ) : string
Результат string

getRootNodeName() публичный статический Метод

Get the root node name. Just the unqualified classname
public static getRootNodeName ( ) : string
Результат string

getSupportedMethods() публичный статический Метод

Get the supported methods
public static getSupportedMethods ( )

isPageable() публичный статический Метод

public static isPageable ( )

setEmailAddress() публичный Метод

public setEmailAddress ( string $value ) : ContactPerson
$value string
Результат ContactPerson

setFirstName() публичный Метод

public setFirstName ( string $value ) : ContactPerson
$value string
Результат ContactPerson

setIncludeInEmail() публичный Метод

public setIncludeInEmail ( boolean $value ) : ContactPerson
$value boolean
Результат ContactPerson

setLastName() публичный Метод

public setLastName ( string $value ) : ContactPerson
$value string
Результат ContactPerson