Uses of Class
odata.msgraph.client.beta.entity.CredentialUsageSummary
-
Packages that use CredentialUsageSummary Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of CredentialUsageSummary in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return CredentialUsageSummary Modifier and Type Method Description CredentialUsageSummaryCredentialUsageSummary.Builder. build()CredentialUsageSummaryCredentialUsageSummary. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.CredentialUsageSummaryCredentialUsageSummary. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).CredentialUsageSummaryCredentialUsageSummary. withAuthMethod(UsageAuthMethod authMethod)CredentialUsageSummaryCredentialUsageSummary. withFailureActivityCount(Long failureActivityCount)CredentialUsageSummaryCredentialUsageSummary. withFeature(FeatureType feature)CredentialUsageSummaryCredentialUsageSummary. withSuccessfulActivityCount(Long successfulActivityCount)CredentialUsageSummaryCredentialUsageSummary. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.entity that return types with arguments of type CredentialUsageSummary Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<CredentialUsageSummary>ReportRoot. getCredentialUsageSummary(String period) -
Uses of CredentialUsageSummary in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type CredentialUsageSummary Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<CredentialUsageSummary>ReportRootRequest. getCredentialUsageSummary(String period)
-