Class MicrosoftGraphInformationalUrl
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphInformationalUrl
informationalUrl.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphInformationalUrl class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: informationalUrl.logoUrl()Get the logoUrl property: CDN URL to the application's logo, Read-only.Get the marketingUrl property: Link to the application's marketing page.Get the privacyStatementUrl property: Link to the application's privacy statement.Get the supportUrl property: Link to the application's support page.Get the termsOfServiceUrl property: Link to the application's terms of service statement.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: informationalUrl.withLogoUrl(String logoUrl) Set the logoUrl property: CDN URL to the application's logo, Read-only.withMarketingUrl(String marketingUrl) Set the marketingUrl property: Link to the application's marketing page.withPrivacyStatementUrl(String privacyStatementUrl) Set the privacyStatementUrl property: Link to the application's privacy statement.withSupportUrl(String supportUrl) Set the supportUrl property: Link to the application's support page.withTermsOfServiceUrl(String termsOfServiceUrl) Set the termsOfServiceUrl property: Link to the application's terms of service statement.
-
Constructor Details
-
MicrosoftGraphInformationalUrl
public MicrosoftGraphInformationalUrl()Creates an instance of MicrosoftGraphInformationalUrl class.
-
-
Method Details
-
logoUrl
Get the logoUrl property: CDN URL to the application's logo, Read-only.- Returns:
- the logoUrl value.
-
withLogoUrl
Set the logoUrl property: CDN URL to the application's logo, Read-only.- Parameters:
logoUrl- the logoUrl value to set.- Returns:
- the MicrosoftGraphInformationalUrl object itself.
-
marketingUrl
Get the marketingUrl property: Link to the application's marketing page. For example, https://www.contoso.com/app/marketing.- Returns:
- the marketingUrl value.
-
withMarketingUrl
Set the marketingUrl property: Link to the application's marketing page. For example, https://www.contoso.com/app/marketing.- Parameters:
marketingUrl- the marketingUrl value to set.- Returns:
- the MicrosoftGraphInformationalUrl object itself.
-
privacyStatementUrl
Get the privacyStatementUrl property: Link to the application's privacy statement. For example, https://www.contoso.com/app/privacy.- Returns:
- the privacyStatementUrl value.
-
withPrivacyStatementUrl
Set the privacyStatementUrl property: Link to the application's privacy statement. For example, https://www.contoso.com/app/privacy.- Parameters:
privacyStatementUrl- the privacyStatementUrl value to set.- Returns:
- the MicrosoftGraphInformationalUrl object itself.
-
supportUrl
Get the supportUrl property: Link to the application's support page. For example, https://www.contoso.com/app/support.- Returns:
- the supportUrl value.
-
withSupportUrl
Set the supportUrl property: Link to the application's support page. For example, https://www.contoso.com/app/support.- Parameters:
supportUrl- the supportUrl value to set.- Returns:
- the MicrosoftGraphInformationalUrl object itself.
-
termsOfServiceUrl
Get the termsOfServiceUrl property: Link to the application's terms of service statement. For example, https://www.contoso.com/app/termsofservice.- Returns:
- the termsOfServiceUrl value.
-
withTermsOfServiceUrl
Set the termsOfServiceUrl property: Link to the application's terms of service statement. For example, https://www.contoso.com/app/termsofservice.- Parameters:
termsOfServiceUrl- the termsOfServiceUrl value to set.- Returns:
- the MicrosoftGraphInformationalUrl object itself.
-
additionalProperties
Get the additionalProperties property: informationalUrl.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphInformationalUrl withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: informationalUrl.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphInformationalUrl object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-