Uses of Class
odata.msgraph.client.beta.complex.RoleSuccessStatistics
-
Packages that use RoleSuccessStatistics Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity.collection.request -
-
Uses of RoleSuccessStatistics in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return RoleSuccessStatistics Modifier and Type Method Description RoleSuccessStatisticsRoleSuccessStatistics.Builder. build()RoleSuccessStatisticsRoleSuccessStatistics. withPermanentFail(Long permanentFail)RoleSuccessStatisticsRoleSuccessStatistics. withPermanentSuccess(Long permanentSuccess)RoleSuccessStatisticsRoleSuccessStatistics. withRemoveFail(Long removeFail)RoleSuccessStatisticsRoleSuccessStatistics. withRemoveSuccess(Long removeSuccess)RoleSuccessStatisticsRoleSuccessStatistics. withRoleId(String roleId)RoleSuccessStatisticsRoleSuccessStatistics. withRoleName(String roleName)RoleSuccessStatisticsRoleSuccessStatistics. withTemporaryFail(Long temporaryFail)RoleSuccessStatisticsRoleSuccessStatistics. withTemporarySuccess(Long temporarySuccess)RoleSuccessStatisticsRoleSuccessStatistics. withUnknownFail(Long unknownFail)RoleSuccessStatisticsRoleSuccessStatistics. withUnmappedField(String name, String value) -
Uses of RoleSuccessStatistics in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type RoleSuccessStatistics Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<RoleSuccessStatistics>PrivilegedSignupStatusCollectionRequest. completeSetup(TenantSetupInfo tenantSetupInfo)
-