public class WindowsKioskAzureADGroup extends WindowsKioskUser implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
WindowsKioskAzureADGroup.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
displayName |
protected String |
groupId |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
contextPath, odataType| Modifier | Constructor and Description |
|---|---|
protected |
WindowsKioskAzureADGroup() |
| Modifier and Type | Method and Description |
|---|---|
static WindowsKioskAzureADGroup.Builder |
builderWindowsKioskAzureADGroup()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getDisplayName()
“The display name of the AzureAD group that will be locked to this kiosk
configuration”
|
Optional<String> |
getGroupId()
“The ID of the AzureAD 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() |
WindowsKioskAzureADGroup |
withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
WindowsKioskAzureADGroup |
withGroupId(String groupId)
Returns an immutable copy of
this with just the groupId field
changed. |
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String displayName
protected String groupId
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class WindowsKioskUserpublic Optional<String> getDisplayName()
public WindowsKioskAzureADGroup 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.
“The display name of the AzureAD group that will be locked to this kiosk configuration”
displayName - new value of displayName field (as defined in service metadata)this with just the displayName field changedpublic Optional<String> getGroupId()
public WindowsKioskAzureADGroup withGroupId(String groupId)
this with just the groupId 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 ID of the AzureAD group that will be locked to this kiosk configuration”
groupId - new value of groupId field (as defined in service metadata)this with just the groupId 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 WindowsKioskAzureADGroup.Builder builderWindowsKioskAzureADGroup()
public String toString()
toString in class WindowsKioskUserCopyright © 2018–2020. All rights reserved.