public class RiskyUser extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
Org.OData.Capabilities.V1.SelectRestrictions
Selectable = true
Org.OData.Capabilities.V1.CountRestrictions
Countable = true
Org.OData.Capabilities.V1.FilterRestrictions
Filterable = true
| Modifier and Type | Class and Description |
|---|---|
static class |
RiskyUser.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
isDeleted |
protected Boolean |
isProcessing |
protected RiskDetail |
riskDetail |
protected OffsetDateTime |
riskLastUpdatedDateTime |
protected RiskLevel |
riskLevel |
protected RiskState |
riskState |
protected String |
userDisplayName |
protected String |
userPrincipalName |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
RiskyUser() |
| Modifier and Type | Method and Description |
|---|---|
static RiskyUser.Builder |
builderRiskyUser()
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() |
RiskyUserHistoryItemCollectionRequest |
getHistory() |
Optional<Boolean> |
getIsDeleted() |
Optional<Boolean> |
getIsProcessing() |
Optional<RiskDetail> |
getRiskDetail() |
Optional<OffsetDateTime> |
getRiskLastUpdatedDateTime() |
Optional<RiskLevel> |
getRiskLevel() |
Optional<RiskState> |
getRiskState() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getUserDisplayName() |
Optional<String> |
getUserPrincipalName() |
String |
odataTypeName() |
RiskyUser |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
RiskyUser |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
RiskyUser |
withIsDeleted(Boolean isDeleted) |
RiskyUser |
withIsProcessing(Boolean isProcessing) |
RiskyUser |
withRiskDetail(RiskDetail riskDetail) |
RiskyUser |
withRiskLastUpdatedDateTime(OffsetDateTime riskLastUpdatedDateTime) |
RiskyUser |
withRiskLevel(RiskLevel riskLevel) |
RiskyUser |
withRiskState(RiskState riskState) |
RiskyUser |
withUserDisplayName(String userDisplayName) |
RiskyUser |
withUserPrincipalName(String userPrincipalName) |
protected Boolean isDeleted
protected Boolean isProcessing
protected OffsetDateTime riskLastUpdatedDateTime
protected RiskLevel riskLevel
protected RiskState riskState
protected RiskDetail riskDetail
protected String userDisplayName
protected String userPrincipalName
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static RiskyUser.Builder builderRiskyUser()
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 Optional<OffsetDateTime> getRiskLastUpdatedDateTime()
public RiskyUser withRiskLastUpdatedDateTime(OffsetDateTime riskLastUpdatedDateTime)
public Optional<RiskDetail> getRiskDetail()
public RiskyUser withRiskDetail(RiskDetail riskDetail)
public RiskyUserHistoryItemCollectionRequest getHistory()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic RiskyUser patch()
this with changed fields reset.public RiskyUser put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.