Package odata.msgraph.client.complex
Class WindowsDeviceAzureADAccount
- java.lang.Object
-
- odata.msgraph.client.complex.WindowsDeviceAccount
-
- odata.msgraph.client.complex.WindowsDeviceAzureADAccount
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class WindowsDeviceAzureADAccount extends WindowsDeviceAccount implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWindowsDeviceAzureADAccount.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringuserPrincipalName-
Fields inherited from class odata.msgraph.client.complex.WindowsDeviceAccount
contextPath, odataType, password, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedWindowsDeviceAzureADAccount()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WindowsDeviceAzureADAccount.BuilderbuilderWindowsDeviceAzureADAccount()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.UnmappedFieldsgetUnmappedFields()Optional<String>getUserPrincipalName()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()WindowsDeviceAzureADAccountwithUnmappedField(String name, String value)WindowsDeviceAzureADAccountwithUserPrincipalName(String userPrincipalName)-
Methods inherited from class odata.msgraph.client.complex.WindowsDeviceAccount
builder, getPassword, withPassword
-
-
-
-
Field Detail
-
userPrincipalName
protected String userPrincipalName
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classWindowsDeviceAccount
-
withUserPrincipalName
public WindowsDeviceAzureADAccount withUserPrincipalName(String userPrincipalName)
-
withUnmappedField
public WindowsDeviceAzureADAccount withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classWindowsDeviceAccount
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classWindowsDeviceAccount
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classWindowsDeviceAccount
-
builderWindowsDeviceAzureADAccount
public static WindowsDeviceAzureADAccount.Builder builderWindowsDeviceAzureADAccount()
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 classWindowsDeviceAccount
-
-