Class Win32LobAppFileSystemRequirement
- java.lang.Object
-
- odata.msgraph.client.beta.complex.Win32LobAppRequirement
-
- odata.msgraph.client.beta.complex.Win32LobAppFileSystemRequirement
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class Win32LobAppFileSystemRequirement extends Win32LobAppRequirement implements com.github.davidmoten.odata.client.ODataType
“Contains file or folder path to detect a Win32 App”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWin32LobAppFileSystemRequirement.Builder
-
Field Summary
Fields Modifier and Type Field Description protected Booleancheck32BitOn64Systemprotected Win32LobAppFileSystemDetectionTypedetectionTypeprotected StringfileOrFolderNameprotected Stringpath-
Fields inherited from class odata.msgraph.client.beta.complex.Win32LobAppRequirement
contextPath, detectionValue, odataType, operator, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedWin32LobAppFileSystemRequirement()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Win32LobAppFileSystemRequirement.BuilderbuilderWin32LobAppFileSystemRequirement()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<Boolean>getCheck32BitOn64System()“A value indicating whether this file or folder is for checking 32-bit app on 64- bit system”Optional<Win32LobAppFileSystemDetectionType>getDetectionType()“The file system detection type”Optional<String>getFileOrFolderName()“The file or folder name to detect Win32 Line of Business (LoB) app”Optional<String>getPath()“The file or folder path to detect Win32 Line of Business (LoB) app”com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()Win32LobAppFileSystemRequirementwithCheck32BitOn64System(Boolean check32BitOn64System)Returns an immutable copy ofthiswith just thecheck32BitOn64Systemfield changed.Win32LobAppFileSystemRequirementwithDetectionType(Win32LobAppFileSystemDetectionType detectionType)Returns an immutable copy ofthiswith just thedetectionTypefield changed.Win32LobAppFileSystemRequirementwithFileOrFolderName(String fileOrFolderName)Returns an immutable copy ofthiswith just thefileOrFolderNamefield changed.Win32LobAppFileSystemRequirementwithPath(String path)Returns an immutable copy ofthiswith just thepathfield changed.Win32LobAppFileSystemRequirementwithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.beta.complex.Win32LobAppRequirement
getDetectionValue, getOperator, withDetectionValue, withOperator
-
-
-
-
Field Detail
-
check32BitOn64System
protected Boolean check32BitOn64System
-
detectionType
protected Win32LobAppFileSystemDetectionType detectionType
-
fileOrFolderName
protected String fileOrFolderName
-
path
protected String path
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classWin32LobAppRequirement
-
getCheck32BitOn64System
public Optional<Boolean> getCheck32BitOn64System()
“A value indicating whether this file or folder is for checking 32-bit app on 64- bit system”- Returns:
- property check32BitOn64System
-
withCheck32BitOn64System
public Win32LobAppFileSystemRequirement withCheck32BitOn64System(Boolean check32BitOn64System)
Returns an immutable copy ofthiswith just thecheck32BitOn64Systemfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“A value indicating whether this file or folder is for checking 32-bit app on 64- bit system”
- Parameters:
check32BitOn64System- new value ofcheck32BitOn64Systemfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thecheck32BitOn64Systemfield changed
-
getDetectionType
public Optional<Win32LobAppFileSystemDetectionType> getDetectionType()
“The file system detection type”- Returns:
- property detectionType
-
withDetectionType
public Win32LobAppFileSystemRequirement withDetectionType(Win32LobAppFileSystemDetectionType detectionType)
Returns an immutable copy ofthiswith just thedetectionTypefield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis. patch()is called (if available)on the returned object only the changed fields are submitted.“The file system detection type”
- Parameters:
detectionType- new value ofdetectionTypefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thedetectionTypefield changed
-
getFileOrFolderName
public Optional<String> getFileOrFolderName()
“The file or folder name to detect Win32 Line of Business (LoB) app”- Returns:
- property fileOrFolderName
-
withFileOrFolderName
public Win32LobAppFileSystemRequirement withFileOrFolderName(String fileOrFolderName)
Returns an immutable copy ofthiswith just thefileOrFolderNamefield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis. patch()is called (if available)on the returned object only the changed fields are submitted.“The file or folder name to detect Win32 Line of Business (LoB) app”
- Parameters:
fileOrFolderName- new value offileOrFolderNamefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thefileOrFolderNamefield changed
-
getPath
public Optional<String> getPath()
“The file or folder path to detect Win32 Line of Business (LoB) app”- Returns:
- property path
-
withPath
public Win32LobAppFileSystemRequirement withPath(String path)
Returns an immutable copy ofthiswith just thepathfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“The file or folder path to detect Win32 Line of Business (LoB) app”
- Parameters:
path- new value ofpathfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thepathfield changed
-
withUnmappedField
public Win32LobAppFileSystemRequirement withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classWin32LobAppRequirement
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classWin32LobAppRequirement
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classWin32LobAppRequirement
-
builderWin32LobAppFileSystemRequirement
public static Win32LobAppFileSystemRequirement.Builder builderWin32LobAppFileSystemRequirement()
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 classWin32LobAppRequirement
-
-