Interface LabPlan.DefinitionStages.WithLinkedLmsInstance

All Known Subinterfaces:
LabPlan.Definition, LabPlan.DefinitionStages.WithCreate
Enclosing interface:
LabPlan.DefinitionStages

public static interface LabPlan.DefinitionStages.WithLinkedLmsInstance
The stage of the LabPlan definition allowing to specify linkedLmsInstance.
  • Method Details

    • withLinkedLmsInstance

      LabPlan.DefinitionStages.WithCreate withLinkedLmsInstance(String linkedLmsInstance)
      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.