Package com.flagright.api.types
Interface PersonWithRole.GeneralDetailsStage
-
- All Known Implementing Classes:
PersonWithRole.Builder
- Enclosing class:
- PersonWithRole
public static interface PersonWithRole.GeneralDetailsStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PersonWithRole.Builderfrom(PersonWithRole other)PersonWithRole.RoleStagegeneralDetails(UserDetails generalDetails)
-
-
-
Method Detail
-
generalDetails
PersonWithRole.RoleStage generalDetails(@NotNull UserDetails generalDetails)
-
from
PersonWithRole.Builder from(PersonWithRole other)
-
-