microsoft_graph 0.17.0 → 0.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.github/workflows/auto-merge-dependabot.yml +32 -0
- data/CHANGELOG.md +6 -0
- data/lib/chats/item/messages/item/replies/replies_request_builder.rb +2 -2
- data/lib/communications/calls/item/participants/invite/invite_request_builder.rb +2 -2
- data/lib/drives/item/bundles/bundles_request_builder.rb +49 -0
- data/lib/drives/item/items/item/workbook/functions/beta_dist/beta_dist_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/beta_dist/beta_dist_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/beta_inv/beta_inv_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/beta_inv/beta_inv_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/binom_dist/binom_dist_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/binom_dist/binom_dist_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/binom_dist_range/binom_dist_range_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/binom_dist_range/binom_dist_range_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/binom_inv/binom_inv_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/binom_inv/binom_inv_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/ceiling_math/ceiling_math_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/ceiling_math/ceiling_math_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/ceiling_precise/ceiling_precise_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/ceiling_precise/ceiling_precise_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/chi_sq_dist/chi_sq_dist_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/chi_sq_dist/chi_sq_dist_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/chi_sq_dist_r_t/chi_sq_dist_r_t_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/chi_sq_dist_r_t/chi_sq_dist_r_t_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/chi_sq_inv/chi_sq_inv_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/chi_sq_inv/chi_sq_inv_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/chi_sq_inv_r_t/chi_sq_inv_r_t_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/chi_sq_inv_r_t/chi_sq_inv_r_t_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/confidence_norm/confidence_norm_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/confidence_norm/confidence_norm_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/confidence_t/confidence_t_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/confidence_t/confidence_t_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/ecma_ceiling/ecma_ceiling_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/ecma_ceiling/ecma_ceiling_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/erf_c_precise/erf_c_precise_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/erf_c_precise/erf_c_precise_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/erf_precise/erf_precise_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/erf_precise/erf_precise_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/error_type/error_type_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/error_type/error_type_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/expon_dist/expon_dist_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/expon_dist/expon_dist_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/f_dist/f_dist_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/f_dist/f_dist_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/f_dist_r_t/f_dist_r_t_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/f_dist_r_t/f_dist_r_t_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/f_inv/f_inv_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/f_inv/f_inv_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/f_inv_r_t/f_inv_r_t_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/f_inv_r_t/f_inv_r_t_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/floor_math/floor_math_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/floor_math/floor_math_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/floor_precise/floor_precise_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/floor_precise/floor_precise_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/functions_request_builder.rb +61 -61
- data/lib/drives/item/items/item/workbook/functions/gamma_dist/gamma_dist_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/gamma_dist/gamma_dist_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/gamma_inv/gamma_inv_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/gamma_inv/gamma_inv_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/gamma_ln_precise/gamma_ln_precise_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/gamma_ln_precise/gamma_ln_precise_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/hyp_geom_dist/hyp_geom_dist_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/hyp_geom_dist/hyp_geom_dist_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/iso_ceiling/iso_ceiling_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/iso_ceiling/iso_ceiling_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/log_norm_dist/log_norm_dist_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/log_norm_dist/log_norm_dist_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/log_norm_inv/log_norm_inv_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/log_norm_inv/log_norm_inv_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/neg_binom_dist/neg_binom_dist_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/neg_binom_dist/neg_binom_dist_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/network_days_intl/network_days_intl_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/network_days_intl/network_days_intl_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/norm_dist/norm_dist_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/norm_dist/norm_dist_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/norm_inv/norm_inv_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/norm_inv/norm_inv_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/norm_s_dist/norm_s_dist_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/norm_s_dist/norm_s_dist_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/norm_s_inv/norm_s_inv_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/norm_s_inv/norm_s_inv_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/percent_rank_exc/percent_rank_exc_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/percent_rank_exc/percent_rank_exc_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/percent_rank_inc/percent_rank_inc_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/percent_rank_inc/percent_rank_inc_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/percentile_exc/percentile_exc_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/percentile_exc/percentile_exc_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/percentile_inc/percentile_inc_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/percentile_inc/percentile_inc_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/poisson_dist/poisson_dist_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/poisson_dist/poisson_dist_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/quartile_exc/quartile_exc_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/quartile_exc/quartile_exc_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/quartile_inc/quartile_inc_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/quartile_inc/quartile_inc_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/rank_avg/rank_avg_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/rank_avg/rank_avg_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/rank_eq/rank_eq_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/rank_eq/rank_eq_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/skew_p/skew_p_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/skew_p/skew_p_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/st_dev_p/st_dev_p_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/st_dev_p/st_dev_p_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/st_dev_s/st_dev_s_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/st_dev_s/st_dev_s_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/t_dist/t_dist_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/t_dist/t_dist_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/t_dist_2_t/{t_dist_2_t_post_request_body.rb → t_dist2_t_post_request_body.rb} +4 -4
- data/lib/drives/item/items/item/workbook/functions/t_dist_2_t/{t_dist_2_t_request_builder.rb → t_dist2_t_request_builder.rb} +2 -2
- data/lib/drives/item/items/item/workbook/functions/t_dist_2_t/t_dist_2_t.rb +1 -1
- data/lib/drives/item/items/item/workbook/functions/t_dist_r_t/t_dist_r_t_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/t_dist_r_t/t_dist_r_t_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/t_inv/t_inv_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/t_inv/t_inv_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/t_inv_2_t/{t_inv_2_t_post_request_body.rb → t_inv2_t_post_request_body.rb} +4 -4
- data/lib/drives/item/items/item/workbook/functions/t_inv_2_t/{t_inv_2_t_request_builder.rb → t_inv2_t_request_builder.rb} +2 -2
- data/lib/drives/item/items/item/workbook/functions/t_inv_2_t/t_inv_2_t.rb +1 -1
- data/lib/drives/item/items/item/workbook/functions/var_p/var_p_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/var_p/var_p_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/var_s/var_s_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/var_s/var_s_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/weibull_dist/weibull_dist_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/weibull_dist/weibull_dist_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/work_day_intl/work_day_intl_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/work_day_intl/work_day_intl_request_builder.rb +2 -2
- data/lib/drives/item/items/item/workbook/functions/z_test/z_test_post_request_body.rb +3 -3
- data/lib/drives/item/items/item/workbook/functions/z_test/z_test_request_builder.rb +2 -2
- data/lib/employee_experience/employee_experience.rb +0 -0
- data/lib/employee_experience/employee_experience_request_builder.rb +179 -0
- data/lib/employee_experience/learning_providers/count/count.rb +0 -0
- data/lib/employee_experience/learning_providers/count/count_request_builder.rb +118 -0
- data/lib/employee_experience/learning_providers/item/item.rb +0 -0
- data/lib/employee_experience/learning_providers/item/learning_contents/count/count.rb +0 -0
- data/lib/employee_experience/learning_providers/item/learning_contents/count/count_request_builder.rb +124 -0
- data/lib/employee_experience/learning_providers/item/learning_contents/item/item.rb +0 -0
- data/lib/employee_experience/learning_providers/item/learning_contents/item/learning_content_item_request_builder.rb +215 -0
- data/lib/employee_experience/learning_providers/item/learning_contents/learning_contents.rb +0 -0
- data/lib/employee_experience/learning_providers/item/learning_contents/learning_contents_request_builder.rb +207 -0
- data/lib/employee_experience/learning_providers/item/learning_provider_item_request_builder.rb +227 -0
- data/lib/employee_experience/learning_providers/learning_providers.rb +0 -0
- data/lib/employee_experience/learning_providers/learning_providers_request_builder.rb +201 -0
- data/lib/graph_base_service_client.rb +6 -0
- data/lib/groups/item/group_item_request_builder.rb +2 -2
- data/lib/groups/item/sites/item/permissions/permissions_request_builder.rb +2 -2
- data/lib/groups/item/team/channels/item/members/members_request_builder.rb +2 -2
- data/lib/groups/item/team/channels/item/messages/item/replies/replies_request_builder.rb +2 -2
- data/lib/groups/item/team/primary_channel/members/members_request_builder.rb +2 -2
- data/lib/groups/item/team/primary_channel/messages/item/replies/replies_request_builder.rb +2 -2
- data/lib/kiota-lock.json +2 -2
- data/lib/me/chats/item/messages/item/replies/replies_request_builder.rb +2 -2
- data/lib/me/joined_teams/item/channels/item/members/members_request_builder.rb +2 -2
- data/lib/me/joined_teams/item/channels/item/messages/item/replies/replies_request_builder.rb +2 -2
- data/lib/me/joined_teams/item/primary_channel/members/members_request_builder.rb +2 -2
- data/lib/me/joined_teams/item/primary_channel/messages/item/replies/replies_request_builder.rb +2 -2
- data/lib/me/mail_folders/item/child_folders/item/messages/item/attachments/attachments_request_builder.rb +2 -2
- data/lib/me/mail_folders/item/messages/item/attachments/attachments_request_builder.rb +2 -2
- data/lib/me/me_request_builder.rb +3 -3
- data/lib/me/messages/item/attachments/attachments_request_builder.rb +2 -2
- data/lib/models/access_review_instance.rb +1 -1
- data/lib/models/access_review_schedule_definition.rb +1 -1
- data/lib/models/agreement_file_data.rb +2 -2
- data/lib/models/alternative_security_id.rb +2 -2
- data/lib/models/application.rb +2 -2
- data/lib/models/attachment_session.rb +2 -2
- data/lib/models/audit_event.rb +1 -3
- data/lib/models/authentication_method_configuration.rb +1 -1
- data/lib/models/certificate_authority.rb +2 -2
- data/lib/models/conditional_access_all_external_tenants.rb +45 -0
- data/lib/models/conditional_access_enumerated_external_tenants.rb +65 -0
- data/lib/models/conditional_access_external_tenants.rb +112 -0
- data/lib/models/conditional_access_external_tenants_membership_kind.rb +9 -0
- data/lib/models/conditional_access_guest_or_external_user_types.rb +14 -0
- data/lib/models/conditional_access_guests_or_external_users.rb +122 -0
- data/lib/models/conditional_access_users.rb +40 -0
- data/lib/models/data_policy_operation.rb +1 -1
- data/lib/models/device.rb +1 -1
- data/lib/models/device_and_app_management_data.rb +2 -2
- data/lib/models/device_category.rb +2 -0
- data/lib/models/directory_object_partner_reference.rb +1 -1
- data/lib/models/directory_role.rb +1 -1
- data/lib/models/drive.rb +1 -1
- data/lib/models/drive_item.rb +2 -2
- data/lib/models/drive_item_version.rb +2 -2
- data/lib/models/education_assignment_defaults.rb +1 -1
- data/lib/models/education_assignment_settings.rb +1 -1
- data/lib/models/education_class.rb +1 -1
- data/lib/models/employee_experience.rb +102 -0
- data/lib/models/enterprise_code_signing_certificate.rb +2 -2
- data/lib/models/entity.rb +4 -0
- data/lib/models/file_attachment.rb +2 -2
- data/lib/models/group.rb +1 -1
- data/lib/models/imported_windows_autopilot_device_identity.rb +2 -2
- data/lib/models/ios_custom_configuration.rb +2 -2
- data/lib/models/ios_mobile_app_configuration.rb +2 -2
- data/lib/models/key_credential.rb +4 -4
- data/lib/models/learning_content.rb +405 -0
- data/lib/models/learning_content_collection_response.rb +64 -0
- data/lib/models/learning_provider.rb +184 -0
- data/lib/models/learning_provider_collection_response.rb +64 -0
- data/lib/models/mac_o_s_custom_configuration.rb +3 -5
- data/lib/models/mac_o_s_general_device_configuration.rb +3 -1
- data/lib/models/message.rb +2 -2
- data/lib/models/mime_content.rb +2 -2
- data/lib/models/mobile_app_content_file.rb +2 -2
- data/lib/models/mobile_threat_defense_connector.rb +36 -36
- data/lib/models/models.rb +11 -0
- data/lib/models/offer_shift_request.rb +1 -1
- data/lib/models/oma_setting_string_xml.rb +2 -2
- data/lib/models/onenote_page.rb +2 -2
- data/lib/models/onenote_resource.rb +2 -2
- data/lib/models/online_meeting.rb +3 -3
- data/lib/models/organizational_branding_properties.rb +6 -6
- data/lib/models/password_authentication_method.rb +1 -1
- data/lib/models/password_credential.rb +2 -2
- data/lib/models/phone_authentication_method.rb +1 -1
- data/lib/models/post.rb +1 -1
- data/lib/models/print_service.rb +1 -1
- data/lib/models/report.rb +2 -2
- data/lib/models/risk_detection.rb +1 -1
- data/lib/models/role_definition.rb +0 -2
- data/lib/models/schedule_change_request.rb +1 -1
- data/lib/models/scheduling_group.rb +1 -1
- data/lib/models/schema_extension.rb +1 -1
- data/lib/models/security/ediscovery_noncustodial_data_source.rb +1 -1
- data/lib/models/self_signed_certificate.rb +4 -4
- data/lib/models/service_announcement_attachment.rb +2 -2
- data/lib/models/service_principal_risk_detection.rb +1 -1
- data/lib/models/service_update_message.rb +2 -2
- data/lib/models/shift.rb +1 -1
- data/lib/models/site.rb +1 -1
- data/lib/models/software_oath_authentication_method.rb +1 -1
- data/lib/models/subscribed_sku.rb +1 -1
- data/lib/models/task_file_attachment.rb +2 -2
- data/lib/models/teamwork_hosted_content.rb +2 -2
- data/lib/models/temporary_access_pass_authentication_method.rb +1 -1
- data/lib/models/thumbnail.rb +2 -2
- data/lib/models/time_off.rb +1 -1
- data/lib/models/time_off_reason.rb +1 -1
- data/lib/models/user_activity.rb +1 -1
- data/lib/models/windows10_endpoint_protection_configuration.rb +2 -2
- data/lib/models/windows10_general_configuration.rb +4 -4
- data/lib/models/windows_hello_for_business_authentication_method.rb +1 -1
- data/lib/models/windows_information_protection_app_locker_file.rb +2 -2
- data/lib/models/windows_information_protection_data_recovery_certificate.rb +2 -2
- data/lib/models/workbook_range_view.rb +1 -1
- data/lib/security/alerts_v2/alerts_v2_request_builder.rb +4 -4
- data/lib/security/security_request_builder.rb +1 -1
- data/lib/sites/item/permissions/permissions_request_builder.rb +2 -2
- data/lib/teams/item/channels/item/members/members_request_builder.rb +2 -2
- data/lib/teams/item/channels/item/messages/item/replies/replies_request_builder.rb +2 -2
- data/lib/teams/item/primary_channel/members/members_request_builder.rb +2 -2
- data/lib/teams/item/primary_channel/messages/item/replies/replies_request_builder.rb +2 -2
- data/lib/teams/item/team_item_request_builder.rb +3 -3
- data/lib/teams/teams_request_builder.rb +1 -107
- data/lib/teamwork/deleted_teams/item/channels/item/members/members_request_builder.rb +2 -2
- data/lib/teamwork/deleted_teams/item/channels/item/messages/item/replies/replies_request_builder.rb +2 -2
- data/lib/users/item/chats/item/messages/item/replies/replies_request_builder.rb +2 -2
- data/lib/users/item/joined_teams/item/channels/item/members/members_request_builder.rb +2 -2
- data/lib/users/item/joined_teams/item/channels/item/messages/item/replies/replies_request_builder.rb +2 -2
- data/lib/users/item/joined_teams/item/primary_channel/members/members_request_builder.rb +2 -2
- data/lib/users/item/joined_teams/item/primary_channel/messages/item/replies/replies_request_builder.rb +2 -2
- data/lib/users/item/mail_folders/item/child_folders/item/messages/item/attachments/attachments_request_builder.rb +2 -2
- data/lib/users/item/mail_folders/item/messages/item/attachments/attachments_request_builder.rb +2 -2
- data/lib/users/item/messages/item/attachments/attachments_request_builder.rb +2 -2
- data/lib/users/users_request_builder.rb +3 -3
- data/lib/version_information.rb +2 -1
- metadata +32 -6
|
@@ -20,7 +20,7 @@ module MicrosoftGraph
|
|
|
20
20
|
module GammaLn_Precise
|
|
21
21
|
##
|
|
22
22
|
# Provides operations to call the gammaLn_Precise method.
|
|
23
|
-
class
|
|
23
|
+
class GammaLnPreciseRequestBuilder
|
|
24
24
|
|
|
25
25
|
##
|
|
26
26
|
# Path parameters for the request
|
|
@@ -84,7 +84,7 @@ module MicrosoftGraph
|
|
|
84
84
|
|
|
85
85
|
##
|
|
86
86
|
# Configuration for the request such as headers, query parameters, and middleware options.
|
|
87
|
-
class
|
|
87
|
+
class GammaLnPreciseRequestBuilderPostRequestConfiguration
|
|
88
88
|
|
|
89
89
|
##
|
|
90
90
|
# Request headers
|
data/lib/drives/item/items/item/workbook/functions/hyp_geom_dist/hyp_geom_dist_post_request_body.rb
CHANGED
|
@@ -17,7 +17,7 @@ module MicrosoftGraph
|
|
|
17
17
|
module Workbook
|
|
18
18
|
module Functions
|
|
19
19
|
module HypGeom_Dist
|
|
20
|
-
class
|
|
20
|
+
class HypGeomDistPostRequestBody
|
|
21
21
|
include MicrosoftKiotaAbstractions::AdditionalDataHolder, MicrosoftKiotaAbstractions::Parsable
|
|
22
22
|
##
|
|
23
23
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -53,7 +53,7 @@ module MicrosoftGraph
|
|
|
53
53
|
@additional_data = value
|
|
54
54
|
end
|
|
55
55
|
##
|
|
56
|
-
## Instantiates a new
|
|
56
|
+
## Instantiates a new HypGeomDistPostRequestBody and sets the default values.
|
|
57
57
|
## @return a void
|
|
58
58
|
##
|
|
59
59
|
def initialize()
|
|
@@ -66,7 +66,7 @@ module MicrosoftGraph
|
|
|
66
66
|
##
|
|
67
67
|
def self.create_from_discriminator_value(parse_node)
|
|
68
68
|
raise StandardError, 'parse_node cannot be null' if parse_node.nil?
|
|
69
|
-
return
|
|
69
|
+
return HypGeomDistPostRequestBody.new
|
|
70
70
|
end
|
|
71
71
|
##
|
|
72
72
|
## Gets the cumulative property value. The cumulative property
|
data/lib/drives/item/items/item/workbook/functions/hyp_geom_dist/hyp_geom_dist_request_builder.rb
CHANGED
|
@@ -20,7 +20,7 @@ module MicrosoftGraph
|
|
|
20
20
|
module HypGeom_Dist
|
|
21
21
|
##
|
|
22
22
|
# Provides operations to call the hypGeom_Dist method.
|
|
23
|
-
class
|
|
23
|
+
class HypGeomDistRequestBuilder
|
|
24
24
|
|
|
25
25
|
##
|
|
26
26
|
# Path parameters for the request
|
|
@@ -84,7 +84,7 @@ module MicrosoftGraph
|
|
|
84
84
|
|
|
85
85
|
##
|
|
86
86
|
# Configuration for the request such as headers, query parameters, and middleware options.
|
|
87
|
-
class
|
|
87
|
+
class HypGeomDistRequestBuilderPostRequestConfiguration
|
|
88
88
|
|
|
89
89
|
##
|
|
90
90
|
# Request headers
|
data/lib/drives/item/items/item/workbook/functions/iso_ceiling/iso_ceiling_post_request_body.rb
CHANGED
|
@@ -17,7 +17,7 @@ module MicrosoftGraph
|
|
|
17
17
|
module Workbook
|
|
18
18
|
module Functions
|
|
19
19
|
module Iso_Ceiling
|
|
20
|
-
class
|
|
20
|
+
class IsoCeilingPostRequestBody
|
|
21
21
|
include MicrosoftKiotaAbstractions::AdditionalDataHolder, MicrosoftKiotaAbstractions::Parsable
|
|
22
22
|
##
|
|
23
23
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -44,7 +44,7 @@ module MicrosoftGraph
|
|
|
44
44
|
@additional_data = value
|
|
45
45
|
end
|
|
46
46
|
##
|
|
47
|
-
## Instantiates a new
|
|
47
|
+
## Instantiates a new IsoCeilingPostRequestBody and sets the default values.
|
|
48
48
|
## @return a void
|
|
49
49
|
##
|
|
50
50
|
def initialize()
|
|
@@ -57,7 +57,7 @@ module MicrosoftGraph
|
|
|
57
57
|
##
|
|
58
58
|
def self.create_from_discriminator_value(parse_node)
|
|
59
59
|
raise StandardError, 'parse_node cannot be null' if parse_node.nil?
|
|
60
|
-
return
|
|
60
|
+
return IsoCeilingPostRequestBody.new
|
|
61
61
|
end
|
|
62
62
|
##
|
|
63
63
|
## The deserialization information for the current model
|
data/lib/drives/item/items/item/workbook/functions/iso_ceiling/iso_ceiling_request_builder.rb
CHANGED
|
@@ -20,7 +20,7 @@ module MicrosoftGraph
|
|
|
20
20
|
module Iso_Ceiling
|
|
21
21
|
##
|
|
22
22
|
# Provides operations to call the iso_Ceiling method.
|
|
23
|
-
class
|
|
23
|
+
class IsoCeilingRequestBuilder
|
|
24
24
|
|
|
25
25
|
##
|
|
26
26
|
# Path parameters for the request
|
|
@@ -84,7 +84,7 @@ module MicrosoftGraph
|
|
|
84
84
|
|
|
85
85
|
##
|
|
86
86
|
# Configuration for the request such as headers, query parameters, and middleware options.
|
|
87
|
-
class
|
|
87
|
+
class IsoCeilingRequestBuilderPostRequestConfiguration
|
|
88
88
|
|
|
89
89
|
##
|
|
90
90
|
# Request headers
|
data/lib/drives/item/items/item/workbook/functions/log_norm_dist/log_norm_dist_post_request_body.rb
CHANGED
|
@@ -17,7 +17,7 @@ module MicrosoftGraph
|
|
|
17
17
|
module Workbook
|
|
18
18
|
module Functions
|
|
19
19
|
module LogNorm_Dist
|
|
20
|
-
class
|
|
20
|
+
class LogNormDistPostRequestBody
|
|
21
21
|
include MicrosoftKiotaAbstractions::AdditionalDataHolder, MicrosoftKiotaAbstractions::Parsable
|
|
22
22
|
##
|
|
23
23
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -50,7 +50,7 @@ module MicrosoftGraph
|
|
|
50
50
|
@additional_data = value
|
|
51
51
|
end
|
|
52
52
|
##
|
|
53
|
-
## Instantiates a new
|
|
53
|
+
## Instantiates a new LogNormDistPostRequestBody and sets the default values.
|
|
54
54
|
## @return a void
|
|
55
55
|
##
|
|
56
56
|
def initialize()
|
|
@@ -63,7 +63,7 @@ module MicrosoftGraph
|
|
|
63
63
|
##
|
|
64
64
|
def self.create_from_discriminator_value(parse_node)
|
|
65
65
|
raise StandardError, 'parse_node cannot be null' if parse_node.nil?
|
|
66
|
-
return
|
|
66
|
+
return LogNormDistPostRequestBody.new
|
|
67
67
|
end
|
|
68
68
|
##
|
|
69
69
|
## Gets the cumulative property value. The cumulative property
|
data/lib/drives/item/items/item/workbook/functions/log_norm_dist/log_norm_dist_request_builder.rb
CHANGED
|
@@ -20,7 +20,7 @@ module MicrosoftGraph
|
|
|
20
20
|
module LogNorm_Dist
|
|
21
21
|
##
|
|
22
22
|
# Provides operations to call the logNorm_Dist method.
|
|
23
|
-
class
|
|
23
|
+
class LogNormDistRequestBuilder
|
|
24
24
|
|
|
25
25
|
##
|
|
26
26
|
# Path parameters for the request
|
|
@@ -84,7 +84,7 @@ module MicrosoftGraph
|
|
|
84
84
|
|
|
85
85
|
##
|
|
86
86
|
# Configuration for the request such as headers, query parameters, and middleware options.
|
|
87
|
-
class
|
|
87
|
+
class LogNormDistRequestBuilderPostRequestConfiguration
|
|
88
88
|
|
|
89
89
|
##
|
|
90
90
|
# Request headers
|
data/lib/drives/item/items/item/workbook/functions/log_norm_inv/log_norm_inv_post_request_body.rb
CHANGED
|
@@ -17,7 +17,7 @@ module MicrosoftGraph
|
|
|
17
17
|
module Workbook
|
|
18
18
|
module Functions
|
|
19
19
|
module LogNorm_Inv
|
|
20
|
-
class
|
|
20
|
+
class LogNormInvPostRequestBody
|
|
21
21
|
include MicrosoftKiotaAbstractions::AdditionalDataHolder, MicrosoftKiotaAbstractions::Parsable
|
|
22
22
|
##
|
|
23
23
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -47,7 +47,7 @@ module MicrosoftGraph
|
|
|
47
47
|
@additional_data = value
|
|
48
48
|
end
|
|
49
49
|
##
|
|
50
|
-
## Instantiates a new
|
|
50
|
+
## Instantiates a new LogNormInvPostRequestBody and sets the default values.
|
|
51
51
|
## @return a void
|
|
52
52
|
##
|
|
53
53
|
def initialize()
|
|
@@ -60,7 +60,7 @@ module MicrosoftGraph
|
|
|
60
60
|
##
|
|
61
61
|
def self.create_from_discriminator_value(parse_node)
|
|
62
62
|
raise StandardError, 'parse_node cannot be null' if parse_node.nil?
|
|
63
|
-
return
|
|
63
|
+
return LogNormInvPostRequestBody.new
|
|
64
64
|
end
|
|
65
65
|
##
|
|
66
66
|
## The deserialization information for the current model
|
data/lib/drives/item/items/item/workbook/functions/log_norm_inv/log_norm_inv_request_builder.rb
CHANGED
|
@@ -20,7 +20,7 @@ module MicrosoftGraph
|
|
|
20
20
|
module LogNorm_Inv
|
|
21
21
|
##
|
|
22
22
|
# Provides operations to call the logNorm_Inv method.
|
|
23
|
-
class
|
|
23
|
+
class LogNormInvRequestBuilder
|
|
24
24
|
|
|
25
25
|
##
|
|
26
26
|
# Path parameters for the request
|
|
@@ -84,7 +84,7 @@ module MicrosoftGraph
|
|
|
84
84
|
|
|
85
85
|
##
|
|
86
86
|
# Configuration for the request such as headers, query parameters, and middleware options.
|
|
87
|
-
class
|
|
87
|
+
class LogNormInvRequestBuilderPostRequestConfiguration
|
|
88
88
|
|
|
89
89
|
##
|
|
90
90
|
# Request headers
|
|
@@ -17,7 +17,7 @@ module MicrosoftGraph
|
|
|
17
17
|
module Workbook
|
|
18
18
|
module Functions
|
|
19
19
|
module NegBinom_Dist
|
|
20
|
-
class
|
|
20
|
+
class NegBinomDistPostRequestBody
|
|
21
21
|
include MicrosoftKiotaAbstractions::AdditionalDataHolder, MicrosoftKiotaAbstractions::Parsable
|
|
22
22
|
##
|
|
23
23
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -50,7 +50,7 @@ module MicrosoftGraph
|
|
|
50
50
|
@additional_data = value
|
|
51
51
|
end
|
|
52
52
|
##
|
|
53
|
-
## Instantiates a new
|
|
53
|
+
## Instantiates a new NegBinomDistPostRequestBody and sets the default values.
|
|
54
54
|
## @return a void
|
|
55
55
|
##
|
|
56
56
|
def initialize()
|
|
@@ -63,7 +63,7 @@ module MicrosoftGraph
|
|
|
63
63
|
##
|
|
64
64
|
def self.create_from_discriminator_value(parse_node)
|
|
65
65
|
raise StandardError, 'parse_node cannot be null' if parse_node.nil?
|
|
66
|
-
return
|
|
66
|
+
return NegBinomDistPostRequestBody.new
|
|
67
67
|
end
|
|
68
68
|
##
|
|
69
69
|
## Gets the cumulative property value. The cumulative property
|
data/lib/drives/item/items/item/workbook/functions/neg_binom_dist/neg_binom_dist_request_builder.rb
CHANGED
|
@@ -20,7 +20,7 @@ module MicrosoftGraph
|
|
|
20
20
|
module NegBinom_Dist
|
|
21
21
|
##
|
|
22
22
|
# Provides operations to call the negBinom_Dist method.
|
|
23
|
-
class
|
|
23
|
+
class NegBinomDistRequestBuilder
|
|
24
24
|
|
|
25
25
|
##
|
|
26
26
|
# Path parameters for the request
|
|
@@ -84,7 +84,7 @@ module MicrosoftGraph
|
|
|
84
84
|
|
|
85
85
|
##
|
|
86
86
|
# Configuration for the request such as headers, query parameters, and middleware options.
|
|
87
|
-
class
|
|
87
|
+
class NegBinomDistRequestBuilderPostRequestConfiguration
|
|
88
88
|
|
|
89
89
|
##
|
|
90
90
|
# Request headers
|
|
@@ -17,7 +17,7 @@ module MicrosoftGraph
|
|
|
17
17
|
module Workbook
|
|
18
18
|
module Functions
|
|
19
19
|
module NetworkDays_Intl
|
|
20
|
-
class
|
|
20
|
+
class NetworkDaysIntlPostRequestBody
|
|
21
21
|
include MicrosoftKiotaAbstractions::AdditionalDataHolder, MicrosoftKiotaAbstractions::Parsable
|
|
22
22
|
##
|
|
23
23
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -50,7 +50,7 @@ module MicrosoftGraph
|
|
|
50
50
|
@additional_data = value
|
|
51
51
|
end
|
|
52
52
|
##
|
|
53
|
-
## Instantiates a new
|
|
53
|
+
## Instantiates a new NetworkDaysIntlPostRequestBody and sets the default values.
|
|
54
54
|
## @return a void
|
|
55
55
|
##
|
|
56
56
|
def initialize()
|
|
@@ -63,7 +63,7 @@ module MicrosoftGraph
|
|
|
63
63
|
##
|
|
64
64
|
def self.create_from_discriminator_value(parse_node)
|
|
65
65
|
raise StandardError, 'parse_node cannot be null' if parse_node.nil?
|
|
66
|
-
return
|
|
66
|
+
return NetworkDaysIntlPostRequestBody.new
|
|
67
67
|
end
|
|
68
68
|
##
|
|
69
69
|
## Gets the endDate property value. The endDate property
|
|
@@ -20,7 +20,7 @@ module MicrosoftGraph
|
|
|
20
20
|
module NetworkDays_Intl
|
|
21
21
|
##
|
|
22
22
|
# Provides operations to call the networkDays_Intl method.
|
|
23
|
-
class
|
|
23
|
+
class NetworkDaysIntlRequestBuilder
|
|
24
24
|
|
|
25
25
|
##
|
|
26
26
|
# Path parameters for the request
|
|
@@ -84,7 +84,7 @@ module MicrosoftGraph
|
|
|
84
84
|
|
|
85
85
|
##
|
|
86
86
|
# Configuration for the request such as headers, query parameters, and middleware options.
|
|
87
|
-
class
|
|
87
|
+
class NetworkDaysIntlRequestBuilderPostRequestConfiguration
|
|
88
88
|
|
|
89
89
|
##
|
|
90
90
|
# Request headers
|
|
@@ -17,7 +17,7 @@ module MicrosoftGraph
|
|
|
17
17
|
module Workbook
|
|
18
18
|
module Functions
|
|
19
19
|
module Norm_Dist
|
|
20
|
-
class
|
|
20
|
+
class NormDistPostRequestBody
|
|
21
21
|
include MicrosoftKiotaAbstractions::AdditionalDataHolder, MicrosoftKiotaAbstractions::Parsable
|
|
22
22
|
##
|
|
23
23
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -50,7 +50,7 @@ module MicrosoftGraph
|
|
|
50
50
|
@additional_data = value
|
|
51
51
|
end
|
|
52
52
|
##
|
|
53
|
-
## Instantiates a new
|
|
53
|
+
## Instantiates a new NormDistPostRequestBody and sets the default values.
|
|
54
54
|
## @return a void
|
|
55
55
|
##
|
|
56
56
|
def initialize()
|
|
@@ -63,7 +63,7 @@ module MicrosoftGraph
|
|
|
63
63
|
##
|
|
64
64
|
def self.create_from_discriminator_value(parse_node)
|
|
65
65
|
raise StandardError, 'parse_node cannot be null' if parse_node.nil?
|
|
66
|
-
return
|
|
66
|
+
return NormDistPostRequestBody.new
|
|
67
67
|
end
|
|
68
68
|
##
|
|
69
69
|
## Gets the cumulative property value. The cumulative property
|
|
@@ -20,7 +20,7 @@ module MicrosoftGraph
|
|
|
20
20
|
module Norm_Dist
|
|
21
21
|
##
|
|
22
22
|
# Provides operations to call the norm_Dist method.
|
|
23
|
-
class
|
|
23
|
+
class NormDistRequestBuilder
|
|
24
24
|
|
|
25
25
|
##
|
|
26
26
|
# Path parameters for the request
|
|
@@ -84,7 +84,7 @@ module MicrosoftGraph
|
|
|
84
84
|
|
|
85
85
|
##
|
|
86
86
|
# Configuration for the request such as headers, query parameters, and middleware options.
|
|
87
|
-
class
|
|
87
|
+
class NormDistRequestBuilderPostRequestConfiguration
|
|
88
88
|
|
|
89
89
|
##
|
|
90
90
|
# Request headers
|
|
@@ -17,7 +17,7 @@ module MicrosoftGraph
|
|
|
17
17
|
module Workbook
|
|
18
18
|
module Functions
|
|
19
19
|
module Norm_Inv
|
|
20
|
-
class
|
|
20
|
+
class NormInvPostRequestBody
|
|
21
21
|
include MicrosoftKiotaAbstractions::AdditionalDataHolder, MicrosoftKiotaAbstractions::Parsable
|
|
22
22
|
##
|
|
23
23
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -47,7 +47,7 @@ module MicrosoftGraph
|
|
|
47
47
|
@additional_data = value
|
|
48
48
|
end
|
|
49
49
|
##
|
|
50
|
-
## Instantiates a new
|
|
50
|
+
## Instantiates a new NormInvPostRequestBody and sets the default values.
|
|
51
51
|
## @return a void
|
|
52
52
|
##
|
|
53
53
|
def initialize()
|
|
@@ -60,7 +60,7 @@ module MicrosoftGraph
|
|
|
60
60
|
##
|
|
61
61
|
def self.create_from_discriminator_value(parse_node)
|
|
62
62
|
raise StandardError, 'parse_node cannot be null' if parse_node.nil?
|
|
63
|
-
return
|
|
63
|
+
return NormInvPostRequestBody.new
|
|
64
64
|
end
|
|
65
65
|
##
|
|
66
66
|
## The deserialization information for the current model
|
|
@@ -20,7 +20,7 @@ module MicrosoftGraph
|
|
|
20
20
|
module Norm_Inv
|
|
21
21
|
##
|
|
22
22
|
# Provides operations to call the norm_Inv method.
|
|
23
|
-
class
|
|
23
|
+
class NormInvRequestBuilder
|
|
24
24
|
|
|
25
25
|
##
|
|
26
26
|
# Path parameters for the request
|
|
@@ -84,7 +84,7 @@ module MicrosoftGraph
|
|
|
84
84
|
|
|
85
85
|
##
|
|
86
86
|
# Configuration for the request such as headers, query parameters, and middleware options.
|
|
87
|
-
class
|
|
87
|
+
class NormInvRequestBuilderPostRequestConfiguration
|
|
88
88
|
|
|
89
89
|
##
|
|
90
90
|
# Request headers
|
data/lib/drives/item/items/item/workbook/functions/norm_s_dist/norm_s_dist_post_request_body.rb
CHANGED
|
@@ -17,7 +17,7 @@ module MicrosoftGraph
|
|
|
17
17
|
module Workbook
|
|
18
18
|
module Functions
|
|
19
19
|
module Norm_S_Dist
|
|
20
|
-
class
|
|
20
|
+
class NormSDistPostRequestBody
|
|
21
21
|
include MicrosoftKiotaAbstractions::AdditionalDataHolder, MicrosoftKiotaAbstractions::Parsable
|
|
22
22
|
##
|
|
23
23
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -44,7 +44,7 @@ module MicrosoftGraph
|
|
|
44
44
|
@additional_data = value
|
|
45
45
|
end
|
|
46
46
|
##
|
|
47
|
-
## Instantiates a new
|
|
47
|
+
## Instantiates a new NormSDistPostRequestBody and sets the default values.
|
|
48
48
|
## @return a void
|
|
49
49
|
##
|
|
50
50
|
def initialize()
|
|
@@ -57,7 +57,7 @@ module MicrosoftGraph
|
|
|
57
57
|
##
|
|
58
58
|
def self.create_from_discriminator_value(parse_node)
|
|
59
59
|
raise StandardError, 'parse_node cannot be null' if parse_node.nil?
|
|
60
|
-
return
|
|
60
|
+
return NormSDistPostRequestBody.new
|
|
61
61
|
end
|
|
62
62
|
##
|
|
63
63
|
## Gets the cumulative property value. The cumulative property
|
data/lib/drives/item/items/item/workbook/functions/norm_s_dist/norm_s_dist_request_builder.rb
CHANGED
|
@@ -20,7 +20,7 @@ module MicrosoftGraph
|
|
|
20
20
|
module Norm_S_Dist
|
|
21
21
|
##
|
|
22
22
|
# Provides operations to call the norm_S_Dist method.
|
|
23
|
-
class
|
|
23
|
+
class NormSDistRequestBuilder
|
|
24
24
|
|
|
25
25
|
##
|
|
26
26
|
# Path parameters for the request
|
|
@@ -84,7 +84,7 @@ module MicrosoftGraph
|
|
|
84
84
|
|
|
85
85
|
##
|
|
86
86
|
# Configuration for the request such as headers, query parameters, and middleware options.
|
|
87
|
-
class
|
|
87
|
+
class NormSDistRequestBuilderPostRequestConfiguration
|
|
88
88
|
|
|
89
89
|
##
|
|
90
90
|
# Request headers
|
data/lib/drives/item/items/item/workbook/functions/norm_s_inv/norm_s_inv_post_request_body.rb
CHANGED
|
@@ -17,7 +17,7 @@ module MicrosoftGraph
|
|
|
17
17
|
module Workbook
|
|
18
18
|
module Functions
|
|
19
19
|
module Norm_S_Inv
|
|
20
|
-
class
|
|
20
|
+
class NormSInvPostRequestBody
|
|
21
21
|
include MicrosoftKiotaAbstractions::AdditionalDataHolder, MicrosoftKiotaAbstractions::Parsable
|
|
22
22
|
##
|
|
23
23
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -41,7 +41,7 @@ module MicrosoftGraph
|
|
|
41
41
|
@additional_data = value
|
|
42
42
|
end
|
|
43
43
|
##
|
|
44
|
-
## Instantiates a new
|
|
44
|
+
## Instantiates a new NormSInvPostRequestBody and sets the default values.
|
|
45
45
|
## @return a void
|
|
46
46
|
##
|
|
47
47
|
def initialize()
|
|
@@ -54,7 +54,7 @@ module MicrosoftGraph
|
|
|
54
54
|
##
|
|
55
55
|
def self.create_from_discriminator_value(parse_node)
|
|
56
56
|
raise StandardError, 'parse_node cannot be null' if parse_node.nil?
|
|
57
|
-
return
|
|
57
|
+
return NormSInvPostRequestBody.new
|
|
58
58
|
end
|
|
59
59
|
##
|
|
60
60
|
## The deserialization information for the current model
|
|
@@ -20,7 +20,7 @@ module MicrosoftGraph
|
|
|
20
20
|
module Norm_S_Inv
|
|
21
21
|
##
|
|
22
22
|
# Provides operations to call the norm_S_Inv method.
|
|
23
|
-
class
|
|
23
|
+
class NormSInvRequestBuilder
|
|
24
24
|
|
|
25
25
|
##
|
|
26
26
|
# Path parameters for the request
|
|
@@ -84,7 +84,7 @@ module MicrosoftGraph
|
|
|
84
84
|
|
|
85
85
|
##
|
|
86
86
|
# Configuration for the request such as headers, query parameters, and middleware options.
|
|
87
|
-
class
|
|
87
|
+
class NormSInvRequestBuilderPostRequestConfiguration
|
|
88
88
|
|
|
89
89
|
##
|
|
90
90
|
# Request headers
|
|
@@ -17,7 +17,7 @@ module MicrosoftGraph
|
|
|
17
17
|
module Workbook
|
|
18
18
|
module Functions
|
|
19
19
|
module PercentRank_Exc
|
|
20
|
-
class
|
|
20
|
+
class PercentRankExcPostRequestBody
|
|
21
21
|
include MicrosoftKiotaAbstractions::AdditionalDataHolder, MicrosoftKiotaAbstractions::Parsable
|
|
22
22
|
##
|
|
23
23
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -62,7 +62,7 @@ module MicrosoftGraph
|
|
|
62
62
|
@array = value
|
|
63
63
|
end
|
|
64
64
|
##
|
|
65
|
-
## Instantiates a new
|
|
65
|
+
## Instantiates a new PercentRankExcPostRequestBody and sets the default values.
|
|
66
66
|
## @return a void
|
|
67
67
|
##
|
|
68
68
|
def initialize()
|
|
@@ -75,7 +75,7 @@ module MicrosoftGraph
|
|
|
75
75
|
##
|
|
76
76
|
def self.create_from_discriminator_value(parse_node)
|
|
77
77
|
raise StandardError, 'parse_node cannot be null' if parse_node.nil?
|
|
78
|
-
return
|
|
78
|
+
return PercentRankExcPostRequestBody.new
|
|
79
79
|
end
|
|
80
80
|
##
|
|
81
81
|
## The deserialization information for the current model
|
|
@@ -20,7 +20,7 @@ module MicrosoftGraph
|
|
|
20
20
|
module PercentRank_Exc
|
|
21
21
|
##
|
|
22
22
|
# Provides operations to call the percentRank_Exc method.
|
|
23
|
-
class
|
|
23
|
+
class PercentRankExcRequestBuilder
|
|
24
24
|
|
|
25
25
|
##
|
|
26
26
|
# Path parameters for the request
|
|
@@ -84,7 +84,7 @@ module MicrosoftGraph
|
|
|
84
84
|
|
|
85
85
|
##
|
|
86
86
|
# Configuration for the request such as headers, query parameters, and middleware options.
|
|
87
|
-
class
|
|
87
|
+
class PercentRankExcRequestBuilderPostRequestConfiguration
|
|
88
88
|
|
|
89
89
|
##
|
|
90
90
|
# Request headers
|
|
@@ -17,7 +17,7 @@ module MicrosoftGraph
|
|
|
17
17
|
module Workbook
|
|
18
18
|
module Functions
|
|
19
19
|
module PercentRank_Inc
|
|
20
|
-
class
|
|
20
|
+
class PercentRankIncPostRequestBody
|
|
21
21
|
include MicrosoftKiotaAbstractions::AdditionalDataHolder, MicrosoftKiotaAbstractions::Parsable
|
|
22
22
|
##
|
|
23
23
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -62,7 +62,7 @@ module MicrosoftGraph
|
|
|
62
62
|
@array = value
|
|
63
63
|
end
|
|
64
64
|
##
|
|
65
|
-
## Instantiates a new
|
|
65
|
+
## Instantiates a new PercentRankIncPostRequestBody and sets the default values.
|
|
66
66
|
## @return a void
|
|
67
67
|
##
|
|
68
68
|
def initialize()
|
|
@@ -75,7 +75,7 @@ module MicrosoftGraph
|
|
|
75
75
|
##
|
|
76
76
|
def self.create_from_discriminator_value(parse_node)
|
|
77
77
|
raise StandardError, 'parse_node cannot be null' if parse_node.nil?
|
|
78
|
-
return
|
|
78
|
+
return PercentRankIncPostRequestBody.new
|
|
79
79
|
end
|
|
80
80
|
##
|
|
81
81
|
## The deserialization information for the current model
|
|
@@ -20,7 +20,7 @@ module MicrosoftGraph
|
|
|
20
20
|
module PercentRank_Inc
|
|
21
21
|
##
|
|
22
22
|
# Provides operations to call the percentRank_Inc method.
|
|
23
|
-
class
|
|
23
|
+
class PercentRankIncRequestBuilder
|
|
24
24
|
|
|
25
25
|
##
|
|
26
26
|
# Path parameters for the request
|
|
@@ -84,7 +84,7 @@ module MicrosoftGraph
|
|
|
84
84
|
|
|
85
85
|
##
|
|
86
86
|
# Configuration for the request such as headers, query parameters, and middleware options.
|
|
87
|
-
class
|
|
87
|
+
class PercentRankIncRequestBuilderPostRequestConfiguration
|
|
88
88
|
|
|
89
89
|
##
|
|
90
90
|
# Request headers
|
|
@@ -17,7 +17,7 @@ module MicrosoftGraph
|
|
|
17
17
|
module Workbook
|
|
18
18
|
module Functions
|
|
19
19
|
module Percentile_Exc
|
|
20
|
-
class
|
|
20
|
+
class PercentileExcPostRequestBody
|
|
21
21
|
include MicrosoftKiotaAbstractions::AdditionalDataHolder, MicrosoftKiotaAbstractions::Parsable
|
|
22
22
|
##
|
|
23
23
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -59,7 +59,7 @@ module MicrosoftGraph
|
|
|
59
59
|
@array = value
|
|
60
60
|
end
|
|
61
61
|
##
|
|
62
|
-
## Instantiates a new
|
|
62
|
+
## Instantiates a new PercentileExcPostRequestBody and sets the default values.
|
|
63
63
|
## @return a void
|
|
64
64
|
##
|
|
65
65
|
def initialize()
|
|
@@ -72,7 +72,7 @@ module MicrosoftGraph
|
|
|
72
72
|
##
|
|
73
73
|
def self.create_from_discriminator_value(parse_node)
|
|
74
74
|
raise StandardError, 'parse_node cannot be null' if parse_node.nil?
|
|
75
|
-
return
|
|
75
|
+
return PercentileExcPostRequestBody.new
|
|
76
76
|
end
|
|
77
77
|
##
|
|
78
78
|
## The deserialization information for the current model
|
data/lib/drives/item/items/item/workbook/functions/percentile_exc/percentile_exc_request_builder.rb
CHANGED
|
@@ -20,7 +20,7 @@ module MicrosoftGraph
|
|
|
20
20
|
module Percentile_Exc
|
|
21
21
|
##
|
|
22
22
|
# Provides operations to call the percentile_Exc method.
|
|
23
|
-
class
|
|
23
|
+
class PercentileExcRequestBuilder
|
|
24
24
|
|
|
25
25
|
##
|
|
26
26
|
# Path parameters for the request
|
|
@@ -84,7 +84,7 @@ module MicrosoftGraph
|
|
|
84
84
|
|
|
85
85
|
##
|
|
86
86
|
# Configuration for the request such as headers, query parameters, and middleware options.
|
|
87
|
-
class
|
|
87
|
+
class PercentileExcRequestBuilderPostRequestConfiguration
|
|
88
88
|
|
|
89
89
|
##
|
|
90
90
|
# Request headers
|