次の方法で共有


LabPlan.UpdateStages.WithLinkedLmsInstance Interface

public static interface LabPlan.UpdateStages.WithLinkedLmsInstance

The stage of the LabPlan update allowing to specify linkedLmsInstance.

Method Summary

Modifier and Type Method and Description
abstract Update withLinkedLmsInstance(String linkedLmsInstance)

Specifies the linkedLmsInstance property: Base Url of the lms instance this lab plan can link lab rosters against..

Method Details

withLinkedLmsInstance

public abstract LabPlan.Update 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.

Applies to