public class LogonUser extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
LogonUser.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
accountDomain |
protected String |
accountName |
protected UserAccountSecurityType |
accountType |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected OffsetDateTime |
firstSeenDateTime |
protected OffsetDateTime |
lastSeenDateTime |
protected String |
logonId |
protected List<LogonType> |
logonTypes |
protected String |
logonTypesNextLink |
protected String |
odataType |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
LogonUser() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String accountDomain
protected String accountName
protected UserAccountSecurityType accountType
protected OffsetDateTime firstSeenDateTime
protected OffsetDateTime lastSeenDateTime
protected String logonId
protected String logonTypesNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<UserAccountSecurityType> getAccountType()
public LogonUser withAccountType(UserAccountSecurityType accountType)
public Optional<OffsetDateTime> getFirstSeenDateTime()
public LogonUser withFirstSeenDateTime(OffsetDateTime firstSeenDateTime)
public Optional<OffsetDateTime> getLastSeenDateTime()
public LogonUser withLastSeenDateTime(OffsetDateTime lastSeenDateTime)
public com.github.davidmoten.odata.client.CollectionPage<LogonType> getLogonTypes()
public com.github.davidmoten.odata.client.CollectionPage<LogonType> getLogonTypes(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static LogonUser.Builder builder()
Copyright © 2018–2020. All rights reserved.