Uses of Class
odata.msgraph.client.complex.WatermarkProtectionValues
-
Packages that use WatermarkProtectionValues Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of WatermarkProtectionValues in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return WatermarkProtectionValues Modifier and Type Method Description WatermarkProtectionValuesWatermarkProtectionValues.Builder. build()WatermarkProtectionValuesWatermarkProtectionValues. withIsEnabledForContentSharing(Boolean isEnabledForContentSharing)WatermarkProtectionValuesWatermarkProtectionValues. withIsEnabledForVideo(Boolean isEnabledForVideo)WatermarkProtectionValuesWatermarkProtectionValues. withUnmappedField(String name, Object value) -
Uses of WatermarkProtectionValues in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as WatermarkProtectionValues Modifier and Type Field Description protected WatermarkProtectionValuesOnlineMeetingBase. watermarkProtectionMethods in odata.msgraph.client.entity that return types with arguments of type WatermarkProtectionValues Modifier and Type Method Description Optional<WatermarkProtectionValues>OnlineMeetingBase. getWatermarkProtection()Methods in odata.msgraph.client.entity with parameters of type WatermarkProtectionValues Modifier and Type Method Description OnlineMeeting.BuilderOnlineMeeting.Builder. watermarkProtection(WatermarkProtectionValues watermarkProtection)VirtualEventSession.BuilderVirtualEventSession.Builder. watermarkProtection(WatermarkProtectionValues watermarkProtection)OnlineMeetingBaseOnlineMeetingBase. withWatermarkProtection(WatermarkProtectionValues watermarkProtection)
-