Uses of Class
org.gitlab4j.api.models.Assignee
-
Packages that use Assignee Package Description org.gitlab4j.api.models org.gitlab4j.api.webhook -
-
Uses of Assignee in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return Assignee Modifier and Type Method Description AssigneeIssue. getAssignee()AssigneeMergeRequest. getAssignee()Methods in org.gitlab4j.api.models that return types with arguments of type Assignee Modifier and Type Method Description List<Assignee>Issue. getAssignees()Methods in org.gitlab4j.api.models with parameters of type Assignee Modifier and Type Method Description voidIssue. setAssignee(Assignee assignee)voidMergeRequest. setAssignee(Assignee assignee)Method parameters in org.gitlab4j.api.models with type arguments of type Assignee Modifier and Type Method Description voidIssue. setAssignees(List<Assignee> assignees) -
Uses of Assignee in org.gitlab4j.api.webhook
Methods in org.gitlab4j.api.webhook that return Assignee Modifier and Type Method Description AssigneeEventMergeRequest. getAssignee()AssigneeIssueEvent. getAssignee()Methods in org.gitlab4j.api.webhook that return types with arguments of type Assignee Modifier and Type Method Description ChangeContainer<List<Assignee>>EventChanges. getAssignees()List<Assignee>IssueEvent. getAssignees()Methods in org.gitlab4j.api.webhook with parameters of type Assignee Modifier and Type Method Description voidEventMergeRequest. setAssignee(Assignee assignee)voidIssueEvent. setAssignee(Assignee assignee)Method parameters in org.gitlab4j.api.webhook with type arguments of type Assignee Modifier and Type Method Description voidEventChanges. setAssignees(ChangeContainer<List<Assignee>> assignees)voidIssueEvent. setAssignees(List<Assignee> assignees)
-