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. Training availability status. Possible values are: unknown, notAvailable, available, archive, delete, unknownFutureValue.
    • createdBy

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

      @SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTime
      The Created Date Time. Date and time when the training 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. The description for the training.
    • displayName

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

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

      @SerializedName(value="hasEvaluation", alternate="HasEvaluation") @Expose @Nullable public Boolean hasEvaluation
      The Has Evaluation. Indicates whether the training has any evaluation.
    • lastModifiedBy

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

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

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

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

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

      @SerializedName(value="type", alternate="Type") @Expose @Nullable public TrainingType type
      The Type. The type of training. Possible values are: unknown, phishing, unknownFutureValue.
    • languageDetails

      @SerializedName(value="languageDetails", alternate="LanguageDetails") @Expose @Nullable public TrainingLanguageDetailCollectionPage languageDetails
      The Language Details. Language specific details on a training.
  • 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