PHP Класс XeroPHP\Models\PayrollAU\Employee\HomeAddress

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

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

Метод Описание
getAPIStem ( ) : string | null Get the stem of the API (core.xro) etc
getAddressLine1 ( ) : string
getAddressLine2 ( ) : string
getCity ( ) : string
getCountry ( ) : string
getGUIDProperty ( ) : string Get the guid property
getPostalCode ( ) : 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
getRegion ( ) : string
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 ( )
setAddressLine1 ( string $value ) : HomeAddress
setAddressLine2 ( string $value ) : HomeAddress
setCity ( string $value ) : HomeAddress
setCountry ( string $value ) : HomeAddress
setPostalCode ( string $value ) : HomeAddress
setRegion ( string $value ) : HomeAddress

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

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

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

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

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

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

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

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

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

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

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

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

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

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

public getPostalCode ( ) : 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

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

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

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 ( )

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

public setAddressLine1 ( string $value ) : HomeAddress
$value string
Результат HomeAddress

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

public setAddressLine2 ( string $value ) : HomeAddress
$value string
Результат HomeAddress

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

public setCity ( string $value ) : HomeAddress
$value string
Результат HomeAddress

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

public setCountry ( string $value ) : HomeAddress
$value string
Результат HomeAddress

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

public setPostalCode ( string $value ) : HomeAddress
$value string
Результат HomeAddress

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

public setRegion ( string $value ) : HomeAddress
$value string
Результат HomeAddress