Class LandingPage

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

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

    • createdBy

      @SerializedName(value="createdBy", alternate="CreatedBy") @Expose @Nullable public EmailIdentity createdBy
      The Created By. Identity of the user who created the landing page.
    • createdDateTime

      @SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTime
      The Created Date Time. Date and time when the landing page was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
    • description

      @SerializedName(value="description", alternate="Description") @Expose @Nullable public String description
      The Description. Description of the landing page as defined by the user.
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. The display name of the landing page.
    • lastModifiedBy

      @SerializedName(value="lastModifiedBy", alternate="LastModifiedBy") @Expose @Nullable public EmailIdentity lastModifiedBy
      The Last Modified By. Email identity of the user who last modified the landing page.
    • lastModifiedDateTime

      @SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose @Nullable public OffsetDateTime lastModifiedDateTime
      The Last Modified Date Time. Date and time when the landing page was last modified. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
    • locale

      @SerializedName(value="locale", alternate="Locale") @Expose @Nullable public String locale
      The Locale. Content locale.
    • source

      @SerializedName(value="source", alternate="Source") @Expose @Nullable public SimulationContentSource source
      The Source. The source of the content. Possible values are: unknown, global, tenant, unknownFutureValue.
    • status

      @SerializedName(value="status", alternate="Status") @Expose @Nullable public SimulationContentStatus status
      The Status. The status of the simulation. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.
    • supportedLocales

      @SerializedName(value="supportedLocales", alternate="SupportedLocales") @Expose @Nullable public List<String> supportedLocales
      The Supported Locales. Supported locales.
    • details

      @SerializedName(value="details", alternate="Details") @Expose @Nullable public LandingPageDetailCollectionPage details
      The Details. The detail information for a landing page associated with a simulation during its creation.
  • Constructor Details

    • LandingPage

      public LandingPage()
  • 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