class User extends Model (View source)

Properties

string $accountIdentifier
string $accountType
string $displayName
string $id
string $managementType
string $primaryEmail

Methods

setAccountIdentifier($accountIdentifier)

No description

string
getAccountIdentifier()

No description

setAccountType($accountType)

No description

string
getAccountType()

No description

setDisplayName($displayName)

No description

string
getDisplayName()

No description

setId($id)

No description

string
getId()

No description

setManagementType($managementType)

No description

string
getManagementType()

No description

setPrimaryEmail($primaryEmail)

No description

string
getPrimaryEmail()

No description

Details

setAccountIdentifier($accountIdentifier)

No description

Parameters

$accountIdentifier

string getAccountIdentifier()

No description

Return Value

string

setAccountType($accountType)

No description

Parameters

$accountType

string getAccountType()

No description

Return Value

string

setDisplayName($displayName)

No description

Parameters

$displayName

string getDisplayName()

No description

Return Value

string

setId($id)

No description

Parameters

$id

string getId()

No description

Return Value

string

setManagementType($managementType)

No description

Parameters

$managementType

string getManagementType()

No description

Return Value

string

setPrimaryEmail($primaryEmail)

No description

Parameters

$primaryEmail

string getPrimaryEmail()

No description

Return Value

string