class Enterprise extends Collection (View source)

Properties

protected $collection_key
bool $appAutoApprovalEnabled
protected $contactInfoType
protected $contactInfoDataType
string[] $enabledNotificationTypes
string $enterpriseDisplayName
protected $googleAuthenticationSettingsType
protected $googleAuthenticationSettingsDataType
protected $logoType
protected $logoDataType
string $name
int $primaryColor
string $pubsubTopic
protected $signinDetailsType
protected $signinDetailsDataType
protected $termsAndConditionsType
protected $termsAndConditionsDataType

Methods

setAppAutoApprovalEnabled($appAutoApprovalEnabled)

No description

bool
getAppAutoApprovalEnabled()

No description

setContactInfo(ContactInfo $contactInfo)

No description

getContactInfo()

No description

setEnabledNotificationTypes($enabledNotificationTypes)

No description

string[]
getEnabledNotificationTypes()

No description

setEnterpriseDisplayName($enterpriseDisplayName)

No description

string
getEnterpriseDisplayName()

No description

setGoogleAuthenticationSettings(GoogleAuthenticationSettings $googleAuthenticationSettings)

No description

setLogo(ExternalData $logo)

No description

getLogo()

No description

setName($name)

No description

string
getName()

No description

setPrimaryColor($primaryColor)

No description

int
getPrimaryColor()

No description

setPubsubTopic($pubsubTopic)

No description

string
getPubsubTopic()

No description

setSigninDetails($signinDetails)

No description

getSigninDetails()

No description

setTermsAndConditions($termsAndConditions)

No description

Details

setAppAutoApprovalEnabled($appAutoApprovalEnabled)

No description

Parameters

$appAutoApprovalEnabled

bool getAppAutoApprovalEnabled()

No description

Return Value

bool

setContactInfo(ContactInfo $contactInfo)

No description

Parameters

ContactInfo $contactInfo

ContactInfo getContactInfo()

No description

Return Value

ContactInfo

setEnabledNotificationTypes($enabledNotificationTypes)

No description

Parameters

$enabledNotificationTypes

string[] getEnabledNotificationTypes()

No description

Return Value

string[]

setEnterpriseDisplayName($enterpriseDisplayName)

No description

Parameters

$enterpriseDisplayName

string getEnterpriseDisplayName()

No description

Return Value

string

setGoogleAuthenticationSettings(GoogleAuthenticationSettings $googleAuthenticationSettings)

No description

Parameters

GoogleAuthenticationSettings $googleAuthenticationSettings

GoogleAuthenticationSettings getGoogleAuthenticationSettings()

No description

No description

Parameters

ExternalData $logo

No description

Return Value

ExternalData

setName($name)

No description

Parameters

$name

string getName()

No description

Return Value

string

setPrimaryColor($primaryColor)

No description

Parameters

$primaryColor

int getPrimaryColor()

No description

Return Value

int

setPubsubTopic($pubsubTopic)

No description

Parameters

$pubsubTopic

string getPubsubTopic()

No description

Return Value

string

setSigninDetails($signinDetails)

No description

Parameters

$signinDetails

SigninDetail[] getSigninDetails()

No description

Return Value

SigninDetail[]

setTermsAndConditions($termsAndConditions)

No description

Parameters

$termsAndConditions

TermsAndConditions[] getTermsAndConditions()

No description

Return Value

TermsAndConditions[]