Class MicrosoftGraphInformationalUrl

java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphInformationalUrl

public final class MicrosoftGraphInformationalUrl extends Object
informationalUrl.
  • Constructor Details

    • MicrosoftGraphInformationalUrl

      public MicrosoftGraphInformationalUrl()
      Creates an instance of MicrosoftGraphInformationalUrl class.
  • Method Details

    • logoUrl

      public String logoUrl()
      Get the logoUrl property: CDN URL to the application's logo, Read-only.
      Returns:
      the logoUrl value.
    • withLogoUrl

      public MicrosoftGraphInformationalUrl withLogoUrl(String logoUrl)
      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

      public String 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

      public MicrosoftGraphInformationalUrl withMarketingUrl(String marketingUrl)
      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

      public String 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

      public MicrosoftGraphInformationalUrl withPrivacyStatementUrl(String privacyStatementUrl)
      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

      public String 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

      public MicrosoftGraphInformationalUrl withSupportUrl(String supportUrl)
      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

      public String 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

      public MicrosoftGraphInformationalUrl withTermsOfServiceUrl(String termsOfServiceUrl)
      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

      public Map<String,Object> 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.