Package com.microsoft.graph.models
Class MicrosoftManagedTrainingSetting
java.lang.Object
com.microsoft.graph.models.TrainingSetting
com.microsoft.graph.models.MicrosoftManagedTrainingSetting
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class MicrosoftManagedTrainingSetting
extends TrainingSetting
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Microsoft Managed Training Setting.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Completion Date Time.The Training Completion Duration.Fields inherited from class com.microsoft.graph.models.TrainingSetting
oDataType, settingType -
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.TrainingSetting
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
-
completionDateTime
@SerializedName(value="completionDateTime", alternate="CompletionDateTime") @Expose @Nullable public OffsetDateTime completionDateTimeThe Completion Date Time. The completion date for the training. 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. -
trainingCompletionDuration
@SerializedName(value="trainingCompletionDuration", alternate="TrainingCompletionDuration") @Expose @Nullable public TrainingCompletionDuration trainingCompletionDurationThe Training Completion Duration. The training completion duration that needs to be provided before scheduling the training. The possible values are: week, fortnite, month, unknownFutureValue.
-
-
Constructor Details
-
MicrosoftManagedTrainingSetting
public MicrosoftManagedTrainingSetting()
-
-
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 classTrainingSetting- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-