public class Win32LobAppPowerShellScriptDetection extends Win32LobAppDetection implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
Win32LobAppPowerShellScriptDetection.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
enforceSignatureCheck |
protected Boolean |
runAs32Bit |
protected String |
scriptContent |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
contextPath, odataType| Modifier | Constructor and Description |
|---|---|
protected |
Win32LobAppPowerShellScriptDetection() |
| Modifier and Type | Method and Description |
|---|---|
static Win32LobAppPowerShellScriptDetection.Builder |
builderWin32LobAppPowerShellScriptDetection()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Boolean> |
getEnforceSignatureCheck()
“A value indicating whether signature check is enforced”
|
Optional<Boolean> |
getRunAs32Bit()
“A value indicating whether this script should run as 32-bit”
|
Optional<String> |
getScriptContent()
“The base64 encoded script content to detect Win32 Line of Business (LoB) app”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
Win32LobAppPowerShellScriptDetection |
withEnforceSignatureCheck(Boolean enforceSignatureCheck)
Returns an immutable copy of
this with just the enforceSignatureCheck field changed. |
Win32LobAppPowerShellScriptDetection |
withRunAs32Bit(Boolean runAs32Bit)
Returns an immutable copy of
this with just the runAs32Bit field
changed. |
Win32LobAppPowerShellScriptDetection |
withScriptContent(String scriptContent)
Returns an immutable copy of
this with just the scriptContent
field changed. |
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected Boolean enforceSignatureCheck
protected Boolean runAs32Bit
protected String scriptContent
protected Win32LobAppPowerShellScriptDetection()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Win32LobAppDetectionpublic Optional<Boolean> getEnforceSignatureCheck()
public Win32LobAppPowerShellScriptDetection withEnforceSignatureCheck(Boolean enforceSignatureCheck)
this with just the enforceSignatureCheck 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.
“A value indicating whether signature check is enforced”
enforceSignatureCheck - new value of enforceSignatureCheck field (as defined in service metadata)this with just the enforceSignatureCheck field changedpublic Optional<Boolean> getRunAs32Bit()
public Win32LobAppPowerShellScriptDetection withRunAs32Bit(Boolean runAs32Bit)
this with just the runAs32Bit 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.
“A value indicating whether this script should run as 32-bit”
runAs32Bit - new value of runAs32Bit field (as defined in service metadata)this with just the runAs32Bit field changedpublic Optional<String> getScriptContent()
public Win32LobAppPowerShellScriptDetection withScriptContent(String scriptContent)
this with just the scriptContent
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 base64 encoded script content to detect Win32 Line of Business (LoB) app”
scriptContent - new value of scriptContent field (as defined in service metadata)this with just the scriptContent 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 Win32LobAppPowerShellScriptDetection.Builder builderWin32LobAppPowerShellScriptDetection()
public String toString()
toString in class Win32LobAppDetectionCopyright © 2018–2020. All rights reserved.