public class WindowsKioskLocalUser extends WindowsKioskUser implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
WindowsKioskLocalUser.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected String |
userName |
contextPath, odataType| Modifier | Constructor and Description |
|---|---|
protected |
WindowsKioskLocalUser() |
| Modifier and Type | Method and Description |
|---|---|
static WindowsKioskLocalUser.Builder |
builderWindowsKioskLocalUser()
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.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getUserName()
“The local user that will be locked to this kiosk configuration”
|
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
WindowsKioskLocalUser |
withUserName(String userName)
Returns an immutable copy of
this with just the userName field
changed. |
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String userName
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class WindowsKioskUserpublic Optional<String> getUserName()
public WindowsKioskLocalUser withUserName(String userName)
this with just the userName 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 local user that will be locked to this kiosk configuration”
userName - new value of userName field (as defined in service metadata)this with just the userName 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 WindowsKioskLocalUser.Builder builderWindowsKioskLocalUser()
public String toString()
toString in class WindowsKioskUserCopyright © 2018–2020. All rights reserved.