你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MicrosoftGraphPrivacyProfile Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphPrivacyProfile
- com.
Implements
public final class MicrosoftGraphPrivacyProfile
implements JsonSerializable<MicrosoftGraphPrivacyProfile>
privacyProfile.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphPrivacyProfile() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
String |
contactEmail()
Get the contact |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
String |
statementUrl()
Get the statement |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withContactEmail(String contactEmail)
Set the contact |
Microsoft |
withStatementUrl(String statementUrl)
Set the statement |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphPrivacyProfile
public MicrosoftGraphPrivacyProfile()
Creates an instance of MicrosoftGraphPrivacyProfile class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: privacyProfile.
Returns:
contactEmail
public String contactEmail()
Get the contactEmail property: A valid smtp email address for the privacy statement contact. Not required.
Returns:
fromJson
public static MicrosoftGraphPrivacyProfile fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphPrivacyProfile from the JsonReader.
Parameters:
Returns:
Throws:
statementUrl
public String statementUrl()
Get the statementUrl property: A valid URL format that begins with http:// or https://. Maximum length is 255 characters. The URL that directs to the company's privacy statement. Not required.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphPrivacyProfile withAdditionalProperties(Map
Set the additionalProperties property: privacyProfile.
Parameters:
Returns:
withContactEmail
public MicrosoftGraphPrivacyProfile withContactEmail(String contactEmail)
Set the contactEmail property: A valid smtp email address for the privacy statement contact. Not required.
Parameters:
Returns:
withStatementUrl
public MicrosoftGraphPrivacyProfile withStatementUrl(String statementUrl)
Set the statementUrl property: A valid URL format that begins with http:// or https://. Maximum length is 255 characters. The URL that directs to the company's privacy statement. Not required.
Parameters:
Returns: