public class UnsupportedGroupPolicyExtension extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
UnsupportedGroupPolicyExtension.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
extensionType |
protected String |
namespaceUrl |
protected String |
nodeName |
protected GroupPolicySettingScope |
settingScope |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
UnsupportedGroupPolicyExtension() |
| Modifier and Type | Method and Description |
|---|---|
static UnsupportedGroupPolicyExtension.Builder |
builderUnsupportedGroupPolicyExtension()
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<String> |
getExtensionType()
“ExtensionType of the unsupported extension.”
|
Optional<String> |
getNamespaceUrl()
“Namespace Url of the unsupported extension.”
|
Optional<String> |
getNodeName()
“Node name of the unsupported extension.”
|
Optional<GroupPolicySettingScope> |
getSettingScope()
“Setting Scope of the unsupported extension.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
UnsupportedGroupPolicyExtension |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
UnsupportedGroupPolicyExtension |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
UnsupportedGroupPolicyExtension |
withExtensionType(String extensionType)
Returns an immutable copy of
this with just the extensionType
field changed. |
UnsupportedGroupPolicyExtension |
withNamespaceUrl(String namespaceUrl)
Returns an immutable copy of
this with just the namespaceUrl
field changed. |
UnsupportedGroupPolicyExtension |
withNodeName(String nodeName)
Returns an immutable copy of
this with just the nodeName field
changed. |
UnsupportedGroupPolicyExtension |
withSettingScope(GroupPolicySettingScope settingScope)
Returns an immutable copy of
this with just the settingScope
field changed. |
protected GroupPolicySettingScope settingScope
protected String namespaceUrl
protected String extensionType
protected String nodeName
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static UnsupportedGroupPolicyExtension.Builder builderUnsupportedGroupPolicyExtension()
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 Optional<GroupPolicySettingScope> getSettingScope()
public UnsupportedGroupPolicyExtension withSettingScope(GroupPolicySettingScope settingScope)
this with just the settingScope
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.
“Setting Scope of the unsupported extension.”
settingScope - new value of settingScope field (as defined in service metadata)this with just the settingScope field changedpublic Optional<String> getNamespaceUrl()
public UnsupportedGroupPolicyExtension withNamespaceUrl(String namespaceUrl)
this with just the namespaceUrl
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.
“Namespace Url of the unsupported extension.”
namespaceUrl - new value of namespaceUrl field (as defined in service metadata)this with just the namespaceUrl field changedpublic Optional<String> getExtensionType()
public UnsupportedGroupPolicyExtension withExtensionType(String extensionType)
this with just the extensionType
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.
“ExtensionType of the unsupported extension.”
extensionType - new value of extensionType field (as defined in service metadata)this with just the extensionType field changedpublic Optional<String> getNodeName()
public UnsupportedGroupPolicyExtension withNodeName(String nodeName)
this with just the nodeName 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.
“Node name of the unsupported extension.”
nodeName - new value of nodeName field (as defined in service metadata)this with just the nodeName field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic UnsupportedGroupPolicyExtension patch()
this with changed fields reset.public UnsupportedGroupPolicyExtension put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.