Uses of Class
odata.msgraph.client.complex.OnUserCreateStartHandler
-
Packages that use OnUserCreateStartHandler Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of OnUserCreateStartHandler in odata.msgraph.client.complex
Subclasses of OnUserCreateStartHandler in odata.msgraph.client.complex Modifier and Type Class Description classOnUserCreateStartExternalUsersSelfServiceSignUpMethods in odata.msgraph.client.complex that return OnUserCreateStartHandler Modifier and Type Method Description OnUserCreateStartHandlerOnUserCreateStartHandler. withUnmappedField(String name, Object value) -
Uses of OnUserCreateStartHandler in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as OnUserCreateStartHandler Modifier and Type Field Description protected OnUserCreateStartHandlerOnUserCreateStartListener. handlerprotected OnUserCreateStartHandlerExternalUsersSelfServiceSignUpEventsFlow. onUserCreateStartMethods in odata.msgraph.client.entity that return types with arguments of type OnUserCreateStartHandler Modifier and Type Method Description Optional<OnUserCreateStartHandler>OnUserCreateStartListener. getHandler()Optional<OnUserCreateStartHandler>ExternalUsersSelfServiceSignUpEventsFlow. getOnUserCreateStart()Methods in odata.msgraph.client.entity with parameters of type OnUserCreateStartHandler Modifier and Type Method Description OnUserCreateStartListener.BuilderOnUserCreateStartListener.Builder. handler(OnUserCreateStartHandler handler)ExternalUsersSelfServiceSignUpEventsFlow.BuilderExternalUsersSelfServiceSignUpEventsFlow.Builder. onUserCreateStart(OnUserCreateStartHandler onUserCreateStart)OnUserCreateStartListenerOnUserCreateStartListener. withHandler(OnUserCreateStartHandler handler)ExternalUsersSelfServiceSignUpEventsFlowExternalUsersSelfServiceSignUpEventsFlow. withOnUserCreateStart(OnUserCreateStartHandler onUserCreateStart)
-