- 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 Summary
Fields
The Last Modified Date Time.
-
Constructor Summary
Constructors
-
Method Summary
void
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
content
@SerializedName(value="content",
alternate="Content")
@Expose
@Nullable
public String content
The Content.
-
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.
-
isDefaultLangauge
@SerializedName(value="isDefaultLangauge",
alternate="IsDefaultLangauge")
@Expose
@Nullable
public Boolean isDefaultLangauge
The Is Default Langauge.
-
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.
-
locale
@SerializedName(value="locale",
alternate="Locale")
@Expose
@Nullable
public String locale
The Locale.
-
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