Uses of Class
odata.msgraph.client.beta.complex.UserTrainingEventInfo.Builder
-
Packages that use UserTrainingEventInfo.Builder Package Description odata.msgraph.client.beta.complex -
-
Uses of UserTrainingEventInfo.Builder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return UserTrainingEventInfo.Builder Modifier and Type Method Description static UserTrainingEventInfo.BuilderUserTrainingEventInfo. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).UserTrainingEventInfo.BuilderUserTrainingEventInfo.Builder. displayName(String displayName)UserTrainingEventInfo.BuilderUserTrainingEventInfo.Builder. latestTrainingStatus(TrainingStatus latestTrainingStatus)UserTrainingEventInfo.BuilderUserTrainingEventInfo.Builder. trainingAssignedProperties(UserTrainingContentEventInfo trainingAssignedProperties)UserTrainingEventInfo.BuilderUserTrainingEventInfo.Builder. trainingCompletedProperties(UserTrainingContentEventInfo trainingCompletedProperties)UserTrainingEventInfo.BuilderUserTrainingEventInfo.Builder. trainingUpdatedProperties(UserTrainingContentEventInfo trainingUpdatedProperties)
-