Package odata.msgraph.client.complex
Class UserTrainingEventInfo.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.UserTrainingEventInfo.Builder
-
- Enclosing class:
- UserTrainingEventInfo
public static final class UserTrainingEventInfo.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserTrainingEventInfobuild()UserTrainingEventInfo.BuilderdisplayName(String displayName)UserTrainingEventInfo.BuilderlatestTrainingStatus(TrainingStatus latestTrainingStatus)UserTrainingEventInfo.BuildertrainingAssignedProperties(UserTrainingContentEventInfo trainingAssignedProperties)UserTrainingEventInfo.BuildertrainingCompletedProperties(UserTrainingContentEventInfo trainingCompletedProperties)UserTrainingEventInfo.BuildertrainingUpdatedProperties(UserTrainingContentEventInfo trainingUpdatedProperties)
-
-
-
Method Detail
-
displayName
public UserTrainingEventInfo.Builder displayName(String displayName)
-
latestTrainingStatus
public UserTrainingEventInfo.Builder latestTrainingStatus(TrainingStatus latestTrainingStatus)
-
trainingAssignedProperties
public UserTrainingEventInfo.Builder trainingAssignedProperties(UserTrainingContentEventInfo trainingAssignedProperties)
-
trainingCompletedProperties
public UserTrainingEventInfo.Builder trainingCompletedProperties(UserTrainingContentEventInfo trainingCompletedProperties)
-
trainingUpdatedProperties
public UserTrainingEventInfo.Builder trainingUpdatedProperties(UserTrainingContentEventInfo trainingUpdatedProperties)
-
build
public UserTrainingEventInfo build()
-
-