Interface ResolverContract.UpdateStages.WithDescription
- All Known Subinterfaces:
ResolverContract.Update
- Enclosing interface:
ResolverContract.UpdateStages
public static interface ResolverContract.UpdateStages.WithDescription
The stage of the ResolverContract update allowing to specify description.
-
Method Summary
Modifier and TypeMethodDescriptionwithDescription(String description) Specifies the description property: Description of the resolver.
-
Method Details
-
withDescription
Specifies the description property: Description of the resolver. May include HTML formatting tags..- Parameters:
description- Description of the resolver. May include HTML formatting tags.- Returns:
- the next definition stage.
-