public class WindowsKioskLocalGroup extends WindowsKioskUser implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
WindowsKioskLocalGroup.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
groupName |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
contextPath, odataType| Modifier | Constructor and Description |
|---|---|
protected |
WindowsKioskLocalGroup() |
| Modifier and Type | Method and Description |
|---|---|
static WindowsKioskLocalGroup.Builder |
builderWindowsKioskLocalGroup()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getGroupName()
“The name of the local group that will be locked to this kiosk configuration”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
WindowsKioskLocalGroup |
withGroupName(String groupName)
Returns an immutable copy of
this with just the groupName field
changed. |
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String groupName
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class WindowsKioskUserpublic Optional<String> getGroupName()
public WindowsKioskLocalGroup withGroupName(String groupName)
this with just the groupName 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 name of the local group that will be locked to this kiosk configuration”
groupName - new value of groupName field (as defined in service metadata)this with just the groupName field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class WindowsKioskUserpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class WindowsKioskUserpublic static WindowsKioskLocalGroup.Builder builderWindowsKioskLocalGroup()
public String toString()
toString in class WindowsKioskUserCopyright © 2018–2020. All rights reserved.