public class RiskyUserHistoryItem extends RiskyUser implements com.github.davidmoten.odata.client.ODataEntityType
Org.OData.Capabilities.V1.SelectRestrictions
Selectable = true
Org.OData.Capabilities.V1.FilterRestrictions
Filterable = true
| Modifier and Type | Class and Description |
|---|---|
static class |
RiskyUserHistoryItem.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected RiskUserActivity |
activity |
protected String |
initiatedBy |
protected String |
userId |
isDeleted, isProcessing, riskDetail, riskLastUpdatedDateTime, riskLevel, riskState, userDisplayName, userPrincipalNamechangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
RiskyUserHistoryItem() |
| Modifier and Type | Method and Description |
|---|---|
static RiskyUserHistoryItem.Builder |
builderRiskyUserHistoryItem()
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.ChangedFields |
getChangedFields() |
Optional<String> |
getInitiatedBy() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getUserId() |
String |
odataTypeName() |
RiskyUserHistoryItem |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
RiskyUserHistoryItem |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
RiskyUserHistoryItem |
withActivity(RiskUserActivity activity) |
RiskyUserHistoryItem |
withInitiatedBy(String initiatedBy) |
RiskyUserHistoryItem |
withUserId(String userId) |
builderRiskyUser, getHistory, getIsDeleted, getIsProcessing, getRiskDetail, getRiskLastUpdatedDateTime, getRiskLevel, getRiskState, getUserDisplayName, getUserPrincipalName, withIsDeleted, withIsProcessing, withRiskDetail, withRiskLastUpdatedDateTime, withRiskLevel, withRiskState, withUserDisplayName, withUserPrincipalNameprotected String userId
protected String initiatedBy
protected RiskUserActivity activity
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class RiskyUserpublic static RiskyUserHistoryItem.Builder builderRiskyUserHistoryItem()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class RiskyUserpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class RiskyUserpublic RiskyUserHistoryItem withUserId(String userId)
public RiskyUserHistoryItem withInitiatedBy(String initiatedBy)
public Optional<RiskUserActivity> getActivity()
public RiskyUserHistoryItem withActivity(RiskUserActivity activity)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class RiskyUserpublic RiskyUserHistoryItem patch()
this with changed fields reset.public RiskyUserHistoryItem put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.