Class WindowsKioskActiveDirectoryGroup
- java.lang.Object
-
- odata.msgraph.client.beta.complex.WindowsKioskUser
-
- odata.msgraph.client.beta.complex.WindowsKioskActiveDirectoryGroup
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class WindowsKioskActiveDirectoryGroup extends WindowsKioskUser implements com.github.davidmoten.odata.client.ODataType
“The class used to identify an Azure Directory group for the kiosk configuration”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWindowsKioskActiveDirectoryGroup.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringgroupName-
Fields inherited from class odata.msgraph.client.beta.complex.WindowsKioskUser
contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedWindowsKioskActiveDirectoryGroup()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WindowsKioskActiveDirectoryGroup.BuilderbuilderWindowsKioskActiveDirectoryGroup()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 AD group that will be locked to this kiosk configuration”com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()WindowsKioskActiveDirectoryGroupwithGroupName(String groupName)Returns an immutable copy ofthiswith just thegroupNamefield changed.WindowsKioskActiveDirectoryGroupwithUnmappedField(String name, String value)
-
-
-
Field Detail
-
groupName
protected String groupName
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classWindowsKioskUser
-
getGroupName
public Optional<String> getGroupName()
“The name of the AD group that will be locked to this kiosk configuration”- Returns:
- property groupName
-
withGroupName
public WindowsKioskActiveDirectoryGroup withGroupName(String groupName)
Returns an immutable copy ofthiswith just thegroupNamefield 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 name of the AD group that will be locked to this kiosk configuration”
- Parameters:
groupName- new value ofgroupNamefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thegroupNamefield changed
-
withUnmappedField
public WindowsKioskActiveDirectoryGroup 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
-
builderWindowsKioskActiveDirectoryGroup
public static WindowsKioskActiveDirectoryGroup.Builder builderWindowsKioskActiveDirectoryGroup()
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
-
-