Interface LabPlan.UpdateStages.WithLinkedLmsInstance
- All Known Subinterfaces:
LabPlan.Update
- Enclosing interface:
- LabPlan.UpdateStages
public static interface LabPlan.UpdateStages.WithLinkedLmsInstance
The stage of the LabPlan update allowing to specify linkedLmsInstance.
-
Method Summary
Modifier and TypeMethodDescriptionwithLinkedLmsInstance
(String linkedLmsInstance) Specifies the linkedLmsInstance property: Base Url of the lms instance this lab plan can link lab rosters against..
-
Method Details
-
withLinkedLmsInstance
Specifies the linkedLmsInstance property: Base Url of the lms instance this lab plan can link lab rosters against..- Parameters:
linkedLmsInstance
- Base Url of the lms instance this lab plan can link lab rosters against.- Returns:
- the next definition stage.
-