public class Win32LobAppFileSystemRule extends Win32LobAppRule implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Boolean |
check32BitOn64System
The Check32Bit On64System.
|
java.lang.String |
comparisonValue
The Comparison Value.
|
java.lang.String |
fileOrFolderName
The File Or Folder Name.
|
Win32LobAppFileSystemOperationType |
operationType
The Operation Type.
|
Win32LobAppRuleOperator |
operator
The Operator.
|
java.lang.String |
path
The Path.
|
oDataType, ruleType| Constructor and Description |
|---|
Win32LobAppFileSystemRule() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="check32BitOn64System",
alternate="Check32BitOn64System")
@Expose
@Nullable
public java.lang.Boolean check32BitOn64System
@SerializedName(value="comparisonValue",
alternate="ComparisonValue")
@Expose
@Nullable
public java.lang.String comparisonValue
@SerializedName(value="fileOrFolderName",
alternate="FileOrFolderName")
@Expose
@Nullable
public java.lang.String fileOrFolderName
@SerializedName(value="operationType",
alternate="OperationType")
@Expose
@Nullable
public Win32LobAppFileSystemOperationType operationType
@SerializedName(value="operator",
alternate="Operator")
@Expose
@Nullable
public Win32LobAppRuleOperator operator
@SerializedName(value="path",
alternate="Path")
@Expose
@Nullable
public java.lang.String path
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class Win32LobAppRuleserializer - the serializerjson - the JSON object to set this object to