|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.rest.client.api.domain.input.MyPermissionsInput
public class MyPermissionsInput
Permissions context for MyPermissionsRestClient
| Constructor Summary | |
|---|---|
MyPermissionsInput(String projectKey,
Integer projectId,
String issueKey,
Integer issueId)
Creates permissions context |
|
| Method Summary | |
|---|---|
Integer |
getIssueId()
|
String |
getIssueKey()
|
Integer |
getProjectId()
|
String |
getProjectKey()
|
String |
toString()
|
static MyPermissionsInput |
withAny()
Creates permissions context for any project or issue |
static MyPermissionsInput |
withIssue(int issueId)
Creates permissions context with issue defined by id |
static MyPermissionsInput |
withIssue(String issueKey)
Creates permissions context with issue defined by key |
static MyPermissionsInput |
withProject(int projectId)
Creates permissions context with project defined by id |
static MyPermissionsInput |
withProject(String projectKey)
Creates permissions context with project defined by key |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MyPermissionsInput(@Nullable
String projectKey,
@Nullable
Integer projectId,
@Nullable
String issueKey,
@Nullable
Integer issueId)
projectKey - key of project to scope returned permissions forprojectId - id of project to scope returned permissions forissueKey - key of the issue to scope returned permissions forissueId - id of the issue to scope returned permissions for| Method Detail |
|---|
@Nullable public String getProjectKey()
@Nullable public Integer getProjectId()
@Nullable public String getIssueKey()
@Nullable public Integer getIssueId()
public String toString()
toString in class Objectpublic static MyPermissionsInput withProject(String projectKey)
public static MyPermissionsInput withProject(int projectId)
public static MyPermissionsInput withIssue(String issueKey)
public static MyPermissionsInput withIssue(int issueId)
public static MyPermissionsInput withAny()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||