public interface UsersOfIssue
User creator() throws IOException, UnauthorizedException
issue's creator.issue's creatorIOException - if the server is unavailableUnauthorizedException - if the user's Login is not authorized to perform this
operationOptional<User> updater() throws IOException, UnauthorizedException
user that updated the issue, if anyIOException - if the server is unavailableUnauthorizedException - if the user's Login is not authorized to perform this
operationOptional<User> assignee() throws IOException, UnauthorizedException
user assigned to the issue, if anyIOException - if the server is unavailableUnauthorizedException - if the user's Login is not authorized to perform this
operationUsersOfIssue assignTo(User user) throws IOException, UnauthorizedException
user - the User to assign the issue toIOException - if the server is unavailableUnauthorizedException - if the user's Login is not authorized to perform this
operationassignee()Copyright © 2017–2018 George Aristy. All rights reserved.