Uses of Class
odata.msgraph.client.complex.UserTrainingEventInfo
-
Packages that use UserTrainingEventInfo Package Description odata.msgraph.client.complex -
-
Uses of UserTrainingEventInfo in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex with type parameters of type UserTrainingEventInfo Modifier and Type Field Description protected List<UserTrainingEventInfo>UserSimulationDetails. trainingEventsMethods in odata.msgraph.client.complex that return UserTrainingEventInfo Modifier and Type Method Description UserTrainingEventInfoUserTrainingEventInfo.Builder. build()UserTrainingEventInfoUserTrainingEventInfo. withDisplayName(String displayName)UserTrainingEventInfoUserTrainingEventInfo. withLatestTrainingStatus(TrainingStatus latestTrainingStatus)UserTrainingEventInfoUserTrainingEventInfo. withTrainingAssignedProperties(UserTrainingContentEventInfo trainingAssignedProperties)UserTrainingEventInfoUserTrainingEventInfo. withTrainingCompletedProperties(UserTrainingContentEventInfo trainingCompletedProperties)UserTrainingEventInfoUserTrainingEventInfo. withTrainingUpdatedProperties(UserTrainingContentEventInfo trainingUpdatedProperties)UserTrainingEventInfoUserTrainingEventInfo. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type UserTrainingEventInfo Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<UserTrainingEventInfo>UserSimulationDetails. getTrainingEvents()com.github.davidmoten.odata.client.CollectionPage<UserTrainingEventInfo>UserSimulationDetails. getTrainingEvents(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.complex with parameters of type UserTrainingEventInfo Modifier and Type Method Description UserSimulationDetails.BuilderUserSimulationDetails.Builder. trainingEvents(UserTrainingEventInfo... trainingEvents)Method parameters in odata.msgraph.client.complex with type arguments of type UserTrainingEventInfo Modifier and Type Method Description UserSimulationDetails.BuilderUserSimulationDetails.Builder. trainingEvents(List<UserTrainingEventInfo> trainingEvents)
-