com.atlassian.jira.rest.v2.issue
Class UsersAndGroupsBean

java.lang.Object
  extended by com.atlassian.jira.rest.v2.issue.UsersAndGroupsBean

public class UsersAndGroupsBean
extends Object


Field Summary
static UsersAndGroupsBean DOC_EXAMPLE
           
 
Constructor Summary
UsersAndGroupsBean(UserPickerResultsBean users, GroupSuggestionsBean groups)
           
 
Method Summary
 GroupSuggestionsBean getGroups()
           
 UserPickerResultsBean getUsers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DOC_EXAMPLE

public static final UsersAndGroupsBean DOC_EXAMPLE
Constructor Detail

UsersAndGroupsBean

public UsersAndGroupsBean(UserPickerResultsBean users,
                          GroupSuggestionsBean groups)
Method Detail

getUsers

public UserPickerResultsBean getUsers()

getGroups

public GroupSuggestionsBean getGroups()


Copyright © 2002-2014 Atlassian. All Rights Reserved.