Class InformationalUrl

java.lang.Object
com.microsoft.graph.models.InformationalUrl
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class InformationalUrl extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Informational Url.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • logoUrl

      @SerializedName(value="logoUrl", alternate="LogoUrl") @Expose @Nullable public String logoUrl
      The Logo Url. CDN URL to the application's logo, Read-only.
    • marketingUrl

      @SerializedName(value="marketingUrl", alternate="MarketingUrl") @Expose @Nullable public String marketingUrl
      The Marketing Url. Link to the application's marketing page. For example, https://www.contoso.com/app/marketing
    • privacyStatementUrl

      @SerializedName(value="privacyStatementUrl", alternate="PrivacyStatementUrl") @Expose @Nullable public String privacyStatementUrl
      The Privacy Statement Url. Link to the application's privacy statement. For example, https://www.contoso.com/app/privacy
    • supportUrl

      @SerializedName(value="supportUrl", alternate="SupportUrl") @Expose @Nullable public String supportUrl
      The Support Url. Link to the application's support page. For example, https://www.contoso.com/app/support
    • termsOfServiceUrl

      @SerializedName(value="termsOfServiceUrl", alternate="TermsOfServiceUrl") @Expose @Nullable public String termsOfServiceUrl
      The Terms Of Service Url. Link to the application's terms of service statement. For example, https://www.contoso.com/app/termsofservice
  • Constructor Details

    • InformationalUrl

      public InformationalUrl()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to