public class WindowsDeviceADAccount extends WindowsDeviceAccount implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
WindowsDeviceADAccount.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
domainName |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected String |
userName |
contextPath, odataType, password| Modifier | Constructor and Description |
|---|---|
protected |
WindowsDeviceADAccount() |
| Modifier and Type | Method and Description |
|---|---|
static WindowsDeviceADAccount.Builder |
builderWindowsDeviceADAccount()
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.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getUserName() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
WindowsDeviceADAccount |
withDomainName(String domainName) |
WindowsDeviceADAccount |
withUserName(String userName) |
builder, getPassword, withPasswordprotected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String domainName
protected String userName
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class WindowsDeviceAccountpublic WindowsDeviceADAccount withDomainName(String domainName)
public WindowsDeviceADAccount withUserName(String userName)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class WindowsDeviceAccountpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class WindowsDeviceAccountpublic static WindowsDeviceADAccount.Builder builderWindowsDeviceADAccount()
public String toString()
toString in class WindowsDeviceAccountCopyright © 2018–2020. All rights reserved.