Uses of Class
com.microsoft.graph.models.OnUserCreateStartHandler
Packages that use OnUserCreateStartHandler
-
Uses of OnUserCreateStartHandler in com.microsoft.graph.models
Subclasses of OnUserCreateStartHandler in com.microsoft.graph.modelsMethods in com.microsoft.graph.models that return OnUserCreateStartHandlerModifier and TypeMethodDescriptionstatic OnUserCreateStartHandlerOnUserCreateStartHandler.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueOnUserCreateStartListener.getHandler()Gets the handler property value.ExternalUsersSelfServiceSignUpEventsFlow.getOnUserCreateStart()Gets the onUserCreateStart property value.Methods in com.microsoft.graph.models with parameters of type OnUserCreateStartHandlerModifier and TypeMethodDescriptionvoidOnUserCreateStartListener.setHandler(OnUserCreateStartHandler value) Sets the handler property value.voidExternalUsersSelfServiceSignUpEventsFlow.setOnUserCreateStart(OnUserCreateStartHandler value) Sets the onUserCreateStart property value.