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