Uses of Class
odata.msgraph.client.complex.UserRegistrationFeatureSummary
-
Packages that use UserRegistrationFeatureSummary Package Description odata.msgraph.client.complex odata.msgraph.client.entity odata.msgraph.client.entity.request -
-
Uses of UserRegistrationFeatureSummary in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return UserRegistrationFeatureSummary Modifier and Type Method Description UserRegistrationFeatureSummaryUserRegistrationFeatureSummary.Builder. build()UserRegistrationFeatureSummaryUserRegistrationFeatureSummary. withTotalUserCount(Long totalUserCount)UserRegistrationFeatureSummaryUserRegistrationFeatureSummary. withUnmappedField(String name, Object value)UserRegistrationFeatureSummaryUserRegistrationFeatureSummary. withUserRoles(IncludedUserRoles userRoles)UserRegistrationFeatureSummaryUserRegistrationFeatureSummary. withUserTypes(IncludedUserTypes userTypes) -
Uses of UserRegistrationFeatureSummary in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity that return types with arguments of type UserRegistrationFeatureSummary Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<UserRegistrationFeatureSummary>AuthenticationMethodsRoot. usersRegisteredByFeature()com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<UserRegistrationFeatureSummary>AuthenticationMethodsRoot. usersRegisteredByFeature_Function(IncludedUserTypes includedUserTypes, IncludedUserRoles includedUserRoles) -
Uses of UserRegistrationFeatureSummary in odata.msgraph.client.entity.request
Methods in odata.msgraph.client.entity.request that return types with arguments of type UserRegistrationFeatureSummary Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<UserRegistrationFeatureSummary>AuthenticationMethodsRootRequest. usersRegisteredByFeature()com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<UserRegistrationFeatureSummary>AuthenticationMethodsRootRequest. usersRegisteredByFeature_Function(IncludedUserTypes includedUserTypes, IncludedUserRoles includedUserRoles)
-