public class Win32LobAppProductCodeDetection extends Win32LobAppDetection implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
Win32LobAppProductCodeDetection.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
productCode |
protected String |
productVersion |
protected Win32LobAppDetectionOperator |
productVersionOperator |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
contextPath, odataType| Modifier | Constructor and Description |
|---|---|
protected |
Win32LobAppProductCodeDetection() |
| Modifier and Type | Method and Description |
|---|---|
static Win32LobAppProductCodeDetection.Builder |
builderWin32LobAppProductCodeDetection()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getProductCode()
“The product code of Win32 Line of Business (LoB) app.”
|
Optional<String> |
getProductVersion()
“The product version of Win32 Line of Business (LoB) app.”
|
Optional<Win32LobAppDetectionOperator> |
getProductVersionOperator()
“The operator to detect product version.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
Win32LobAppProductCodeDetection |
withProductCode(String productCode)
Returns an immutable copy of
this with just the productCode
field changed. |
Win32LobAppProductCodeDetection |
withProductVersion(String productVersion)
Returns an immutable copy of
this with just the productVersion
field changed. |
Win32LobAppProductCodeDetection |
withProductVersionOperator(Win32LobAppDetectionOperator productVersionOperator)
Returns an immutable copy of
this with just the productVersionOperator field changed. |
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String productCode
protected Win32LobAppDetectionOperator productVersionOperator
protected String productVersion
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Win32LobAppDetectionpublic Optional<String> getProductCode()
public Win32LobAppProductCodeDetection withProductCode(String productCode)
this with just the productCode
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“The product code of Win32 Line of Business (LoB) app.”
productCode - new value of productCode field (as defined in service metadata)this with just the productCode field changedpublic Optional<Win32LobAppDetectionOperator> getProductVersionOperator()
public Win32LobAppProductCodeDetection withProductVersionOperator(Win32LobAppDetectionOperator productVersionOperator)
this with just the productVersionOperator field changed. Field description below. The field name
is also added to an internal map of changed fields in the returned object so
that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“The operator to detect product version.”
productVersionOperator - new value of productVersionOperator field (as defined in service metadata)this with just the productVersionOperator field changedpublic Optional<String> getProductVersion()
public Win32LobAppProductCodeDetection withProductVersion(String productVersion)
this with just the productVersion
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“The product version of Win32 Line of Business (LoB) app.”
productVersion - new value of productVersion field (as defined in service metadata)this with just the productVersion field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Win32LobAppDetectionpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Win32LobAppDetectionpublic static Win32LobAppProductCodeDetection.Builder builderWin32LobAppProductCodeDetection()
public String toString()
toString in class Win32LobAppDetectionCopyright © 2018–2020. All rights reserved.