Interface Profile.UpdateStages.WithEnabledState

All Known Subinterfaces:
Profile.Update
Enclosing interface:
Profile.UpdateStages

public static interface Profile.UpdateStages.WithEnabledState
The stage of the Profile update allowing to specify enabledState.
  • Method Summary

    Modifier and Type
    Method
    Description
    withEnabledState(State enabledState)
    Specifies the enabledState property: The enabled state of the Profile.
  • Method Details

    • withEnabledState

      Profile.Update withEnabledState(State enabledState)
      Specifies the enabledState property: The enabled state of the Profile.
      Parameters:
      enabledState - The enabled state of the Profile.
      Returns:
      the next definition stage.