Class TrainingLanguageDetail

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

public class TrainingLanguageDetail extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Training Language Detail.
  • Field Details

    • content

      @SerializedName(value="content", alternate="Content") @Expose @Nullable public String content
      The Content. Language specific content for the training.
    • createdBy

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

      @SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTime
      The Created Date Time. Date and time when the language details were 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 as defined by the user.
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. Display name as defined by the user.
    • isDefaultLangauge

      @SerializedName(value="isDefaultLangauge", alternate="IsDefaultLangauge") @Expose @Nullable public Boolean isDefaultLangauge
      The Is Default Langauge. Indicates whether the training has a default language.
    • lastModifiedBy

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

      @SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose @Nullable public OffsetDateTime lastModifiedDateTime
      The Last Modified Date Time. Date and time when the trainingLanguageDetail 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 for the training detail.
  • Constructor Details

    • TrainingLanguageDetail

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