public class CredentialUserRegistrationCount extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
Org.OData.Capabilities.V1.FilterRestrictions
Filterable = false
Org.OData.Capabilities.V1.TopSupported
false
Org.OData.Capabilities.V1.SkipSupported
false
| Modifier and Type | Class and Description |
|---|---|
static class |
CredentialUserRegistrationCount.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Long |
totalUserCount |
protected List<UserRegistrationCount> |
userRegistrationCounts |
protected String |
userRegistrationCountsNextLink |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
CredentialUserRegistrationCount() |
| Modifier and Type | Method and Description |
|---|---|
static CredentialUserRegistrationCount.Builder |
builderCredentialUserRegistrationCount()
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() |
Optional<Long> |
getTotalUserCount() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
com.github.davidmoten.odata.client.CollectionPage<UserRegistrationCount> |
getUserRegistrationCounts() |
com.github.davidmoten.odata.client.CollectionPage<UserRegistrationCount> |
getUserRegistrationCounts(com.github.davidmoten.odata.client.HttpRequestOptions options) |
String |
odataTypeName() |
CredentialUserRegistrationCount |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
CredentialUserRegistrationCount |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
CredentialUserRegistrationCount |
withTotalUserCount(Long totalUserCount) |
protected Long totalUserCount
protected List<UserRegistrationCount> userRegistrationCounts
protected String userRegistrationCountsNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static CredentialUserRegistrationCount.Builder builderCredentialUserRegistrationCount()
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 CredentialUserRegistrationCount withTotalUserCount(Long totalUserCount)
public com.github.davidmoten.odata.client.CollectionPage<UserRegistrationCount> getUserRegistrationCounts()
public com.github.davidmoten.odata.client.CollectionPage<UserRegistrationCount> getUserRegistrationCounts(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic CredentialUserRegistrationCount patch()
this with changed fields reset.public CredentialUserRegistrationCount put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.