Uses of Class
odata.msgraph.client.beta.entity.CredentialUserRegistrationCount
-
Packages that use CredentialUserRegistrationCount Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of CredentialUserRegistrationCount in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return CredentialUserRegistrationCount Modifier and Type Method Description CredentialUserRegistrationCountCredentialUserRegistrationCount.Builder. build()CredentialUserRegistrationCountCredentialUserRegistrationCount. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.CredentialUserRegistrationCountCredentialUserRegistrationCount. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).CredentialUserRegistrationCountCredentialUserRegistrationCount. withTotalUserCount(Long totalUserCount)CredentialUserRegistrationCountCredentialUserRegistrationCount. withUnmappedField(String name, String value)CredentialUserRegistrationCountCredentialUserRegistrationCount. withUserRegistrationCounts(List<UserRegistrationCount> userRegistrationCounts)Methods in odata.msgraph.client.beta.entity that return types with arguments of type CredentialUserRegistrationCount Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<CredentialUserRegistrationCount>ReportRoot. getCredentialUserRegistrationCount() -
Uses of CredentialUserRegistrationCount in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type CredentialUserRegistrationCount Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<CredentialUserRegistrationCount>ReportRootRequest. getCredentialUserRegistrationCount()
-