Class WindowsKioskAzureADGroup
- java.lang.Object
-
- odata.msgraph.client.beta.complex.WindowsKioskUser
-
- odata.msgraph.client.beta.complex.WindowsKioskAzureADGroup
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class WindowsKioskAzureADGroup extends WindowsKioskUser implements com.github.davidmoten.odata.client.ODataType
“The class used to identify an AzureAD group for the kiosk configuration”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWindowsKioskAzureADGroup.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringdisplayNameprotected StringgroupId-
Fields inherited from class odata.msgraph.client.beta.complex.WindowsKioskUser
contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedWindowsKioskAzureADGroup()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WindowsKioskAzureADGroup.BuilderbuilderWindowsKioskAzureADGroup()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.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()WindowsKioskAzureADGroupwithDisplayName(String displayName)Returns an immutable copy ofthiswith just thedisplayNamefield changed.WindowsKioskAzureADGroupwithGroupId(String groupId)Returns an immutable copy ofthiswith just thegroupIdfield changed.WindowsKioskAzureADGroupwithUnmappedField(String name, String value)
-
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classWindowsKioskUser
-
getDisplayName
public Optional<String> getDisplayName()
“The display name of the AzureAD group that will be locked to this kiosk configuration”- Returns:
- property displayName
-
withDisplayName
public WindowsKioskAzureADGroup withDisplayName(String displayName)
Returns an immutable copy ofthiswith just thedisplayNamefield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis. 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”
- Parameters:
displayName- new value ofdisplayNamefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thedisplayNamefield changed
-
getGroupId
public Optional<String> getGroupId()
“The ID of the AzureAD group that will be locked to this kiosk configuration”- Returns:
- property groupId
-
withGroupId
public WindowsKioskAzureADGroup withGroupId(String groupId)
Returns an immutable copy ofthiswith just thegroupIdfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.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”
- Parameters:
groupId- new value ofgroupIdfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thegroupIdfield changed
-
withUnmappedField
public WindowsKioskAzureADGroup withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classWindowsKioskUser
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classWindowsKioskUser
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classWindowsKioskUser
-
builderWindowsKioskAzureADGroup
public static WindowsKioskAzureADGroup.Builder builderWindowsKioskAzureADGroup()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
toString
public String toString()
- Overrides:
toStringin classWindowsKioskUser
-
-