Interface User.UpdateStages.WithUserType

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

public static interface User.UpdateStages.WithUserType
The stage of the User update allowing to specify userType.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the userType property: Type of the user..
  • Method Details

    • withUserType

      User.Update withUserType(UserType userType)
      Specifies the userType property: Type of the user..
      Parameters:
      userType - Type of the user.
      Returns:
      the next definition stage.