Uses of Class
odata.msgraph.client.complex.UserTrainingContentEventInfo
-
Packages that use UserTrainingContentEventInfo Package Description odata.msgraph.client.complex -
-
Uses of UserTrainingContentEventInfo in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as UserTrainingContentEventInfo Modifier and Type Field Description protected UserTrainingContentEventInfoUserTrainingEventInfo. trainingAssignedPropertiesprotected UserTrainingContentEventInfoUserTrainingEventInfo. trainingCompletedPropertiesprotected UserTrainingContentEventInfoUserTrainingEventInfo. trainingUpdatedPropertiesMethods in odata.msgraph.client.complex that return UserTrainingContentEventInfo Modifier and Type Method Description UserTrainingContentEventInfoUserTrainingContentEventInfo.Builder. build()UserTrainingContentEventInfoUserTrainingContentEventInfo. withBrowser(String browser)UserTrainingContentEventInfoUserTrainingContentEventInfo. withContentDateTime(OffsetDateTime contentDateTime)UserTrainingContentEventInfoUserTrainingContentEventInfo. withIpAddress(String ipAddress)UserTrainingContentEventInfoUserTrainingContentEventInfo. withOsPlatformDeviceDetails(String osPlatformDeviceDetails)UserTrainingContentEventInfoUserTrainingContentEventInfo. withPotentialScoreImpact(Double potentialScoreImpact)UserTrainingContentEventInfoUserTrainingContentEventInfo. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type UserTrainingContentEventInfo Modifier and Type Method Description Optional<UserTrainingContentEventInfo>UserTrainingEventInfo. getTrainingAssignedProperties()Optional<UserTrainingContentEventInfo>UserTrainingEventInfo. getTrainingCompletedProperties()Optional<UserTrainingContentEventInfo>UserTrainingEventInfo. getTrainingUpdatedProperties()Methods in odata.msgraph.client.complex with parameters of type UserTrainingContentEventInfo Modifier and Type Method Description UserTrainingEventInfo.BuilderUserTrainingEventInfo.Builder. trainingAssignedProperties(UserTrainingContentEventInfo trainingAssignedProperties)UserTrainingEventInfo.BuilderUserTrainingEventInfo.Builder. trainingCompletedProperties(UserTrainingContentEventInfo trainingCompletedProperties)UserTrainingEventInfo.BuilderUserTrainingEventInfo.Builder. trainingUpdatedProperties(UserTrainingContentEventInfo trainingUpdatedProperties)UserTrainingEventInfoUserTrainingEventInfo. withTrainingAssignedProperties(UserTrainingContentEventInfo trainingAssignedProperties)UserTrainingEventInfoUserTrainingEventInfo. withTrainingCompletedProperties(UserTrainingContentEventInfo trainingCompletedProperties)UserTrainingEventInfoUserTrainingEventInfo. withTrainingUpdatedProperties(UserTrainingContentEventInfo trainingUpdatedProperties)
-