Uses of Class
odata.msgraph.client.beta.enums.IncludedUserTypes
-
Packages that use IncludedUserTypes Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request odata.msgraph.client.beta.enums -
-
Uses of IncludedUserTypes in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as IncludedUserTypes Modifier and Type Field Description protected IncludedUserTypesUserRegistrationFeatureSummary. userTypesprotected IncludedUserTypesUserRegistrationMethodSummary. userTypesMethods in odata.msgraph.client.beta.complex that return types with arguments of type IncludedUserTypes Modifier and Type Method Description Optional<IncludedUserTypes>UserRegistrationFeatureSummary. getUserTypes()Optional<IncludedUserTypes>UserRegistrationMethodSummary. getUserTypes()Methods in odata.msgraph.client.beta.complex with parameters of type IncludedUserTypes Modifier and Type Method Description UserRegistrationFeatureSummary.BuilderUserRegistrationFeatureSummary.Builder. userTypes(IncludedUserTypes userTypes)UserRegistrationMethodSummary.BuilderUserRegistrationMethodSummary.Builder. userTypes(IncludedUserTypes userTypes)UserRegistrationFeatureSummaryUserRegistrationFeatureSummary. withUserTypes(IncludedUserTypes userTypes)UserRegistrationMethodSummaryUserRegistrationMethodSummary. withUserTypes(IncludedUserTypes userTypes) -
Uses of IncludedUserTypes in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity with parameters of type IncludedUserTypes Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<UserRegistrationFeatureSummary>AuthenticationMethodsRoot. usersRegisteredByFeature_Function(IncludedUserTypes includedUserTypes, IncludedUserRoles includedUserRoles)com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<UserRegistrationMethodSummary>AuthenticationMethodsRoot. usersRegisteredByMethod_Function(IncludedUserTypes includedUserTypes, IncludedUserRoles includedUserRoles) -
Uses of IncludedUserTypes in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request with parameters of type IncludedUserTypes Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<UserRegistrationFeatureSummary>AuthenticationMethodsRootRequest. usersRegisteredByFeature_Function(IncludedUserTypes includedUserTypes, IncludedUserRoles includedUserRoles)com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<UserRegistrationMethodSummary>AuthenticationMethodsRootRequest. usersRegisteredByMethod_Function(IncludedUserTypes includedUserTypes, IncludedUserRoles includedUserRoles) -
Uses of IncludedUserTypes in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return IncludedUserTypes Modifier and Type Method Description static IncludedUserTypesIncludedUserTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static IncludedUserTypes[]IncludedUserTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.
-