Package com.microsoft.graph.models
Class CustomTrainingSetting
java.lang.Object
com.microsoft.graph.models.TrainingSetting
com.microsoft.graph.models.CustomTrainingSetting
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class CustomTrainingSetting
extends TrainingSetting
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Custom Training Setting.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Assigned To.The Description.The Display Name.The Duration In Minutes.The Url.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
-
assignedTo
@SerializedName(value="assignedTo", alternate="AssignedTo") @Expose @Nullable public List<TrainingAssignedTo> assignedToThe Assigned To. A user collection that specifies to whom the training should be assigned. Possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue. -
description
@SerializedName(value="description", alternate="Description") @Expose @Nullable public String descriptionThe Description. The description of the custom training setting. -
displayName
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayNameThe Display Name. The display name of the custom training setting. -
durationInMinutes
@SerializedName(value="durationInMinutes", alternate="DurationInMinutes") @Expose @Nullable public Integer durationInMinutesThe Duration In Minutes. Training duration. -
url
The Url. The training URL.
-
-
Constructor Details
-
CustomTrainingSetting
public CustomTrainingSetting()
-
-
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
-