public class WindowsInformationProtectionNetworkLearningSummary extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
WindowsInformationProtectionNetworkLearningSummary.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
deviceCount |
protected String |
url |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
WindowsInformationProtectionNetworkLearningSummary() |
| Modifier and Type | Method and Description |
|---|---|
static WindowsInformationProtectionNetworkLearningSummary.Builder |
builderWindowsInformationProtectionNetworkLearningSummary()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<Integer> |
getDeviceCount()
“Device Count”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getUrl()
“Website url”
|
String |
odataTypeName() |
WindowsInformationProtectionNetworkLearningSummary |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
WindowsInformationProtectionNetworkLearningSummary |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
WindowsInformationProtectionNetworkLearningSummary |
withDeviceCount(Integer deviceCount)
Returns an immutable copy of
this with just the deviceCount
field changed. |
WindowsInformationProtectionNetworkLearningSummary |
withUrl(String url)
Returns an immutable copy of
this with just the url field
changed. |
protected WindowsInformationProtectionNetworkLearningSummary()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static WindowsInformationProtectionNetworkLearningSummary.Builder builderWindowsInformationProtectionNetworkLearningSummary()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic WindowsInformationProtectionNetworkLearningSummary withUrl(String url)
this with just the url 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.
“Website url”
url - new value of url field (as defined in service metadata)this with just the url field changedpublic Optional<Integer> getDeviceCount()
public WindowsInformationProtectionNetworkLearningSummary withDeviceCount(Integer deviceCount)
this with just the deviceCount
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.
“Device Count”
deviceCount - new value of deviceCount field (as defined in service metadata)this with just the deviceCount field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic WindowsInformationProtectionNetworkLearningSummary patch()
this with changed fields reset.public WindowsInformationProtectionNetworkLearningSummary put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.