public class UserCredentialUsageDetails extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
Org.OData.Capabilities.V1.FilterRestrictions
Filterable = true
Org.OData.Capabilities.V1.TopSupported
true
Org.OData.Capabilities.V1.SkipSupported
false
| Modifier and Type | Class and Description |
|---|---|
static class |
UserCredentialUsageDetails.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected UsageAuthMethod |
authMethod |
protected OffsetDateTime |
eventDateTime |
protected String |
failureReason |
protected FeatureType |
feature |
protected Boolean |
isSuccess |
protected String |
userDisplayName |
protected String |
userPrincipalName |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
UserCredentialUsageDetails() |
protected FeatureType feature
protected String userPrincipalName
protected String userDisplayName
protected Boolean isSuccess
protected UsageAuthMethod authMethod
protected String failureReason
protected OffsetDateTime eventDateTime
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static UserCredentialUsageDetails.Builder builderUserCredentialUsageDetails()
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<FeatureType> getFeature()
public UserCredentialUsageDetails withFeature(FeatureType feature)
public UserCredentialUsageDetails withUserPrincipalName(String userPrincipalName)
public UserCredentialUsageDetails withUserDisplayName(String userDisplayName)
public UserCredentialUsageDetails withIsSuccess(Boolean isSuccess)
public Optional<UsageAuthMethod> getAuthMethod()
public UserCredentialUsageDetails withAuthMethod(UsageAuthMethod authMethod)
public UserCredentialUsageDetails withFailureReason(String failureReason)
public Optional<OffsetDateTime> getEventDateTime()
public UserCredentialUsageDetails withEventDateTime(OffsetDateTime eventDateTime)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic UserCredentialUsageDetails patch()
this with changed fields reset.public UserCredentialUsageDetails put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.