Package com.microsoft.graph.models
Class Training
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.Training
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
The class for the Training.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Availability Status.The Created By.The Created Date Time.The Description.The Display Name.The Duration In Minutes.The Has Evaluation.The Language Details.The Last Modified By.The Last Modified Date Time.The Source.The Supported Locales.The Tags.The Type. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
availabilityStatus
@SerializedName(value="availabilityStatus", alternate="AvailabilityStatus") @Expose @Nullable public TrainingAvailabilityStatus availabilityStatusThe Availability Status. -
createdBy
@SerializedName(value="createdBy", alternate="CreatedBy") @Expose @Nullable public EmailIdentity createdByThe Created By. -
createdDateTime
@SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTimeThe Created Date Time. -
description
@SerializedName(value="description", alternate="Description") @Expose @Nullable public String descriptionThe Description. -
displayName
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayNameThe Display Name. -
durationInMinutes
@SerializedName(value="durationInMinutes", alternate="DurationInMinutes") @Expose @Nullable public Integer durationInMinutesThe Duration In Minutes. -
hasEvaluation
@SerializedName(value="hasEvaluation", alternate="HasEvaluation") @Expose @Nullable public Boolean hasEvaluationThe Has Evaluation. -
lastModifiedBy
@SerializedName(value="lastModifiedBy", alternate="LastModifiedBy") @Expose @Nullable public EmailIdentity lastModifiedByThe Last Modified By. -
lastModifiedDateTime
@SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose @Nullable public OffsetDateTime lastModifiedDateTimeThe Last Modified Date Time. -
source
@SerializedName(value="source", alternate="Source") @Expose @Nullable public SimulationContentSource sourceThe Source. -
supportedLocales
@SerializedName(value="supportedLocales", alternate="SupportedLocales") @Expose @Nullable public List<String> supportedLocalesThe Supported Locales. -
tags
The Tags. -
type
The Type. -
languageDetails
@SerializedName(value="languageDetails", alternate="LanguageDetails") @Expose @Nullable public TrainingLanguageDetailCollectionPage languageDetailsThe 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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-