Uses of Class
com.microsoft.graph.models.AccessReviewHistoryInstance
Packages that use AccessReviewHistoryInstance
-
Uses of AccessReviewHistoryInstance in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AccessReviewHistoryInstanceModifier and TypeMethodDescriptionstatic AccessReviewHistoryInstanceAccessReviewHistoryInstance.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 AccessReviewHistoryInstanceModifier and TypeMethodDescriptionAccessReviewHistoryDefinition.getInstances()Gets the instances property value.AccessReviewHistoryInstanceCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type AccessReviewHistoryInstanceModifier and TypeMethodDescriptionvoidAccessReviewHistoryDefinition.setInstances(List<AccessReviewHistoryInstance> value) Sets the instances property value.voidAccessReviewHistoryInstanceCollectionResponse.setValue(List<AccessReviewHistoryInstance> value) Sets the value property value.