public class LocatedRiskEvent extends IdentityRiskEvent implements com.github.davidmoten.odata.client.ODataEntityType
IdentityRiskEvent.Builder| Modifier and Type | Field and Description |
|---|---|
protected String |
ipAddress |
protected SignInLocation |
location |
closedDateTime, createdDateTime, riskEventDateTime, riskEventStatus, riskEventType, riskLevel, userDisplayName, userId, userPrincipalNamechangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
LocatedRiskEvent() |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<String> |
getIpAddress() |
Optional<SignInLocation> |
getLocation() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
LocatedRiskEvent |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
LocatedRiskEvent |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
LocatedRiskEvent |
withIpAddress(String ipAddress) |
LocatedRiskEvent |
withLocation(SignInLocation location) |
builderIdentityRiskEvent, getClosedDateTime, getCreatedDateTime, getImpactedUser, getRiskEventDateTime, getRiskEventStatus, getRiskEventType, getRiskLevel, getUserDisplayName, getUserId, getUserPrincipalName, withClosedDateTime, withCreatedDateTime, withRiskEventDateTime, withRiskEventStatus, withRiskEventType, withRiskLevel, withUserDisplayName, withUserId, withUserPrincipalNameprotected SignInLocation location
protected String ipAddress
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class IdentityRiskEventpublic com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class IdentityRiskEventpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class IdentityRiskEventpublic Optional<SignInLocation> getLocation()
public LocatedRiskEvent withLocation(SignInLocation location)
public LocatedRiskEvent withIpAddress(String ipAddress)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class IdentityRiskEventpublic LocatedRiskEvent patch()
this with changed fields reset.patch in class IdentityRiskEventthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic LocatedRiskEvent put()
this
with changed fields reset (they were ignored anyway).put in class IdentityRiskEventthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class IdentityRiskEventCopyright © 2018–2020. All rights reserved.