Uses of Class
odata.msgraph.client.complex.AccessReviewApplyAction
-
Packages that use AccessReviewApplyAction Package Description odata.msgraph.client.complex -
-
Uses of AccessReviewApplyAction in odata.msgraph.client.complex
Subclasses of AccessReviewApplyAction in odata.msgraph.client.complex Modifier and Type Class Description classDisableAndDeleteUserApplyActionclassRemoveAccessApplyActionFields in odata.msgraph.client.complex with type parameters of type AccessReviewApplyAction Modifier and Type Field Description protected List<AccessReviewApplyAction>AccessReviewScheduleSettings. applyActionsMethods in odata.msgraph.client.complex that return AccessReviewApplyAction Modifier and Type Method Description AccessReviewApplyActionAccessReviewApplyAction. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type AccessReviewApplyAction Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<AccessReviewApplyAction>AccessReviewScheduleSettings. getApplyActions()com.github.davidmoten.odata.client.CollectionPage<AccessReviewApplyAction>AccessReviewScheduleSettings. getApplyActions(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.complex with parameters of type AccessReviewApplyAction Modifier and Type Method Description AccessReviewScheduleSettings.BuilderAccessReviewScheduleSettings.Builder. applyActions(AccessReviewApplyAction... applyActions)Method parameters in odata.msgraph.client.complex with type arguments of type AccessReviewApplyAction Modifier and Type Method Description AccessReviewScheduleSettings.BuilderAccessReviewScheduleSettings.Builder. applyActions(List<AccessReviewApplyAction> applyActions)
-