Interface GatewayContract.UpdateStages.WithDescription
- All Known Subinterfaces:
GatewayContract.Update
- Enclosing interface:
GatewayContract.UpdateStages
public static interface GatewayContract.UpdateStages.WithDescription
The stage of the GatewayContract update 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.
-