Package com.microsoft.graph.models
Class Win32LobAppFileSystemRule
java.lang.Object
com.microsoft.graph.models.Win32LobAppRule
com.microsoft.graph.models.Win32LobAppFileSystemRule
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class Win32LobAppFileSystemRule
extends Win32LobAppRule
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Win32Lob App File System Rule.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Check32Bit On64System.The Comparison Value.The File Or Folder Name.The Operation Type.The Operator.The Path.Fields inherited from class com.microsoft.graph.models.Win32LobAppRule
oDataType, ruleType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Win32LobAppRule
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
check32BitOn64System
@SerializedName(value="check32BitOn64System", alternate="Check32BitOn64System") @Expose @Nullable public Boolean check32BitOn64SystemThe Check32Bit On64System. A value indicating whether to expand environment variables in the 32-bit context on 64-bit systems. -
comparisonValue
@SerializedName(value="comparisonValue", alternate="ComparisonValue") @Expose @Nullable public String comparisonValueThe Comparison Value. The file or folder comparison value. -
fileOrFolderName
@SerializedName(value="fileOrFolderName", alternate="FileOrFolderName") @Expose @Nullable public String fileOrFolderNameThe File Or Folder Name. The file or folder name to look up. -
operationType
@SerializedName(value="operationType", alternate="OperationType") @Expose @Nullable public Win32LobAppFileSystemOperationType operationTypeThe Operation Type. The file system operation type. Possible values are: notConfigured, exists, modifiedDate, createdDate, version, sizeInMB. -
operator
@SerializedName(value="operator", alternate="Operator") @Expose @Nullable public Win32LobAppRuleOperator operatorThe Operator. The operator for file or folder detection. Possible values are: notConfigured, equal, notEqual, greaterThan, greaterThanOrEqual, lessThan, lessThanOrEqual. -
path
The Path. The file or folder path to look up.
-
-
Constructor Details
-
Win32LobAppFileSystemRule
public Win32LobAppFileSystemRule()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classWin32LobAppRule- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-