Class LandingPageDetail

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

public class LandingPageDetail extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Landing Page Detail.
  • Field Details

    • content

      @SerializedName(value="content", alternate="Content") @Expose @Nullable public String content
      The Content. Landing page detail content.
    • isDefaultLangauge

      @SerializedName(value="isDefaultLangauge", alternate="IsDefaultLangauge") @Expose @Nullable public Boolean isDefaultLangauge
      The Is Default Langauge. Indicates whether this language detail is default for the landing page.
    • language

      @SerializedName(value="language", alternate="Language") @Expose @Nullable public String language
      The Language. The content language for the landing page.
  • Constructor Details

    • LandingPageDetail

      public LandingPageDetail()
  • Method Details

    • 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
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to