public class UserAccount extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
UserAccount.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
displayName |
protected OffsetDateTime |
lastSeenDateTime |
protected String |
odataType |
protected String |
riskScore |
protected String |
service |
protected String |
signinName |
protected AccountStatus |
status |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
UserAccount() |
| Modifier and Type | Method and Description |
|---|---|
static UserAccount.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getDisplayName() |
Optional<OffsetDateTime> |
getLastSeenDateTime() |
Optional<String> |
getRiskScore() |
Optional<String> |
getService() |
Optional<String> |
getSigninName() |
Optional<AccountStatus> |
getStatus() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
UserAccount |
withDisplayName(String displayName) |
UserAccount |
withLastSeenDateTime(OffsetDateTime lastSeenDateTime) |
UserAccount |
withRiskScore(String riskScore) |
UserAccount |
withService(String service) |
UserAccount |
withSigninName(String signinName) |
UserAccount |
withStatus(AccountStatus status) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String displayName
protected OffsetDateTime lastSeenDateTime
protected String riskScore
protected String service
protected String signinName
protected AccountStatus status
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic UserAccount withDisplayName(String displayName)
public Optional<OffsetDateTime> getLastSeenDateTime()
public UserAccount withLastSeenDateTime(OffsetDateTime lastSeenDateTime)
public UserAccount withRiskScore(String riskScore)
public UserAccount withService(String service)
public UserAccount withSigninName(String signinName)
public Optional<AccountStatus> getStatus()
public UserAccount withStatus(AccountStatus status)
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 UserAccount.Builder builder()
Copyright © 2018–2020. All rights reserved.