Interface GalleryImage.UpdateStages.WithPrivacyStatementUri
- All Known Subinterfaces:
GalleryImage.Update
- Enclosing interface:
- GalleryImage.UpdateStages
public static interface GalleryImage.UpdateStages.WithPrivacyStatementUri
The stage of the gallery image update allowing to specify privacy statement uri.
-
Method Summary
Modifier and TypeMethodDescriptionwithPrivacyStatementUri
(String privacyStatementUri) Specifies image privacy statement uri.
-
Method Details
-
withPrivacyStatementUri
Specifies image privacy statement uri.- Parameters:
privacyStatementUri
- the privacy statement uri- Returns:
- the next update stage
-