Class Win32LobAppRegistryRequirement
- java.lang.Object
-
- odata.msgraph.client.beta.complex.Win32LobAppRequirement
-
- odata.msgraph.client.beta.complex.Win32LobAppRegistryRequirement
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class Win32LobAppRegistryRequirement extends Win32LobAppRequirement implements com.github.davidmoten.odata.client.ODataType
“Contains registry properties to detect a Win32 App”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWin32LobAppRegistryRequirement.Builder
-
Field Summary
Fields Modifier and Type Field Description protected Booleancheck32BitOn64Systemprotected Win32LobAppRegistryDetectionTypedetectionTypeprotected StringkeyPathprotected StringvalueName-
Fields inherited from class odata.msgraph.client.beta.complex.Win32LobAppRequirement
contextPath, detectionValue, odataType, operator, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedWin32LobAppRegistryRequirement()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Win32LobAppRegistryRequirement.BuilderbuilderWin32LobAppRegistryRequirement()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 registry path is for checking 32-bit app on 64- bit system”Optional<Win32LobAppRegistryDetectionType>getDetectionType()“The registry data detection type”Optional<String>getKeyPath()“The registry key path to detect Win32 Line of Business (LoB) app”com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()Optional<String>getValueName()“The registry value name”StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()Win32LobAppRegistryRequirementwithCheck32BitOn64System(Boolean check32BitOn64System)Returns an immutable copy ofthiswith just thecheck32BitOn64Systemfield changed.Win32LobAppRegistryRequirementwithDetectionType(Win32LobAppRegistryDetectionType detectionType)Returns an immutable copy ofthiswith just thedetectionTypefield changed.Win32LobAppRegistryRequirementwithKeyPath(String keyPath)Returns an immutable copy ofthiswith just thekeyPathfield changed.Win32LobAppRegistryRequirementwithUnmappedField(String name, String value)Win32LobAppRegistryRequirementwithValueName(String valueName)Returns an immutable copy ofthiswith just thevalueNamefield changed.-
Methods inherited from class odata.msgraph.client.beta.complex.Win32LobAppRequirement
getDetectionValue, getOperator, withDetectionValue, withOperator
-
-
-
-
Field Detail
-
check32BitOn64System
protected Boolean check32BitOn64System
-
detectionType
protected Win32LobAppRegistryDetectionType detectionType
-
keyPath
protected String keyPath
-
valueName
protected String valueName
-
-
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 registry path is for checking 32-bit app on 64- bit system”- Returns:
- property check32BitOn64System
-
withCheck32BitOn64System
public Win32LobAppRegistryRequirement 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 registry path 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<Win32LobAppRegistryDetectionType> getDetectionType()
“The registry data detection type”- Returns:
- property detectionType
-
withDetectionType
public Win32LobAppRegistryRequirement withDetectionType(Win32LobAppRegistryDetectionType 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 registry data detection type”
- Parameters:
detectionType- new value ofdetectionTypefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thedetectionTypefield changed
-
getKeyPath
public Optional<String> getKeyPath()
“The registry key path to detect Win32 Line of Business (LoB) app”- Returns:
- property keyPath
-
withKeyPath
public Win32LobAppRegistryRequirement withKeyPath(String keyPath)
Returns an immutable copy ofthiswith just thekeyPathfield 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 registry key path to detect Win32 Line of Business (LoB) app”
- Parameters:
keyPath- new value ofkeyPathfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thekeyPathfield changed
-
getValueName
public Optional<String> getValueName()
“The registry value name”- Returns:
- property valueName
-
withValueName
public Win32LobAppRegistryRequirement withValueName(String valueName)
Returns an immutable copy ofthiswith just thevalueNamefield 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 registry value name”
- Parameters:
valueName- new value ofvalueNamefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thevalueNamefield changed
-
withUnmappedField
public Win32LobAppRegistryRequirement 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
-
builderWin32LobAppRegistryRequirement
public static Win32LobAppRegistryRequirement.Builder builderWin32LobAppRegistryRequirement()
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
-
-