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 MicrosoftGraphPrivacyProfileMicrosoftGraphOrganizationInner. privacyProfile()Get the privacyProfile property: privacyProfile.MicrosoftGraphPrivacyProfileMicrosoftGraphPrivacyProfile. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: privacyProfile.MicrosoftGraphPrivacyProfileMicrosoftGraphPrivacyProfile. withContactEmail(String contactEmail)Set the contactEmail property: A valid smtp email address for the privacy statement contact.MicrosoftGraphPrivacyProfileMicrosoftGraphPrivacyProfile. 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 MicrosoftGraphOrganizationInnerMicrosoftGraphOrganizationInner. withPrivacyProfile(MicrosoftGraphPrivacyProfile privacyProfile)Set the privacyProfile property: privacyProfile.
-