Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPrivacyProfile
-
Packages that use MicrosoftGraphPrivacyProfile Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphPrivacyProfile in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphPrivacyProfile Modifier and Type Method Description MicrosoftGraphPrivacyProfile
MicrosoftGraphOrganizationInner. privacyProfile()
Get the privacyProfile property: privacyProfile.MicrosoftGraphPrivacyProfile
MicrosoftGraphPrivacyProfile. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: privacyProfile.MicrosoftGraphPrivacyProfile
MicrosoftGraphPrivacyProfile. withContactEmail(String contactEmail)
Set the contactEmail property: A valid smtp email address for the privacy statement contact.MicrosoftGraphPrivacyProfile
MicrosoftGraphPrivacyProfile. withStatementUrl(String statementUrl)
Set the statementUrl property: A valid URL format that begins with http:// or https://.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphPrivacyProfile Modifier and Type Method Description MicrosoftGraphOrganizationInner
MicrosoftGraphOrganizationInner. withPrivacyProfile(MicrosoftGraphPrivacyProfile privacyProfile)
Set the privacyProfile property: privacyProfile.
-