public class RiskDetection extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
Org.OData.Capabilities.V1.SelectRestrictions
Selectable = true
Org.OData.Capabilities.V1.CountRestrictions
Countable = false
Org.OData.Capabilities.V1.FilterRestrictions
Filterable = true
Org.OData.Capabilities.V1.TopSupported
true
Org.OData.Capabilities.V1.SkipSupported
false
| Modifier and Type | Class and Description |
|---|---|
static class |
RiskDetection.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected ActivityType |
activity |
protected OffsetDateTime |
activityDateTime |
protected String |
additionalInfo |
protected String |
correlationId |
protected OffsetDateTime |
detectedDateTime |
protected RiskDetectionTimingType |
detectionTimingType |
protected String |
ipAddress |
protected OffsetDateTime |
lastUpdatedDateTime |
protected SignInLocation |
location |
protected String |
requestId |
protected RiskDetail |
riskDetail |
protected String |
riskEventType |
protected RiskLevel |
riskLevel |
protected RiskState |
riskState |
protected RiskEventType |
riskType |
protected String |
source |
protected TokenIssuerType |
tokenIssuerType |
protected String |
userDisplayName |
protected String |
userId |
protected String |
userPrincipalName |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
RiskDetection() |
protected String requestId
protected String correlationId
protected String riskEventType
protected RiskEventType riskType
protected RiskState riskState
protected RiskLevel riskLevel
protected RiskDetail riskDetail
protected String source
protected RiskDetectionTimingType detectionTimingType
protected ActivityType activity
protected TokenIssuerType tokenIssuerType
protected String ipAddress
protected SignInLocation location
protected OffsetDateTime activityDateTime
protected OffsetDateTime detectedDateTime
protected OffsetDateTime lastUpdatedDateTime
protected String userId
protected String userDisplayName
protected String userPrincipalName
protected String additionalInfo
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static RiskDetection.Builder builderRiskDetection()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic RiskDetection withRequestId(String requestId)
public RiskDetection withCorrelationId(String correlationId)
public RiskDetection withRiskEventType(String riskEventType)
public Optional<RiskEventType> getRiskType()
public RiskDetection withRiskType(RiskEventType riskType)
public RiskDetection withRiskState(RiskState riskState)
public RiskDetection withRiskLevel(RiskLevel riskLevel)
public Optional<RiskDetail> getRiskDetail()
public RiskDetection withRiskDetail(RiskDetail riskDetail)
public RiskDetection withSource(String source)
public Optional<RiskDetectionTimingType> getDetectionTimingType()
public RiskDetection withDetectionTimingType(RiskDetectionTimingType detectionTimingType)
public Optional<ActivityType> getActivity()
public RiskDetection withActivity(ActivityType activity)
public Optional<TokenIssuerType> getTokenIssuerType()
public RiskDetection withTokenIssuerType(TokenIssuerType tokenIssuerType)
public RiskDetection withIpAddress(String ipAddress)
public Optional<SignInLocation> getLocation()
public RiskDetection withLocation(SignInLocation location)
public Optional<OffsetDateTime> getActivityDateTime()
public RiskDetection withActivityDateTime(OffsetDateTime activityDateTime)
public Optional<OffsetDateTime> getDetectedDateTime()
public RiskDetection withDetectedDateTime(OffsetDateTime detectedDateTime)
public Optional<OffsetDateTime> getLastUpdatedDateTime()
public RiskDetection withLastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)
public RiskDetection withUserId(String userId)
public RiskDetection withUserDisplayName(String userDisplayName)
public RiskDetection withUserPrincipalName(String userPrincipalName)
public RiskDetection withAdditionalInfo(String additionalInfo)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic RiskDetection patch()
this with changed fields reset.public RiskDetection put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.