public class WindowsInformationProtectionApp extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected Boolean |
denied |
protected String |
description |
protected String |
displayName |
protected String |
odataType |
protected String |
productName |
protected String |
publisherName |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
WindowsInformationProtectionApp() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Boolean> |
getDenied()
“If true, app is denied protection or exemption.”
|
Optional<String> |
getDescription()
“The app's description.”
|
Optional<String> |
getDisplayName()
“App display name.”
|
Optional<String> |
getProductName()
“The product name.”
|
Optional<String> |
getPublisherName()
“The publisher name”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
WindowsInformationProtectionApp |
withDenied(Boolean denied)
Returns an immutable copy of
this with just the denied field
changed. |
WindowsInformationProtectionApp |
withDescription(String description)
Returns an immutable copy of
this with just the description
field changed. |
WindowsInformationProtectionApp |
withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
WindowsInformationProtectionApp |
withProductName(String productName)
Returns an immutable copy of
this with just the productName
field changed. |
WindowsInformationProtectionApp |
withPublisherName(String publisherName)
Returns an immutable copy of
this with just the publisherName
field changed. |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String displayName
protected String description
protected String publisherName
protected String productName
protected Boolean denied
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<String> getDisplayName()
public WindowsInformationProtectionApp withDisplayName(String displayName)
this with just the displayName
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.
“App display name.”
displayName - new value of displayName field (as defined in service metadata)this with just the displayName field changedpublic Optional<String> getDescription()
public WindowsInformationProtectionApp withDescription(String description)
this with just the description
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 app's description.”
description - new value of description field (as defined in service metadata)this with just the description field changedpublic Optional<String> getPublisherName()
public WindowsInformationProtectionApp withPublisherName(String publisherName)
this with just the publisherName
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 publisher name”
publisherName - new value of publisherName field (as defined in service metadata)this with just the publisherName field changedpublic Optional<String> getProductName()
public WindowsInformationProtectionApp withProductName(String productName)
this with just the productName
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 name.”
productName - new value of productName field (as defined in service metadata)this with just the productName field changedpublic Optional<Boolean> getDenied()
public WindowsInformationProtectionApp withDenied(Boolean denied)
this with just the denied 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.
“If true, app is denied protection or exemption.”
denied - new value of denied field (as defined in service metadata)this with just the denied field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypeCopyright © 2018–2020. All rights reserved.