public class MalwareRiskEvent extends LocatedRiskEvent implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
MalwareRiskEvent.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
deviceInformation |
protected String |
malwareName |
ipAddress, locationclosedDateTime, createdDateTime, riskEventDateTime, riskEventStatus, riskEventType, riskLevel, userDisplayName, userId, userPrincipalNamechangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
MalwareRiskEvent() |
| Modifier and Type | Method and Description |
|---|---|
static MalwareRiskEvent.Builder |
builderMalwareRiskEvent()
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() |
Optional<String> |
getDeviceInformation() |
Optional<String> |
getMalwareName() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
MalwareRiskEvent |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
MalwareRiskEvent |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
MalwareRiskEvent |
withDeviceInformation(String deviceInformation) |
MalwareRiskEvent |
withMalwareName(String malwareName) |
getIpAddress, getLocation, withIpAddress, withLocationbuilderIdentityRiskEvent, getClosedDateTime, getCreatedDateTime, getImpactedUser, getRiskEventDateTime, getRiskEventStatus, getRiskEventType, getRiskLevel, getUserDisplayName, getUserId, getUserPrincipalName, withClosedDateTime, withCreatedDateTime, withRiskEventDateTime, withRiskEventStatus, withRiskEventType, withRiskLevel, withUserDisplayName, withUserId, withUserPrincipalNameprotected String deviceInformation
protected String malwareName
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class LocatedRiskEventpublic static MalwareRiskEvent.Builder builderMalwareRiskEvent()
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 MalwareRiskEvent withDeviceInformation(String deviceInformation)
public MalwareRiskEvent withMalwareName(String malwareName)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class LocatedRiskEventpublic MalwareRiskEvent 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 MalwareRiskEvent 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.