Uses of Class
com.microsoft.graph.models.AppConsentRequest
Packages that use AppConsentRequest
-
Uses of AppConsentRequest in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AppConsentRequestModifier and TypeMethodDescriptionstatic AppConsentRequestAppConsentRequest.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type AppConsentRequestModifier and TypeMethodDescriptionAppConsentApprovalRoute.getAppConsentRequests()Gets the appConsentRequests property value.AppConsentRequestCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type AppConsentRequestModifier and TypeMethodDescriptionvoidAppConsentApprovalRoute.setAppConsentRequests(List<AppConsentRequest> value) Sets the appConsentRequests property value.voidAppConsentRequestCollectionResponse.setValue(List<AppConsentRequest> value) Sets the value property value.