PHP Class XeroPHP\Models\PayrollAU\LeaveApplication\LeavePeriod

Inheritance: extends XeroPHP\Remote\Object
Exibir arquivo Open project: calcinai/xero-php

Public Methods

Method Description
getAPIStem ( ) : string | null Get the stem of the API (core.xro) etc
getGUIDProperty ( ) : string Get the guid property
getLeavePeriodStatus ( ) : string
getNumberOfUnits ( ) : string
getPayPeriodEndDate ( ) : DateTimeInterface
getPayPeriodStartDate ( ) : DateTimeInterface
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 ( )
setLeavePeriodStatus ( string $value ) : LeavePeriod
setNumberOfUnit ( string $value ) : LeavePeriod
setPayPeriodEndDate ( DateTimeInterface $value ) : LeavePeriod
setPayPeriodStartDate ( DateTimeInterface $value ) : LeavePeriod

Method Details

getAPIStem() public static method

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

getGUIDProperty() public static method

Get the guid property
public static getGUIDProperty ( ) : string
return string

getLeavePeriodStatus() public method

public getLeavePeriodStatus ( ) : string
return string

getNumberOfUnits() public method

public getNumberOfUnits ( ) : string
return string

getPayPeriodEndDate() public method

public getPayPeriodEndDate ( ) : DateTimeInterface
return DateTimeInterface

getPayPeriodStartDate() public method

public getPayPeriodStartDate ( ) : DateTimeInterface
return DateTimeInterface

getProperties() public static method

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
return array

getResourceURI() public static method

Get the resource uri of the class (Contacts) etc
public static getResourceURI ( ) : string
return string

getRootNodeName() public static method

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

getSupportedMethods() public static method

Get the supported methods
public static getSupportedMethods ( )

isPageable() public static method

public static isPageable ( )

setLeavePeriodStatus() public method

public setLeavePeriodStatus ( string $value ) : LeavePeriod
$value string
return LeavePeriod

setNumberOfUnit() public method

public setNumberOfUnit ( string $value ) : LeavePeriod
$value string
return LeavePeriod

setPayPeriodEndDate() public method

public setPayPeriodEndDate ( DateTimeInterface $value ) : LeavePeriod
$value DateTimeInterface
return LeavePeriod

setPayPeriodStartDate() public method

public setPayPeriodStartDate ( DateTimeInterface $value ) : LeavePeriod
$value DateTimeInterface
return LeavePeriod