Interface AppServiceDomain.DefinitionStages.WithTechContact
-
- All Known Subinterfaces:
AppServiceDomain.Definition,AppServiceDomain.DefinitionStages.WithCreate
- Enclosing interface:
- AppServiceDomain.DefinitionStages
public static interface AppServiceDomain.DefinitionStages.WithTechContactA domain definition allowing tech contact to be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AppServiceDomain.DefinitionStages.WithCreatewithTechContact(Contact contact)Specify the tech contact.
-
-
-
Method Detail
-
withTechContact
AppServiceDomain.DefinitionStages.WithCreate withTechContact(Contact contact)
Specify the tech contact.- Parameters:
contact- the tech contact- Returns:
- the next stage of domain definition.
-
-