public class WindowsInformationProtectionDesktopApp extends WindowsInformationProtectionApp implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
WindowsInformationProtectionDesktopApp.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
binaryName |
protected String |
binaryVersionHigh |
protected String |
binaryVersionLow |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
contextPath, denied, description, displayName, odataType, productName, publisherName| Modifier | Constructor and Description |
|---|---|
protected |
WindowsInformationProtectionDesktopApp() |
| Modifier and Type | Method and Description |
|---|---|
static WindowsInformationProtectionDesktopApp.Builder |
builderWindowsInformationProtectionDesktopApp()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getBinaryName()
“The binary name.”
|
Optional<String> |
getBinaryVersionHigh()
“The high binary version.”
|
Optional<String> |
getBinaryVersionLow()
“The lower binary version.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
WindowsInformationProtectionDesktopApp |
withBinaryName(String binaryName)
Returns an immutable copy of
this with just the binaryName field
changed. |
WindowsInformationProtectionDesktopApp |
withBinaryVersionHigh(String binaryVersionHigh)
Returns an immutable copy of
this with just the binaryVersionHigh
field changed. |
WindowsInformationProtectionDesktopApp |
withBinaryVersionLow(String binaryVersionLow)
Returns an immutable copy of
this with just the binaryVersionLow
field changed. |
getDenied, getDescription, getDisplayName, getProductName, getPublisherName, withDenied, withDescription, withDisplayName, withProductName, withPublisherNameprotected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String binaryName
protected String binaryVersionLow
protected String binaryVersionHigh
protected WindowsInformationProtectionDesktopApp()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class WindowsInformationProtectionApppublic Optional<String> getBinaryName()
public WindowsInformationProtectionDesktopApp withBinaryName(String binaryName)
this with just the binaryName 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 binary name.”
binaryName - new value of binaryName field (as defined in service metadata)this with just the binaryName field changedpublic Optional<String> getBinaryVersionLow()
public WindowsInformationProtectionDesktopApp withBinaryVersionLow(String binaryVersionLow)
this with just the binaryVersionLow
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 lower binary version.”
binaryVersionLow - new value of binaryVersionLow field (as defined in service metadata)this with just the binaryVersionLow field changedpublic Optional<String> getBinaryVersionHigh()
public WindowsInformationProtectionDesktopApp withBinaryVersionHigh(String binaryVersionHigh)
this with just the binaryVersionHigh
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 high binary version.”
binaryVersionHigh - new value of binaryVersionHigh field (as defined in service metadata)this with just the binaryVersionHigh field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class WindowsInformationProtectionApppublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class WindowsInformationProtectionApppublic static WindowsInformationProtectionDesktopApp.Builder builderWindowsInformationProtectionDesktopApp()
public String toString()
toString in class WindowsInformationProtectionAppCopyright © 2018–2020. All rights reserved.