Class WindowsKioskLocalGroup
- java.lang.Object
-
- odata.msgraph.client.beta.complex.WindowsKioskUser
-
- odata.msgraph.client.beta.complex.WindowsKioskLocalGroup
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class WindowsKioskLocalGroup extends WindowsKioskUser implements com.github.davidmoten.odata.client.ODataType
“The class used to identify a local group for the kiosk configuration”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWindowsKioskLocalGroup.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 protectedWindowsKioskLocalGroup()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WindowsKioskLocalGroup.BuilderbuilderWindowsKioskLocalGroup()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.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()WindowsKioskLocalGroupwithGroupName(String groupName)Returns an immutable copy ofthiswith just thegroupNamefield changed.WindowsKioskLocalGroupwithUnmappedField(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 local group that will be locked to this kiosk configuration”- Returns:
- property groupName
-
withGroupName
public WindowsKioskLocalGroup 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 local 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 WindowsKioskLocalGroup 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
-
builderWindowsKioskLocalGroup
public static WindowsKioskLocalGroup.Builder builderWindowsKioskLocalGroup()
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
-
-