Uses of Class
odata.msgraph.client.beta.complex.AuthenticationSourceFilter
-
Packages that use AuthenticationSourceFilter Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of AuthenticationSourceFilter in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return AuthenticationSourceFilter Modifier and Type Method Description AuthenticationSourceFilterAuthenticationSourceFilter.Builder. build()AuthenticationSourceFilterAuthenticationSourceFilter. withUnmappedField(String name, String value) -
Uses of AuthenticationSourceFilter in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as AuthenticationSourceFilter Modifier and Type Field Description protected AuthenticationSourceFilterAuthenticationListener. sourceFilterMethods in odata.msgraph.client.beta.entity that return types with arguments of type AuthenticationSourceFilter Modifier and Type Method Description Optional<AuthenticationSourceFilter>AuthenticationListener. getSourceFilter()Methods in odata.msgraph.client.beta.entity with parameters of type AuthenticationSourceFilter Modifier and Type Method Description InvokeUserFlowListener.BuilderInvokeUserFlowListener.Builder. sourceFilter(AuthenticationSourceFilter sourceFilter)AuthenticationListenerAuthenticationListener. withSourceFilter(AuthenticationSourceFilter sourceFilter)
-