Interface UserContract.DefinitionStages.WithAppType
- All Known Subinterfaces:
UserContract.Definition,UserContract.DefinitionStages.WithCreate
- Enclosing interface:
UserContract.DefinitionStages
public static interface UserContract.DefinitionStages.WithAppType
The stage of the UserContract definition allowing to specify appType.
-
Method Summary
Modifier and TypeMethodDescriptionwithAppType(AppType appType) Specifies the appType property: Determines the type of application which send the create user request.
-
Method Details
-
withAppType
Specifies the appType property: Determines the type of application which send the create user request. Default is legacy portal..- Parameters:
appType- Determines the type of application which send the create user request. Default is legacy portal.- Returns:
- the next definition stage.
-