public interface Permissions
| Modifier and Type | Method and Description | 
|---|---|
| String | getAssignedGroupId()Returns the id of the assigned group of this object. | 
| String | getAssigneeId()Returns the id of the assignee of this object. | 
| Set<String> | getCandidateGroupIds()Returns a set view of the optional list of candidate group ids of this object. | 
| Set<String> | getCandidateUserIds()Returns a set view of the optional list of candidate user ids of this object. | 
| String | getOwnerId()Returns the id of the owner of this object, most likely representing the user actually creating it or being
 created as part of an operation that user executed. | 
String getOwnerId()
String getAssigneeId()
String getAssignedGroupId()
Set<String> getCandidateUserIds()
Set<String> getCandidateGroupIds()
Copyright © 2019. All rights reserved.