Package odata.msgraph.client.beta.entity
Class RiskyUserHistoryItem
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.RiskyUser
-
- odata.msgraph.client.beta.entity.RiskyUserHistoryItem
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class RiskyUserHistoryItem extends RiskyUser implements com.github.davidmoten.odata.client.ODataEntityType
Org.OData.Capabilities.V1.FilterRestrictions
Filterable = true
Org.OData.Capabilities.V1.SelectRestrictions
Selectable = true
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRiskyUserHistoryItem.Builder
-
Field Summary
Fields Modifier and Type Field Description protected RiskUserActivityactivityprotected StringinitiatedByprotected StringuserId-
Fields inherited from class odata.msgraph.client.beta.entity.RiskyUser
isDeleted, isProcessing, riskDetail, riskLastUpdatedDateTime, riskLevel, riskState, userDisplayName, userPrincipalName
-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRiskyUserHistoryItem()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RiskyUserHistoryItem.BuilderbuilderRiskyUserHistoryItem()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<RiskUserActivity>getActivity()com.github.davidmoten.odata.client.internal.ChangedFieldsgetChangedFields()Optional<String>getInitiatedBy()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()Optional<String>getUserId()StringodataTypeName()RiskyUserHistoryItempatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)RiskyUserHistoryItemput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()RiskyUserHistoryItemwithActivity(RiskUserActivity activity)RiskyUserHistoryItemwithInitiatedBy(String initiatedBy)RiskyUserHistoryItemwithUnmappedField(String name, String value)RiskyUserHistoryItemwithUserId(String userId)-
Methods inherited from class odata.msgraph.client.beta.entity.RiskyUser
builderRiskyUser, getHistory, getIsDeleted, getIsProcessing, getRiskDetail, getRiskLastUpdatedDateTime, getRiskLevel, getRiskState, getUserDisplayName, getUserPrincipalName, withIsDeleted, withIsProcessing, withRiskDetail, withRiskLastUpdatedDateTime, withRiskLevel, withRiskState, withUserDisplayName, withUserPrincipalName
-
-
-
-
Field Detail
-
activity
protected RiskUserActivity activity
-
initiatedBy
protected String initiatedBy
-
userId
protected String userId
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classRiskyUser
-
builderRiskyUserHistoryItem
public static RiskyUserHistoryItem.Builder builderRiskyUserHistoryItem()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classRiskyUser
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classRiskyUser
-
getActivity
public Optional<RiskUserActivity> getActivity()
-
withActivity
public RiskyUserHistoryItem withActivity(RiskUserActivity activity)
-
withInitiatedBy
public RiskyUserHistoryItem withInitiatedBy(String initiatedBy)
-
withUserId
public RiskyUserHistoryItem withUserId(String userId)
-
withUnmappedField
public RiskyUserHistoryItem withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classRiskyUser
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classRiskyUser
-
patch
public RiskyUserHistoryItem patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public RiskyUserHistoryItem put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-