Interface ResolverContract.UpdateStages.WithDisplayName
- All Known Subinterfaces:
ResolverContract.Update
- Enclosing interface:
ResolverContract.UpdateStages
public static interface ResolverContract.UpdateStages.WithDisplayName
The stage of the ResolverContract update allowing to specify displayName.
-
Method Summary
Modifier and TypeMethodDescriptionwithDisplayName(String displayName) Specifies the displayName property: Resolver Name..
-
Method Details
-
withDisplayName
Specifies the displayName property: Resolver Name..- Parameters:
displayName- Resolver Name.- Returns:
- the next definition stage.
-