public class RelyingPartyDetailedSummary 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 |
RelyingPartyDetailedSummary.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Long |
failedSignInCount |
protected MigrationStatus |
migrationStatus |
protected List<KeyValuePair> |
migrationValidationDetails |
protected String |
migrationValidationDetailsNextLink |
protected String |
relyingPartyId |
protected String |
relyingPartyName |
protected List<String> |
replyUrls |
protected String |
replyUrlsNextLink |
protected String |
serviceId |
protected Double |
signInSuccessRate |
protected Long |
successfulSignInCount |
protected Long |
totalSignInCount |
protected Long |
uniqueUserCount |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
RelyingPartyDetailedSummary() |
protected String relyingPartyId
protected String serviceId
protected String relyingPartyName
protected Long successfulSignInCount
protected Long failedSignInCount
protected Long totalSignInCount
protected Double signInSuccessRate
protected Long uniqueUserCount
protected MigrationStatus migrationStatus
protected List<KeyValuePair> migrationValidationDetails
protected String migrationValidationDetailsNextLink
protected String replyUrlsNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static RelyingPartyDetailedSummary.Builder builderRelyingPartyDetailedSummary()
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 RelyingPartyDetailedSummary withRelyingPartyId(String relyingPartyId)
public RelyingPartyDetailedSummary withServiceId(String serviceId)
public RelyingPartyDetailedSummary withRelyingPartyName(String relyingPartyName)
public RelyingPartyDetailedSummary withSuccessfulSignInCount(Long successfulSignInCount)
public RelyingPartyDetailedSummary withFailedSignInCount(Long failedSignInCount)
public RelyingPartyDetailedSummary withTotalSignInCount(Long totalSignInCount)
public RelyingPartyDetailedSummary withSignInSuccessRate(Double signInSuccessRate)
public RelyingPartyDetailedSummary withUniqueUserCount(Long uniqueUserCount)
public Optional<MigrationStatus> getMigrationStatus()
public RelyingPartyDetailedSummary withMigrationStatus(MigrationStatus migrationStatus)
public com.github.davidmoten.odata.client.CollectionPage<KeyValuePair> getMigrationValidationDetails()
public com.github.davidmoten.odata.client.CollectionPage<String> getReplyUrls()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic RelyingPartyDetailedSummary patch()
this with changed fields reset.public RelyingPartyDetailedSummary put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.