public class ImpossibleTravelRiskEvent extends LocatedRiskEvent implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
ImpossibleTravelRiskEvent.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
deviceInformation |
protected Boolean |
isAtypicalLocation |
protected String |
previousIpAddress |
protected SignInLocation |
previousLocation |
protected OffsetDateTime |
previousSigninDateTime |
protected String |
userAgent |
ipAddress, locationclosedDateTime, createdDateTime, riskEventDateTime, riskEventStatus, riskEventType, riskLevel, userDisplayName, userId, userPrincipalNamechangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
ImpossibleTravelRiskEvent() |
getIpAddress, getLocation, withIpAddress, withLocationbuilderIdentityRiskEvent, getClosedDateTime, getCreatedDateTime, getImpactedUser, getRiskEventDateTime, getRiskEventStatus, getRiskEventType, getRiskLevel, getUserDisplayName, getUserId, getUserPrincipalName, withClosedDateTime, withCreatedDateTime, withRiskEventDateTime, withRiskEventStatus, withRiskEventType, withRiskLevel, withUserDisplayName, withUserId, withUserPrincipalNameprotected String userAgent
protected String deviceInformation
protected Boolean isAtypicalLocation
protected OffsetDateTime previousSigninDateTime
protected SignInLocation previousLocation
protected String previousIpAddress
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class LocatedRiskEventpublic static ImpossibleTravelRiskEvent.Builder builderImpossibleTravelRiskEvent()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class LocatedRiskEventpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class LocatedRiskEventpublic ImpossibleTravelRiskEvent withUserAgent(String userAgent)
public ImpossibleTravelRiskEvent withDeviceInformation(String deviceInformation)
public ImpossibleTravelRiskEvent withIsAtypicalLocation(Boolean isAtypicalLocation)
public Optional<OffsetDateTime> getPreviousSigninDateTime()
public ImpossibleTravelRiskEvent withPreviousSigninDateTime(OffsetDateTime previousSigninDateTime)
public Optional<SignInLocation> getPreviousLocation()
public ImpossibleTravelRiskEvent withPreviousLocation(SignInLocation previousLocation)
public ImpossibleTravelRiskEvent withPreviousIpAddress(String previousIpAddress)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class LocatedRiskEventpublic ImpossibleTravelRiskEvent patch()
this with changed fields reset.patch in class LocatedRiskEventthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic ImpossibleTravelRiskEvent put()
this
with changed fields reset (they were ignored anyway).put in class LocatedRiskEventthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class LocatedRiskEventCopyright © 2018–2020. All rights reserved.