public class LeakedCredentialsRiskEvent extends IdentityRiskEvent implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
LeakedCredentialsRiskEvent.Builder |
closedDateTime, createdDateTime, riskEventDateTime, riskEventStatus, riskEventType, riskLevel, userDisplayName, userId, userPrincipalNamechangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
LeakedCredentialsRiskEvent() |
| Modifier and Type | Method and Description |
|---|---|
static LeakedCredentialsRiskEvent.Builder |
builderLeakedCredentialsRiskEvent()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
LeakedCredentialsRiskEvent |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
LeakedCredentialsRiskEvent |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
builderIdentityRiskEvent, getClosedDateTime, getCreatedDateTime, getImpactedUser, getRiskEventDateTime, getRiskEventStatus, getRiskEventType, getRiskLevel, getUserDisplayName, getUserId, getUserPrincipalName, withClosedDateTime, withCreatedDateTime, withRiskEventDateTime, withRiskEventStatus, withRiskEventType, withRiskLevel, withUserDisplayName, withUserId, withUserPrincipalNamepublic String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class IdentityRiskEventpublic static LeakedCredentialsRiskEvent.Builder builderLeakedCredentialsRiskEvent()
public 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 com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class IdentityRiskEventpublic LeakedCredentialsRiskEvent 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 LeakedCredentialsRiskEvent 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.