\Microsoft\Graph\ModelPhysicalAddress

PhysicalAddress class

Summary

Methods
Properties
Constants
__construct()
getStreet()
setStreet()
getCity()
setCity()
getState()
setState()
getCountryOrRegion()
setCountryOrRegion()
getPostalCode()
setPostalCode()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_propDict
N/A

Properties

$_propDict

$_propDict : \Microsoft\Graph\Model\array(string

The array of properties available to the model

Type

\Microsoft\Graph\Model\array(string — => string)

Methods

__construct()

__construct(array  $propDict = array()) : null

PhysicalAddress constructor

Parameters

array $propDict

List of properties to set Defaults to an empty array

Returns

null

getStreet()

getStreet() : string

Gets the street

Returns

string —

The street

setStreet()

setStreet(string  $val) : null

Sets the street

Parameters

string $val

The value of the street

Returns

null

getCity()

getCity() : string

Gets the city

Returns

string —

The city

setCity()

setCity(string  $val) : null

Sets the city

Parameters

string $val

The value of the city

Returns

null

getState()

getState() : string

Gets the state

Returns

string —

The state

setState()

setState(string  $val) : null

Sets the state

Parameters

string $val

The value of the state

Returns

null

getCountryOrRegion()

getCountryOrRegion() : string

Gets the countryOrRegion

Returns

string —

The countryOrRegion

setCountryOrRegion()

setCountryOrRegion(string  $val) : null

Sets the countryOrRegion

Parameters

string $val

The value of the countryOrRegion

Returns

null

getPostalCode()

getPostalCode() : string

Gets the postalCode

Returns

string —

The postalCode

setPostalCode()

setPostalCode(string  $val) : null

Sets the postalCode

Parameters

string $val

The value of the postalCode

Returns

null