Uses of Class
odata.msgraph.client.complex.OnAuthenticationMethodLoadStartHandler
-
Packages that use OnAuthenticationMethodLoadStartHandler Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of OnAuthenticationMethodLoadStartHandler in odata.msgraph.client.complex
Subclasses of OnAuthenticationMethodLoadStartHandler in odata.msgraph.client.complex Modifier and Type Class Description classOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpMethods in odata.msgraph.client.complex that return OnAuthenticationMethodLoadStartHandler Modifier and Type Method Description OnAuthenticationMethodLoadStartHandlerOnAuthenticationMethodLoadStartHandler. withUnmappedField(String name, Object value) -
Uses of OnAuthenticationMethodLoadStartHandler in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as OnAuthenticationMethodLoadStartHandler Modifier and Type Field Description protected OnAuthenticationMethodLoadStartHandlerOnAuthenticationMethodLoadStartListener. handlerprotected OnAuthenticationMethodLoadStartHandlerExternalUsersSelfServiceSignUpEventsFlow. onAuthenticationMethodLoadStartMethods in odata.msgraph.client.entity that return types with arguments of type OnAuthenticationMethodLoadStartHandler Modifier and Type Method Description Optional<OnAuthenticationMethodLoadStartHandler>OnAuthenticationMethodLoadStartListener. getHandler()Optional<OnAuthenticationMethodLoadStartHandler>ExternalUsersSelfServiceSignUpEventsFlow. getOnAuthenticationMethodLoadStart()Methods in odata.msgraph.client.entity with parameters of type OnAuthenticationMethodLoadStartHandler Modifier and Type Method Description OnAuthenticationMethodLoadStartListener.BuilderOnAuthenticationMethodLoadStartListener.Builder. handler(OnAuthenticationMethodLoadStartHandler handler)ExternalUsersSelfServiceSignUpEventsFlow.BuilderExternalUsersSelfServiceSignUpEventsFlow.Builder. onAuthenticationMethodLoadStart(OnAuthenticationMethodLoadStartHandler onAuthenticationMethodLoadStart)OnAuthenticationMethodLoadStartListenerOnAuthenticationMethodLoadStartListener. withHandler(OnAuthenticationMethodLoadStartHandler handler)ExternalUsersSelfServiceSignUpEventsFlowExternalUsersSelfServiceSignUpEventsFlow. withOnAuthenticationMethodLoadStart(OnAuthenticationMethodLoadStartHandler onAuthenticationMethodLoadStart)
-