code
stringlengths 17
296k
| docstring
stringlengths 30
30.3k
| func_name
stringlengths 1
89
| language
stringclasses 1
value | repo
stringlengths 7
63
| path
stringlengths 7
153
| url
stringlengths 51
209
| license
stringclasses 4
values |
---|---|---|---|---|---|---|---|
public function getTakenDateTime()
{
if (array_key_exists("takenDateTime", $this->_propDict)) {
if (is_a($this->_propDict["takenDateTime"], "\DateTime") || is_null($this->_propDict["takenDateTime"])) {
return $this->_propDict["takenDateTime"];
} else {
$this->_propDict["takenDateTime"] = new \DateTime($this->_propDict["takenDateTime"]);
return $this->_propDict["takenDateTime"];
}
}
return null;
} | Gets the takenDateTime
The date and time the photo was taken in UTC time. Read-only.
@return \DateTime|null The takenDateTime | getTakenDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Photo.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Photo.php | MIT |
public function setTakenDateTime($val)
{
$this->_propDict["takenDateTime"] = $val;
return $this;
} | Sets the takenDateTime
The date and time the photo was taken in UTC time. Read-only.
@param \DateTime $val The value to assign to the takenDateTime
@return Photo The Photo | setTakenDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Photo.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Photo.php | MIT |
public function getCreatedDateTime()
{
if (array_key_exists("createdDateTime", $this->_propDict)) {
if (is_a($this->_propDict["createdDateTime"], "\DateTime") || is_null($this->_propDict["createdDateTime"])) {
return $this->_propDict["createdDateTime"];
} else {
$this->_propDict["createdDateTime"] = new \DateTime($this->_propDict["createdDateTime"]);
return $this->_propDict["createdDateTime"];
}
}
return null;
} | Gets the createdDateTime
The date and time the object was created.
@return \DateTime|null The createdDateTime | getCreatedDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyConfiguration.php | MIT |
public function setCreatedDateTime($val)
{
$this->_propDict["createdDateTime"] = $val;
return $this;
} | Sets the createdDateTime
The date and time the object was created.
@param \DateTime $val The createdDateTime
@return GroupPolicyConfiguration | setCreatedDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyConfiguration.php | MIT |
public function getDescription()
{
if (array_key_exists("description", $this->_propDict)) {
return $this->_propDict["description"];
} else {
return null;
}
} | Gets the description
User provided description for the resource object.
@return string|null The description | getDescription | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyConfiguration.php | MIT |
public function setDescription($val)
{
$this->_propDict["description"] = $val;
return $this;
} | Sets the description
User provided description for the resource object.
@param string $val The description
@return GroupPolicyConfiguration | setDescription | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyConfiguration.php | MIT |
public function getDisplayName()
{
if (array_key_exists("displayName", $this->_propDict)) {
return $this->_propDict["displayName"];
} else {
return null;
}
} | Gets the displayName
User provided name for the resource object.
@return string|null The displayName | getDisplayName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyConfiguration.php | MIT |
public function setDisplayName($val)
{
$this->_propDict["displayName"] = $val;
return $this;
} | Sets the displayName
User provided name for the resource object.
@param string $val The displayName
@return GroupPolicyConfiguration | setDisplayName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyConfiguration.php | MIT |
public function getLastModifiedDateTime()
{
if (array_key_exists("lastModifiedDateTime", $this->_propDict)) {
if (is_a($this->_propDict["lastModifiedDateTime"], "\DateTime") || is_null($this->_propDict["lastModifiedDateTime"])) {
return $this->_propDict["lastModifiedDateTime"];
} else {
$this->_propDict["lastModifiedDateTime"] = new \DateTime($this->_propDict["lastModifiedDateTime"]);
return $this->_propDict["lastModifiedDateTime"];
}
}
return null;
} | Gets the lastModifiedDateTime
The date and time the entity was last modified.
@return \DateTime|null The lastModifiedDateTime | getLastModifiedDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyConfiguration.php | MIT |
public function setLastModifiedDateTime($val)
{
$this->_propDict["lastModifiedDateTime"] = $val;
return $this;
} | Sets the lastModifiedDateTime
The date and time the entity was last modified.
@param \DateTime $val The lastModifiedDateTime
@return GroupPolicyConfiguration | setLastModifiedDateTime | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyConfiguration.php | MIT |
public function getPolicyConfigurationIngestionType()
{
if (array_key_exists("policyConfigurationIngestionType", $this->_propDict)) {
if (is_a($this->_propDict["policyConfigurationIngestionType"], "\Beta\Microsoft\Graph\Model\GroupPolicyConfigurationIngestionType") || is_null($this->_propDict["policyConfigurationIngestionType"])) {
return $this->_propDict["policyConfigurationIngestionType"];
} else {
$this->_propDict["policyConfigurationIngestionType"] = new GroupPolicyConfigurationIngestionType($this->_propDict["policyConfigurationIngestionType"]);
return $this->_propDict["policyConfigurationIngestionType"];
}
}
return null;
} | Gets the policyConfigurationIngestionType
Type of definitions configured for this policy. Possible values are: unknown, custom, builtIn, mixed, unknownFutureValue.
@return GroupPolicyConfigurationIngestionType|null The policyConfigurationIngestionType | getPolicyConfigurationIngestionType | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyConfiguration.php | MIT |
public function setPolicyConfigurationIngestionType($val)
{
$this->_propDict["policyConfigurationIngestionType"] = $val;
return $this;
} | Sets the policyConfigurationIngestionType
Type of definitions configured for this policy. Possible values are: unknown, custom, builtIn, mixed, unknownFutureValue.
@param GroupPolicyConfigurationIngestionType $val The policyConfigurationIngestionType
@return GroupPolicyConfiguration | setPolicyConfigurationIngestionType | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyConfiguration.php | MIT |
public function getRoleScopeTagIds()
{
if (array_key_exists("roleScopeTagIds", $this->_propDict)) {
return $this->_propDict["roleScopeTagIds"];
} else {
return null;
}
} | Gets the roleScopeTagIds
The list of scope tags for the configuration.
@return array|null The roleScopeTagIds | getRoleScopeTagIds | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyConfiguration.php | MIT |
public function setRoleScopeTagIds($val)
{
$this->_propDict["roleScopeTagIds"] = $val;
return $this;
} | Sets the roleScopeTagIds
The list of scope tags for the configuration.
@param string[] $val The roleScopeTagIds
@return GroupPolicyConfiguration | setRoleScopeTagIds | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyConfiguration.php | MIT |
public function getAssignments()
{
if (array_key_exists("assignments", $this->_propDict)) {
return $this->_propDict["assignments"];
} else {
return null;
}
} | Gets the assignments
The list of group assignments for the configuration.
@return array|null The assignments | getAssignments | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyConfiguration.php | MIT |
public function setAssignments($val)
{
$this->_propDict["assignments"] = $val;
return $this;
} | Sets the assignments
The list of group assignments for the configuration.
@param GroupPolicyConfigurationAssignment[] $val The assignments
@return GroupPolicyConfiguration | setAssignments | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyConfiguration.php | MIT |
public function getDefinitionValues()
{
if (array_key_exists("definitionValues", $this->_propDict)) {
return $this->_propDict["definitionValues"];
} else {
return null;
}
} | Gets the definitionValues
The list of enabled or disabled group policy definition values for the configuration.
@return array|null The definitionValues | getDefinitionValues | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyConfiguration.php | MIT |
public function setDefinitionValues($val)
{
$this->_propDict["definitionValues"] = $val;
return $this;
} | Sets the definitionValues
The list of enabled or disabled group policy definition values for the configuration.
@param GroupPolicyDefinitionValue[] $val The definitionValues
@return GroupPolicyConfiguration | setDefinitionValues | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/GroupPolicyConfiguration.php | MIT |
public function getLicense()
{
if (array_key_exists("license", $this->_propDict)) {
return $this->_propDict["license"];
} else {
return null;
}
} | Gets the license
Edition Upgrade License File Content.
@return string|null The license | getLicense | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EditionUpgradeConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EditionUpgradeConfiguration.php | MIT |
public function setLicense($val)
{
$this->_propDict["license"] = $val;
return $this;
} | Sets the license
Edition Upgrade License File Content.
@param string $val The license
@return EditionUpgradeConfiguration | setLicense | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EditionUpgradeConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EditionUpgradeConfiguration.php | MIT |
public function getLicenseType()
{
if (array_key_exists("licenseType", $this->_propDict)) {
if (is_a($this->_propDict["licenseType"], "\Beta\Microsoft\Graph\Model\EditionUpgradeLicenseType") || is_null($this->_propDict["licenseType"])) {
return $this->_propDict["licenseType"];
} else {
$this->_propDict["licenseType"] = new EditionUpgradeLicenseType($this->_propDict["licenseType"]);
return $this->_propDict["licenseType"];
}
}
return null;
} | Gets the licenseType
Edition Upgrade License Type. Possible values are: productKey, licenseFile, notConfigured.
@return EditionUpgradeLicenseType|null The licenseType | getLicenseType | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EditionUpgradeConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EditionUpgradeConfiguration.php | MIT |
public function setLicenseType($val)
{
$this->_propDict["licenseType"] = $val;
return $this;
} | Sets the licenseType
Edition Upgrade License Type. Possible values are: productKey, licenseFile, notConfigured.
@param EditionUpgradeLicenseType $val The licenseType
@return EditionUpgradeConfiguration | setLicenseType | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EditionUpgradeConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EditionUpgradeConfiguration.php | MIT |
public function getProductKey()
{
if (array_key_exists("productKey", $this->_propDict)) {
return $this->_propDict["productKey"];
} else {
return null;
}
} | Gets the productKey
Edition Upgrade Product Key.
@return string|null The productKey | getProductKey | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EditionUpgradeConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EditionUpgradeConfiguration.php | MIT |
public function setProductKey($val)
{
$this->_propDict["productKey"] = $val;
return $this;
} | Sets the productKey
Edition Upgrade Product Key.
@param string $val The productKey
@return EditionUpgradeConfiguration | setProductKey | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EditionUpgradeConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EditionUpgradeConfiguration.php | MIT |
public function getTargetEdition()
{
if (array_key_exists("targetEdition", $this->_propDict)) {
if (is_a($this->_propDict["targetEdition"], "\Beta\Microsoft\Graph\Model\Windows10EditionType") || is_null($this->_propDict["targetEdition"])) {
return $this->_propDict["targetEdition"];
} else {
$this->_propDict["targetEdition"] = new Windows10EditionType($this->_propDict["targetEdition"]);
return $this->_propDict["targetEdition"];
}
}
return null;
} | Gets the targetEdition
Edition Upgrade Target Edition. Possible values are: windows10Enterprise, windows10EnterpriseN, windows10Education, windows10EducationN, windows10MobileEnterprise, windows10HolographicEnterprise, windows10Professional, windows10ProfessionalN, windows10ProfessionalEducation, windows10ProfessionalEducationN, windows10ProfessionalWorkstation, windows10ProfessionalWorkstationN, notConfigured, windows10Home, windows10HomeChina, windows10HomeN, windows10HomeSingleLanguage, windows10Mobile, windows10IoTCore, windows10IoTCoreCommercial.
@return Windows10EditionType|null The targetEdition | getTargetEdition | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EditionUpgradeConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EditionUpgradeConfiguration.php | MIT |
public function setTargetEdition($val)
{
$this->_propDict["targetEdition"] = $val;
return $this;
} | Sets the targetEdition
Edition Upgrade Target Edition. Possible values are: windows10Enterprise, windows10EnterpriseN, windows10Education, windows10EducationN, windows10MobileEnterprise, windows10HolographicEnterprise, windows10Professional, windows10ProfessionalN, windows10ProfessionalEducation, windows10ProfessionalEducationN, windows10ProfessionalWorkstation, windows10ProfessionalWorkstationN, notConfigured, windows10Home, windows10HomeChina, windows10HomeN, windows10HomeSingleLanguage, windows10Mobile, windows10IoTCore, windows10IoTCoreCommercial.
@param Windows10EditionType $val The targetEdition
@return EditionUpgradeConfiguration | setTargetEdition | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EditionUpgradeConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EditionUpgradeConfiguration.php | MIT |
public function getWindowsSMode()
{
if (array_key_exists("windowsSMode", $this->_propDict)) {
if (is_a($this->_propDict["windowsSMode"], "\Beta\Microsoft\Graph\Model\WindowsSModeConfiguration") || is_null($this->_propDict["windowsSMode"])) {
return $this->_propDict["windowsSMode"];
} else {
$this->_propDict["windowsSMode"] = new WindowsSModeConfiguration($this->_propDict["windowsSMode"]);
return $this->_propDict["windowsSMode"];
}
}
return null;
} | Gets the windowsSMode
S mode configuration. Possible values are: noRestriction, block, unlock.
@return WindowsSModeConfiguration|null The windowsSMode | getWindowsSMode | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EditionUpgradeConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EditionUpgradeConfiguration.php | MIT |
public function setWindowsSMode($val)
{
$this->_propDict["windowsSMode"] = $val;
return $this;
} | Sets the windowsSMode
S mode configuration. Possible values are: noRestriction, block, unlock.
@param WindowsSModeConfiguration $val The windowsSMode
@return EditionUpgradeConfiguration | setWindowsSMode | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EditionUpgradeConfiguration.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EditionUpgradeConfiguration.php | MIT |
public function getCacheObject()
{
return $this->cache;
} | Get the object owned by the adapter
@return mixed | getCacheObject | php | xiebruce/PicUploader | vendor/guzzle/guzzle/src/Guzzle/Cache/AbstractCacheAdapter.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/guzzle/guzzle/src/Guzzle/Cache/AbstractCacheAdapter.php | MIT |
public function getContractType()
{
if (array_key_exists("contractType", $this->_propDict)) {
return $this->_propDict["contractType"];
} else {
return null;
}
} | Gets the contractType
The type of relationship that exists between the managing entity and tenant. Optional. Read-only.
@return int|null The contractType | getContractType | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/TenantContract.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/TenantContract.php | MIT |
public function setContractType($val)
{
$this->_propDict["contractType"] = $val;
return $this;
} | Sets the contractType
The type of relationship that exists between the managing entity and tenant. Optional. Read-only.
@param int $val The value of the contractType
@return TenantContract | setContractType | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/TenantContract.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/TenantContract.php | MIT |
public function getDefaultDomainName()
{
if (array_key_exists("defaultDomainName", $this->_propDict)) {
return $this->_propDict["defaultDomainName"];
} else {
return null;
}
} | Gets the defaultDomainName
The default domain name for the tenant. Required. Read-only.
@return string|null The defaultDomainName | getDefaultDomainName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/TenantContract.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/TenantContract.php | MIT |
public function setDefaultDomainName($val)
{
$this->_propDict["defaultDomainName"] = $val;
return $this;
} | Sets the defaultDomainName
The default domain name for the tenant. Required. Read-only.
@param string $val The value of the defaultDomainName
@return TenantContract | setDefaultDomainName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/TenantContract.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/TenantContract.php | MIT |
public function getDisplayName()
{
if (array_key_exists("displayName", $this->_propDict)) {
return $this->_propDict["displayName"];
} else {
return null;
}
} | Gets the displayName
The display name for the tenant. Optional. Read-only.
@return string|null The displayName | getDisplayName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/TenantContract.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/TenantContract.php | MIT |
public function setDisplayName($val)
{
$this->_propDict["displayName"] = $val;
return $this;
} | Sets the displayName
The display name for the tenant. Optional. Read-only.
@param string $val The value of the displayName
@return TenantContract | setDisplayName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/TenantContract.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/TenantContract.php | MIT |
public function getEmail()
{
if (array_key_exists("email", $this->_propDict)) {
return $this->_propDict["email"];
} else {
return null;
}
} | Gets the email
Email of the data subject.
@return string|null The email | getEmail | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/DataSubject.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DataSubject.php | MIT |
public function setEmail($val)
{
$this->_propDict["email"] = $val;
return $this;
} | Sets the email
Email of the data subject.
@param string $val The value of the email
@return DataSubject | setEmail | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/DataSubject.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DataSubject.php | MIT |
public function getFirstName()
{
if (array_key_exists("firstName", $this->_propDict)) {
return $this->_propDict["firstName"];
} else {
return null;
}
} | Gets the firstName
First name of the data subject.
@return string|null The firstName | getFirstName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/DataSubject.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DataSubject.php | MIT |
public function setFirstName($val)
{
$this->_propDict["firstName"] = $val;
return $this;
} | Sets the firstName
First name of the data subject.
@param string $val The value of the firstName
@return DataSubject | setFirstName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/DataSubject.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DataSubject.php | MIT |
public function getLastName()
{
if (array_key_exists("lastName", $this->_propDict)) {
return $this->_propDict["lastName"];
} else {
return null;
}
} | Gets the lastName
Last Name of the data subject.
@return string|null The lastName | getLastName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/DataSubject.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DataSubject.php | MIT |
public function setLastName($val)
{
$this->_propDict["lastName"] = $val;
return $this;
} | Sets the lastName
Last Name of the data subject.
@param string $val The value of the lastName
@return DataSubject | setLastName | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/DataSubject.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DataSubject.php | MIT |
public function getResidency()
{
if (array_key_exists("residency", $this->_propDict)) {
return $this->_propDict["residency"];
} else {
return null;
}
} | Gets the residency
The country/region of residency. The residency information is uesed only for internal reporting but not for the content search.
@return string|null The residency | getResidency | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/DataSubject.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DataSubject.php | MIT |
public function setResidency($val)
{
$this->_propDict["residency"] = $val;
return $this;
} | Sets the residency
The country/region of residency. The residency information is uesed only for internal reporting but not for the content search.
@param string $val The value of the residency
@return DataSubject | setResidency | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Model/DataSubject.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/DataSubject.php | MIT |
public function getSource()
{
if (array_key_exists("source", $this->_propDict)) {
if (is_a($this->_propDict["source"], "\Beta\Microsoft\Graph\Model\DeviceAndAppManagementAssignmentSource") || is_null($this->_propDict["source"])) {
return $this->_propDict["source"];
} else {
$this->_propDict["source"] = new DeviceAndAppManagementAssignmentSource($this->_propDict["source"]);
return $this->_propDict["source"];
}
}
return null;
} | Gets the source
The assignment source for the device compliance policy, direct or parcel/policySet. Possible values are: direct, policySets.
@return DeviceAndAppManagementAssignmentSource|null The source | getSource | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationPolicyAssignment.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationPolicyAssignment.php | MIT |
public function setSource($val)
{
$this->_propDict["source"] = $val;
return $this;
} | Sets the source
The assignment source for the device compliance policy, direct or parcel/policySet. Possible values are: direct, policySets.
@param DeviceAndAppManagementAssignmentSource $val The source
@return DeviceManagementConfigurationPolicyAssignment | setSource | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationPolicyAssignment.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationPolicyAssignment.php | MIT |
public function getSourceId()
{
if (array_key_exists("sourceId", $this->_propDict)) {
return $this->_propDict["sourceId"];
} else {
return null;
}
} | Gets the sourceId
The identifier of the source of the assignment.
@return string|null The sourceId | getSourceId | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationPolicyAssignment.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationPolicyAssignment.php | MIT |
public function setSourceId($val)
{
$this->_propDict["sourceId"] = $val;
return $this;
} | Sets the sourceId
The identifier of the source of the assignment.
@param string $val The sourceId
@return DeviceManagementConfigurationPolicyAssignment | setSourceId | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationPolicyAssignment.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationPolicyAssignment.php | MIT |
public function getTarget()
{
if (array_key_exists("target", $this->_propDict)) {
if (is_a($this->_propDict["target"], "\Beta\Microsoft\Graph\Model\DeviceAndAppManagementAssignmentTarget") || is_null($this->_propDict["target"])) {
return $this->_propDict["target"];
} else {
$this->_propDict["target"] = new DeviceAndAppManagementAssignmentTarget($this->_propDict["target"]);
return $this->_propDict["target"];
}
}
return null;
} | Gets the target
The assignment target for the DeviceManagementConfigurationPolicy.
@return DeviceAndAppManagementAssignmentTarget|null The target | getTarget | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationPolicyAssignment.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationPolicyAssignment.php | MIT |
public function setTarget($val)
{
$this->_propDict["target"] = $val;
return $this;
} | Sets the target
The assignment target for the DeviceManagementConfigurationPolicy.
@param DeviceAndAppManagementAssignmentTarget $val The target
@return DeviceManagementConfigurationPolicyAssignment | setTarget | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationPolicyAssignment.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationPolicyAssignment.php | MIT |
public function getBottomMargins()
{
if (array_key_exists("bottomMargins", $this->_propDict)) {
return $this->_propDict["bottomMargins"];
} else {
return null;
}
} | Gets the bottomMargins
A list of supported bottom margins(in microns) for the printer.
@return int|null The bottomMargins | getBottomMargins | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function setBottomMargins($val)
{
$this->_propDict["bottomMargins"] = $val;
return $this;
} | Sets the bottomMargins
A list of supported bottom margins(in microns) for the printer.
@param int $val The value of the bottomMargins
@return PrinterCapabilities | setBottomMargins | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function getCollation()
{
if (array_key_exists("collation", $this->_propDict)) {
return $this->_propDict["collation"];
} else {
return null;
}
} | Gets the collation
True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise.
@return bool|null The collation | getCollation | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function setCollation($val)
{
$this->_propDict["collation"] = $val;
return $this;
} | Sets the collation
True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise.
@param bool $val The value of the collation
@return PrinterCapabilities | setCollation | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function getColorModes()
{
if (array_key_exists("colorModes", $this->_propDict)) {
if (is_a($this->_propDict["colorModes"], "\Beta\Microsoft\Graph\Model\PrintColorMode") || is_null($this->_propDict["colorModes"])) {
return $this->_propDict["colorModes"];
} else {
$this->_propDict["colorModes"] = new PrintColorMode($this->_propDict["colorModes"]);
return $this->_propDict["colorModes"];
}
}
return null;
} | Gets the colorModes
The color modes supported by the printer. Valid values are described in the following table.
@return PrintColorMode|null The colorModes | getColorModes | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function setColorModes($val)
{
$this->_propDict["colorModes"] = $val;
return $this;
} | Sets the colorModes
The color modes supported by the printer. Valid values are described in the following table.
@param PrintColorMode $val The value to assign to the colorModes
@return PrinterCapabilities The PrinterCapabilities | setColorModes | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function getContentTypes()
{
if (array_key_exists("contentTypes", $this->_propDict)) {
return $this->_propDict["contentTypes"];
} else {
return null;
}
} | Gets the contentTypes
A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types.
@return string|null The contentTypes | getContentTypes | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function setContentTypes($val)
{
$this->_propDict["contentTypes"] = $val;
return $this;
} | Sets the contentTypes
A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types.
@param string $val The value of the contentTypes
@return PrinterCapabilities | setContentTypes | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function getCopiesPerJob()
{
if (array_key_exists("copiesPerJob", $this->_propDict)) {
if (is_a($this->_propDict["copiesPerJob"], "\Beta\Microsoft\Graph\Model\IntegerRange") || is_null($this->_propDict["copiesPerJob"])) {
return $this->_propDict["copiesPerJob"];
} else {
$this->_propDict["copiesPerJob"] = new IntegerRange($this->_propDict["copiesPerJob"]);
return $this->_propDict["copiesPerJob"];
}
}
return null;
} | Gets the copiesPerJob
The range of copies per job supported by the printer.
@return IntegerRange|null The copiesPerJob | getCopiesPerJob | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function setCopiesPerJob($val)
{
$this->_propDict["copiesPerJob"] = $val;
return $this;
} | Sets the copiesPerJob
The range of copies per job supported by the printer.
@param IntegerRange $val The value to assign to the copiesPerJob
@return PrinterCapabilities The PrinterCapabilities | setCopiesPerJob | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function getDpis()
{
if (array_key_exists("dpis", $this->_propDict)) {
return $this->_propDict["dpis"];
} else {
return null;
}
} | Gets the dpis
The list of print resolutions in DPI that are supported by the printer.
@return int|null The dpis | getDpis | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function setDpis($val)
{
$this->_propDict["dpis"] = $val;
return $this;
} | Sets the dpis
The list of print resolutions in DPI that are supported by the printer.
@param int $val The value of the dpis
@return PrinterCapabilities | setDpis | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function getDuplexModes()
{
if (array_key_exists("duplexModes", $this->_propDict)) {
if (is_a($this->_propDict["duplexModes"], "\Beta\Microsoft\Graph\Model\PrintDuplexMode") || is_null($this->_propDict["duplexModes"])) {
return $this->_propDict["duplexModes"];
} else {
$this->_propDict["duplexModes"] = new PrintDuplexMode($this->_propDict["duplexModes"]);
return $this->_propDict["duplexModes"];
}
}
return null;
} | Gets the duplexModes
The list of duplex modes that are supported by the printer. Valid values are described in the following table.
@return PrintDuplexMode|null The duplexModes | getDuplexModes | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function setDuplexModes($val)
{
$this->_propDict["duplexModes"] = $val;
return $this;
} | Sets the duplexModes
The list of duplex modes that are supported by the printer. Valid values are described in the following table.
@param PrintDuplexMode $val The value to assign to the duplexModes
@return PrinterCapabilities The PrinterCapabilities | setDuplexModes | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function getFeedOrientations()
{
if (array_key_exists("feedOrientations", $this->_propDict)) {
if (is_a($this->_propDict["feedOrientations"], "\Beta\Microsoft\Graph\Model\PrinterFeedOrientation") || is_null($this->_propDict["feedOrientations"])) {
return $this->_propDict["feedOrientations"];
} else {
$this->_propDict["feedOrientations"] = new PrinterFeedOrientation($this->_propDict["feedOrientations"]);
return $this->_propDict["feedOrientations"];
}
}
return null;
} | Gets the feedOrientations
The list of feed orientations that are supported by the printer.
@return PrinterFeedOrientation|null The feedOrientations | getFeedOrientations | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function setFeedOrientations($val)
{
$this->_propDict["feedOrientations"] = $val;
return $this;
} | Sets the feedOrientations
The list of feed orientations that are supported by the printer.
@param PrinterFeedOrientation $val The value to assign to the feedOrientations
@return PrinterCapabilities The PrinterCapabilities | setFeedOrientations | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function getFinishings()
{
if (array_key_exists("finishings", $this->_propDict)) {
if (is_a($this->_propDict["finishings"], "\Beta\Microsoft\Graph\Model\PrintFinishing") || is_null($this->_propDict["finishings"])) {
return $this->_propDict["finishings"];
} else {
$this->_propDict["finishings"] = new PrintFinishing($this->_propDict["finishings"]);
return $this->_propDict["finishings"];
}
}
return null;
} | Gets the finishings
Finishing processes the printer supports for a printed document.
@return PrintFinishing|null The finishings | getFinishings | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function setFinishings($val)
{
$this->_propDict["finishings"] = $val;
return $this;
} | Sets the finishings
Finishing processes the printer supports for a printed document.
@param PrintFinishing $val The value to assign to the finishings
@return PrinterCapabilities The PrinterCapabilities | setFinishings | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function getInputBins()
{
if (array_key_exists("inputBins", $this->_propDict)) {
return $this->_propDict["inputBins"];
} else {
return null;
}
} | Gets the inputBins
Supported input bins for the printer.
@return string|null The inputBins | getInputBins | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function setInputBins($val)
{
$this->_propDict["inputBins"] = $val;
return $this;
} | Sets the inputBins
Supported input bins for the printer.
@param string $val The value of the inputBins
@return PrinterCapabilities | setInputBins | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function getIsColorPrintingSupported()
{
if (array_key_exists("isColorPrintingSupported", $this->_propDict)) {
return $this->_propDict["isColorPrintingSupported"];
} else {
return null;
}
} | Gets the isColorPrintingSupported
True if color printing is supported by the printer; false otherwise. Read-only.
@return bool|null The isColorPrintingSupported | getIsColorPrintingSupported | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function setIsColorPrintingSupported($val)
{
$this->_propDict["isColorPrintingSupported"] = $val;
return $this;
} | Sets the isColorPrintingSupported
True if color printing is supported by the printer; false otherwise. Read-only.
@param bool $val The value of the isColorPrintingSupported
@return PrinterCapabilities | setIsColorPrintingSupported | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function getIsPageRangeSupported()
{
if (array_key_exists("isPageRangeSupported", $this->_propDict)) {
return $this->_propDict["isPageRangeSupported"];
} else {
return null;
}
} | Gets the isPageRangeSupported
True if the printer supports printing by page ranges; false otherwise.
@return bool|null The isPageRangeSupported | getIsPageRangeSupported | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function setIsPageRangeSupported($val)
{
$this->_propDict["isPageRangeSupported"] = $val;
return $this;
} | Sets the isPageRangeSupported
True if the printer supports printing by page ranges; false otherwise.
@param bool $val The value of the isPageRangeSupported
@return PrinterCapabilities | setIsPageRangeSupported | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function getLeftMargins()
{
if (array_key_exists("leftMargins", $this->_propDict)) {
return $this->_propDict["leftMargins"];
} else {
return null;
}
} | Gets the leftMargins
A list of supported left margins(in microns) for the printer.
@return int|null The leftMargins | getLeftMargins | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function setLeftMargins($val)
{
$this->_propDict["leftMargins"] = $val;
return $this;
} | Sets the leftMargins
A list of supported left margins(in microns) for the printer.
@param int $val The value of the leftMargins
@return PrinterCapabilities | setLeftMargins | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function getMediaColors()
{
if (array_key_exists("mediaColors", $this->_propDict)) {
return $this->_propDict["mediaColors"];
} else {
return null;
}
} | Gets the mediaColors
The media (i.e., paper) colors supported by the printer.
@return string|null The mediaColors | getMediaColors | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function setMediaColors($val)
{
$this->_propDict["mediaColors"] = $val;
return $this;
} | Sets the mediaColors
The media (i.e., paper) colors supported by the printer.
@param string $val The value of the mediaColors
@return PrinterCapabilities | setMediaColors | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function getMediaSizes()
{
if (array_key_exists("mediaSizes", $this->_propDict)) {
return $this->_propDict["mediaSizes"];
} else {
return null;
}
} | Gets the mediaSizes
The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table.
@return string|null The mediaSizes | getMediaSizes | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function setMediaSizes($val)
{
$this->_propDict["mediaSizes"] = $val;
return $this;
} | Sets the mediaSizes
The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table.
@param string $val The value of the mediaSizes
@return PrinterCapabilities | setMediaSizes | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function getMediaTypes()
{
if (array_key_exists("mediaTypes", $this->_propDict)) {
return $this->_propDict["mediaTypes"];
} else {
return null;
}
} | Gets the mediaTypes
The media types supported by the printer.
@return string|null The mediaTypes | getMediaTypes | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function setMediaTypes($val)
{
$this->_propDict["mediaTypes"] = $val;
return $this;
} | Sets the mediaTypes
The media types supported by the printer.
@param string $val The value of the mediaTypes
@return PrinterCapabilities | setMediaTypes | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function getMultipageLayouts()
{
if (array_key_exists("multipageLayouts", $this->_propDict)) {
if (is_a($this->_propDict["multipageLayouts"], "\Beta\Microsoft\Graph\Model\PrintMultipageLayout") || is_null($this->_propDict["multipageLayouts"])) {
return $this->_propDict["multipageLayouts"];
} else {
$this->_propDict["multipageLayouts"] = new PrintMultipageLayout($this->_propDict["multipageLayouts"]);
return $this->_propDict["multipageLayouts"];
}
}
return null;
} | Gets the multipageLayouts
The presentation directions supported by the printer. Supported values are described in the following table.
@return PrintMultipageLayout|null The multipageLayouts | getMultipageLayouts | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function setMultipageLayouts($val)
{
$this->_propDict["multipageLayouts"] = $val;
return $this;
} | Sets the multipageLayouts
The presentation directions supported by the printer. Supported values are described in the following table.
@param PrintMultipageLayout $val The value to assign to the multipageLayouts
@return PrinterCapabilities The PrinterCapabilities | setMultipageLayouts | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function getOrientations()
{
if (array_key_exists("orientations", $this->_propDict)) {
if (is_a($this->_propDict["orientations"], "\Beta\Microsoft\Graph\Model\PrintOrientation") || is_null($this->_propDict["orientations"])) {
return $this->_propDict["orientations"];
} else {
$this->_propDict["orientations"] = new PrintOrientation($this->_propDict["orientations"]);
return $this->_propDict["orientations"];
}
}
return null;
} | Gets the orientations
The print orientations supported by the printer. Valid values are described in the following table.
@return PrintOrientation|null The orientations | getOrientations | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function setOrientations($val)
{
$this->_propDict["orientations"] = $val;
return $this;
} | Sets the orientations
The print orientations supported by the printer. Valid values are described in the following table.
@param PrintOrientation $val The value to assign to the orientations
@return PrinterCapabilities The PrinterCapabilities | setOrientations | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function getOutputBins()
{
if (array_key_exists("outputBins", $this->_propDict)) {
return $this->_propDict["outputBins"];
} else {
return null;
}
} | Gets the outputBins
The printer's supported output bins (trays).
@return string|null The outputBins | getOutputBins | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function setOutputBins($val)
{
$this->_propDict["outputBins"] = $val;
return $this;
} | Sets the outputBins
The printer's supported output bins (trays).
@param string $val The value of the outputBins
@return PrinterCapabilities | setOutputBins | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function getPagesPerSheet()
{
if (array_key_exists("pagesPerSheet", $this->_propDict)) {
return $this->_propDict["pagesPerSheet"];
} else {
return null;
}
} | Gets the pagesPerSheet
Supported number of Input Pages to impose upon a single Impression.
@return int|null The pagesPerSheet | getPagesPerSheet | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function setPagesPerSheet($val)
{
$this->_propDict["pagesPerSheet"] = $val;
return $this;
} | Sets the pagesPerSheet
Supported number of Input Pages to impose upon a single Impression.
@param int $val The value of the pagesPerSheet
@return PrinterCapabilities | setPagesPerSheet | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function getQualities()
{
if (array_key_exists("qualities", $this->_propDict)) {
if (is_a($this->_propDict["qualities"], "\Beta\Microsoft\Graph\Model\PrintQuality") || is_null($this->_propDict["qualities"])) {
return $this->_propDict["qualities"];
} else {
$this->_propDict["qualities"] = new PrintQuality($this->_propDict["qualities"]);
return $this->_propDict["qualities"];
}
}
return null;
} | Gets the qualities
The print qualities supported by the printer.
@return PrintQuality|null The qualities | getQualities | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function setQualities($val)
{
$this->_propDict["qualities"] = $val;
return $this;
} | Sets the qualities
The print qualities supported by the printer.
@param PrintQuality $val The value to assign to the qualities
@return PrinterCapabilities The PrinterCapabilities | setQualities | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function getRightMargins()
{
if (array_key_exists("rightMargins", $this->_propDict)) {
return $this->_propDict["rightMargins"];
} else {
return null;
}
} | Gets the rightMargins
A list of supported right margins(in microns) for the printer.
@return int|null The rightMargins | getRightMargins | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function setRightMargins($val)
{
$this->_propDict["rightMargins"] = $val;
return $this;
} | Sets the rightMargins
A list of supported right margins(in microns) for the printer.
@param int $val The value of the rightMargins
@return PrinterCapabilities | setRightMargins | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function getScalings()
{
if (array_key_exists("scalings", $this->_propDict)) {
if (is_a($this->_propDict["scalings"], "\Beta\Microsoft\Graph\Model\PrintScaling") || is_null($this->_propDict["scalings"])) {
return $this->_propDict["scalings"];
} else {
$this->_propDict["scalings"] = new PrintScaling($this->_propDict["scalings"]);
return $this->_propDict["scalings"];
}
}
return null;
} | Gets the scalings
Supported print scalings.
@return PrintScaling|null The scalings | getScalings | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function setScalings($val)
{
$this->_propDict["scalings"] = $val;
return $this;
} | Sets the scalings
Supported print scalings.
@param PrintScaling $val The value to assign to the scalings
@return PrinterCapabilities The PrinterCapabilities | setScalings | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function getSupportedColorConfigurations()
{
if (array_key_exists("supportedColorConfigurations", $this->_propDict)) {
if (is_a($this->_propDict["supportedColorConfigurations"], "\Beta\Microsoft\Graph\Model\PrintColorConfiguration") || is_null($this->_propDict["supportedColorConfigurations"])) {
return $this->_propDict["supportedColorConfigurations"];
} else {
$this->_propDict["supportedColorConfigurations"] = new PrintColorConfiguration($this->_propDict["supportedColorConfigurations"]);
return $this->_propDict["supportedColorConfigurations"];
}
}
return null;
} | Gets the supportedColorConfigurations
@return PrintColorConfiguration|null The supportedColorConfigurations | getSupportedColorConfigurations | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function setSupportedColorConfigurations($val)
{
$this->_propDict["supportedColorConfigurations"] = $val;
return $this;
} | Sets the supportedColorConfigurations
@param PrintColorConfiguration $val The value to assign to the supportedColorConfigurations
@return PrinterCapabilities The PrinterCapabilities | setSupportedColorConfigurations | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function getSupportedCopiesPerJob()
{
if (array_key_exists("supportedCopiesPerJob", $this->_propDict)) {
if (is_a($this->_propDict["supportedCopiesPerJob"], "\Beta\Microsoft\Graph\Model\IntegerRange") || is_null($this->_propDict["supportedCopiesPerJob"])) {
return $this->_propDict["supportedCopiesPerJob"];
} else {
$this->_propDict["supportedCopiesPerJob"] = new IntegerRange($this->_propDict["supportedCopiesPerJob"]);
return $this->_propDict["supportedCopiesPerJob"];
}
}
return null;
} | Gets the supportedCopiesPerJob
@return IntegerRange|null The supportedCopiesPerJob | getSupportedCopiesPerJob | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function setSupportedCopiesPerJob($val)
{
$this->_propDict["supportedCopiesPerJob"] = $val;
return $this;
} | Sets the supportedCopiesPerJob
@param IntegerRange $val The value to assign to the supportedCopiesPerJob
@return PrinterCapabilities The PrinterCapabilities | setSupportedCopiesPerJob | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
public function getSupportedDocumentMimeTypes()
{
if (array_key_exists("supportedDocumentMimeTypes", $this->_propDict)) {
return $this->_propDict["supportedDocumentMimeTypes"];
} else {
return null;
}
} | Gets the supportedDocumentMimeTypes
@return string|null The supportedDocumentMimeTypes | getSupportedDocumentMimeTypes | php | xiebruce/PicUploader | vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/PrinterCapabilities.php | MIT |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.