ApiSdk.Users.Item.CalendarView.Item.Instances.InstancesRequestBuilder.BuildCommand C# (CSharp) Method

BuildCommand() public method

public BuildCommand ( ) : Command
return Command
        public Command BuildCommand() {
            var command = new Command("item");
            var builder = new ApiSdk.Users.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder(PathParameters, RequestAdapter);
            command.AddCommand(builder.BuildAcceptCommand());
            command.AddCommand(builder.BuildAttachmentsCommand());
            command.AddCommand(builder.BuildCalendarCommand());
            command.AddCommand(builder.BuildCancelCommand());
            command.AddCommand(builder.BuildDeclineCommand());
            command.AddCommand(builder.BuildDeleteCommand());
            command.AddCommand(builder.BuildDismissReminderCommand());
            command.AddCommand(builder.BuildExtensionsCommand());
            command.AddCommand(builder.BuildForwardCommand());
            command.AddCommand(builder.BuildGetCommand());
            command.AddCommand(builder.BuildMultiValueExtendedPropertiesCommand());
            command.AddCommand(builder.BuildPatchCommand());
            command.AddCommand(builder.BuildSingleValueExtendedPropertiesCommand());
            command.AddCommand(builder.BuildSnoozeReminderCommand());
            command.AddCommand(builder.BuildTentativelyAcceptCommand());
            return command;
        }
        public Command BuildCountCommand() {