public class ApplicationSignInSummary extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
Org.OData.Capabilities.V1.CountRestrictions
Countable = false
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 |
ApplicationSignInSummary.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
appDisplayName |
protected Long |
failedSignInCount |
protected Long |
successfulSignInCount |
protected Double |
successPercentage |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
ApplicationSignInSummary() |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationSignInSummary.Builder |
builderApplicationSignInSummary()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getAppDisplayName() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<Long> |
getFailedSignInCount() |
Optional<Long> |
getSuccessfulSignInCount() |
Optional<Double> |
getSuccessPercentage() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
ApplicationSignInSummary |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
ApplicationSignInSummary |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
ApplicationSignInSummary |
withAppDisplayName(String appDisplayName) |
ApplicationSignInSummary |
withFailedSignInCount(Long failedSignInCount) |
ApplicationSignInSummary |
withSuccessfulSignInCount(Long successfulSignInCount) |
ApplicationSignInSummary |
withSuccessPercentage(Double successPercentage) |
protected String appDisplayName
protected Long successfulSignInCount
protected Long failedSignInCount
protected Double successPercentage
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static ApplicationSignInSummary.Builder builderApplicationSignInSummary()
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 ApplicationSignInSummary withAppDisplayName(String appDisplayName)
public ApplicationSignInSummary withSuccessfulSignInCount(Long successfulSignInCount)
public ApplicationSignInSummary withFailedSignInCount(Long failedSignInCount)
public ApplicationSignInSummary withSuccessPercentage(Double successPercentage)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic ApplicationSignInSummary patch()
this with changed fields reset.public ApplicationSignInSummary put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.