Interface GalleryImage.UpdateStages.WithPrivacyStatementUri
-
- All Known Subinterfaces:
GalleryImage.Update
- Enclosing interface:
- GalleryImage.UpdateStages
public static interface GalleryImage.UpdateStages.WithPrivacyStatementUriThe stage of the gallery image update allowing to specify privacy statement uri.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GalleryImage.UpdatewithPrivacyStatementUri(String privacyStatementUri)Specifies image privacy statement uri.
-
-
-
Method Detail
-
withPrivacyStatementUri
GalleryImage.Update withPrivacyStatementUri(String privacyStatementUri)
Specifies image privacy statement uri.- Parameters:
privacyStatementUri- the privacy statement uri- Returns:
- the next update stage
-
-