Interface GatewayContract.UpdateStages.WithLocationData
-
- All Known Subinterfaces:
GatewayContract.Update
- Enclosing interface:
- GatewayContract.UpdateStages
public static interface GatewayContract.UpdateStages.WithLocationData
The stage of the GatewayContract update allowing to specify locationData.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GatewayContract.Update
withLocationData(ResourceLocationDataContract locationData)
Specifies the locationData property: Gateway location..
-
-
-
Method Detail
-
withLocationData
GatewayContract.Update withLocationData(ResourceLocationDataContract locationData)
Specifies the locationData property: Gateway location..- Parameters:
locationData
- Gateway location.- Returns:
- the next definition stage.
-
-