Package odata.msgraph.client.complex
Class WindowsDeviceADAccount.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.WindowsDeviceADAccount.Builder
-
- Enclosing class:
- WindowsDeviceADAccount
public static final class WindowsDeviceADAccount.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WindowsDeviceADAccountbuild()WindowsDeviceADAccount.BuilderdomainName(String domainName)WindowsDeviceADAccount.Builderpassword(String password)WindowsDeviceADAccount.BuilderuserName(String userName)
-
-
-
Method Detail
-
password
public WindowsDeviceADAccount.Builder password(String password)
-
domainName
public WindowsDeviceADAccount.Builder domainName(String domainName)
-
userName
public WindowsDeviceADAccount.Builder userName(String userName)
-
build
public WindowsDeviceADAccount build()
-
-