Interface GatewayContract.DefinitionStages.WithDescription
- All Known Subinterfaces:
GatewayContract.Definition,GatewayContract.DefinitionStages.WithCreate
- Enclosing interface:
GatewayContract.DefinitionStages
public static interface GatewayContract.DefinitionStages.WithDescription
The stage of the GatewayContract definition allowing to specify description.
-
Method Summary
Modifier and TypeMethodDescriptionwithDescription(String description) Specifies the description property: Gateway description.
-
Method Details
-
withDescription
Specifies the description property: Gateway description.- Parameters:
description- Gateway description.- Returns:
- the next definition stage.
-