Package odata.msgraph.client.complex
Class WatermarkProtectionValues.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.WatermarkProtectionValues.Builder
-
- Enclosing class:
- WatermarkProtectionValues
public static final class WatermarkProtectionValues.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WatermarkProtectionValuesbuild()WatermarkProtectionValues.BuilderisEnabledForContentSharing(Boolean isEnabledForContentSharing)WatermarkProtectionValues.BuilderisEnabledForVideo(Boolean isEnabledForVideo)
-
-
-
Method Detail
-
isEnabledForContentSharing
public WatermarkProtectionValues.Builder isEnabledForContentSharing(Boolean isEnabledForContentSharing)
-
isEnabledForVideo
public WatermarkProtectionValues.Builder isEnabledForVideo(Boolean isEnabledForVideo)
-
build
public WatermarkProtectionValues build()
-
-