Class DlpEvaluationWindowsDevicesInput
- java.lang.Object
-
- odata.msgraph.client.beta.complex.DlpEvaluationInput
-
- odata.msgraph.client.beta.complex.DlpEvaluationWindowsDevicesInput
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class DlpEvaluationWindowsDevicesInput extends DlpEvaluationInput implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDlpEvaluationWindowsDevicesInput.Builder
-
Field Summary
Fields Modifier and Type Field Description protected ContentPropertiescontentPropertiesprotected StringsharedBy-
Fields inherited from class odata.msgraph.client.beta.complex.DlpEvaluationInput
accessScope, contextPath, currentLabel, discoveredSensitiveTypes, discoveredSensitiveTypesNextLink, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDlpEvaluationWindowsDevicesInput()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DlpEvaluationWindowsDevicesInput.BuilderbuilderDlpEvaluationWindowsDevicesInput()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<ContentProperties>getContentProperties()Optional<String>getSharedBy()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()DlpEvaluationWindowsDevicesInputwithContentProperties(ContentProperties contentProperties)DlpEvaluationWindowsDevicesInputwithSharedBy(String sharedBy)DlpEvaluationWindowsDevicesInputwithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.beta.complex.DlpEvaluationInput
builder, getAccessScope, getCurrentLabel, getDiscoveredSensitiveTypes, getDiscoveredSensitiveTypes, withAccessScope, withCurrentLabel
-
-
-
-
Field Detail
-
contentProperties
protected ContentProperties contentProperties
-
sharedBy
protected String sharedBy
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classDlpEvaluationInput
-
getContentProperties
public Optional<ContentProperties> getContentProperties()
-
withContentProperties
public DlpEvaluationWindowsDevicesInput withContentProperties(ContentProperties contentProperties)
-
withSharedBy
public DlpEvaluationWindowsDevicesInput withSharedBy(String sharedBy)
-
withUnmappedField
public DlpEvaluationWindowsDevicesInput withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classDlpEvaluationInput
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classDlpEvaluationInput
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classDlpEvaluationInput
-
builderDlpEvaluationWindowsDevicesInput
public static DlpEvaluationWindowsDevicesInput.Builder builderDlpEvaluationWindowsDevicesInput()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
toString
public String toString()
- Overrides:
toStringin classDlpEvaluationInput
-
-