Uses of Class
odata.msgraph.client.complex.OnInteractiveAuthFlowStartHandler
-
Packages that use OnInteractiveAuthFlowStartHandler Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of OnInteractiveAuthFlowStartHandler in odata.msgraph.client.complex
Subclasses of OnInteractiveAuthFlowStartHandler in odata.msgraph.client.complex Modifier and Type Class Description classOnInteractiveAuthFlowStartExternalUsersSelfServiceSignUpMethods in odata.msgraph.client.complex that return OnInteractiveAuthFlowStartHandler Modifier and Type Method Description OnInteractiveAuthFlowStartHandlerOnInteractiveAuthFlowStartHandler. withUnmappedField(String name, Object value) -
Uses of OnInteractiveAuthFlowStartHandler in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as OnInteractiveAuthFlowStartHandler Modifier and Type Field Description protected OnInteractiveAuthFlowStartHandlerOnInteractiveAuthFlowStartListener. handlerprotected OnInteractiveAuthFlowStartHandlerExternalUsersSelfServiceSignUpEventsFlow. onInteractiveAuthFlowStartMethods in odata.msgraph.client.entity that return types with arguments of type OnInteractiveAuthFlowStartHandler Modifier and Type Method Description Optional<OnInteractiveAuthFlowStartHandler>OnInteractiveAuthFlowStartListener. getHandler()Optional<OnInteractiveAuthFlowStartHandler>ExternalUsersSelfServiceSignUpEventsFlow. getOnInteractiveAuthFlowStart()Methods in odata.msgraph.client.entity with parameters of type OnInteractiveAuthFlowStartHandler Modifier and Type Method Description OnInteractiveAuthFlowStartListener.BuilderOnInteractiveAuthFlowStartListener.Builder. handler(OnInteractiveAuthFlowStartHandler handler)ExternalUsersSelfServiceSignUpEventsFlow.BuilderExternalUsersSelfServiceSignUpEventsFlow.Builder. onInteractiveAuthFlowStart(OnInteractiveAuthFlowStartHandler onInteractiveAuthFlowStart)OnInteractiveAuthFlowStartListenerOnInteractiveAuthFlowStartListener. withHandler(OnInteractiveAuthFlowStartHandler handler)ExternalUsersSelfServiceSignUpEventsFlowExternalUsersSelfServiceSignUpEventsFlow. withOnInteractiveAuthFlowStart(OnInteractiveAuthFlowStartHandler onInteractiveAuthFlowStart)
-