Class Training

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

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

    • availabilityStatus

      @SerializedName(value="availabilityStatus", alternate="AvailabilityStatus") @Expose @Nullable public TrainingAvailabilityStatus availabilityStatus
      The Availability Status.
    • createdBy

      @SerializedName(value="createdBy", alternate="CreatedBy") @Expose @Nullable public EmailIdentity createdBy
      The Created By.
    • createdDateTime

      @SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTime
      The Created Date Time.
    • description

      @SerializedName(value="description", alternate="Description") @Expose @Nullable public String description
      The Description.
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name.
    • durationInMinutes

      @SerializedName(value="durationInMinutes", alternate="DurationInMinutes") @Expose @Nullable public Integer durationInMinutes
      The Duration In Minutes.
    • hasEvaluation

      @SerializedName(value="hasEvaluation", alternate="HasEvaluation") @Expose @Nullable public Boolean hasEvaluation
      The Has Evaluation.
    • lastModifiedBy

      @SerializedName(value="lastModifiedBy", alternate="LastModifiedBy") @Expose @Nullable public EmailIdentity lastModifiedBy
      The Last Modified By.
    • lastModifiedDateTime

      @SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose @Nullable public OffsetDateTime lastModifiedDateTime
      The Last Modified Date Time.
    • source

      @SerializedName(value="source", alternate="Source") @Expose @Nullable public SimulationContentSource source
      The Source.
    • supportedLocales

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

      @SerializedName(value="tags", alternate="Tags") @Expose @Nullable public List<String> tags
      The Tags.
    • type

      @SerializedName(value="type", alternate="Type") @Expose @Nullable public TrainingType type
      The Type.
    • languageDetails

      @SerializedName(value="languageDetails", alternate="LanguageDetails") @Expose @Nullable public TrainingLanguageDetailCollectionPage languageDetails
      The Language Details.
  • Constructor Details

    • Training

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