Class DlpEvaluationWindowsDevicesInput.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.DlpEvaluationWindowsDevicesInput.Builder
-
- Enclosing class:
- DlpEvaluationWindowsDevicesInput
public static final class DlpEvaluationWindowsDevicesInput.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DlpEvaluationWindowsDevicesInput.BuilderaccessScope(AccessScope accessScope)DlpEvaluationWindowsDevicesInputbuild()DlpEvaluationWindowsDevicesInput.BuildercontentProperties(ContentProperties contentProperties)DlpEvaluationWindowsDevicesInput.BuildercurrentLabel(CurrentLabel currentLabel)DlpEvaluationWindowsDevicesInput.BuilderdiscoveredSensitiveTypes(List<DiscoveredSensitiveType> discoveredSensitiveTypes)DlpEvaluationWindowsDevicesInput.BuilderdiscoveredSensitiveTypes(DiscoveredSensitiveType... discoveredSensitiveTypes)DlpEvaluationWindowsDevicesInput.BuilderdiscoveredSensitiveTypesNextLink(String discoveredSensitiveTypesNextLink)DlpEvaluationWindowsDevicesInput.BuildersharedBy(String sharedBy)
-
-
-
Method Detail
-
accessScope
public DlpEvaluationWindowsDevicesInput.Builder accessScope(AccessScope accessScope)
-
currentLabel
public DlpEvaluationWindowsDevicesInput.Builder currentLabel(CurrentLabel currentLabel)
-
discoveredSensitiveTypes
public DlpEvaluationWindowsDevicesInput.Builder discoveredSensitiveTypes(List<DiscoveredSensitiveType> discoveredSensitiveTypes)
-
discoveredSensitiveTypes
public DlpEvaluationWindowsDevicesInput.Builder discoveredSensitiveTypes(DiscoveredSensitiveType... discoveredSensitiveTypes)
-
discoveredSensitiveTypesNextLink
public DlpEvaluationWindowsDevicesInput.Builder discoveredSensitiveTypesNextLink(String discoveredSensitiveTypesNextLink)
-
contentProperties
public DlpEvaluationWindowsDevicesInput.Builder contentProperties(ContentProperties contentProperties)
-
sharedBy
public DlpEvaluationWindowsDevicesInput.Builder sharedBy(String sharedBy)
-
build
public DlpEvaluationWindowsDevicesInput build()
-
-