Package odata.msgraph.client.complex
Class WindowsDeviceADAccount
- java.lang.Object
-
- odata.msgraph.client.complex.WindowsDeviceAccount
-
- odata.msgraph.client.complex.WindowsDeviceADAccount
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class WindowsDeviceADAccount extends WindowsDeviceAccount implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWindowsDeviceADAccount.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringdomainNameprotected StringuserName-
Fields inherited from class odata.msgraph.client.complex.WindowsDeviceAccount
contextPath, odataType, password, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedWindowsDeviceADAccount()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WindowsDeviceADAccount.BuilderbuilderWindowsDeviceADAccount()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<String>getDomainName()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()Optional<String>getUserName()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()WindowsDeviceADAccountwithDomainName(String domainName)WindowsDeviceADAccountwithUnmappedField(String name, String value)WindowsDeviceADAccountwithUserName(String userName)-
Methods inherited from class odata.msgraph.client.complex.WindowsDeviceAccount
builder, getPassword, withPassword
-
-
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classWindowsDeviceAccount
-
withDomainName
public WindowsDeviceADAccount withDomainName(String domainName)
-
withUserName
public WindowsDeviceADAccount withUserName(String userName)
-
withUnmappedField
public WindowsDeviceADAccount 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
-
builderWindowsDeviceADAccount
public static WindowsDeviceADAccount.Builder builderWindowsDeviceADAccount()
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
-
-