GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Test Failed
Push — master ( d77d99...dd1fa0 )
by
unknown
07:37
created

UpdateProjectTask::withVisible()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 6
Code Lines 3

Duplication

Lines 0
Ratio 0 %

Importance

Changes 1
Bugs 0 Features 0
Metric Value
eloc 3
c 1
b 0
f 0
dl 0
loc 6
rs 10
cc 1
nc 1
nop 1
1
<?php
2
3
namespace AlibabaCloud\TeambitionAliyun\V20200226;
4
5
use AlibabaCloud\Client\Resolver\ApiResolver;
6
7
/**
8
 * @method AddProjectMembers addProjectMembers(array $options = [])
9
 * @method ApplySmallMicro applySmallMicro(array $options = [])
10
 * @method BactchInsertMembers bactchInsertMembers(array $options = [])
11
 * @method CheckAliyunUserExists checkAliyunUserExists(array $options = [])
12
 * @method CreateDevopsOrg createDevopsOrg(array $options = [])
13
 * @method CreateProject createProject(array $options = [])
14
 * @method CreateProjectSprint createProjectSprint(array $options = [])
15
 * @method CreateProjectTask createProjectTask(array $options = [])
16
 * @method DeleteMembersForOrg deleteMembersForOrg(array $options = [])
17
 * @method DeleteProject deleteProject(array $options = [])
18
 * @method DeleteProjectMembers deleteProjectMembers(array $options = [])
19
 * @method DeleteProjectSprint deleteProjectSprint(array $options = [])
20
 * @method DeleteProjectTask deleteProjectTask(array $options = [])
21
 * @method GetOrganizationMembers getOrganizationMembers(array $options = [])
22
 * @method GetProjectInfo getProjectInfo(array $options = [])
23
 * @method GetProjectMembers getProjectMembers(array $options = [])
24
 * @method GetProjectSprintInfo getProjectSprintInfo(array $options = [])
25
 * @method GetProjectTaskInfo getProjectTaskInfo(array $options = [])
26
 * @method GetUserByUid getUserByUid(array $options = [])
27
 * @method InsertDevopsMember insertDevopsMember(array $options = [])
28
 * @method ListProjectSprints listProjectSprints(array $options = [])
29
 * @method ListProjectTaskFlow listProjectTaskFlow(array $options = [])
30
 * @method ListProjectTaskFlowStatus listProjectTaskFlowStatus(array $options = [])
31
 * @method ListProjectTasks listProjectTasks(array $options = [])
32
 * @method ListScenarioFieldConfig listScenarioFieldConfig(array $options = [])
33
 * @method UpdateProject updateProject(array $options = [])
34
 * @method UpdateProjectSprint updateProjectSprint(array $options = [])
35
 * @method UpdateProjectTask updateProjectTask(array $options = [])
36
 */
37
class TeambitionAliyunApiResolver extends ApiResolver
38
{
39
}
40
41
class Rpc extends \AlibabaCloud\Client\Resolver\Rpc
42
{
43
    /** @var string */
44
    public $product = 'teambition-aliyun';
45
46
    /** @var string */
47
    public $version = '2020-02-26';
48
49
    /** @var string */
50
    public $method = 'POST';
51
}
52
53
/**
54
 * @method string getMembers()
55
 * @method string getProjectId()
56
 * @method string getOrgId()
57
 */
58
class AddProjectMembers extends Rpc
59
{
60
61
    /**
62
     * @param string $value
63
     *
64
     * @return $this
65
     */
66
    public function withMembers($value)
67
    {
68
        $this->data['Members'] = $value;
69
        $this->options['form_params']['Members'] = $value;
70
71
        return $this;
72
    }
73
74
    /**
75
     * @param string $value
76
     *
77
     * @return $this
78
     */
79
    public function withProjectId($value)
80
    {
81
        $this->data['ProjectId'] = $value;
82
        $this->options['form_params']['ProjectId'] = $value;
83
84
        return $this;
85
    }
86
87
    /**
88
     * @param string $value
89
     *
90
     * @return $this
91
     */
92
    public function withOrgId($value)
93
    {
94
        $this->data['OrgId'] = $value;
95
        $this->options['form_params']['OrgId'] = $value;
96
97
        return $this;
98
    }
99
}
100
101
/**
102
 * @method string getApplicantEmail()
103
 * @method string getDevelopScale()
104
 * @method $this withDevelopScale($value)
105
 * @method string getType()
106
 * @method string getOrgId()
107
 * @method string getApplicantPosition()
108
 * @method string getDevelopLanguage()
109
 * @method string getOrgName()
110
 * @method string getApplicantTel()
111
 * @method string getSolution()
112
 * @method string getForHelp()
113
 * @method string getApplicantName()
114
 * @method string getBusinessModel()
115
 */
116
class ApplySmallMicro extends Rpc
117
{
118
119
    /**
120
     * @param string $value
121
     *
122
     * @return $this
123
     */
124
    public function withApplicantEmail($value)
125
    {
126
        $this->data['ApplicantEmail'] = $value;
127
        $this->options['form_params']['ApplicantEmail'] = $value;
128
129
        return $this;
130
    }
131
132
    /**
133
     * @param string $value
134
     *
135
     * @return $this
136
     */
137
    public function withType($value)
138
    {
139
        $this->data['Type'] = $value;
140
        $this->options['form_params']['Type'] = $value;
141
142
        return $this;
143
    }
144
145
    /**
146
     * @param string $value
147
     *
148
     * @return $this
149
     */
150
    public function withOrgId($value)
151
    {
152
        $this->data['OrgId'] = $value;
153
        $this->options['form_params']['OrgId'] = $value;
154
155
        return $this;
156
    }
157
158
    /**
159
     * @param string $value
160
     *
161
     * @return $this
162
     */
163
    public function withApplicantPosition($value)
164
    {
165
        $this->data['ApplicantPosition'] = $value;
166
        $this->options['form_params']['ApplicantPosition'] = $value;
167
168
        return $this;
169
    }
170
171
    /**
172
     * @param string $value
173
     *
174
     * @return $this
175
     */
176
    public function withDevelopLanguage($value)
177
    {
178
        $this->data['DevelopLanguage'] = $value;
179
        $this->options['form_params']['DevelopLanguage'] = $value;
180
181
        return $this;
182
    }
183
184
    /**
185
     * @param string $value
186
     *
187
     * @return $this
188
     */
189
    public function withOrgName($value)
190
    {
191
        $this->data['OrgName'] = $value;
192
        $this->options['form_params']['OrgName'] = $value;
193
194
        return $this;
195
    }
196
197
    /**
198
     * @param string $value
199
     *
200
     * @return $this
201
     */
202
    public function withApplicantTel($value)
203
    {
204
        $this->data['ApplicantTel'] = $value;
205
        $this->options['form_params']['ApplicantTel'] = $value;
206
207
        return $this;
208
    }
209
210
    /**
211
     * @param string $value
212
     *
213
     * @return $this
214
     */
215
    public function withSolution($value)
216
    {
217
        $this->data['Solution'] = $value;
218
        $this->options['form_params']['Solution'] = $value;
219
220
        return $this;
221
    }
222
223
    /**
224
     * @param string $value
225
     *
226
     * @return $this
227
     */
228
    public function withForHelp($value)
229
    {
230
        $this->data['ForHelp'] = $value;
231
        $this->options['form_params']['ForHelp'] = $value;
232
233
        return $this;
234
    }
235
236
    /**
237
     * @param string $value
238
     *
239
     * @return $this
240
     */
241
    public function withApplicantName($value)
242
    {
243
        $this->data['ApplicantName'] = $value;
244
        $this->options['form_params']['ApplicantName'] = $value;
245
246
        return $this;
247
    }
248
249
    /**
250
     * @param string $value
251
     *
252
     * @return $this
253
     */
254
    public function withBusinessModel($value)
255
    {
256
        $this->data['BusinessModel'] = $value;
257
        $this->options['form_params']['BusinessModel'] = $value;
258
259
        return $this;
260
    }
261
}
262
263
/**
264
 * @method string getMembers()
265
 * @method string getRealPk()
266
 * @method string getOrgId()
267
 */
268
class BactchInsertMembers extends Rpc
269
{
270
271
    /**
272
     * @param string $value
273
     *
274
     * @return $this
275
     */
276
    public function withMembers($value)
277
    {
278
        $this->data['Members'] = $value;
279
        $this->options['form_params']['Members'] = $value;
280
281
        return $this;
282
    }
283
284
    /**
285
     * @param string $value
286
     *
287
     * @return $this
288
     */
289
    public function withRealPk($value)
290
    {
291
        $this->data['RealPk'] = $value;
292
        $this->options['form_params']['RealPk'] = $value;
293
294
        return $this;
295
    }
296
297
    /**
298
     * @param string $value
299
     *
300
     * @return $this
301
     */
302
    public function withOrgId($value)
303
    {
304
        $this->data['OrgId'] = $value;
305
        $this->options['form_params']['OrgId'] = $value;
306
307
        return $this;
308
    }
309
}
310
311
/**
312
 * @method string getUserPk()
313
 */
314
class CheckAliyunUserExists extends Rpc
315
{
316
317
    /**
318
     * @param string $value
319
     *
320
     * @return $this
321
     */
322
    public function withUserPk($value)
323
    {
324
        $this->data['UserPk'] = $value;
325
        $this->options['form_params']['UserPk'] = $value;
326
327
        return $this;
328
    }
329
}
330
331
/**
332
 * @method string getOrgName()
333
 * @method string getSource()
334
 * @method string getRealPk()
335
 * @method string getDesiredMemberCount()
336
 */
337
class CreateDevopsOrg extends Rpc
338
{
339
340
    /**
341
     * @param string $value
342
     *
343
     * @return $this
344
     */
345
    public function withOrgName($value)
346
    {
347
        $this->data['OrgName'] = $value;
348
        $this->options['form_params']['OrgName'] = $value;
349
350
        return $this;
351
    }
352
353
    /**
354
     * @param string $value
355
     *
356
     * @return $this
357
     */
358
    public function withSource($value)
359
    {
360
        $this->data['Source'] = $value;
361
        $this->options['form_params']['Source'] = $value;
362
363
        return $this;
364
    }
365
366
    /**
367
     * @param string $value
368
     *
369
     * @return $this
370
     */
371
    public function withRealPk($value)
372
    {
373
        $this->data['RealPk'] = $value;
374
        $this->options['form_params']['RealPk'] = $value;
375
376
        return $this;
377
    }
378
379
    /**
380
     * @param string $value
381
     *
382
     * @return $this
383
     */
384
    public function withDesiredMemberCount($value)
385
    {
386
        $this->data['DesiredMemberCount'] = $value;
387
        $this->options['form_params']['DesiredMemberCount'] = $value;
388
389
        return $this;
390
    }
391
}
392
393
/**
394
 * @method string getName()
395
 * @method string getDescription()
396
 * @method string getOrgId()
397
 */
398
class CreateProject extends Rpc
399
{
400
401
    /**
402
     * @param string $value
403
     *
404
     * @return $this
405
     */
406
    public function withName($value)
407
    {
408
        $this->data['Name'] = $value;
409
        $this->options['form_params']['Name'] = $value;
410
411
        return $this;
412
    }
413
414
    /**
415
     * @param string $value
416
     *
417
     * @return $this
418
     */
419
    public function withDescription($value)
420
    {
421
        $this->data['Description'] = $value;
422
        $this->options['form_params']['Description'] = $value;
423
424
        return $this;
425
    }
426
427
    /**
428
     * @param string $value
429
     *
430
     * @return $this
431
     */
432
    public function withOrgId($value)
433
    {
434
        $this->data['OrgId'] = $value;
435
        $this->options['form_params']['OrgId'] = $value;
436
437
        return $this;
438
    }
439
}
440
441
/**
442
 * @method string getExecutorId()
443
 * @method string getDescription()
444
 * @method string getStartDate()
445
 * @method string getOrgId()
446
 * @method string getDueDate()
447
 * @method string getName()
448
 * @method string getProjectId()
449
 */
450
class CreateProjectSprint extends Rpc
451
{
452
453
    /**
454
     * @param string $value
455
     *
456
     * @return $this
457
     */
458
    public function withExecutorId($value)
459
    {
460
        $this->data['ExecutorId'] = $value;
461
        $this->options['form_params']['ExecutorId'] = $value;
462
463
        return $this;
464
    }
465
466
    /**
467
     * @param string $value
468
     *
469
     * @return $this
470
     */
471
    public function withDescription($value)
472
    {
473
        $this->data['Description'] = $value;
474
        $this->options['form_params']['Description'] = $value;
475
476
        return $this;
477
    }
478
479
    /**
480
     * @param string $value
481
     *
482
     * @return $this
483
     */
484
    public function withStartDate($value)
485
    {
486
        $this->data['StartDate'] = $value;
487
        $this->options['form_params']['StartDate'] = $value;
488
489
        return $this;
490
    }
491
492
    /**
493
     * @param string $value
494
     *
495
     * @return $this
496
     */
497
    public function withOrgId($value)
498
    {
499
        $this->data['OrgId'] = $value;
500
        $this->options['form_params']['OrgId'] = $value;
501
502
        return $this;
503
    }
504
505
    /**
506
     * @param string $value
507
     *
508
     * @return $this
509
     */
510
    public function withDueDate($value)
511
    {
512
        $this->data['DueDate'] = $value;
513
        $this->options['form_params']['DueDate'] = $value;
514
515
        return $this;
516
    }
517
518
    /**
519
     * @param string $value
520
     *
521
     * @return $this
522
     */
523
    public function withName($value)
524
    {
525
        $this->data['Name'] = $value;
526
        $this->options['form_params']['Name'] = $value;
527
528
        return $this;
529
    }
530
531
    /**
532
     * @param string $value
533
     *
534
     * @return $this
535
     */
536
    public function withProjectId($value)
537
    {
538
        $this->data['ProjectId'] = $value;
539
        $this->options['form_params']['ProjectId'] = $value;
540
541
        return $this;
542
    }
543
}
544
545
/**
546
 * @method string getNote()
547
 * @method string getVisible()
548
 * @method string getExecutorId()
549
 * @method string getStartDate()
550
 * @method string getPriority()
551
 * @method string getParentTaskId()
552
 * @method string getOrgId()
553
 * @method string getContent()
554
 * @method string getSprintId()
555
 * @method string getDueDate()
556
 * @method string getTasFlowStatusId()
557
 * @method string getScenarioFieldConfigId()
558
 * @method string getProjectId()
559
 * @method string getTaskListId()
560
 */
561
class CreateProjectTask extends Rpc
562
{
563
564
    /**
565
     * @param string $value
566
     *
567
     * @return $this
568
     */
569
    public function withNote($value)
570
    {
571
        $this->data['Note'] = $value;
572
        $this->options['form_params']['Note'] = $value;
573
574
        return $this;
575
    }
576
577
    /**
578
     * @param string $value
579
     *
580
     * @return $this
581
     */
582
    public function withVisible($value)
583
    {
584
        $this->data['Visible'] = $value;
585
        $this->options['form_params']['Visible'] = $value;
586
587
        return $this;
588
    }
589
590
    /**
591
     * @param string $value
592
     *
593
     * @return $this
594
     */
595
    public function withExecutorId($value)
596
    {
597
        $this->data['ExecutorId'] = $value;
598
        $this->options['form_params']['ExecutorId'] = $value;
599
600
        return $this;
601
    }
602
603
    /**
604
     * @param string $value
605
     *
606
     * @return $this
607
     */
608
    public function withStartDate($value)
609
    {
610
        $this->data['StartDate'] = $value;
611
        $this->options['form_params']['StartDate'] = $value;
612
613
        return $this;
614
    }
615
616
    /**
617
     * @param string $value
618
     *
619
     * @return $this
620
     */
621
    public function withPriority($value)
622
    {
623
        $this->data['Priority'] = $value;
624
        $this->options['form_params']['Priority'] = $value;
625
626
        return $this;
627
    }
628
629
    /**
630
     * @param string $value
631
     *
632
     * @return $this
633
     */
634
    public function withParentTaskId($value)
635
    {
636
        $this->data['ParentTaskId'] = $value;
637
        $this->options['form_params']['ParentTaskId'] = $value;
638
639
        return $this;
640
    }
641
642
    /**
643
     * @param string $value
644
     *
645
     * @return $this
646
     */
647
    public function withOrgId($value)
648
    {
649
        $this->data['OrgId'] = $value;
650
        $this->options['form_params']['OrgId'] = $value;
651
652
        return $this;
653
    }
654
655
    /**
656
     * @param string $value
657
     *
658
     * @return $this
659
     */
660
    public function withContent($value)
661
    {
662
        $this->data['Content'] = $value;
663
        $this->options['form_params']['Content'] = $value;
664
665
        return $this;
666
    }
667
668
    /**
669
     * @param string $value
670
     *
671
     * @return $this
672
     */
673
    public function withSprintId($value)
674
    {
675
        $this->data['SprintId'] = $value;
676
        $this->options['form_params']['SprintId'] = $value;
677
678
        return $this;
679
    }
680
681
    /**
682
     * @param string $value
683
     *
684
     * @return $this
685
     */
686
    public function withDueDate($value)
687
    {
688
        $this->data['DueDate'] = $value;
689
        $this->options['form_params']['DueDate'] = $value;
690
691
        return $this;
692
    }
693
694
    /**
695
     * @param string $value
696
     *
697
     * @return $this
698
     */
699
    public function withTasFlowStatusId($value)
700
    {
701
        $this->data['TasFlowStatusId'] = $value;
702
        $this->options['form_params']['TasFlowStatusId'] = $value;
703
704
        return $this;
705
    }
706
707
    /**
708
     * @param string $value
709
     *
710
     * @return $this
711
     */
712
    public function withScenarioFieldConfigId($value)
713
    {
714
        $this->data['ScenarioFieldConfigId'] = $value;
715
        $this->options['form_params']['ScenarioFieldConfigId'] = $value;
716
717
        return $this;
718
    }
719
720
    /**
721
     * @param string $value
722
     *
723
     * @return $this
724
     */
725
    public function withProjectId($value)
726
    {
727
        $this->data['ProjectId'] = $value;
728
        $this->options['form_params']['ProjectId'] = $value;
729
730
        return $this;
731
    }
732
733
    /**
734
     * @param string $value
735
     *
736
     * @return $this
737
     */
738
    public function withTaskListId($value)
739
    {
740
        $this->data['TaskListId'] = $value;
741
        $this->options['form_params']['TaskListId'] = $value;
742
743
        return $this;
744
    }
745
}
746
747
/**
748
 * @method string getRealPk()
749
 * @method string getUserId()
750
 * @method string getOrgId()
751
 */
752
class DeleteMembersForOrg extends Rpc
753
{
754
755
    /**
756
     * @param string $value
757
     *
758
     * @return $this
759
     */
760
    public function withRealPk($value)
761
    {
762
        $this->data['RealPk'] = $value;
763
        $this->options['form_params']['RealPk'] = $value;
764
765
        return $this;
766
    }
767
768
    /**
769
     * @param string $value
770
     *
771
     * @return $this
772
     */
773
    public function withUserId($value)
774
    {
775
        $this->data['UserId'] = $value;
776
        $this->options['form_params']['UserId'] = $value;
777
778
        return $this;
779
    }
780
781
    /**
782
     * @param string $value
783
     *
784
     * @return $this
785
     */
786
    public function withOrgId($value)
787
    {
788
        $this->data['OrgId'] = $value;
789
        $this->options['form_params']['OrgId'] = $value;
790
791
        return $this;
792
    }
793
}
794
795
/**
796
 * @method string getProjectId()
797
 * @method string getOrgId()
798
 */
799
class DeleteProject extends Rpc
800
{
801
802
    /**
803
     * @param string $value
804
     *
805
     * @return $this
806
     */
807
    public function withProjectId($value)
808
    {
809
        $this->data['ProjectId'] = $value;
810
        $this->options['form_params']['ProjectId'] = $value;
811
812
        return $this;
813
    }
814
815
    /**
816
     * @param string $value
817
     *
818
     * @return $this
819
     */
820
    public function withOrgId($value)
821
    {
822
        $this->data['OrgId'] = $value;
823
        $this->options['form_params']['OrgId'] = $value;
824
825
        return $this;
826
    }
827
}
828
829
/**
830
 * @method string getUserIds()
831
 * @method string getProjectId()
832
 * @method string getOrgId()
833
 */
834
class DeleteProjectMembers extends Rpc
835
{
836
837
    /**
838
     * @param string $value
839
     *
840
     * @return $this
841
     */
842
    public function withUserIds($value)
843
    {
844
        $this->data['UserIds'] = $value;
845
        $this->options['form_params']['UserIds'] = $value;
846
847
        return $this;
848
    }
849
850
    /**
851
     * @param string $value
852
     *
853
     * @return $this
854
     */
855
    public function withProjectId($value)
856
    {
857
        $this->data['ProjectId'] = $value;
858
        $this->options['form_params']['ProjectId'] = $value;
859
860
        return $this;
861
    }
862
863
    /**
864
     * @param string $value
865
     *
866
     * @return $this
867
     */
868
    public function withOrgId($value)
869
    {
870
        $this->data['OrgId'] = $value;
871
        $this->options['form_params']['OrgId'] = $value;
872
873
        return $this;
874
    }
875
}
876
877
/**
878
 * @method string getSprintId()
879
 * @method string getOrgId()
880
 */
881
class DeleteProjectSprint extends Rpc
882
{
883
884
    /**
885
     * @param string $value
886
     *
887
     * @return $this
888
     */
889
    public function withSprintId($value)
890
    {
891
        $this->data['SprintId'] = $value;
892
        $this->options['form_params']['SprintId'] = $value;
893
894
        return $this;
895
    }
896
897
    /**
898
     * @param string $value
899
     *
900
     * @return $this
901
     */
902
    public function withOrgId($value)
903
    {
904
        $this->data['OrgId'] = $value;
905
        $this->options['form_params']['OrgId'] = $value;
906
907
        return $this;
908
    }
909
}
910
911
/**
912
 * @method string getOrgId()
913
 * @method string getTaskId()
914
 */
915
class DeleteProjectTask extends Rpc
916
{
917
918
    /**
919
     * @param string $value
920
     *
921
     * @return $this
922
     */
923
    public function withOrgId($value)
924
    {
925
        $this->data['OrgId'] = $value;
926
        $this->options['form_params']['OrgId'] = $value;
927
928
        return $this;
929
    }
930
931
    /**
932
     * @param string $value
933
     *
934
     * @return $this
935
     */
936
    public function withTaskId($value)
937
    {
938
        $this->data['TaskId'] = $value;
939
        $this->options['form_params']['TaskId'] = $value;
940
941
        return $this;
942
    }
943
}
944
945
/**
946
 * @method string getOrgId()
947
 */
948
class GetOrganizationMembers extends Rpc
949
{
950
951
    /**
952
     * @param string $value
953
     *
954
     * @return $this
955
     */
956
    public function withOrgId($value)
957
    {
958
        $this->data['OrgId'] = $value;
959
        $this->options['form_params']['OrgId'] = $value;
960
961
        return $this;
962
    }
963
}
964
965
/**
966
 * @method string getProjectId()
967
 * @method string getOrgId()
968
 */
969
class GetProjectInfo extends Rpc
970
{
971
972
    /**
973
     * @param string $value
974
     *
975
     * @return $this
976
     */
977
    public function withProjectId($value)
978
    {
979
        $this->data['ProjectId'] = $value;
980
        $this->options['form_params']['ProjectId'] = $value;
981
982
        return $this;
983
    }
984
985
    /**
986
     * @param string $value
987
     *
988
     * @return $this
989
     */
990
    public function withOrgId($value)
991
    {
992
        $this->data['OrgId'] = $value;
993
        $this->options['form_params']['OrgId'] = $value;
994
995
        return $this;
996
    }
997
}
998
999
/**
1000
 * @method string getProjectId()
1001
 * @method string getOrgId()
1002
 */
1003
class GetProjectMembers extends Rpc
1004
{
1005
1006
    /**
1007
     * @param string $value
1008
     *
1009
     * @return $this
1010
     */
1011
    public function withProjectId($value)
1012
    {
1013
        $this->data['ProjectId'] = $value;
1014
        $this->options['form_params']['ProjectId'] = $value;
1015
1016
        return $this;
1017
    }
1018
1019
    /**
1020
     * @param string $value
1021
     *
1022
     * @return $this
1023
     */
1024
    public function withOrgId($value)
1025
    {
1026
        $this->data['OrgId'] = $value;
1027
        $this->options['form_params']['OrgId'] = $value;
1028
1029
        return $this;
1030
    }
1031
}
1032
1033
/**
1034
 * @method string getSprintId()
1035
 * @method string getOrgId()
1036
 */
1037
class GetProjectSprintInfo extends Rpc
1038
{
1039
1040
    /**
1041
     * @param string $value
1042
     *
1043
     * @return $this
1044
     */
1045
    public function withSprintId($value)
1046
    {
1047
        $this->data['SprintId'] = $value;
1048
        $this->options['form_params']['SprintId'] = $value;
1049
1050
        return $this;
1051
    }
1052
1053
    /**
1054
     * @param string $value
1055
     *
1056
     * @return $this
1057
     */
1058
    public function withOrgId($value)
1059
    {
1060
        $this->data['OrgId'] = $value;
1061
        $this->options['form_params']['OrgId'] = $value;
1062
1063
        return $this;
1064
    }
1065
}
1066
1067
/**
1068
 * @method string getOrgId()
1069
 * @method string getTaskId()
1070
 */
1071
class GetProjectTaskInfo extends Rpc
1072
{
1073
1074
    /**
1075
     * @param string $value
1076
     *
1077
     * @return $this
1078
     */
1079
    public function withOrgId($value)
1080
    {
1081
        $this->data['OrgId'] = $value;
1082
        $this->options['form_params']['OrgId'] = $value;
1083
1084
        return $this;
1085
    }
1086
1087
    /**
1088
     * @param string $value
1089
     *
1090
     * @return $this
1091
     */
1092
    public function withTaskId($value)
1093
    {
1094
        $this->data['TaskId'] = $value;
1095
        $this->options['form_params']['TaskId'] = $value;
1096
1097
        return $this;
1098
    }
1099
}
1100
1101
/**
1102
 * @method string getUserPk()
1103
 * @method string getOrgId()
1104
 */
1105
class GetUserByUid extends Rpc
1106
{
1107
1108
    /**
1109
     * @param string $value
1110
     *
1111
     * @return $this
1112
     */
1113
    public function withUserPk($value)
1114
    {
1115
        $this->data['UserPk'] = $value;
1116
        $this->options['form_params']['UserPk'] = $value;
1117
1118
        return $this;
1119
    }
1120
1121
    /**
1122
     * @param string $value
1123
     *
1124
     * @return $this
1125
     */
1126
    public function withOrgId($value)
1127
    {
1128
        $this->data['OrgId'] = $value;
1129
        $this->options['form_params']['OrgId'] = $value;
1130
1131
        return $this;
1132
    }
1133
}
1134
1135
/**
1136
 * @method string getPhone()
1137
 * @method string getUserPk()
1138
 * @method string getEmail()
1139
 * @method string getUserName()
1140
 */
1141
class InsertDevopsMember extends Rpc
1142
{
1143
1144
    /**
1145
     * @param string $value
1146
     *
1147
     * @return $this
1148
     */
1149
    public function withPhone($value)
1150
    {
1151
        $this->data['Phone'] = $value;
1152
        $this->options['form_params']['Phone'] = $value;
1153
1154
        return $this;
1155
    }
1156
1157
    /**
1158
     * @param string $value
1159
     *
1160
     * @return $this
1161
     */
1162
    public function withUserPk($value)
1163
    {
1164
        $this->data['UserPk'] = $value;
1165
        $this->options['form_params']['UserPk'] = $value;
1166
1167
        return $this;
1168
    }
1169
1170
    /**
1171
     * @param string $value
1172
     *
1173
     * @return $this
1174
     */
1175
    public function withEmail($value)
1176
    {
1177
        $this->data['Email'] = $value;
1178
        $this->options['form_params']['Email'] = $value;
1179
1180
        return $this;
1181
    }
1182
1183
    /**
1184
     * @param string $value
1185
     *
1186
     * @return $this
1187
     */
1188
    public function withUserName($value)
1189
    {
1190
        $this->data['UserName'] = $value;
1191
        $this->options['form_params']['UserName'] = $value;
1192
1193
        return $this;
1194
    }
1195
}
1196
1197
/**
1198
 * @method string getProjectId()
1199
 * @method string getOrgId()
1200
 */
1201
class ListProjectSprints extends Rpc
1202
{
1203
1204
    /**
1205
     * @param string $value
1206
     *
1207
     * @return $this
1208
     */
1209
    public function withProjectId($value)
1210
    {
1211
        $this->data['ProjectId'] = $value;
1212
        $this->options['form_params']['ProjectId'] = $value;
1213
1214
        return $this;
1215
    }
1216
1217
    /**
1218
     * @param string $value
1219
     *
1220
     * @return $this
1221
     */
1222
    public function withOrgId($value)
1223
    {
1224
        $this->data['OrgId'] = $value;
1225
        $this->options['form_params']['OrgId'] = $value;
1226
1227
        return $this;
1228
    }
1229
}
1230
1231
/**
1232
 * @method string getProjectId()
1233
 * @method string getOrgId()
1234
 */
1235
class ListProjectTaskFlow extends Rpc
1236
{
1237
1238
    /**
1239
     * @param string $value
1240
     *
1241
     * @return $this
1242
     */
1243
    public function withProjectId($value)
1244
    {
1245
        $this->data['ProjectId'] = $value;
1246
        $this->options['form_params']['ProjectId'] = $value;
1247
1248
        return $this;
1249
    }
1250
1251
    /**
1252
     * @param string $value
1253
     *
1254
     * @return $this
1255
     */
1256
    public function withOrgId($value)
1257
    {
1258
        $this->data['OrgId'] = $value;
1259
        $this->options['form_params']['OrgId'] = $value;
1260
1261
        return $this;
1262
    }
1263
}
1264
1265
/**
1266
 * @method string getTaskFlowId()
1267
 * @method string getOrgId()
1268
 */
1269
class ListProjectTaskFlowStatus extends Rpc
1270
{
1271
1272
    /**
1273
     * @param string $value
1274
     *
1275
     * @return $this
1276
     */
1277
    public function withTaskFlowId($value)
1278
    {
1279
        $this->data['TaskFlowId'] = $value;
1280
        $this->options['form_params']['TaskFlowId'] = $value;
1281
1282
        return $this;
1283
    }
1284
1285
    /**
1286
     * @param string $value
1287
     *
1288
     * @return $this
1289
     */
1290
    public function withOrgId($value)
1291
    {
1292
        $this->data['OrgId'] = $value;
1293
        $this->options['form_params']['OrgId'] = $value;
1294
1295
        return $this;
1296
    }
1297
}
1298
1299
/**
1300
 * @method string getProjectIds()
1301
 * @method string getOrgId()
1302
 */
1303
class ListProjectTasks extends Rpc
1304
{
1305
1306
    /**
1307
     * @param string $value
1308
     *
1309
     * @return $this
1310
     */
1311
    public function withProjectIds($value)
1312
    {
1313
        $this->data['ProjectIds'] = $value;
1314
        $this->options['form_params']['ProjectIds'] = $value;
1315
1316
        return $this;
1317
    }
1318
1319
    /**
1320
     * @param string $value
1321
     *
1322
     * @return $this
1323
     */
1324
    public function withOrgId($value)
1325
    {
1326
        $this->data['OrgId'] = $value;
1327
        $this->options['form_params']['OrgId'] = $value;
1328
1329
        return $this;
1330
    }
1331
}
1332
1333
/**
1334
 * @method string getProjectId()
1335
 * @method string getOrgId()
1336
 */
1337
class ListScenarioFieldConfig extends Rpc
1338
{
1339
1340
    /**
1341
     * @param string $value
1342
     *
1343
     * @return $this
1344
     */
1345
    public function withProjectId($value)
1346
    {
1347
        $this->data['ProjectId'] = $value;
1348
        $this->options['form_params']['ProjectId'] = $value;
1349
1350
        return $this;
1351
    }
1352
1353
    /**
1354
     * @param string $value
1355
     *
1356
     * @return $this
1357
     */
1358
    public function withOrgId($value)
1359
    {
1360
        $this->data['OrgId'] = $value;
1361
        $this->options['form_params']['OrgId'] = $value;
1362
1363
        return $this;
1364
    }
1365
}
1366
1367
/**
1368
 * @method string getName()
1369
 * @method string getDescription()
1370
 * @method string getProjectId()
1371
 * @method string getOrgId()
1372
 */
1373
class UpdateProject extends Rpc
1374
{
1375
1376
    /**
1377
     * @param string $value
1378
     *
1379
     * @return $this
1380
     */
1381
    public function withName($value)
1382
    {
1383
        $this->data['Name'] = $value;
1384
        $this->options['form_params']['Name'] = $value;
1385
1386
        return $this;
1387
    }
1388
1389
    /**
1390
     * @param string $value
1391
     *
1392
     * @return $this
1393
     */
1394
    public function withDescription($value)
1395
    {
1396
        $this->data['Description'] = $value;
1397
        $this->options['form_params']['Description'] = $value;
1398
1399
        return $this;
1400
    }
1401
1402
    /**
1403
     * @param string $value
1404
     *
1405
     * @return $this
1406
     */
1407
    public function withProjectId($value)
1408
    {
1409
        $this->data['ProjectId'] = $value;
1410
        $this->options['form_params']['ProjectId'] = $value;
1411
1412
        return $this;
1413
    }
1414
1415
    /**
1416
     * @param string $value
1417
     *
1418
     * @return $this
1419
     */
1420
    public function withOrgId($value)
1421
    {
1422
        $this->data['OrgId'] = $value;
1423
        $this->options['form_params']['OrgId'] = $value;
1424
1425
        return $this;
1426
    }
1427
}
1428
1429
/**
1430
 * @method string getExecutorId()
1431
 * @method string getDescription()
1432
 * @method string getStartDate()
1433
 * @method string getOrgId()
1434
 * @method string getSprintId()
1435
 * @method string getDueDate()
1436
 * @method string getName()
1437
 * @method string getProjectId()
1438
 */
1439
class UpdateProjectSprint extends Rpc
1440
{
1441
1442
    /**
1443
     * @param string $value
1444
     *
1445
     * @return $this
1446
     */
1447
    public function withExecutorId($value)
1448
    {
1449
        $this->data['ExecutorId'] = $value;
1450
        $this->options['form_params']['ExecutorId'] = $value;
1451
1452
        return $this;
1453
    }
1454
1455
    /**
1456
     * @param string $value
1457
     *
1458
     * @return $this
1459
     */
1460
    public function withDescription($value)
1461
    {
1462
        $this->data['Description'] = $value;
1463
        $this->options['form_params']['Description'] = $value;
1464
1465
        return $this;
1466
    }
1467
1468
    /**
1469
     * @param string $value
1470
     *
1471
     * @return $this
1472
     */
1473
    public function withStartDate($value)
1474
    {
1475
        $this->data['StartDate'] = $value;
1476
        $this->options['form_params']['StartDate'] = $value;
1477
1478
        return $this;
1479
    }
1480
1481
    /**
1482
     * @param string $value
1483
     *
1484
     * @return $this
1485
     */
1486
    public function withOrgId($value)
1487
    {
1488
        $this->data['OrgId'] = $value;
1489
        $this->options['form_params']['OrgId'] = $value;
1490
1491
        return $this;
1492
    }
1493
1494
    /**
1495
     * @param string $value
1496
     *
1497
     * @return $this
1498
     */
1499
    public function withSprintId($value)
1500
    {
1501
        $this->data['SprintId'] = $value;
1502
        $this->options['form_params']['SprintId'] = $value;
1503
1504
        return $this;
1505
    }
1506
1507
    /**
1508
     * @param string $value
1509
     *
1510
     * @return $this
1511
     */
1512
    public function withDueDate($value)
1513
    {
1514
        $this->data['DueDate'] = $value;
1515
        $this->options['form_params']['DueDate'] = $value;
1516
1517
        return $this;
1518
    }
1519
1520
    /**
1521
     * @param string $value
1522
     *
1523
     * @return $this
1524
     */
1525
    public function withName($value)
1526
    {
1527
        $this->data['Name'] = $value;
1528
        $this->options['form_params']['Name'] = $value;
1529
1530
        return $this;
1531
    }
1532
1533
    /**
1534
     * @param string $value
1535
     *
1536
     * @return $this
1537
     */
1538
    public function withProjectId($value)
1539
    {
1540
        $this->data['ProjectId'] = $value;
1541
        $this->options['form_params']['ProjectId'] = $value;
1542
1543
        return $this;
1544
    }
1545
}
1546
1547
/**
1548
 * @method string getNote()
1549
 * @method string getVisible()
1550
 * @method string getExecutorId()
1551
 * @method string getTaskFlowStatusId()
1552
 * @method string getScenarioFiieldConfigId()
1553
 * @method string getStartDate()
1554
 * @method string getPriority()
1555
 * @method string getParentTaskId()
1556
 * @method string getOrgId()
1557
 * @method string getContent()
1558
 * @method string getSprintId()
1559
 * @method string getDueDate()
1560
 * @method string getProjectId()
1561
 * @method string getTaskId()
1562
 */
1563
class UpdateProjectTask extends Rpc
1564
{
1565
1566
    /**
1567
     * @param string $value
1568
     *
1569
     * @return $this
1570
     */
1571
    public function withNote($value)
1572
    {
1573
        $this->data['Note'] = $value;
1574
        $this->options['form_params']['Note'] = $value;
1575
1576
        return $this;
1577
    }
1578
1579
    /**
1580
     * @param string $value
1581
     *
1582
     * @return $this
1583
     */
1584
    public function withVisible($value)
1585
    {
1586
        $this->data['Visible'] = $value;
1587
        $this->options['form_params']['Visible'] = $value;
1588
1589
        return $this;
1590
    }
1591
1592
    /**
1593
     * @param string $value
1594
     *
1595
     * @return $this
1596
     */
1597
    public function withExecutorId($value)
1598
    {
1599
        $this->data['ExecutorId'] = $value;
1600
        $this->options['form_params']['ExecutorId'] = $value;
1601
1602
        return $this;
1603
    }
1604
1605
    /**
1606
     * @param string $value
1607
     *
1608
     * @return $this
1609
     */
1610
    public function withTaskFlowStatusId($value)
1611
    {
1612
        $this->data['TaskFlowStatusId'] = $value;
1613
        $this->options['form_params']['TaskFlowStatusId'] = $value;
1614
1615
        return $this;
1616
    }
1617
1618
    /**
1619
     * @param string $value
1620
     *
1621
     * @return $this
1622
     */
1623
    public function withScenarioFiieldConfigId($value)
1624
    {
1625
        $this->data['ScenarioFiieldConfigId'] = $value;
1626
        $this->options['form_params']['ScenarioFiieldConfigId'] = $value;
1627
1628
        return $this;
1629
    }
1630
1631
    /**
1632
     * @param string $value
1633
     *
1634
     * @return $this
1635
     */
1636
    public function withStartDate($value)
1637
    {
1638
        $this->data['StartDate'] = $value;
1639
        $this->options['form_params']['StartDate'] = $value;
1640
1641
        return $this;
1642
    }
1643
1644
    /**
1645
     * @param string $value
1646
     *
1647
     * @return $this
1648
     */
1649
    public function withPriority($value)
1650
    {
1651
        $this->data['Priority'] = $value;
1652
        $this->options['form_params']['Priority'] = $value;
1653
1654
        return $this;
1655
    }
1656
1657
    /**
1658
     * @param string $value
1659
     *
1660
     * @return $this
1661
     */
1662
    public function withParentTaskId($value)
1663
    {
1664
        $this->data['ParentTaskId'] = $value;
1665
        $this->options['form_params']['ParentTaskId'] = $value;
1666
1667
        return $this;
1668
    }
1669
1670
    /**
1671
     * @param string $value
1672
     *
1673
     * @return $this
1674
     */
1675
    public function withOrgId($value)
1676
    {
1677
        $this->data['OrgId'] = $value;
1678
        $this->options['form_params']['OrgId'] = $value;
1679
1680
        return $this;
1681
    }
1682
1683
    /**
1684
     * @param string $value
1685
     *
1686
     * @return $this
1687
     */
1688
    public function withContent($value)
1689
    {
1690
        $this->data['Content'] = $value;
1691
        $this->options['form_params']['Content'] = $value;
1692
1693
        return $this;
1694
    }
1695
1696
    /**
1697
     * @param string $value
1698
     *
1699
     * @return $this
1700
     */
1701
    public function withSprintId($value)
1702
    {
1703
        $this->data['SprintId'] = $value;
1704
        $this->options['form_params']['SprintId'] = $value;
1705
1706
        return $this;
1707
    }
1708
1709
    /**
1710
     * @param string $value
1711
     *
1712
     * @return $this
1713
     */
1714
    public function withDueDate($value)
1715
    {
1716
        $this->data['DueDate'] = $value;
1717
        $this->options['form_params']['DueDate'] = $value;
1718
1719
        return $this;
1720
    }
1721
1722
    /**
1723
     * @param string $value
1724
     *
1725
     * @return $this
1726
     */
1727
    public function withProjectId($value)
1728
    {
1729
        $this->data['ProjectId'] = $value;
1730
        $this->options['form_params']['ProjectId'] = $value;
1731
1732
        return $this;
1733
    }
1734
1735
    /**
1736
     * @param string $value
1737
     *
1738
     * @return $this
1739
     */
1740
    public function withTaskId($value)
1741
    {
1742
        $this->data['TaskId'] = $value;
1743
        $this->options['form_params']['TaskId'] = $value;
1744
1745
        return $this;
1746
    }
1747
}
1748