Interface AccessInformationContract.UpdateStages.WithEnabled
- All Known Subinterfaces:
AccessInformationContract.Update
- Enclosing interface:
AccessInformationContract.UpdateStages
public static interface AccessInformationContract.UpdateStages.WithEnabled
The stage of the AccessInformationContract update allowing to specify enabled.
-
Method Summary
Modifier and TypeMethodDescriptionwithEnabled(Boolean enabled) Specifies the enabled property: Determines whether direct access is enabled..
-
Method Details
-
withEnabled
Specifies the enabled property: Determines whether direct access is enabled..- Parameters:
enabled- Determines whether direct access is enabled.- Returns:
- the next definition stage.
-