@@ -518,26 +518,6 @@ public WorkflowApproversHistory workflowApproversHistory() {
518
518
return this .workflowApproversHistory ;
519
519
}
520
520
521
- protected final WorkflowAssignments workflowAssignments ;
522
-
523
- /**
524
- * WorkflowAssignments links a Resource to a Workflow. The assigned resources are those that a
525
- * user can request access to via the workflow.
526
- */
527
- public WorkflowAssignments workflowAssignments () {
528
- return this .workflowAssignments ;
529
- }
530
-
531
- protected final WorkflowAssignmentsHistory workflowAssignmentsHistory ;
532
-
533
- /**
534
- * WorkflowAssignmentsHistory provides records of all changes to the state of a
535
- * WorkflowAssignment.
536
- */
537
- public WorkflowAssignmentsHistory workflowAssignmentsHistory () {
538
- return this .workflowAssignmentsHistory ;
539
- }
540
-
541
521
protected final WorkflowRoles workflowRoles ;
542
522
543
523
/**
@@ -644,8 +624,6 @@ private Client(Client client) {
644
624
this .secretStoresHistory = new SecretStoresHistory (this .channel , this );
645
625
this .workflowApprovers = new WorkflowApprovers (this .channel , this );
646
626
this .workflowApproversHistory = new WorkflowApproversHistory (this .channel , this );
647
- this .workflowAssignments = new WorkflowAssignments (this .channel , this );
648
- this .workflowAssignmentsHistory = new WorkflowAssignmentsHistory (this .channel , this );
649
627
this .workflowRoles = new WorkflowRoles (this .channel , this );
650
628
this .workflowRolesHistory = new WorkflowRolesHistory (this .channel , this );
651
629
this .workflows = new Workflows (this .channel , this );
@@ -724,8 +702,6 @@ public Client(String apiAccessKey, String apiSecretKey, ClientOptions options)
724
702
this .secretStoresHistory = new SecretStoresHistory (this .channel , this );
725
703
this .workflowApprovers = new WorkflowApprovers (this .channel , this );
726
704
this .workflowApproversHistory = new WorkflowApproversHistory (this .channel , this );
727
- this .workflowAssignments = new WorkflowAssignments (this .channel , this );
728
- this .workflowAssignmentsHistory = new WorkflowAssignmentsHistory (this .channel , this );
729
705
this .workflowRoles = new WorkflowRoles (this .channel , this );
730
706
this .workflowRolesHistory = new WorkflowRolesHistory (this .channel , this );
731
707
this .workflows = new Workflows (this .channel , this );
0 commit comments