PHP Class XeroPHP\Models\Accounting\Contact\ContactPerson

Inheritance: extends XeroPHP\Remote\Object
Afficher le fichier Open project: calcinai/xero-php

Méthodes publiques

Méthode Description
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

Method Details

getAPIStem() public static méthode

Get the stem of the API (core.xro) etc
public static getAPIStem ( ) : string | null
Résultat string | null

getEmailAddress() public méthode

public getEmailAddress ( ) : string
Résultat string

getFirstName() public méthode

public getFirstName ( ) : string
Résultat string

getGUIDProperty() public static méthode

Get the guid property
public static getGUIDProperty ( ) : string
Résultat string

getIncludeInEmails() public méthode

public getIncludeInEmails ( ) : boolean
Résultat boolean

getLastName() public méthode

public getLastName ( ) : string
Résultat string

getProperties() public static méthode

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
Résultat array

getResourceURI() public static méthode

Get the resource uri of the class (Contacts) etc
public static getResourceURI ( ) : string
Résultat string

getRootNodeName() public static méthode

Get the root node name. Just the unqualified classname
public static getRootNodeName ( ) : string
Résultat string

getSupportedMethods() public static méthode

Get the supported methods
public static getSupportedMethods ( )

isPageable() public static méthode

public static isPageable ( )

setEmailAddress() public méthode

public setEmailAddress ( string $value ) : ContactPerson
$value string
Résultat ContactPerson

setFirstName() public méthode

public setFirstName ( string $value ) : ContactPerson
$value string
Résultat ContactPerson

setIncludeInEmail() public méthode

public setIncludeInEmail ( boolean $value ) : ContactPerson
$value boolean
Résultat ContactPerson

setLastName() public méthode

public setLastName ( string $value ) : ContactPerson
$value string
Résultat ContactPerson