Пример #1
0
        public Command BuildCommand()
        {
            var command = new Command("item");
            var builder = new GroupItemRequestBuilder(PathParameters, RequestAdapter);

            command.AddCommand(builder.BuildGetCommand());
            return(command);
        }
        public Command BuildCommand()
        {
            var command = new Command("item");
            var builder = new GroupItemRequestBuilder(PathParameters, RequestAdapter);

            command.AddCommand(builder.BuildAcceptedSendersCommand());
            command.AddCommand(builder.BuildAddFavoriteCommand());
            command.AddCommand(builder.BuildAppRoleAssignmentsCommand());
            command.AddCommand(builder.BuildAssignLicenseCommand());
            command.AddCommand(builder.BuildCalendarCommand());
            command.AddCommand(builder.BuildCalendarViewCommand());
            command.AddCommand(builder.BuildCheckGrantedPermissionsForAppCommand());
            command.AddCommand(builder.BuildCheckMemberGroupsCommand());
            command.AddCommand(builder.BuildCheckMemberObjectsCommand());
            command.AddCommand(builder.BuildConversationsCommand());
            command.AddCommand(builder.BuildCreatedOnBehalfOfCommand());
            command.AddCommand(builder.BuildDeleteCommand());
            command.AddCommand(builder.BuildDriveCommand());
            command.AddCommand(builder.BuildDrivesCommand());
            command.AddCommand(builder.BuildEventsCommand());
            command.AddCommand(builder.BuildExtensionsCommand());
            command.AddCommand(builder.BuildGetCommand());
            command.AddCommand(builder.BuildGetMemberGroupsCommand());
            command.AddCommand(builder.BuildGetMemberObjectsCommand());
            command.AddCommand(builder.BuildGroupLifecyclePoliciesCommand());
            command.AddCommand(builder.BuildMemberOfCommand());
            command.AddCommand(builder.BuildMembersCommand());
            command.AddCommand(builder.BuildMembersWithLicenseErrorsCommand());
            command.AddCommand(builder.BuildOnenoteCommand());
            command.AddCommand(builder.BuildOwnersCommand());
            command.AddCommand(builder.BuildPatchCommand());
            command.AddCommand(builder.BuildPermissionGrantsCommand());
            command.AddCommand(builder.BuildPhotoCommand());
            command.AddCommand(builder.BuildPhotosCommand());
            command.AddCommand(builder.BuildPlannerCommand());
            command.AddCommand(builder.BuildRejectedSendersCommand());
            command.AddCommand(builder.BuildRemoveFavoriteCommand());
            command.AddCommand(builder.BuildRenewCommand());
            command.AddCommand(builder.BuildResetUnseenCountCommand());
            command.AddCommand(builder.BuildRestoreCommand());
            command.AddCommand(builder.BuildSettingsCommand());
            command.AddCommand(builder.BuildSitesCommand());
            command.AddCommand(builder.BuildSubscribeByMailCommand());
            command.AddCommand(builder.BuildTeamCommand());
            command.AddCommand(builder.BuildThreadsCommand());
            command.AddCommand(builder.BuildTransitiveMemberOfCommand());
            command.AddCommand(builder.BuildTransitiveMembersCommand());
            command.AddCommand(builder.BuildUnsubscribeByMailCommand());
            command.AddCommand(builder.BuildValidatePropertiesCommand());
            return(command);
        }