Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W 

A

AccessToken - Class in com.nulabinc.backlog4j.auth
 
AccessToken(String, Long, String) - Constructor for class com.nulabinc.backlog4j.auth.AccessToken
 
accessToken - Variable in class com.nulabinc.backlog4j.conf.BacklogConfigure
 
accessToken(AccessToken) - Method in class com.nulabinc.backlog4j.conf.BacklogConfigure
 
AccessTokenJSONImpl - Class in com.nulabinc.backlog4j.internal.json.auth
 
AccessTokenJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.auth.AccessTokenJSONImpl
 
Activity - Interface in com.nulabinc.backlog4j
The interface for Backlog activity data.
Activity.Type - Enum in com.nulabinc.backlog4j
 
ActivityJSONImpl - Class in com.nulabinc.backlog4j.internal.json.activities
 
ActivityJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.activities.ActivityJSONImpl
 
ActivityQueryParams - Class in com.nulabinc.backlog4j.api.option
Parameters for activities query.
ActivityQueryParams() - Constructor for class com.nulabinc.backlog4j.api.option.ActivityQueryParams
 
activityType(List<Activity.Type>) - Method in class com.nulabinc.backlog4j.api.option.ActivityQueryParams
 
activityTypeIds(List<Activity.Type>) - Method in class com.nulabinc.backlog4j.api.option.CreateWebhookParams
Sets the activityTypeIds parameter.
activityTypeIds(List<Activity.Type>) - Method in class com.nulabinc.backlog4j.api.option.UpdateWebhookParams
 
actualHours(float) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the issue actual hours.
actualHours(BigDecimal) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the issue actual hours.
actualHours(int) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
actualHours(float) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
actualHours(BigDecimal) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
addCategory(AddCategoryParams) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Adds a category to the project.
addCategory(AddCategoryParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
AddCategoryParams - Class in com.nulabinc.backlog4j.api.option
Parameters for add category API.
AddCategoryParams(Object, String) - Constructor for class com.nulabinc.backlog4j.api.option.AddCategoryParams
Constructor
addCheckBoxCustomField(AddCheckBoxCustomFieldParams) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Adds a checkbox type custom field to the project.
addCheckBoxCustomField(AddCheckBoxCustomFieldParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
AddCheckBoxCustomFieldParams - Class in com.nulabinc.backlog4j.api.option
Parameters for add checkbox type custom field API.
AddCheckBoxCustomFieldParams(Object, String) - Constructor for class com.nulabinc.backlog4j.api.option.AddCheckBoxCustomFieldParams
 
AddCustomFieldParams - Class in com.nulabinc.backlog4j.api.option
Parameters for add custom field API.
AddCustomFieldParams(Object, CustomField.FieldType, String) - Constructor for class com.nulabinc.backlog4j.api.option.AddCustomFieldParams
 
addDateCustomField(AddDateCustomFieldParams) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Adds a date type custom field to the project.
addDateCustomField(AddDateCustomFieldParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
AddDateCustomFieldParams - Class in com.nulabinc.backlog4j.api.option
Parameters for add date type custom field API.
AddDateCustomFieldParams(Object, String) - Constructor for class com.nulabinc.backlog4j.api.option.AddDateCustomFieldParams
 
addIssueComment(AddIssueCommentParams) - Method in interface com.nulabinc.backlog4j.api.IssueMethods
Adds a issue comment.
addIssueComment(AddIssueCommentParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
addIssueCommentNotification(AddIssueCommentNotificationParams) - Method in interface com.nulabinc.backlog4j.api.IssueMethods
Adds a issue comment notification.
addIssueCommentNotification(AddIssueCommentNotificationParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
AddIssueCommentNotificationParams - Class in com.nulabinc.backlog4j.api.option
Parameters for add category API.
AddIssueCommentNotificationParams(Object, Object, List) - Constructor for class com.nulabinc.backlog4j.api.option.AddIssueCommentNotificationParams
Constructor
AddIssueCommentParams - Class in com.nulabinc.backlog4j.api.option
Parameters for add issue comment API.
AddIssueCommentParams(Object, String) - Constructor for class com.nulabinc.backlog4j.api.option.AddIssueCommentParams
Constructor
addIssueType(AddIssueTypeParams) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Adds a issue type to the project.
addIssueType(AddIssueTypeParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
AddIssueTypeParams - Class in com.nulabinc.backlog4j.api.option
Parameters for add issue type API.
AddIssueTypeParams(Object, String, Project.IssueTypeColor) - Constructor for class com.nulabinc.backlog4j.api.option.AddIssueTypeParams
 
addListCustomFieldItem(Object, Object, String) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Adds a item to the list type custom field.
addListCustomFieldItem(Object, Object, String) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
addMilestone(AddMilestoneParams) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Adds a Milestone to the project.
addMilestone(AddMilestoneParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
AddMilestoneParams - Class in com.nulabinc.backlog4j.api.option
Parameters for add version API.
AddMilestoneParams(Object, String) - Constructor for class com.nulabinc.backlog4j.api.option.AddMilestoneParams
 
addMultipleListCustomField(AddMultipleListCustomFieldParams) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Adds a multiple list type custom field to the project.
addMultipleListCustomField(AddMultipleListCustomFieldParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
AddMultipleListCustomFieldParams - Class in com.nulabinc.backlog4j.api.option
Parameters for add multiple list type custom field API.
AddMultipleListCustomFieldParams(Object, String) - Constructor for class com.nulabinc.backlog4j.api.option.AddMultipleListCustomFieldParams
 
addNumericCustomField(AddNumericCustomFieldParams) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Adds a numeric type custom field to the project.
addNumericCustomField(AddNumericCustomFieldParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
AddNumericCustomFieldParams - Class in com.nulabinc.backlog4j.api.option
Parameters for add numeric type custom field API.
AddNumericCustomFieldParams(Object, String) - Constructor for class com.nulabinc.backlog4j.api.option.AddNumericCustomFieldParams
 
addProjectAdministrator(Object, Object) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Adds the project administrators.
addProjectAdministrator(Object, Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
addProjectUser(Object, Object) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Adds the user to the project.
addProjectUser(Object, Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
addPullRequest(AddPullRequestParams) - Method in interface com.nulabinc.backlog4j.api.PullRequestMethods
Add a pull request.
addPullRequest(AddPullRequestParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
addPullRequestComment(AddPullRequestCommentParams) - Method in interface com.nulabinc.backlog4j.api.PullRequestMethods
Add a comment on the pull request.
addPullRequestComment(AddPullRequestCommentParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
AddPullRequestCommentParams - Class in com.nulabinc.backlog4j.api.option
Parameters for add pull request comment API.
AddPullRequestCommentParams(Object, Object, Object, String) - Constructor for class com.nulabinc.backlog4j.api.option.AddPullRequestCommentParams
Constructor
AddPullRequestParams - Class in com.nulabinc.backlog4j.api.option
Parameters for add pull request API.
AddPullRequestParams(Object, Object, String, String, String, String) - Constructor for class com.nulabinc.backlog4j.api.option.AddPullRequestParams
Constructor
addRadioCustomField(AddRadioCustomFieldParams) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Adds a radio type custom field to the project.
addRadioCustomField(AddRadioCustomFieldParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
AddRadioCustomFieldParams - Class in com.nulabinc.backlog4j.api.option
Parameters for add radio type custom field API.
AddRadioCustomFieldParams(Object, String) - Constructor for class com.nulabinc.backlog4j.api.option.AddRadioCustomFieldParams
 
addSingleListCustomField(AddSingleListCustomFieldParams) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Adds a single list type custom field to the project.
addSingleListCustomField(AddSingleListCustomFieldParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
AddSingleListCustomFieldParams - Class in com.nulabinc.backlog4j.api.option
Parameters for add single list type custom field API.
AddSingleListCustomFieldParams(Object, String) - Constructor for class com.nulabinc.backlog4j.api.option.AddSingleListCustomFieldParams
 
addStarToComment(Object) - Method in interface com.nulabinc.backlog4j.api.StarMethods
Adds a star to the issue comment.
addStarToComment(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
addStarToIssue(Object) - Method in interface com.nulabinc.backlog4j.api.StarMethods
Adds a star to the issue.
addStarToIssue(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
addStarToPullRequest(Object) - Method in interface com.nulabinc.backlog4j.api.StarMethods
Adds a star to the pull request.
addStarToPullRequest(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
addStarToPullRequestComment(Object) - Method in interface com.nulabinc.backlog4j.api.StarMethods
Adds a star to the pull request comment.
addStarToPullRequestComment(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
addStarToWiki(Object) - Method in interface com.nulabinc.backlog4j.api.StarMethods
Adds a star to the wiki.
addStarToWiki(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
addStatus(AddStatusParams) - Method in interface com.nulabinc.backlog4j.api.StatusMethods
Add status in the project.
addStatus(AddStatusParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
AddStatusParams - Class in com.nulabinc.backlog4j.api.option
Parameters for add status API.
AddStatusParams(Object, String, Project.CustomStatusColor) - Constructor for class com.nulabinc.backlog4j.api.option.AddStatusParams
 
addTextAreaCustomField(AddTextAreaCustomFieldParams) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Adds a text area type custom field to the project.
addTextAreaCustomField(AddTextAreaCustomFieldParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
AddTextAreaCustomFieldParams - Class in com.nulabinc.backlog4j.api.option
Parameters for add text area type custom field API.
AddTextAreaCustomFieldParams(Object, String) - Constructor for class com.nulabinc.backlog4j.api.option.AddTextAreaCustomFieldParams
 
addTextCustomField(AddTextCustomFieldParams) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Adds a text type custom field to the project.
addTextCustomField(AddTextCustomFieldParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
AddTextCustomFieldParams - Class in com.nulabinc.backlog4j.api.option
Parameters for add text type custom field API.
AddTextCustomFieldParams(Object, String) - Constructor for class com.nulabinc.backlog4j.api.option.AddTextCustomFieldParams
 
addVersion(AddVersionParams) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Adds a version to the project.
addVersion(AddVersionParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
AddVersionParams - Class in com.nulabinc.backlog4j.api.option
Parameters for add version API.
AddVersionParams(Object, String) - Constructor for class com.nulabinc.backlog4j.api.option.AddVersionParams
 
addWatchToIssue(Object, String) - Method in interface com.nulabinc.backlog4j.api.WatchingMethods
Adds a watching to the issue.
addWatchToIssue(Object, String) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
addWikiAttachment(AddWikiAttachmentParams) - Method in interface com.nulabinc.backlog4j.api.WikiMethods
Attaches the files to the Wiki page.
addWikiAttachment(AddWikiAttachmentParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
AddWikiAttachmentParams - Class in com.nulabinc.backlog4j.api.option
Parameters for add attachment file to wiki page's API.
AddWikiAttachmentParams(Object, List) - Constructor for class com.nulabinc.backlog4j.api.option.AddWikiAttachmentParams
 
allEvent(boolean) - Method in class com.nulabinc.backlog4j.api.option.CreateWebhookParams
Sets the allEvent parameter.
allEvent(boolean) - Method in class com.nulabinc.backlog4j.api.option.UpdateWebhookParams
 
allowAddItem(boolean) - Method in class com.nulabinc.backlog4j.api.option.AddCheckBoxCustomFieldParams
 
allowAddItem(boolean) - Method in class com.nulabinc.backlog4j.api.option.AddMultipleListCustomFieldParams
 
allowAddItem(boolean) - Method in class com.nulabinc.backlog4j.api.option.AddRadioCustomFieldParams
 
allowAddItem(boolean) - Method in class com.nulabinc.backlog4j.api.option.AddSingleListCustomFieldParams
 
allowAddItem(boolean) - Method in class com.nulabinc.backlog4j.api.option.UpdateCheckBoxCustomFieldParams
 
allowAddItem(boolean) - Method in class com.nulabinc.backlog4j.api.option.UpdateMultipleListCustomFieldParams
 
allowAddItem(boolean) - Method in class com.nulabinc.backlog4j.api.option.UpdateRadioCustomFieldParams
 
allowAddItem(boolean) - Method in class com.nulabinc.backlog4j.api.option.UpdateSingleListCustomFieldParams
 
allowInput(boolean) - Method in class com.nulabinc.backlog4j.api.option.AddCheckBoxCustomFieldParams
 
allowInput(boolean) - Method in class com.nulabinc.backlog4j.api.option.AddMultipleListCustomFieldParams
 
allowInput(boolean) - Method in class com.nulabinc.backlog4j.api.option.AddRadioCustomFieldParams
 
allowInput(boolean) - Method in class com.nulabinc.backlog4j.api.option.AddSingleListCustomFieldParams
 
allowInput(boolean) - Method in class com.nulabinc.backlog4j.api.option.UpdateCheckBoxCustomFieldParams
 
allowInput(boolean) - Method in class com.nulabinc.backlog4j.api.option.UpdateMultipleListCustomFieldParams
 
allowInput(boolean) - Method in class com.nulabinc.backlog4j.api.option.UpdateRadioCustomFieldParams
 
allowInput(boolean) - Method in class com.nulabinc.backlog4j.api.option.UpdateSingleListCustomFieldParams
 
alreadyRead(boolean) - Method in class com.nulabinc.backlog4j.api.option.GetNotificationCountParams
 
alreadyRead(boolean) - Method in class com.nulabinc.backlog4j.api.option.GetWatchesParams
 
apiKey - Variable in class com.nulabinc.backlog4j.conf.BacklogConfigure
 
apiKey(String) - Method in class com.nulabinc.backlog4j.conf.BacklogConfigure
 
apiKey - Variable in class com.nulabinc.backlog4j.http.BacklogHttpClientImpl
 
applicableIssueTypes(List<Long>) - Method in class com.nulabinc.backlog4j.api.option.AddCheckBoxCustomFieldParams
 
applicableIssueTypes(List<Long>) - Method in class com.nulabinc.backlog4j.api.option.AddCustomFieldParams
 
applicableIssueTypes(List<Long>) - Method in class com.nulabinc.backlog4j.api.option.AddDateCustomFieldParams
 
applicableIssueTypes(List<Long>) - Method in class com.nulabinc.backlog4j.api.option.AddMultipleListCustomFieldParams
 
applicableIssueTypes(List<Long>) - Method in class com.nulabinc.backlog4j.api.option.AddNumericCustomFieldParams
 
applicableIssueTypes(List<Long>) - Method in class com.nulabinc.backlog4j.api.option.AddRadioCustomFieldParams
 
applicableIssueTypes(List<Long>) - Method in class com.nulabinc.backlog4j.api.option.AddSingleListCustomFieldParams
 
applicableIssueTypes(List<Long>) - Method in class com.nulabinc.backlog4j.api.option.UpdateCheckBoxCustomFieldParams
 
applicableIssueTypes(List<Long>) - Method in class com.nulabinc.backlog4j.api.option.UpdateCustomFieldParams
 
applicableIssueTypes(List<Long>) - Method in class com.nulabinc.backlog4j.api.option.UpdateDateCustomFieldParams
 
applicableIssueTypes(List<Long>) - Method in class com.nulabinc.backlog4j.api.option.UpdateMultipleListCustomFieldParams
 
applicableIssueTypes(List<Long>) - Method in class com.nulabinc.backlog4j.api.option.UpdateNumericCustomFieldParams
 
applicableIssueTypes(List<Long>) - Method in class com.nulabinc.backlog4j.api.option.UpdateRadioCustomFieldParams
 
applicableIssueTypes(List<Long>) - Method in class com.nulabinc.backlog4j.api.option.UpdateSingleListCustomFieldParams
 
archived(boolean) - Method in class com.nulabinc.backlog4j.api.option.UpdateMilestoneParams
 
archived(boolean) - Method in class com.nulabinc.backlog4j.api.option.UpdateVersionParams
 
asInputStream() - Method in interface com.nulabinc.backlog4j.http.BacklogHttpResponse
 
asInputStream() - Method in class com.nulabinc.backlog4j.http.BacklogHttpResponseImpl
 
assigneeId(Object) - Method in class com.nulabinc.backlog4j.api.option.AddPullRequestParams
Sets the pull request assignee user.
assigneeId(Object) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the issue assignee user.
assigneeId(Integer) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
assigneeId(Long) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
assigneeId(String) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
assigneeId(long) - Method in class com.nulabinc.backlog4j.api.option.UpdatePullRequestParams
Sets the pull request assignee user.
assigneeIds(List) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesCountParams
 
assigneeIds(List) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesParams
 
assigneeIds(List) - Method in class com.nulabinc.backlog4j.api.option.PullRequestQueryParams
 
assignerIds(List) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesCountParams
Deprecated.
asString() - Method in interface com.nulabinc.backlog4j.http.BacklogHttpResponse
 
asString() - Method in class com.nulabinc.backlog4j.http.BacklogHttpResponseImpl
 
ATOM - Static variable in class com.nulabinc.backlog4j.internal.http.MimeHelper.Token
 
attachment(boolean) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesCountParams
 
attachment(boolean) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesParams
 
Attachment - Interface in com.nulabinc.backlog4j
The interface for Backlog attachment file.
AttachmentData - Interface in com.nulabinc.backlog4j
The interface for Backlog attachment file data.
AttachmentDataImpl - Class in com.nulabinc.backlog4j.internal.file
 
AttachmentDataImpl(String, InputStream) - Constructor for class com.nulabinc.backlog4j.internal.file.AttachmentDataImpl
 
attachmentIds(List) - Method in class com.nulabinc.backlog4j.api.option.AddIssueCommentParams
Sets the attachment files.
attachmentIds(List) - Method in class com.nulabinc.backlog4j.api.option.AddPullRequestParams
Sets the pull request attachment files.
attachmentIds(List) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the issue attachment files.
attachmentIds(List) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
attachmentIds(List<Long>) - Method in class com.nulabinc.backlog4j.api.option.UpdatePullRequestParams
Sets the pull request attachment files.
AttachmentInfo - Interface in com.nulabinc.backlog4j
The interface for Backlog attachment file.
AttachmentInfoJSONImpl - Class in com.nulabinc.backlog4j.internal.json
 
AttachmentInfoJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.AttachmentInfoJSONImpl
 
AttachmentJSONImpl - Class in com.nulabinc.backlog4j.internal.json
 
AttachmentJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.AttachmentJSONImpl
 
AttributeInfo - Interface in com.nulabinc.backlog4j
The interface for Backlog attachment file.
AttributeInfoJSONImpl - Class in com.nulabinc.backlog4j.internal.json
 
AttributeInfoJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.AttributeInfoJSONImpl
 
available() - Method in class com.nulabinc.backlog4j.http.HttpInputStream
 

B

BacklogAPIError - Class in com.nulabinc.backlog4j
The error class for Backlog exception.
BacklogAPIError() - Constructor for class com.nulabinc.backlog4j.BacklogAPIError
 
BacklogAPIErrorMessage - Class in com.nulabinc.backlog4j
The error message class for Backlog exception.
BacklogAPIErrorMessage() - Constructor for class com.nulabinc.backlog4j.BacklogAPIErrorMessage
 
BacklogAPIException - Exception in com.nulabinc.backlog4j
Exception thrown when a api response contains error.
BacklogAPIException(String, Throwable) - Constructor for exception com.nulabinc.backlog4j.BacklogAPIException
 
BacklogAPIException(String, Exception, int) - Constructor for exception com.nulabinc.backlog4j.BacklogAPIException
 
BacklogAPIException(String, BacklogHttpResponse) - Constructor for exception com.nulabinc.backlog4j.BacklogAPIException
 
BacklogAPIException(String) - Constructor for exception com.nulabinc.backlog4j.BacklogAPIException
 
BacklogAPIException(Throwable) - Constructor for exception com.nulabinc.backlog4j.BacklogAPIException
 
BacklogAPIException.ErrorType - Enum in com.nulabinc.backlog4j
 
BacklogAuthErrorMessage - Class in com.nulabinc.backlog4j
The error message class for Backlog auth exception.
BacklogAuthErrorMessage() - Constructor for class com.nulabinc.backlog4j.BacklogAuthErrorMessage
 
BacklogAuthException - Exception in com.nulabinc.backlog4j
Exception thrown when a auth api response contains error.
BacklogAuthException(String, Throwable) - Constructor for exception com.nulabinc.backlog4j.BacklogAuthException
 
BacklogAuthException(String, Exception, int) - Constructor for exception com.nulabinc.backlog4j.BacklogAuthException
 
BacklogAuthException(String, BacklogHttpResponse) - Constructor for exception com.nulabinc.backlog4j.BacklogAuthException
 
BacklogAuthException(String) - Constructor for exception com.nulabinc.backlog4j.BacklogAuthException
 
BacklogAuthException(Throwable) - Constructor for exception com.nulabinc.backlog4j.BacklogAuthException
 
BacklogClient - Interface in com.nulabinc.backlog4j
Executes all Backlog APIs.
BacklogClientBase - Class in com.nulabinc.backlog4j
Base of BacklogClient.
BacklogClientBase(BacklogConfigure) - Constructor for class com.nulabinc.backlog4j.BacklogClientBase
 
BacklogClientBase(BacklogConfigure, BacklogHttpClient) - Constructor for class com.nulabinc.backlog4j.BacklogClientBase
 
BacklogClientFactory - Class in com.nulabinc.backlog4j
Provides a BacklogClient instance with the given configure.
BacklogClientFactory(BacklogConfigure) - Constructor for class com.nulabinc.backlog4j.BacklogClientFactory
 
BacklogClientFactory(BacklogConfigure, BacklogHttpClient) - Constructor for class com.nulabinc.backlog4j.BacklogClientFactory
 
BacklogClientImpl - Class in com.nulabinc.backlog4j
Implementation of BacklogClient.
BacklogClientImpl(BacklogConfigure) - Constructor for class com.nulabinc.backlog4j.BacklogClientImpl
 
BacklogClientImpl(BacklogConfigure, BacklogHttpClient) - Constructor for class com.nulabinc.backlog4j.BacklogClientImpl
 
BacklogComConfigure - Class in com.nulabinc.backlog4j.conf
 
BacklogComConfigure(String) - Constructor for class com.nulabinc.backlog4j.conf.BacklogComConfigure
 
BacklogConfigure - Class in com.nulabinc.backlog4j.conf
 
BacklogConfigure() - Constructor for class com.nulabinc.backlog4j.conf.BacklogConfigure
 
backlogEndPointSupport - Variable in class com.nulabinc.backlog4j.BacklogClientBase
 
BacklogEndPointSupport - Class in com.nulabinc.backlog4j
Support class for icon file.
BacklogEndPointSupport(BacklogConfigure) - Constructor for class com.nulabinc.backlog4j.BacklogEndPointSupport
 
BacklogException - Exception in com.nulabinc.backlog4j
Exception thrown when a api response contains error.
BacklogException(String, Throwable) - Constructor for exception com.nulabinc.backlog4j.BacklogException
 
BacklogException(String) - Constructor for exception com.nulabinc.backlog4j.BacklogException
 
BacklogException(Throwable) - Constructor for exception com.nulabinc.backlog4j.BacklogException
 
BacklogHttpClient - Interface in com.nulabinc.backlog4j.http
 
BacklogHttpClientImpl - Class in com.nulabinc.backlog4j.http
 
BacklogHttpClientImpl() - Constructor for class com.nulabinc.backlog4j.http.BacklogHttpClientImpl
 
BacklogHttpResponse - Interface in com.nulabinc.backlog4j.http
 
BacklogHttpResponseImpl - Class in com.nulabinc.backlog4j.http
 
BacklogHttpResponseImpl(HttpURLConnection) - Constructor for class com.nulabinc.backlog4j.http.BacklogHttpResponseImpl
 
BacklogJpConfigure - Class in com.nulabinc.backlog4j.conf
 
BacklogJpConfigure(String) - Constructor for class com.nulabinc.backlog4j.conf.BacklogJpConfigure
 
BacklogOAuthSupport - Class in com.nulabinc.backlog4j.auth
 
BacklogOAuthSupport(BacklogConfigure) - Constructor for class com.nulabinc.backlog4j.auth.BacklogOAuthSupport
 
BacklogOAuthSupport(BacklogConfigure, BacklogHttpClient) - Constructor for class com.nulabinc.backlog4j.auth.BacklogOAuthSupport
 
BacklogPackageConfigure - Class in com.nulabinc.backlog4j.conf
 
BacklogPackageConfigure(String) - Constructor for class com.nulabinc.backlog4j.conf.BacklogPackageConfigure
 
BacklogToolConfigure - Class in com.nulabinc.backlog4j.conf
 
BacklogToolConfigure(String) - Constructor for class com.nulabinc.backlog4j.conf.BacklogToolConfigure
 
base(String) - Method in class com.nulabinc.backlog4j.api.option.UpdatePullRequestParams
Sets the base parameter.
bearerToken - Variable in class com.nulabinc.backlog4j.http.BacklogHttpClientImpl
 
branch(String) - Method in class com.nulabinc.backlog4j.api.option.UpdatePullRequestParams
Sets the branch parameter.
buildEndpoint(String) - Method in class com.nulabinc.backlog4j.BacklogClientBase
 
buildEndpoint(String) - Method in class com.nulabinc.backlog4j.BacklogEndPointSupport
 

C

Category - Interface in com.nulabinc.backlog4j
The interface for Backlog category data.
categoryIds(List) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the categories start date.
categoryIds(List) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesCountParams
 
categoryIds(List) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesParams
 
categoryIds(List) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
CategoryJSONImpl - Class in com.nulabinc.backlog4j.internal.json
 
CategoryJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.CategoryJSONImpl
 
Change - Interface in com.nulabinc.backlog4j
The interface for Backlog change data.
ChangeJSONImpl - Class in com.nulabinc.backlog4j.internal.json
 
ChangeJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.ChangeJSONImpl
 
ChangeLog - Interface in com.nulabinc.backlog4j
The interface for Backlog changeLog data.
ChangeLogJSONImpl - Class in com.nulabinc.backlog4j.internal.json
 
ChangeLogJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.ChangeLogJSONImpl
 
CHARSET - Static variable in class com.nulabinc.backlog4j.http.BacklogHttpClientImpl
 
chartEnabled(boolean) - Method in class com.nulabinc.backlog4j.api.option.UpdateProjectParams
 
checkBoxCustomField(CustomFiledItems) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the checkbox type custom field.
checkBoxCustomField(long, List<Long>) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the checkbox type custom field.
checkBoxCustomField(CustomFiledItems) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
checkBoxCustomField(long, List<Long>) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
CheckBoxCustomField - Class in com.nulabinc.backlog4j.internal.json.customFields
 
CheckBoxCustomField() - Constructor for class com.nulabinc.backlog4j.internal.json.customFields.CheckBoxCustomField
 
checkBoxCustomFieldMap(Map<Long, List<Long>>) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the checkbox type custom field with Map.
checkBoxCustomFieldMap(Map<Long, List<Long>>) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
checkBoxCustomFields(List<CustomFiledItems>) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the checkbox type custom field with Map.
checkBoxCustomFields(List<CustomFiledItems>) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
CheckBoxCustomFieldSetting - Class in com.nulabinc.backlog4j.internal.json.customFields
 
CheckBoxCustomFieldSetting() - Constructor for class com.nulabinc.backlog4j.internal.json.customFields.CheckBoxCustomFieldSetting
 
close() - Method in class com.nulabinc.backlog4j.http.HttpInputStream
 
color(Project.IssueTypeColor) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueTypeParams
 
com.nulabinc.backlog4j - package com.nulabinc.backlog4j
 
com.nulabinc.backlog4j.api - package com.nulabinc.backlog4j.api
Provides the interfaces necessary to call Backlog API.
com.nulabinc.backlog4j.api.option - package com.nulabinc.backlog4j.api.option
 
com.nulabinc.backlog4j.auth - package com.nulabinc.backlog4j.auth
Provides the interfaces and classes necessary to authorize Backlog.
com.nulabinc.backlog4j.conf - package com.nulabinc.backlog4j.conf
Provides the interfaces and classes necessary to configure Backlog client.
com.nulabinc.backlog4j.core - package com.nulabinc.backlog4j.core
Provides the safe wrapper for using backlog4j
com.nulabinc.backlog4j.http - package com.nulabinc.backlog4j.http
Provides the interfaces and classes necessary to access to Backlog by http.
com.nulabinc.backlog4j.internal - package com.nulabinc.backlog4j.internal
Implementation classes for internal usage.
com.nulabinc.backlog4j.internal.file - package com.nulabinc.backlog4j.internal.file
 
com.nulabinc.backlog4j.internal.http - package com.nulabinc.backlog4j.internal.http
 
com.nulabinc.backlog4j.internal.json - package com.nulabinc.backlog4j.internal.json
 
com.nulabinc.backlog4j.internal.json.activities - package com.nulabinc.backlog4j.internal.json.activities
 
com.nulabinc.backlog4j.internal.json.auth - package com.nulabinc.backlog4j.internal.json.auth
 
com.nulabinc.backlog4j.internal.json.customFields - package com.nulabinc.backlog4j.internal.json.customFields
 
comment(String) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
Comment - Interface in com.nulabinc.backlog4j
The interface for Backlog comment data.
COMMENT - Static variable in class com.nulabinc.backlog4j.internal.http.MimeHelper.Token
 
CommentJSONImpl - Class in com.nulabinc.backlog4j.internal.json
 
CommentJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.CommentJSONImpl
 
configure - Variable in class com.nulabinc.backlog4j.BacklogClientBase
 
connectionTimeout - Variable in class com.nulabinc.backlog4j.conf.BacklogConfigure
 
connectionTimeout(int) - Method in class com.nulabinc.backlog4j.conf.BacklogConfigure
 
connectionTimeout - Variable in class com.nulabinc.backlog4j.http.BacklogHttpClientImpl
 
content(String) - Method in class com.nulabinc.backlog4j.api.option.UpdateWikiParams
 
Content - Class in com.nulabinc.backlog4j
The interface for Backlog content data.
Content() - Constructor for class com.nulabinc.backlog4j.Content
 
CONTENT_TYPE - Static variable in class com.nulabinc.backlog4j.http.BacklogHttpClientImpl
 
count(int) - Method in class com.nulabinc.backlog4j.api.option.ActivityQueryParams
 
count(long) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesParams
 
count(int) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesParams
 
count(int) - Method in class com.nulabinc.backlog4j.api.option.OffsetParams
 
count(long) - Method in class com.nulabinc.backlog4j.api.option.PullRequestQueryParams
 
count(int) - Method in class com.nulabinc.backlog4j.api.option.PullRequestQueryParams
 
count(int) - Method in class com.nulabinc.backlog4j.api.option.QueryParams
 
count(long) - Method in class com.nulabinc.backlog4j.api.option.QueryParams
 
Count - Interface in com.nulabinc.backlog4j
The interface for Backlog count data.
CountJSONImpl - Class in com.nulabinc.backlog4j.internal.json
 
CountJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.CountJSONImpl
 
createAccessToken(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createAccessToken(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createAccessToken(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createActivity(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createActivity(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createActivity(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createActivityList(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createActivityList(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createActivityList(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createAttachment(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createAttachment(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createAttachment(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createAttachmentList(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createAttachmentList(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createAttachmentList(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createCategory(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createCategory(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createCategory(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createCategoryList(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createCategoryList(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createCategoryList(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createCount(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createCount(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createCount(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createCustomField(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createCustomField(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createCustomField(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createCustomFieldList(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createCustomFieldList(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createCustomFieldList(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createDiskUsage(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createDiskUsage(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createDiskUsage(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createDiskUsageDetail(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createDiskUsageDetail(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createDiskUsageDetail(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createdSince(String) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesCountParams
 
createdSince(String) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesParams
 
createdUntil(String) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesCountParams
 
createdUntil(String) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesParams
 
createdUserIds(List) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesCountParams
 
createdUserIds(List) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesParams
 
createdUserIds(List) - Method in class com.nulabinc.backlog4j.api.option.PullRequestQueryParams
 
createGroup(CreateGroupParams) - Method in interface com.nulabinc.backlog4j.api.GroupMethods
Creates a group.
createGroup(CreateGroupParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
createGroup(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createGroup(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createGroup(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createGroupList(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createGroupList(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createGroupList(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
CreateGroupParams - Class in com.nulabinc.backlog4j.api.option
Parameters for create group API.
CreateGroupParams(String) - Constructor for class com.nulabinc.backlog4j.api.option.CreateGroupParams
 
createIssue(CreateIssueParams) - Method in interface com.nulabinc.backlog4j.api.IssueMethods
Creates a issue.
createIssue(CreateIssueParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
createIssue(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createIssue(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createIssue(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createIssueComment(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createIssueComment(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createIssueComment(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createIssueCommentList(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createIssueCommentList(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createIssueCommentList(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createIssueList(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createIssueList(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createIssueList(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
CreateIssueParams - Class in com.nulabinc.backlog4j.api.option
Parameters for create issue API.
CreateIssueParams(Object, String, Object, Issue.PriorityType) - Constructor for class com.nulabinc.backlog4j.api.option.CreateIssueParams
Constructor
createIssueType(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createIssueType(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createIssueType(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createIssueTypeList(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createIssueTypeList(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createIssueTypeList(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createMilestone(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createMilestone(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createMilestone(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createMilestoneList(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createMilestoneList(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createMilestoneList(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createNotificationList(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createNotificationList(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createNotificationList(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createPriorityList(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createPriorityList(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createPriorityList(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createProject(CreateProjectParams) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Create a project.
createProject(CreateProjectParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
createProject(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createProject(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createProject(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createProjectList(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createProjectList(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createProjectList(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
CreateProjectParams - Class in com.nulabinc.backlog4j.api.option
Parameters for create project API.
CreateProjectParams(String, String, boolean, boolean, Project.TextFormattingRule) - Constructor for class com.nulabinc.backlog4j.api.option.CreateProjectParams
 
createPullRequest(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createPullRequest(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createPullRequest(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createPullRequestComment(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createPullRequestComment(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createPullRequestComment(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createPullRequestCommentList(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createPullRequestCommentList(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createPullRequestCommentList(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createPullRequestList(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createPullRequestList(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createPullRequestList(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createRepository(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createRepository(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createRepository(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createRepositoryList(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createRepositoryList(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createRepositoryList(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createResolutionList(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createResolutionList(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createResolutionList(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createSharedFile(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createSharedFile(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createSharedFile(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createSharedFileList(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createSharedFileList(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createSharedFileList(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createSpace(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createSpace(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createSpace(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createSpaceNotification(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createSpaceNotification(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createSpaceNotification(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createStar(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createStar(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createStar(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createStarList(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createStarList(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createStarList(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createStatus(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createStatus(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createStatusList(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createStatusList(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createStatusList(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createUser(CreateUserParams) - Method in interface com.nulabinc.backlog4j.api.UserMethods
Creates a user in the space.
createUser(CreateUserParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
createUser(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createUser(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createUser(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createUserList(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createUserList(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createUserList(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
CreateUserParams - Class in com.nulabinc.backlog4j.api.option
Parameters for create user API.
CreateUserParams(String, String, String, String, User.RoleType) - Constructor for class com.nulabinc.backlog4j.api.option.CreateUserParams
 
createVersion(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createVersion(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createVersion(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createVersionList(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createVersionList(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createVersionList(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createViewedIssueList(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createViewedIssueList(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createViewedIssueList(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createViewedProjectList(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createViewedProjectList(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createViewedProjectList(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createViewedWikiList(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createViewedWikiList(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createViewedWikiList(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createWatch(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createWatch(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createWatch(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createWatchList(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createWatchList(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createWebhook(CreateWebhookParams) - Method in interface com.nulabinc.backlog4j.api.WebhookMethods
Create a webhook.
createWebhook(CreateWebhookParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
createWebhook(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createWebhook(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createWebhook(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createWebhookList(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createWebhookList(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createWebhookList(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
CreateWebhookParams - Class in com.nulabinc.backlog4j.api.option
Parameters for create webhook API.
CreateWebhookParams(Object, String, String) - Constructor for class com.nulabinc.backlog4j.api.option.CreateWebhookParams
 
createWiki(CreateWikiParams) - Method in interface com.nulabinc.backlog4j.api.WikiMethods
Create a Wiki page in the project.
createWiki(CreateWikiParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
createWiki(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createWiki(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createWiki(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createWikiHistory(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createWikiHistory(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createWikiHistory(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createWikiHistoryList(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createWikiHistoryList(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createWikiHistoryList(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createWikiList(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createWikiList(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createWikiList(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
CreateWikiParams - Class in com.nulabinc.backlog4j.api.option
Parameters for create wiki API.
CreateWikiParams(Object, String, String) - Constructor for class com.nulabinc.backlog4j.api.option.CreateWikiParams
 
createWikiTag(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createWikiTag(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createWikiTag(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createWikiTagList(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
createWikiTagList(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
createWikiTagList(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
CustomField - Interface in com.nulabinc.backlog4j
The interface for Backlog custom filed data.
CustomField.FieldType - Enum in com.nulabinc.backlog4j
 
CustomFieldJSONImpl - Class in com.nulabinc.backlog4j.internal.json.customFields
 
CustomFieldJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.customFields.CustomFieldJSONImpl
 
CustomFieldListItem - Interface in com.nulabinc.backlog4j
 
CustomFieldListItemSetting - Interface in com.nulabinc.backlog4j
 
customFieldOtherValue(CustomFiledValue) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the other value for radio or checkbox type custom field.
customFieldOtherValue(long, String) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the other value for radio or checkbox type custom field.
customFieldOtherValue(CustomFiledValue) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
customFieldOtherValue(long, String) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
customFieldOtherValueMap(Map<Long, String>) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the other value for radio or checkbox type custom field with Map
customFieldOtherValueMap(Map<Long, String>) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
customFieldOtherValues(List<CustomFiledValue>) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the other value for radio or checkbox type custom field with Map
customFieldOtherValues(List<CustomFiledValue>) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
CustomFieldSetting - Interface in com.nulabinc.backlog4j
The interface for Backlog custom filed setting data.
CustomFieldSettingJSONImpl - Class in com.nulabinc.backlog4j.internal.json.customFields
 
CustomFieldSettingJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.customFields.CustomFieldSettingJSONImpl
 
CustomFiledItem - Class in com.nulabinc.backlog4j.api.option
Created by yuhkim on 2015/09/17.
CustomFiledItem(Object, Object) - Constructor for class com.nulabinc.backlog4j.api.option.CustomFiledItem
 
CustomFiledItem(long, long) - Constructor for class com.nulabinc.backlog4j.api.option.CustomFiledItem
 
CustomFiledItem(long, String) - Constructor for class com.nulabinc.backlog4j.api.option.CustomFiledItem
 
CustomFiledItems - Class in com.nulabinc.backlog4j.api.option
Created by yuhkim on 2015/09/17.
CustomFiledItems(Object, List) - Constructor for class com.nulabinc.backlog4j.api.option.CustomFiledItems
 
CustomFiledValue - Class in com.nulabinc.backlog4j.api.option
Created by yuhkim on 2015/09/17.
CustomFiledValue(Object, Object) - Constructor for class com.nulabinc.backlog4j.api.option.CustomFiledValue
 

D

dateCustomField(CustomFiledValue) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the date type custom field.
dateCustomField(long, String) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the date type custom field.
dateCustomField(CustomFiledValue) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
dateCustomField(long, String) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
DateCustomField - Class in com.nulabinc.backlog4j.internal.json.customFields
 
DateCustomField() - Constructor for class com.nulabinc.backlog4j.internal.json.customFields.DateCustomField
 
dateCustomFieldMap(Map<Long, String>) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the date type custom field with Map.
dateCustomFieldMap(Map<Long, String>) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
dateCustomFields(List<CustomFiledValue>) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the date type custom field with Map.
dateCustomFields(List<CustomFiledValue>) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
DateCustomFieldSetting - Class in com.nulabinc.backlog4j.internal.json.customFields
 
DateCustomFieldSetting() - Constructor for class com.nulabinc.backlog4j.internal.json.customFields.DateCustomFieldSetting
 
DateCustomFieldSetting.InitialValueType - Enum in com.nulabinc.backlog4j.internal.json.customFields
 
DateValueSetting - Class in com.nulabinc.backlog4j.internal.json.customFields
 
DateValueSetting() - Constructor for class com.nulabinc.backlog4j.internal.json.customFields.DateValueSetting
 
decode(String) - Method in exception com.nulabinc.backlog4j.BacklogAPIException
 
decodeContentDisposition(String, Map<String, String>) - Static method in class com.nulabinc.backlog4j.internal.http.MimeHelper
Decodes the Content-Disposition header value according to RFC 2183 and RFC 2231.
decodeContentDispositionFilename(String) - Static method in class com.nulabinc.backlog4j.internal.http.MimeHelper
Decodes a filename from the Content-Disposition header value according to RFC 2183 and RFC 2231.
decodeRFC2231value(String) - Static method in class com.nulabinc.backlog4j.internal.http.MimeHelper
 
DEFAULT_USER_AGENT - Static variable in class com.nulabinc.backlog4j.http.BacklogHttpClientImpl
 
delete(String) - Method in class com.nulabinc.backlog4j.BacklogClientBase
 
delete(String, DeleteParams) - Method in class com.nulabinc.backlog4j.BacklogClientBase
 
delete(String, NameValuePair) - Method in class com.nulabinc.backlog4j.BacklogClientBase
 
delete(String, List<NameValuePair>) - Method in class com.nulabinc.backlog4j.BacklogClientBase
 
delete(String, List<NameValuePair>) - Method in interface com.nulabinc.backlog4j.http.BacklogHttpClient
 
delete(String, List<NameValuePair>) - Method in class com.nulabinc.backlog4j.http.BacklogHttpClientImpl
 
deleteGroup(Object) - Method in interface com.nulabinc.backlog4j.api.GroupMethods
Deletes the existing groups.
deleteGroup(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
deleteIssue(Object) - Method in interface com.nulabinc.backlog4j.api.IssueMethods
Deletes the issue.
deleteIssue(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
deleteIssueAttachment(Object, Object) - Method in interface com.nulabinc.backlog4j.api.IssueMethods
Deletes the attachment file on the issue.
deleteIssueAttachment(Object, Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
DeleteParams - Class in com.nulabinc.backlog4j.api.option
Parameters for delete request.
DeleteParams() - Constructor for class com.nulabinc.backlog4j.api.option.DeleteParams
 
deleteProject(Object) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Deletes the existing project.
deleteProject(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
deletePullRequestAttachment(Object, Object, Object, Object) - Method in interface com.nulabinc.backlog4j.api.PullRequestMethods
Deletes the attachment file on the pull request.
deletePullRequestAttachment(Object, Object, Object, Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
deleteUser(Object) - Method in interface com.nulabinc.backlog4j.api.UserMethods
Deletes the user in space.
deleteUser(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
deleteWatch(Object) - Method in interface com.nulabinc.backlog4j.api.WatchingMethods
Deletes the existing watching.
deleteWatch(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
deleteWebhook(Object, Object) - Method in interface com.nulabinc.backlog4j.api.WebhookMethods
Deletes the existing webhook.
deleteWebhook(Object, Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
deleteWiki(Object, boolean) - Method in interface com.nulabinc.backlog4j.api.WikiMethods
Deletes the Wiki page.
deleteWiki(Object, boolean) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
deleteWikiAttachment(Object, Object) - Method in interface com.nulabinc.backlog4j.api.WikiMethods
Deletes the Wiki page's attachment file
deleteWikiAttachment(Object, Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
description(String) - Method in class com.nulabinc.backlog4j.api.option.AddCheckBoxCustomFieldParams
 
description(String) - Method in class com.nulabinc.backlog4j.api.option.AddCustomFieldParams
 
description(String) - Method in class com.nulabinc.backlog4j.api.option.AddDateCustomFieldParams
 
description(String) - Method in class com.nulabinc.backlog4j.api.option.AddMilestoneParams
 
description(String) - Method in class com.nulabinc.backlog4j.api.option.AddMultipleListCustomFieldParams
 
description(String) - Method in class com.nulabinc.backlog4j.api.option.AddNumericCustomFieldParams
 
description(String) - Method in class com.nulabinc.backlog4j.api.option.AddRadioCustomFieldParams
 
description(String) - Method in class com.nulabinc.backlog4j.api.option.AddSingleListCustomFieldParams
 
description(String) - Method in class com.nulabinc.backlog4j.api.option.AddVersionParams
 
description(String) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the description.
description(String) - Method in class com.nulabinc.backlog4j.api.option.CreateWebhookParams
Sets the description parameter.
description(String) - Method in class com.nulabinc.backlog4j.api.option.UpdateCheckBoxCustomFieldParams
 
description(String) - Method in class com.nulabinc.backlog4j.api.option.UpdateCustomFieldParams
 
description(String) - Method in class com.nulabinc.backlog4j.api.option.UpdateDateCustomFieldParams
 
description(String) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
description(String) - Method in class com.nulabinc.backlog4j.api.option.UpdateMilestoneParams
 
description(String) - Method in class com.nulabinc.backlog4j.api.option.UpdateMultipleListCustomFieldParams
 
description(String) - Method in class com.nulabinc.backlog4j.api.option.UpdateNumericCustomFieldParams
 
description(String) - Method in class com.nulabinc.backlog4j.api.option.UpdatePullRequestParams
Sets the description.
description(String) - Method in class com.nulabinc.backlog4j.api.option.UpdateRadioCustomFieldParams
 
description(String) - Method in class com.nulabinc.backlog4j.api.option.UpdateSingleListCustomFieldParams
 
description(String) - Method in class com.nulabinc.backlog4j.api.option.UpdateVersionParams
 
description(String) - Method in class com.nulabinc.backlog4j.api.option.UpdateWebhookParams
 
deserialize(JsonParser, DeserializationContext) - Method in class com.nulabinc.backlog4j.internal.json.JacksonCustomBigdecimalDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.nulabinc.backlog4j.internal.json.JacksonCustomDateDeserializer
 
DiskUsage - Interface in com.nulabinc.backlog4j
The interface for Backlog disk usage data.
DiskUsageDetail - Interface in com.nulabinc.backlog4j
The interface for Backlog disk usage data.
DiskUsageDetailJSONImpl - Class in com.nulabinc.backlog4j.internal.json
 
DiskUsageDetailJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.DiskUsageDetailJSONImpl
 
DiskUsageJSONImpl - Class in com.nulabinc.backlog4j.internal.json
 
DiskUsageJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.DiskUsageJSONImpl
 
downloadIssueAttachment(Object, Object) - Method in interface com.nulabinc.backlog4j.api.IssueMethods
Returns the attachment file data on the issue.
downloadIssueAttachment(Object, Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
downloadPullRequestAttachment(Object, Object, Object, Object) - Method in interface com.nulabinc.backlog4j.api.PullRequestMethods
Returns the attachment file data on the pull request.
downloadPullRequestAttachment(Object, Object, Object, Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
downloadSharedFile(Object, Object) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Returns the shared file data in the project.
downloadSharedFile(Object, Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
downloadWikiAttachment(Object, Object) - Method in interface com.nulabinc.backlog4j.api.WikiMethods
Downloads the Wiki page's attachment file.
downloadWikiAttachment(Object, Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
dueDate(String) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the issue due date.
dueDate(String) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
dueDateSince(String) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesCountParams
 
dueDateSince(String) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesParams
 
dueDateUntil(String) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesCountParams
 
dueDateUntil(String) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesParams
 

E

empty() - Static method in class com.nulabinc.backlog4j.core.Optional
 
enumValueOf(String) - Static method in enum com.nulabinc.backlog4j.Project.TextFormattingRule
 
EOF - Static variable in class com.nulabinc.backlog4j.internal.http.MimeHelper.Token
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.activities.ActivityJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.activities.FileAddedActivity
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.activities.FileAddedContent
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.activities.FileDeletedActivity
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.activities.FileDeletedContent
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.activities.FileUpdatedActivity
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.activities.FileUpdatedContent
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.activities.GitPushedActivity
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.activities.GitPushedContent
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.activities.GitRepositoryCreatedActivity
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.activities.GitRepositoryCreatedContent
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueCommentedActivity
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueCommentedContent
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueCreatedActivity
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueCreatedContent
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueDeletedActivity
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueDeletedContent
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueMultiUpdatedActivity
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueMultiUpdatedContent
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueUpdatedActivity
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueUpdatedContent
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.activities.NotificationAddedActivity
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.activities.ProjectUserAddedActivity
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.activities.ProjectUserAddedContent
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.activities.ProjectUserRemovedActivity
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.activities.ProjectUserRemovedContent
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.activities.PullRequestAddedActivity
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.activities.PullRequestCommentedActivity
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.activities.PullRequestContent
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.activities.PullRequestUpdatedActivity
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.activities.SvnCommittedActivity
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.activities.SvnCommittedContent
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiCreatedActivity
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiCreatedContent
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiDeletedActivity
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiDeletedContent
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiUpdatedActivity
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiUpdatedContent
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.AttachmentInfoJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.AttachmentJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.AttributeInfoJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.auth.AccessTokenJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.CategoryJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.ChangeJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.ChangeLogJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.CommentJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.CountJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.customFields.CheckBoxCustomField
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.customFields.CheckBoxCustomFieldSetting
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.customFields.CustomFieldJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.customFields.CustomFieldSettingJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.customFields.DateCustomField
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.customFields.DateCustomFieldSetting
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.customFields.DateValueSetting
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.customFields.ListItem
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.customFields.ListItemSetting
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.customFields.MultipleListCustomField
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.customFields.MultipleListCustomFieldSetting
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.customFields.NumericCustomField
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.customFields.NumericCustomFieldSetting
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.customFields.RadioCustomField
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.customFields.RadioCustomFieldSetting
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.customFields.SingleListCustomField
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.customFields.SingleListCustomFieldSetting
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.customFields.TextAreaCustomField
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.customFields.TextAreaCustomFieldSetting
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.customFields.TextCustomField
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.customFields.TextCustomFieldSetting
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.DiskUsageDetailJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.DiskUsageJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.GroupJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.GroupProjectActivityJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.IssueCommentJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.IssueJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.IssueTypeJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.LinkJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.MilestoneJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.NotificationInfoJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.NotificationJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.PriorityJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.ProjectJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.PullRequestCommentJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.PullRequestJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.PullRequestStatusJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.RepositoryJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.ResolutionJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.RevisionJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.SharedFileJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.SpaceJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.SpaceNotificationJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.StarJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.StatusJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.UserJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.VersionJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.ViewedIssueJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.ViewedProjectJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.ViewedWikiJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.WatchJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.WebhookJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.WikiHistoryJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.WikiJSONImpl
 
equals(Object) - Method in class com.nulabinc.backlog4j.internal.json.WikiTagJSONImpl
 
estimatedHours(float) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the issue estimate hours.
estimatedHours(BigDecimal) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the issue estimate hours.
estimatedHours(int) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
estimatedHours(float) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
estimatedHours(BigDecimal) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
expires - Variable in class com.nulabinc.backlog4j.auth.AccessToken
 

F

factory - Variable in class com.nulabinc.backlog4j.BacklogClientBase
 
FileAddedActivity - Class in com.nulabinc.backlog4j.internal.json.activities
 
FileAddedActivity() - Constructor for class com.nulabinc.backlog4j.internal.json.activities.FileAddedActivity
 
FileAddedContent - Class in com.nulabinc.backlog4j.internal.json.activities
 
FileAddedContent() - Constructor for class com.nulabinc.backlog4j.internal.json.activities.FileAddedContent
 
FileData - Interface in com.nulabinc.backlog4j
The interface for Backlog file data.
FileDeletedActivity - Class in com.nulabinc.backlog4j.internal.json.activities
 
FileDeletedActivity() - Constructor for class com.nulabinc.backlog4j.internal.json.activities.FileDeletedActivity
 
FileDeletedContent - Class in com.nulabinc.backlog4j.internal.json.activities
 
FileDeletedContent() - Constructor for class com.nulabinc.backlog4j.internal.json.activities.FileDeletedContent
 
FileUpdatedActivity - Class in com.nulabinc.backlog4j.internal.json.activities
 
FileUpdatedActivity() - Constructor for class com.nulabinc.backlog4j.internal.json.activities.FileUpdatedActivity
 
FileUpdatedContent - Class in com.nulabinc.backlog4j.internal.json.activities
 
FileUpdatedContent() - Constructor for class com.nulabinc.backlog4j.internal.json.activities.FileUpdatedContent
 
fromHex(String) - Static method in class com.nulabinc.backlog4j.internal.http.MimeHelper
 
fromJsonString(String, Class<T>) - Static method in class com.nulabinc.backlog4j.internal.json.Jackson
 

G

get(String) - Method in class com.nulabinc.backlog4j.BacklogClientBase
 
get(String, GetParams) - Method in class com.nulabinc.backlog4j.BacklogClientBase
 
get(String, QueryParams) - Method in class com.nulabinc.backlog4j.BacklogClientBase
 
get(String, GetParams, QueryParams) - Method in class com.nulabinc.backlog4j.BacklogClientBase
 
get() - Method in class com.nulabinc.backlog4j.core.Optional
 
get(String, GetParams, QueryParams) - Method in interface com.nulabinc.backlog4j.http.BacklogHttpClient
 
get(String, GetParams, QueryParams) - Method in class com.nulabinc.backlog4j.http.BacklogHttpClientImpl
 
getAccessToken() - Method in class com.nulabinc.backlog4j.conf.BacklogConfigure
 
getActivityTypeIds() - Method in class com.nulabinc.backlog4j.internal.json.WebhookJSONImpl
 
getActivityTypeIds() - Method in interface com.nulabinc.backlog4j.Webhook
 
getActualHours() - Method in class com.nulabinc.backlog4j.internal.json.IssueJSONImpl
 
getActualHours() - Method in interface com.nulabinc.backlog4j.Issue
 
getAllowInput() - Method in class com.nulabinc.backlog4j.internal.json.customFields.ListItemSetting
 
getAlreadyRead() - Method in class com.nulabinc.backlog4j.internal.json.WatchJSONImpl
 
getAlreadyRead() - Method in interface com.nulabinc.backlog4j.Watch
 
getAlreadyReadAsString() - Method in class com.nulabinc.backlog4j.internal.json.WatchJSONImpl
 
getAlreadyReadAsString() - Method in interface com.nulabinc.backlog4j.Watch
 
getApiKey() - Method in class com.nulabinc.backlog4j.conf.BacklogConfigure
 
getApplicableIssueTypes() - Method in interface com.nulabinc.backlog4j.CustomFieldSetting
 
getApplicableIssueTypes() - Method in class com.nulabinc.backlog4j.internal.json.customFields.CustomFieldSettingJSONImpl
 
getApplicableIssueTypes() - Method in class com.nulabinc.backlog4j.internal.json.customFields.DateCustomFieldSetting
 
getArchived() - Method in class com.nulabinc.backlog4j.internal.json.MilestoneJSONImpl
 
getArchived() - Method in class com.nulabinc.backlog4j.internal.json.VersionJSONImpl
 
getArchived() - Method in interface com.nulabinc.backlog4j.Milestone
 
getArchived() - Method in interface com.nulabinc.backlog4j.Version
 
getAssignee() - Method in class com.nulabinc.backlog4j.internal.json.IssueJSONImpl
 
getAssignee() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestJSONImpl
 
getAssignee() - Method in interface com.nulabinc.backlog4j.Issue
 
getAssignee() - Method in interface com.nulabinc.backlog4j.PullRequest
 
getAttachmentInfo() - Method in interface com.nulabinc.backlog4j.ChangeLog
 
getAttachmentInfo() - Method in class com.nulabinc.backlog4j.internal.json.ChangeLogJSONImpl
 
getAttachments() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueCommentedContent
 
getAttachments() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueCreatedContent
 
getAttachments() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueUpdatedContent
 
getAttachments() - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiCreatedContent
 
getAttachments() - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiDeletedContent
 
getAttachments() - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiUpdatedContent
 
getAttachments() - Method in class com.nulabinc.backlog4j.internal.json.IssueJSONImpl
 
getAttachments() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestJSONImpl
 
getAttachments() - Method in class com.nulabinc.backlog4j.internal.json.WikiJSONImpl
 
getAttachments() - Method in interface com.nulabinc.backlog4j.Issue
 
getAttachments() - Method in interface com.nulabinc.backlog4j.PullRequest
 
getAttachments() - Method in interface com.nulabinc.backlog4j.Wiki
 
getAttributeInfo() - Method in interface com.nulabinc.backlog4j.ChangeLog
 
getAttributeInfo() - Method in class com.nulabinc.backlog4j.internal.json.ChangeLogJSONImpl
 
getBacklogAPIError() - Method in exception com.nulabinc.backlog4j.BacklogAPIException
 
getBacklogAuthErrorMessage() - Method in exception com.nulabinc.backlog4j.BacklogAuthException
 
getBase() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestJSONImpl
 
getBase() - Method in interface com.nulabinc.backlog4j.PullRequest
 
getBaseCommit() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestJSONImpl
 
getBaseCommit() - Method in interface com.nulabinc.backlog4j.PullRequest
 
getBranch() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestJSONImpl
 
getBranch() - Method in interface com.nulabinc.backlog4j.PullRequest
 
getBranchCommit() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestJSONImpl
 
getBranchCommit() - Method in interface com.nulabinc.backlog4j.PullRequest
 
getCapacity() - Method in interface com.nulabinc.backlog4j.DiskUsage
 
getCapacity() - Method in class com.nulabinc.backlog4j.internal.json.DiskUsageJSONImpl
 
getCategories(Object) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Returns the categories in the project.
getCategories(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getCategory() - Method in class com.nulabinc.backlog4j.internal.json.IssueJSONImpl
 
getCategory() - Method in interface com.nulabinc.backlog4j.Issue
 
getCategoryId() - Method in class com.nulabinc.backlog4j.api.option.UpdateCategoryParams
 
getChangeLog() - Method in class com.nulabinc.backlog4j.internal.json.IssueCommentJSONImpl
 
getChangeLog() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestCommentJSONImpl
 
getChangeLog() - Method in interface com.nulabinc.backlog4j.IssueComment
 
getChangeLog() - Method in interface com.nulabinc.backlog4j.PullRequestComment
 
getChanges() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueCommentedContent
 
getChanges() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueMultiUpdatedContent
 
getChanges() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueUpdatedContent
 
getChanges() - Method in class com.nulabinc.backlog4j.internal.json.activities.PullRequestContent
 
getChangeType() - Method in class com.nulabinc.backlog4j.internal.json.activities.GitPushedContent
 
getCloseAt() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestJSONImpl
 
getCloseAt() - Method in interface com.nulabinc.backlog4j.PullRequest
 
getCode() - Method in class com.nulabinc.backlog4j.BacklogAPIErrorMessage
 
getColor() - Method in class com.nulabinc.backlog4j.internal.json.IssueTypeJSONImpl
 
getColor() - Method in class com.nulabinc.backlog4j.internal.json.StatusJSONImpl
 
getColor() - Method in interface com.nulabinc.backlog4j.IssueType
 
getColor() - Method in interface com.nulabinc.backlog4j.Status
 
getComment() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueCommentedContent
 
getComment() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueMultiUpdatedContent
 
getComment() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueUpdatedContent
 
getComment() - Method in class com.nulabinc.backlog4j.internal.json.activities.ProjectUserAddedContent
 
getComment() - Method in class com.nulabinc.backlog4j.internal.json.activities.ProjectUserRemovedContent
 
getComment() - Method in class com.nulabinc.backlog4j.internal.json.activities.PullRequestContent
 
getComment() - Method in class com.nulabinc.backlog4j.internal.json.activities.SvnCommittedContent
 
getComment() - Method in class com.nulabinc.backlog4j.internal.json.NotificationJSONImpl
 
getComment() - Method in class com.nulabinc.backlog4j.internal.json.RevisionJSONImpl
 
getComment() - Method in class com.nulabinc.backlog4j.internal.json.StarJSONImpl
 
getComment() - Method in interface com.nulabinc.backlog4j.Notification
 
getComment() - Method in interface com.nulabinc.backlog4j.Revision
 
getComment() - Method in interface com.nulabinc.backlog4j.Star
 
getCommentId() - Method in class com.nulabinc.backlog4j.api.option.AddIssueCommentNotificationParams
Returns the comment identifier.
getCommentId() - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueCommentParams
 
getCommentId() - Method in class com.nulabinc.backlog4j.api.option.UpdatePullRequestCommentParams
 
getConnectionTimeout() - Method in class com.nulabinc.backlog4j.conf.BacklogConfigure
 
getContent() - Method in interface com.nulabinc.backlog4j.Activity
 
getContent() - Method in interface com.nulabinc.backlog4j.Comment
 
getContent() - Method in interface com.nulabinc.backlog4j.FileData
 
getContent() - Method in interface com.nulabinc.backlog4j.Icon
 
getContent() - Method in class com.nulabinc.backlog4j.internal.file.AttachmentDataImpl
 
getContent() - Method in class com.nulabinc.backlog4j.internal.file.IconImpl
 
getContent() - Method in class com.nulabinc.backlog4j.internal.file.SharedFileDataImpl
 
getContent() - Method in class com.nulabinc.backlog4j.internal.json.activities.FileAddedActivity
 
getContent() - Method in class com.nulabinc.backlog4j.internal.json.activities.FileDeletedActivity
 
getContent() - Method in class com.nulabinc.backlog4j.internal.json.activities.FileUpdatedActivity
 
getContent() - Method in class com.nulabinc.backlog4j.internal.json.activities.GitPushedActivity
 
getContent() - Method in class com.nulabinc.backlog4j.internal.json.activities.GitRepositoryCreatedActivity
 
getContent() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueCommentedActivity
 
getContent() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueCreatedActivity
 
getContent() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueDeletedActivity
 
getContent() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueMultiUpdatedActivity
 
getContent() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueUpdatedActivity
 
getContent() - Method in class com.nulabinc.backlog4j.internal.json.activities.NotificationAddedActivity
 
getContent() - Method in class com.nulabinc.backlog4j.internal.json.activities.ProjectUserAddedActivity
 
getContent() - Method in class com.nulabinc.backlog4j.internal.json.activities.ProjectUserRemovedActivity
 
getContent() - Method in class com.nulabinc.backlog4j.internal.json.activities.PullRequestAddedActivity
 
getContent() - Method in class com.nulabinc.backlog4j.internal.json.activities.PullRequestCommentedActivity
 
getContent() - Method in class com.nulabinc.backlog4j.internal.json.activities.PullRequestUpdatedActivity
 
getContent() - Method in class com.nulabinc.backlog4j.internal.json.activities.SvnCommittedActivity
 
getContent() - Method in class com.nulabinc.backlog4j.internal.json.activities.UndefinedActivity
 
getContent() - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiCreatedActivity
 
getContent() - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiCreatedContent
 
getContent() - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiDeletedActivity
 
getContent() - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiDeletedContent
 
getContent() - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiUpdatedActivity
 
getContent() - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiUpdatedContent
 
getContent() - Method in class com.nulabinc.backlog4j.internal.json.CommentJSONImpl
 
getContent() - Method in class com.nulabinc.backlog4j.internal.json.IssueCommentJSONImpl
 
getContent() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestCommentJSONImpl
 
getContent() - Method in class com.nulabinc.backlog4j.internal.json.SpaceNotificationJSONImpl
 
getContent() - Method in class com.nulabinc.backlog4j.internal.json.WikiHistoryJSONImpl
 
getContent() - Method in class com.nulabinc.backlog4j.internal.json.WikiJSONImpl
 
getContent() - Method in interface com.nulabinc.backlog4j.PullRequestComment
 
getContent() - Method in interface com.nulabinc.backlog4j.SpaceNotification
 
getContent() - Method in interface com.nulabinc.backlog4j.Wiki
 
getContent() - Method in interface com.nulabinc.backlog4j.WikiHistory
 
getCount() - Method in interface com.nulabinc.backlog4j.Count
 
getCount() - Method in class com.nulabinc.backlog4j.internal.json.CountJSONImpl
 
getCreated() - Method in interface com.nulabinc.backlog4j.Activity
 
getCreated() - Method in interface com.nulabinc.backlog4j.Attachment
 
getCreated() - Method in interface com.nulabinc.backlog4j.Group
 
getCreated() - Method in class com.nulabinc.backlog4j.internal.json.activities.ActivityJSONImpl
 
getCreated() - Method in class com.nulabinc.backlog4j.internal.json.AttachmentJSONImpl
 
getCreated() - Method in class com.nulabinc.backlog4j.internal.json.GroupJSONImpl
 
getCreated() - Method in class com.nulabinc.backlog4j.internal.json.IssueCommentJSONImpl
 
getCreated() - Method in class com.nulabinc.backlog4j.internal.json.IssueJSONImpl
 
getCreated() - Method in class com.nulabinc.backlog4j.internal.json.NotificationJSONImpl
 
getCreated() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestCommentJSONImpl
 
getCreated() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestJSONImpl
 
getCreated() - Method in class com.nulabinc.backlog4j.internal.json.RepositoryJSONImpl
 
getCreated() - Method in class com.nulabinc.backlog4j.internal.json.SharedFileJSONImpl
 
getCreated() - Method in class com.nulabinc.backlog4j.internal.json.SpaceJSONImpl
 
getCreated() - Method in class com.nulabinc.backlog4j.internal.json.StarJSONImpl
 
getCreated() - Method in class com.nulabinc.backlog4j.internal.json.WatchJSONImpl
 
getCreated() - Method in class com.nulabinc.backlog4j.internal.json.WebhookJSONImpl
 
getCreated() - Method in class com.nulabinc.backlog4j.internal.json.WikiHistoryJSONImpl
 
getCreated() - Method in class com.nulabinc.backlog4j.internal.json.WikiJSONImpl
 
getCreated() - Method in interface com.nulabinc.backlog4j.Issue
 
getCreated() - Method in interface com.nulabinc.backlog4j.IssueComment
 
getCreated() - Method in interface com.nulabinc.backlog4j.Notification
 
getCreated() - Method in interface com.nulabinc.backlog4j.PullRequest
 
getCreated() - Method in interface com.nulabinc.backlog4j.PullRequestComment
 
getCreated() - Method in interface com.nulabinc.backlog4j.Repository
 
getCreated() - Method in interface com.nulabinc.backlog4j.SharedFile
 
getCreated() - Method in interface com.nulabinc.backlog4j.Space
 
getCreated() - Method in interface com.nulabinc.backlog4j.Star
 
getCreated() - Method in interface com.nulabinc.backlog4j.Watch
 
getCreated() - Method in interface com.nulabinc.backlog4j.Webhook
 
getCreated() - Method in interface com.nulabinc.backlog4j.Wiki
 
getCreated() - Method in interface com.nulabinc.backlog4j.WikiHistory
 
getCreatedUser() - Method in interface com.nulabinc.backlog4j.Activity
 
getCreatedUser() - Method in interface com.nulabinc.backlog4j.Attachment
 
getCreatedUser() - Method in interface com.nulabinc.backlog4j.Group
 
getCreatedUser() - Method in class com.nulabinc.backlog4j.internal.json.activities.ActivityJSONImpl
 
getCreatedUser() - Method in class com.nulabinc.backlog4j.internal.json.AttachmentJSONImpl
 
getCreatedUser() - Method in class com.nulabinc.backlog4j.internal.json.GroupJSONImpl
 
getCreatedUser() - Method in class com.nulabinc.backlog4j.internal.json.IssueCommentJSONImpl
 
getCreatedUser() - Method in class com.nulabinc.backlog4j.internal.json.IssueJSONImpl
 
getCreatedUser() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestCommentJSONImpl
 
getCreatedUser() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestJSONImpl
 
getCreatedUser() - Method in class com.nulabinc.backlog4j.internal.json.RepositoryJSONImpl
 
getCreatedUser() - Method in class com.nulabinc.backlog4j.internal.json.SharedFileJSONImpl
 
getCreatedUser() - Method in class com.nulabinc.backlog4j.internal.json.WebhookJSONImpl
 
getCreatedUser() - Method in class com.nulabinc.backlog4j.internal.json.WikiHistoryJSONImpl
 
getCreatedUser() - Method in class com.nulabinc.backlog4j.internal.json.WikiJSONImpl
 
getCreatedUser() - Method in interface com.nulabinc.backlog4j.Issue
 
getCreatedUser() - Method in interface com.nulabinc.backlog4j.IssueComment
 
getCreatedUser() - Method in interface com.nulabinc.backlog4j.PullRequest
 
getCreatedUser() - Method in interface com.nulabinc.backlog4j.PullRequestComment
 
getCreatedUser() - Method in interface com.nulabinc.backlog4j.Repository
 
getCreatedUser() - Method in interface com.nulabinc.backlog4j.SharedFile
 
getCreatedUser() - Method in interface com.nulabinc.backlog4j.Webhook
 
getCreatedUser() - Method in interface com.nulabinc.backlog4j.Wiki
 
getCreatedUser() - Method in interface com.nulabinc.backlog4j.WikiHistory
 
getCustomFieldId() - Method in class com.nulabinc.backlog4j.api.option.CustomFiledItem
 
getCustomFieldId() - Method in class com.nulabinc.backlog4j.api.option.CustomFiledItems
 
getCustomFieldId() - Method in class com.nulabinc.backlog4j.api.option.CustomFiledValue
 
getCustomFieldItemId() - Method in class com.nulabinc.backlog4j.api.option.CustomFiledItem
 
getCustomFieldItemIds() - Method in class com.nulabinc.backlog4j.api.option.CustomFiledItems
 
getCustomFields(Object) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Returns the custom fields in the project.
getCustomFields(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getCustomFields() - Method in class com.nulabinc.backlog4j.internal.json.IssueJSONImpl
 
getCustomFields() - Method in interface com.nulabinc.backlog4j.Issue
 
getCustomFieldValue() - Method in class com.nulabinc.backlog4j.api.option.CustomFiledValue
 
getCustomFiledId() - Method in class com.nulabinc.backlog4j.api.option.UpdateCustomFieldParams
 
getDate() - Method in class com.nulabinc.backlog4j.internal.json.customFields.DateValueSetting
 
getDescription() - Method in class com.nulabinc.backlog4j.BacklogAuthErrorMessage
 
getDescription() - Method in interface com.nulabinc.backlog4j.CustomFieldSetting
 
getDescription() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueCommentedContent
 
getDescription() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueCreatedContent
 
getDescription() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueUpdatedContent
 
getDescription() - Method in class com.nulabinc.backlog4j.internal.json.activities.PullRequestContent
 
getDescription() - Method in class com.nulabinc.backlog4j.internal.json.customFields.CustomFieldSettingJSONImpl
 
getDescription() - Method in class com.nulabinc.backlog4j.internal.json.IssueJSONImpl
 
getDescription() - Method in class com.nulabinc.backlog4j.internal.json.MilestoneJSONImpl
 
getDescription() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestJSONImpl
 
getDescription() - Method in class com.nulabinc.backlog4j.internal.json.RepositoryJSONImpl
 
getDescription() - Method in class com.nulabinc.backlog4j.internal.json.VersionJSONImpl
 
getDescription() - Method in class com.nulabinc.backlog4j.internal.json.WebhookJSONImpl
 
getDescription() - Method in interface com.nulabinc.backlog4j.Issue
 
getDescription() - Method in interface com.nulabinc.backlog4j.Milestone
 
getDescription() - Method in interface com.nulabinc.backlog4j.PullRequest
 
getDescription() - Method in interface com.nulabinc.backlog4j.Repository
 
getDescription() - Method in interface com.nulabinc.backlog4j.Version
 
getDescription() - Method in interface com.nulabinc.backlog4j.Webhook
 
getDetails() - Method in interface com.nulabinc.backlog4j.DiskUsage
 
getDetails() - Method in class com.nulabinc.backlog4j.internal.json.DiskUsageJSONImpl
 
getDiff() - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiCreatedContent
 
getDiff() - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiDeletedContent
 
getDiff() - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiUpdatedContent
 
getDir() - Method in class com.nulabinc.backlog4j.internal.json.activities.FileAddedContent
 
getDir() - Method in class com.nulabinc.backlog4j.internal.json.activities.FileDeletedContent
 
getDir() - Method in class com.nulabinc.backlog4j.internal.json.activities.FileUpdatedContent
 
getDir() - Method in class com.nulabinc.backlog4j.internal.json.SharedFileJSONImpl
 
getDir() - Method in interface com.nulabinc.backlog4j.SharedFile
 
getDisplayOrder() - Method in interface com.nulabinc.backlog4j.CustomFieldListItem
 
getDisplayOrder() - Method in interface com.nulabinc.backlog4j.CustomFieldListItemSetting
 
getDisplayOrder() - Method in interface com.nulabinc.backlog4j.Group
 
getDisplayOrder() - Method in class com.nulabinc.backlog4j.internal.json.customFields.ListItem
 
getDisplayOrder() - Method in class com.nulabinc.backlog4j.internal.json.customFields.ListItemSetting
 
getDisplayOrder() - Method in class com.nulabinc.backlog4j.internal.json.GroupJSONImpl
 
getDisplayOrder() - Method in class com.nulabinc.backlog4j.internal.json.ProjectJSONImpl
 
getDisplayOrder() - Method in class com.nulabinc.backlog4j.internal.json.RepositoryJSONImpl
 
getDisplayOrder() - Method in class com.nulabinc.backlog4j.internal.json.StatusJSONImpl
 
getDisplayOrder() - Method in interface com.nulabinc.backlog4j.Project
 
getDisplayOrder() - Method in interface com.nulabinc.backlog4j.Repository
 
getDisplayOrder() - Method in interface com.nulabinc.backlog4j.Status
 
getDueDate() - Method in class com.nulabinc.backlog4j.internal.json.IssueJSONImpl
 
getDueDate() - Method in interface com.nulabinc.backlog4j.Issue
 
getError() - Method in class com.nulabinc.backlog4j.BacklogAuthErrorMessage
 
getErrorInfo() - Method in class com.nulabinc.backlog4j.BacklogAPIErrorMessage
 
getErrors() - Method in class com.nulabinc.backlog4j.BacklogAPIError
 
getErrorType() - Method in exception com.nulabinc.backlog4j.BacklogAPIException
 
getEstimatedHours() - Method in class com.nulabinc.backlog4j.internal.json.IssueJSONImpl
 
getEstimatedHours() - Method in interface com.nulabinc.backlog4j.Issue
 
getExpires() - Method in class com.nulabinc.backlog4j.auth.AccessToken
 
getExpires() - Method in class com.nulabinc.backlog4j.internal.json.auth.AccessTokenJSONImpl
 
getField() - Method in interface com.nulabinc.backlog4j.Change
 
getField() - Method in interface com.nulabinc.backlog4j.ChangeLog
 
getField() - Method in class com.nulabinc.backlog4j.internal.json.ChangeJSONImpl
 
getField() - Method in class com.nulabinc.backlog4j.internal.json.ChangeLogJSONImpl
 
getFieldType() - Method in interface com.nulabinc.backlog4j.CustomField
 
getFieldType() - Method in class com.nulabinc.backlog4j.internal.json.customFields.CheckBoxCustomField
 
getFieldType() - Method in class com.nulabinc.backlog4j.internal.json.customFields.CheckBoxCustomFieldSetting
 
getFieldType() - Method in class com.nulabinc.backlog4j.internal.json.customFields.DateCustomField
 
getFieldType() - Method in class com.nulabinc.backlog4j.internal.json.customFields.DateCustomFieldSetting
 
getFieldType() - Method in class com.nulabinc.backlog4j.internal.json.customFields.MultipleListCustomField
 
getFieldType() - Method in class com.nulabinc.backlog4j.internal.json.customFields.MultipleListCustomFieldSetting
 
getFieldType() - Method in class com.nulabinc.backlog4j.internal.json.customFields.NumericCustomField
 
getFieldType() - Method in class com.nulabinc.backlog4j.internal.json.customFields.NumericCustomFieldSetting
 
getFieldType() - Method in class com.nulabinc.backlog4j.internal.json.customFields.RadioCustomField
 
getFieldType() - Method in class com.nulabinc.backlog4j.internal.json.customFields.RadioCustomFieldSetting
 
getFieldType() - Method in class com.nulabinc.backlog4j.internal.json.customFields.SingleListCustomField
 
getFieldType() - Method in class com.nulabinc.backlog4j.internal.json.customFields.SingleListCustomFieldSetting
 
getFieldType() - Method in class com.nulabinc.backlog4j.internal.json.customFields.TextAreaCustomField
 
getFieldType() - Method in class com.nulabinc.backlog4j.internal.json.customFields.TextAreaCustomFieldSetting
 
getFieldType() - Method in class com.nulabinc.backlog4j.internal.json.customFields.TextCustomField
 
getFieldType() - Method in class com.nulabinc.backlog4j.internal.json.customFields.TextCustomFieldSetting
 
getFieldTypeId() - Method in interface com.nulabinc.backlog4j.CustomField
 
getFieldTypeId() - Method in class com.nulabinc.backlog4j.internal.json.customFields.CheckBoxCustomField
 
getFieldTypeId() - Method in class com.nulabinc.backlog4j.internal.json.customFields.CheckBoxCustomFieldSetting
 
getFieldTypeId() - Method in class com.nulabinc.backlog4j.internal.json.customFields.DateCustomField
 
getFieldTypeId() - Method in class com.nulabinc.backlog4j.internal.json.customFields.DateCustomFieldSetting
 
getFieldTypeId() - Method in class com.nulabinc.backlog4j.internal.json.customFields.MultipleListCustomField
 
getFieldTypeId() - Method in class com.nulabinc.backlog4j.internal.json.customFields.MultipleListCustomFieldSetting
 
getFieldTypeId() - Method in class com.nulabinc.backlog4j.internal.json.customFields.NumericCustomField
 
getFieldTypeId() - Method in class com.nulabinc.backlog4j.internal.json.customFields.NumericCustomFieldSetting
 
getFieldTypeId() - Method in class com.nulabinc.backlog4j.internal.json.customFields.RadioCustomField
 
getFieldTypeId() - Method in class com.nulabinc.backlog4j.internal.json.customFields.RadioCustomFieldSetting
 
getFieldTypeId() - Method in class com.nulabinc.backlog4j.internal.json.customFields.SingleListCustomField
 
getFieldTypeId() - Method in class com.nulabinc.backlog4j.internal.json.customFields.SingleListCustomFieldSetting
 
getFieldTypeId() - Method in class com.nulabinc.backlog4j.internal.json.customFields.TextAreaCustomField
 
getFieldTypeId() - Method in class com.nulabinc.backlog4j.internal.json.customFields.TextAreaCustomFieldSetting
 
getFieldTypeId() - Method in class com.nulabinc.backlog4j.internal.json.customFields.TextCustomField
 
getFieldTypeId() - Method in class com.nulabinc.backlog4j.internal.json.customFields.TextCustomFieldSetting
 
getFile() - Method in interface com.nulabinc.backlog4j.DiskUsage
 
getFile() - Method in interface com.nulabinc.backlog4j.DiskUsageDetail
 
getFile() - Method in class com.nulabinc.backlog4j.internal.json.DiskUsageDetailJSONImpl
 
getFile() - Method in class com.nulabinc.backlog4j.internal.json.DiskUsageJSONImpl
 
getFilename() - Method in interface com.nulabinc.backlog4j.FileData
 
getFilename() - Method in interface com.nulabinc.backlog4j.Icon
 
getFilename() - Method in class com.nulabinc.backlog4j.internal.file.AttachmentDataImpl
 
getFilename() - Method in class com.nulabinc.backlog4j.internal.file.IconImpl
 
getFilename() - Method in class com.nulabinc.backlog4j.internal.file.SharedFileDataImpl
 
getFileNameFromContentDisposition() - Method in interface com.nulabinc.backlog4j.http.BacklogHttpResponse
 
getFileNameFromContentDisposition() - Method in class com.nulabinc.backlog4j.http.BacklogHttpResponseImpl
 
getFloatValue() - Method in class com.nulabinc.backlog4j.internal.json.customFields.NumericCustomField
 
getGit() - Method in interface com.nulabinc.backlog4j.DiskUsage
 
getGit() - Method in interface com.nulabinc.backlog4j.DiskUsageDetail
 
getGit() - Method in class com.nulabinc.backlog4j.internal.json.DiskUsageDetailJSONImpl
 
getGit() - Method in class com.nulabinc.backlog4j.internal.json.DiskUsageJSONImpl
 
getGitRepositories(Object) - Method in interface com.nulabinc.backlog4j.api.GitMethods
Returns the git repositories in the project.
getGitRepositories(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getGitRepository(Object, Object) - Method in interface com.nulabinc.backlog4j.api.GitMethods
Returns the git repository.
getGitRepository(Object, Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getGroup(Object) - Method in interface com.nulabinc.backlog4j.api.GroupMethods
Returns the groups identified by the group's id.
getGroup(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getGroupId() - Method in class com.nulabinc.backlog4j.api.option.UpdateGroupParams
 
getGroupProjectActivities() - Method in class com.nulabinc.backlog4j.internal.json.activities.ProjectUserAddedContent
 
getGroupProjectActivities() - Method in class com.nulabinc.backlog4j.internal.json.activities.ProjectUserRemovedContent
 
getGroups() - Method in interface com.nulabinc.backlog4j.api.GroupMethods
Returns all the groups.
getGroups(OffsetParams) - Method in interface com.nulabinc.backlog4j.api.GroupMethods
Returns all the groups.
getGroups() - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getGroups(OffsetParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getHookUrl() - Method in class com.nulabinc.backlog4j.internal.json.RepositoryJSONImpl
 
getHookUrl() - Method in class com.nulabinc.backlog4j.internal.json.WebhookJSONImpl
 
getHookUrl() - Method in interface com.nulabinc.backlog4j.Repository
 
getHookUrl() - Method in interface com.nulabinc.backlog4j.Webhook
 
getHttpUrl() - Method in class com.nulabinc.backlog4j.internal.json.RepositoryJSONImpl
 
getHttpUrl() - Method in interface com.nulabinc.backlog4j.Repository
 
getId() - Method in interface com.nulabinc.backlog4j.Activity
 
getId() - Method in interface com.nulabinc.backlog4j.Attachment
 
getId() - Method in interface com.nulabinc.backlog4j.AttachmentInfo
 
getId() - Method in interface com.nulabinc.backlog4j.AttributeInfo
 
getId() - Method in interface com.nulabinc.backlog4j.Category
 
getId() - Method in interface com.nulabinc.backlog4j.Comment
 
getId() - Method in interface com.nulabinc.backlog4j.CustomField
 
getId() - Method in interface com.nulabinc.backlog4j.CustomFieldListItem
 
getId() - Method in interface com.nulabinc.backlog4j.Group
 
getId() - Method in interface com.nulabinc.backlog4j.GroupProjectActivity
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.activities.ActivityJSONImpl
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.activities.FileAddedContent
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.activities.FileDeletedContent
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.activities.FileUpdatedContent
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueCommentedContent
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueCreatedContent
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueDeletedContent
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueUpdatedContent
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.activities.PullRequestContent
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiCreatedContent
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiDeletedContent
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiUpdatedContent
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.AttachmentInfoJSONImpl
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.AttachmentJSONImpl
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.AttributeInfoJSONImpl
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.CategoryJSONImpl
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.CommentJSONImpl
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.customFields.CustomFieldJSONImpl
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.customFields.CustomFieldSettingJSONImpl
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.customFields.DateValueSetting
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.customFields.ListItem
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.customFields.ListItemSetting
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.GroupJSONImpl
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.GroupProjectActivityJSONImpl
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.IssueCommentJSONImpl
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.IssueJSONImpl
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.IssueTypeJSONImpl
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.LinkJSONImpl
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.MilestoneJSONImpl
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.NotificationJSONImpl
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.PriorityJSONImpl
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.ProjectJSONImpl
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestCommentJSONImpl
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestJSONImpl
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestStatusJSONImpl
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.RepositoryJSONImpl
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.ResolutionJSONImpl
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.SharedFileJSONImpl
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.StarJSONImpl
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.StatusJSONImpl
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.UserJSONImpl
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.VersionJSONImpl
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.WatchJSONImpl
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.WebhookJSONImpl
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.WikiJSONImpl
 
getId() - Method in class com.nulabinc.backlog4j.internal.json.WikiTagJSONImpl
 
getId() - Method in interface com.nulabinc.backlog4j.Issue
 
getId() - Method in interface com.nulabinc.backlog4j.IssueType
 
getId() - Method in interface com.nulabinc.backlog4j.Link
 
getId() - Method in interface com.nulabinc.backlog4j.Milestone
 
getId() - Method in interface com.nulabinc.backlog4j.Notification
 
getId() - Method in interface com.nulabinc.backlog4j.PostedAttachment
 
getId() - Method in interface com.nulabinc.backlog4j.Priority
 
getId() - Method in interface com.nulabinc.backlog4j.Project
 
getId() - Method in interface com.nulabinc.backlog4j.PullRequest
 
getId() - Method in interface com.nulabinc.backlog4j.PullRequestComment
 
getId() - Method in interface com.nulabinc.backlog4j.PullRequestStatus
 
getId() - Method in interface com.nulabinc.backlog4j.Repository
 
getId() - Method in interface com.nulabinc.backlog4j.Resolution
 
getId() - Method in interface com.nulabinc.backlog4j.SharedFile
 
getId() - Method in interface com.nulabinc.backlog4j.Star
 
getId() - Method in interface com.nulabinc.backlog4j.Status
 
getId() - Method in interface com.nulabinc.backlog4j.User
 
getId() - Method in interface com.nulabinc.backlog4j.Version
 
getId() - Method in interface com.nulabinc.backlog4j.Watch
 
getId() - Method in interface com.nulabinc.backlog4j.Webhook
 
getId() - Method in interface com.nulabinc.backlog4j.Wiki
 
getId() - Method in interface com.nulabinc.backlog4j.WikiTag
 
getIdAsString() - Method in interface com.nulabinc.backlog4j.Activity
 
getIdAsString() - Method in interface com.nulabinc.backlog4j.Attachment
 
getIdAsString() - Method in interface com.nulabinc.backlog4j.AttachmentInfo
 
getIdAsString() - Method in interface com.nulabinc.backlog4j.AttributeInfo
 
getIdAsString() - Method in interface com.nulabinc.backlog4j.Category
 
getIdAsString() - Method in interface com.nulabinc.backlog4j.Comment
 
getIdAsString() - Method in interface com.nulabinc.backlog4j.CustomField
 
getIdAsString() - Method in interface com.nulabinc.backlog4j.Group
 
getIdAsString() - Method in interface com.nulabinc.backlog4j.GroupProjectActivity
 
getIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.activities.ActivityJSONImpl
 
getIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.AttachmentInfoJSONImpl
 
getIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.AttachmentJSONImpl
 
getIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.AttributeInfoJSONImpl
 
getIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.CategoryJSONImpl
 
getIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.CommentJSONImpl
 
getIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.customFields.CustomFieldJSONImpl
 
getIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.customFields.CustomFieldSettingJSONImpl
 
getIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.GroupJSONImpl
 
getIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.GroupProjectActivityJSONImpl
 
getIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.IssueCommentJSONImpl
 
getIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.IssueJSONImpl
 
getIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.IssueTypeJSONImpl
 
getIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.LinkJSONImpl
 
getIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.MilestoneJSONImpl
 
getIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.NotificationJSONImpl
 
getIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.PriorityJSONImpl
 
getIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.ProjectJSONImpl
 
getIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestCommentJSONImpl
 
getIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestJSONImpl
 
getIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestStatusJSONImpl
 
getIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.RepositoryJSONImpl
 
getIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.ResolutionJSONImpl
 
getIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.SharedFileJSONImpl
 
getIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.StarJSONImpl
 
getIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.StatusJSONImpl
 
getIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.UserJSONImpl
 
getIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.VersionJSONImpl
 
getIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.WatchJSONImpl
 
getIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.WebhookJSONImpl
 
getIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.WikiJSONImpl
 
getIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.WikiTagJSONImpl
 
getIdAsString() - Method in interface com.nulabinc.backlog4j.Issue
 
getIdAsString() - Method in interface com.nulabinc.backlog4j.IssueType
 
getIdAsString() - Method in interface com.nulabinc.backlog4j.Link
 
getIdAsString() - Method in interface com.nulabinc.backlog4j.Milestone
 
getIdAsString() - Method in interface com.nulabinc.backlog4j.Notification
 
getIdAsString() - Method in interface com.nulabinc.backlog4j.PostedAttachment
 
getIdAsString() - Method in interface com.nulabinc.backlog4j.Priority
 
getIdAsString() - Method in interface com.nulabinc.backlog4j.Project
 
getIdAsString() - Method in interface com.nulabinc.backlog4j.PullRequest
 
getIdAsString() - Method in interface com.nulabinc.backlog4j.PullRequestComment
 
getIdAsString() - Method in interface com.nulabinc.backlog4j.PullRequestStatus
 
getIdAsString() - Method in interface com.nulabinc.backlog4j.Repository
 
getIdAsString() - Method in interface com.nulabinc.backlog4j.Resolution
 
getIdAsString() - Method in interface com.nulabinc.backlog4j.SharedFile
 
getIdAsString() - Method in interface com.nulabinc.backlog4j.Star
 
getIdAsString() - Method in interface com.nulabinc.backlog4j.Status
 
getIdAsString() - Method in interface com.nulabinc.backlog4j.User
 
getIdAsString() - Method in interface com.nulabinc.backlog4j.Version
 
getIdAsString() - Method in interface com.nulabinc.backlog4j.Watch
 
getIdAsString() - Method in interface com.nulabinc.backlog4j.Webhook
 
getIdAsString() - Method in interface com.nulabinc.backlog4j.Wiki
 
getIdAsString() - Method in interface com.nulabinc.backlog4j.WikiTag
 
getInitialDate() - Method in class com.nulabinc.backlog4j.internal.json.customFields.DateCustomFieldSetting
 
getInitialValue() - Method in class com.nulabinc.backlog4j.internal.json.customFields.NumericCustomFieldSetting
 
getIntValue() - Method in enum com.nulabinc.backlog4j.Activity.Type
 
getIntValue() - Method in enum com.nulabinc.backlog4j.api.option.GetIssuesCountParams.ParentChildType
 
getIntValue() - Method in enum com.nulabinc.backlog4j.api.option.GetIssuesParams.ParentChildType
 
getIntValue() - Method in enum com.nulabinc.backlog4j.BacklogAPIException.ErrorType
 
getIntValue() - Method in enum com.nulabinc.backlog4j.CustomField.FieldType
 
getIntValue() - Method in enum com.nulabinc.backlog4j.internal.json.customFields.DateCustomFieldSetting.InitialValueType
 
getIntValue() - Method in class com.nulabinc.backlog4j.internal.json.customFields.NumericCustomField
 
getIntValue() - Method in enum com.nulabinc.backlog4j.Issue.PriorityType
 
getIntValue() - Method in enum com.nulabinc.backlog4j.Issue.ResolutionType
 
getIntValue() - Method in enum com.nulabinc.backlog4j.Issue.StatusType
 
getIntValue() - Method in enum com.nulabinc.backlog4j.Notification.Reason
 
getIntValue() - Method in enum com.nulabinc.backlog4j.PullRequest.StatusType
 
getIntValue() - Method in enum com.nulabinc.backlog4j.User.RoleType
 
getIssue(Object) - Method in interface com.nulabinc.backlog4j.api.IssueMethods
Returns the issue.
getIssue(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getIssue() - Method in interface com.nulabinc.backlog4j.DiskUsage
 
getIssue() - Method in interface com.nulabinc.backlog4j.DiskUsageDetail
 
getIssue() - Method in class com.nulabinc.backlog4j.internal.json.activities.PullRequestContent
 
getIssue() - Method in class com.nulabinc.backlog4j.internal.json.DiskUsageDetailJSONImpl
 
getIssue() - Method in class com.nulabinc.backlog4j.internal.json.DiskUsageJSONImpl
 
getIssue() - Method in class com.nulabinc.backlog4j.internal.json.NotificationJSONImpl
 
getIssue() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestJSONImpl
 
getIssue() - Method in class com.nulabinc.backlog4j.internal.json.ViewedIssueJSONImpl
 
getIssue() - Method in class com.nulabinc.backlog4j.internal.json.WatchJSONImpl
 
getIssue() - Method in interface com.nulabinc.backlog4j.Notification
 
getIssue() - Method in interface com.nulabinc.backlog4j.PullRequest
 
getIssue() - Method in interface com.nulabinc.backlog4j.ViewedIssue
 
getIssue() - Method in interface com.nulabinc.backlog4j.Watch
 
getIssueAttachmentEndpoint(Object, Object) - Method in class com.nulabinc.backlog4j.BacklogEndPointSupport
Returns the endpoint of attachment file.
getIssueAttachments(Object) - Method in interface com.nulabinc.backlog4j.api.IssueMethods
Returns all the attachments on the issue.
getIssueAttachments(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getIssueComment(Object, Object) - Method in interface com.nulabinc.backlog4j.api.IssueMethods
Returns the issue comment.
getIssueComment(Object, Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getIssueCommentCount(Object) - Method in interface com.nulabinc.backlog4j.api.IssueMethods
Returns the count of the issue comments.
getIssueCommentCount(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getIssueCommentNotifications(Object, Object) - Method in interface com.nulabinc.backlog4j.api.IssueMethods
Returns the issue comment notifications.
getIssueCommentNotifications(Object, Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getIssueComments(Object) - Method in interface com.nulabinc.backlog4j.api.IssueMethods
Returns the issue comments.
getIssueComments(Object, QueryParams) - Method in interface com.nulabinc.backlog4j.api.IssueMethods
Returns the issue comments.
getIssueComments(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getIssueComments(Object, QueryParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getIssueCommentUrl(Issue, IssueComment) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getIssueIdOrKeyString() - Method in class com.nulabinc.backlog4j.api.option.AddIssueCommentNotificationParams
Returns the issue identifier string.
getIssueIdOrKeyString() - Method in class com.nulabinc.backlog4j.api.option.AddIssueCommentParams
Returns the issue identifier string.
getIssueIdOrKeyString() - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueCommentParams
 
getIssueIdOrKeyString() - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
getIssueKey() - Method in class com.nulabinc.backlog4j.internal.json.IssueJSONImpl
 
getIssueKey() - Method in interface com.nulabinc.backlog4j.Issue
 
getIssues(GetIssuesParams) - Method in interface com.nulabinc.backlog4j.api.IssueMethods
Finds and returns all the issues.
getIssues(GetIssuesParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getIssuesCount(GetIssuesCountParams) - Method in interface com.nulabinc.backlog4j.api.IssueMethods
Finds and returns all the issues count.
getIssuesCount(GetIssuesCountParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
GetIssuesCountParams - Class in com.nulabinc.backlog4j.api.option
Parameters for get issue API.
GetIssuesCountParams(List) - Constructor for class com.nulabinc.backlog4j.api.option.GetIssuesCountParams
 
GetIssuesCountParams.ParentChildType - Enum in com.nulabinc.backlog4j.api.option
 
getIssueSharedFiles(Object) - Method in interface com.nulabinc.backlog4j.api.IssueMethods
Returns all the shared files on the issue.
getIssueSharedFiles(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
GetIssuesParams - Class in com.nulabinc.backlog4j.api.option
Parameters for get issue API.
GetIssuesParams(List) - Constructor for class com.nulabinc.backlog4j.api.option.GetIssuesParams
 
GetIssuesParams.Order - Enum in com.nulabinc.backlog4j.api.option
 
GetIssuesParams.ParentChildType - Enum in com.nulabinc.backlog4j.api.option
 
GetIssuesParams.SortKey - Enum in com.nulabinc.backlog4j.api.option
 
getIssueType() - Method in class com.nulabinc.backlog4j.internal.json.IssueJSONImpl
 
getIssueType() - Method in interface com.nulabinc.backlog4j.Issue
 
getIssueTypeId() - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueTypeParams
 
getIssueTypes(Object) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Returns the issue types in the project.
getIssueTypes(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getIssueUrl(Issue) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getItems() - Method in interface com.nulabinc.backlog4j.CustomFieldSetting
 
getItems() - Method in class com.nulabinc.backlog4j.internal.json.customFields.CheckBoxCustomFieldSetting
 
getItems() - Method in class com.nulabinc.backlog4j.internal.json.customFields.DateCustomFieldSetting
 
getItems() - Method in class com.nulabinc.backlog4j.internal.json.customFields.MultipleListCustomFieldSetting
 
getItems() - Method in class com.nulabinc.backlog4j.internal.json.customFields.NumericCustomFieldSetting
 
getItems() - Method in class com.nulabinc.backlog4j.internal.json.customFields.RadioCustomFieldSetting
 
getItems() - Method in class com.nulabinc.backlog4j.internal.json.customFields.SingleListCustomFieldSetting
 
getItems() - Method in class com.nulabinc.backlog4j.internal.json.customFields.TextAreaCustomFieldSetting
 
getItems() - Method in class com.nulabinc.backlog4j.internal.json.customFields.TextCustomFieldSetting
 
getKeyId() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueCommentedContent
 
getKeyId() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueCreatedContent
 
getKeyId() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueDeletedContent
 
getKeyId() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueUpdatedContent
 
getKeyId() - Method in class com.nulabinc.backlog4j.internal.json.IssueJSONImpl
 
getKeyId() - Method in class com.nulabinc.backlog4j.internal.json.LinkJSONImpl
 
getKeyId() - Method in interface com.nulabinc.backlog4j.Issue
 
getKeyId() - Method in interface com.nulabinc.backlog4j.Link
 
getKeyIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.IssueJSONImpl
 
getKeyIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.LinkJSONImpl
 
getKeyIdAsString() - Method in interface com.nulabinc.backlog4j.Issue
 
getKeyIdAsString() - Method in interface com.nulabinc.backlog4j.Link
 
getLang() - Method in class com.nulabinc.backlog4j.internal.json.SpaceJSONImpl
 
getLang() - Method in class com.nulabinc.backlog4j.internal.json.UserJSONImpl
 
getLang() - Method in interface com.nulabinc.backlog4j.Space
 
getLang() - Method in interface com.nulabinc.backlog4j.User
 
getLink() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueMultiUpdatedContent
 
getLongValue() - Method in class com.nulabinc.backlog4j.internal.json.customFields.NumericCustomField
 
getMailAddress() - Method in class com.nulabinc.backlog4j.internal.json.UserJSONImpl
 
getMailAddress() - Method in interface com.nulabinc.backlog4j.User
 
getMax() - Method in class com.nulabinc.backlog4j.internal.json.customFields.DateCustomFieldSetting
 
getMax() - Method in class com.nulabinc.backlog4j.internal.json.customFields.NumericCustomFieldSetting
 
getMembers() - Method in interface com.nulabinc.backlog4j.Group
 
getMembers() - Method in class com.nulabinc.backlog4j.internal.json.GroupJSONImpl
 
getMergeAt() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestJSONImpl
 
getMergeAt() - Method in interface com.nulabinc.backlog4j.PullRequest
 
getMergeCommit() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestJSONImpl
 
getMergeCommit() - Method in interface com.nulabinc.backlog4j.PullRequest
 
getMessage() - Method in class com.nulabinc.backlog4j.BacklogAPIErrorMessage
 
getMessage() - Method in exception com.nulabinc.backlog4j.BacklogAPIException
 
getMessage() - Method in exception com.nulabinc.backlog4j.BacklogAuthException
 
getMilestone() - Method in class com.nulabinc.backlog4j.internal.json.IssueJSONImpl
 
getMilestone() - Method in interface com.nulabinc.backlog4j.Issue
 
getMilestones(Object) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Returns the Milestones in the project.
getMilestones(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getMin() - Method in class com.nulabinc.backlog4j.internal.json.customFields.DateCustomFieldSetting
 
getMin() - Method in class com.nulabinc.backlog4j.internal.json.customFields.NumericCustomFieldSetting
 
getMoreInfo() - Method in class com.nulabinc.backlog4j.BacklogAPIErrorMessage
 
getMyself() - Method in interface com.nulabinc.backlog4j.api.UserMethods
Returns the own information.
getMyself() - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getName() - Method in interface com.nulabinc.backlog4j.Attachment
 
getName() - Method in interface com.nulabinc.backlog4j.AttachmentInfo
 
getName() - Method in interface com.nulabinc.backlog4j.Category
 
getName() - Method in interface com.nulabinc.backlog4j.CustomField
 
getName() - Method in interface com.nulabinc.backlog4j.CustomFieldListItem
 
getName() - Method in interface com.nulabinc.backlog4j.Group
 
getName() - Method in class com.nulabinc.backlog4j.http.NameValuePair
 
getName() - Method in class com.nulabinc.backlog4j.internal.json.activities.FileAddedContent
 
getName() - Method in class com.nulabinc.backlog4j.internal.json.activities.FileDeletedContent
 
getName() - Method in class com.nulabinc.backlog4j.internal.json.activities.FileUpdatedContent
 
getName() - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiCreatedContent
 
getName() - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiDeletedContent
 
getName() - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiUpdatedContent
 
getName() - Method in class com.nulabinc.backlog4j.internal.json.AttachmentInfoJSONImpl
 
getName() - Method in class com.nulabinc.backlog4j.internal.json.AttachmentJSONImpl
 
getName() - Method in class com.nulabinc.backlog4j.internal.json.CategoryJSONImpl
 
getName() - Method in class com.nulabinc.backlog4j.internal.json.customFields.CustomFieldJSONImpl
 
getName() - Method in class com.nulabinc.backlog4j.internal.json.customFields.CustomFieldSettingJSONImpl
 
getName() - Method in class com.nulabinc.backlog4j.internal.json.customFields.ListItem
 
getName() - Method in class com.nulabinc.backlog4j.internal.json.customFields.ListItemSetting
 
getName() - Method in class com.nulabinc.backlog4j.internal.json.GroupJSONImpl
 
getName() - Method in class com.nulabinc.backlog4j.internal.json.IssueTypeJSONImpl
 
getName() - Method in class com.nulabinc.backlog4j.internal.json.MilestoneJSONImpl
 
getName() - Method in class com.nulabinc.backlog4j.internal.json.PriorityJSONImpl
 
getName() - Method in class com.nulabinc.backlog4j.internal.json.ProjectJSONImpl
 
getName() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestStatusJSONImpl
 
getName() - Method in class com.nulabinc.backlog4j.internal.json.RepositoryJSONImpl
 
getName() - Method in class com.nulabinc.backlog4j.internal.json.ResolutionJSONImpl
 
getName() - Method in class com.nulabinc.backlog4j.internal.json.SharedFileJSONImpl
 
getName() - Method in class com.nulabinc.backlog4j.internal.json.SpaceJSONImpl
 
getName() - Method in class com.nulabinc.backlog4j.internal.json.StatusJSONImpl
 
getName() - Method in class com.nulabinc.backlog4j.internal.json.UserJSONImpl
 
getName() - Method in class com.nulabinc.backlog4j.internal.json.VersionJSONImpl
 
getName() - Method in class com.nulabinc.backlog4j.internal.json.WebhookJSONImpl
 
getName() - Method in class com.nulabinc.backlog4j.internal.json.WikiHistoryJSONImpl
 
getName() - Method in class com.nulabinc.backlog4j.internal.json.WikiJSONImpl
 
getName() - Method in class com.nulabinc.backlog4j.internal.json.WikiTagJSONImpl
 
getName() - Method in interface com.nulabinc.backlog4j.IssueType
 
getName() - Method in interface com.nulabinc.backlog4j.Milestone
 
getName() - Method in interface com.nulabinc.backlog4j.PostedAttachment
 
getName() - Method in interface com.nulabinc.backlog4j.Priority
 
getName() - Method in interface com.nulabinc.backlog4j.Project
 
getName() - Method in interface com.nulabinc.backlog4j.PullRequestStatus
 
getName() - Method in interface com.nulabinc.backlog4j.Repository
 
getName() - Method in interface com.nulabinc.backlog4j.Resolution
 
getName() - Method in interface com.nulabinc.backlog4j.SharedFile
 
getName() - Method in interface com.nulabinc.backlog4j.Space
 
getName() - Method in interface com.nulabinc.backlog4j.Status
 
getName() - Method in interface com.nulabinc.backlog4j.User
 
getName() - Method in interface com.nulabinc.backlog4j.Version
 
getName() - Method in interface com.nulabinc.backlog4j.Webhook
 
getName() - Method in interface com.nulabinc.backlog4j.Wiki
 
getName() - Method in interface com.nulabinc.backlog4j.WikiHistory
 
getName() - Method in interface com.nulabinc.backlog4j.WikiTag
 
getNewValue() - Method in interface com.nulabinc.backlog4j.Change
 
getNewValue() - Method in interface com.nulabinc.backlog4j.ChangeLog
 
getNewValue() - Method in class com.nulabinc.backlog4j.internal.json.ChangeJSONImpl
 
getNewValue() - Method in class com.nulabinc.backlog4j.internal.json.ChangeLogJSONImpl
 
getNote() - Method in class com.nulabinc.backlog4j.internal.json.WatchJSONImpl
 
getNote() - Method in interface com.nulabinc.backlog4j.Watch
 
getNotificationCount(GetNotificationCountParams) - Method in interface com.nulabinc.backlog4j.api.NotificationMethods
Returns the count of the notifications.
getNotificationCount(GetNotificationCountParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
GetNotificationCountParams - Class in com.nulabinc.backlog4j.api.option
Parameters for get notification API.
GetNotificationCountParams() - Constructor for class com.nulabinc.backlog4j.api.option.GetNotificationCountParams
 
getNotificationInfo() - Method in interface com.nulabinc.backlog4j.ChangeLog
 
getNotificationInfo() - Method in class com.nulabinc.backlog4j.internal.json.ChangeLogJSONImpl
 
getNotifications() - Method in interface com.nulabinc.backlog4j.api.NotificationMethods
Returns the notifications.
getNotifications(QueryParams) - Method in interface com.nulabinc.backlog4j.api.NotificationMethods
Returns the notifications.
getNotifications() - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getNotifications(QueryParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getNotifications() - Method in class com.nulabinc.backlog4j.internal.json.IssueCommentJSONImpl
 
getNotifications() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestCommentJSONImpl
 
getNotifications() - Method in interface com.nulabinc.backlog4j.IssueComment
 
getNotifications() - Method in interface com.nulabinc.backlog4j.PullRequestComment
 
getNumber() - Method in class com.nulabinc.backlog4j.api.option.AddPullRequestCommentParams
 
getNumber() - Method in class com.nulabinc.backlog4j.api.option.UpdatePullRequestCommentParams
 
getNumber() - Method in class com.nulabinc.backlog4j.api.option.UpdatePullRequestParams
 
getNumber() - Method in class com.nulabinc.backlog4j.internal.json.activities.PullRequestContent
 
getNumber() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestJSONImpl
 
getNumber() - Method in interface com.nulabinc.backlog4j.PullRequest
 
getOAuthAccessToken(String) - Method in class com.nulabinc.backlog4j.auth.BacklogOAuthSupport
 
getOAuthAccessToken(String) - Method in interface com.nulabinc.backlog4j.auth.OAuthSupport
 
getOAuthAccessTokenURL() - Method in class com.nulabinc.backlog4j.conf.BacklogComConfigure
 
getOAuthAccessTokenURL() - Method in class com.nulabinc.backlog4j.conf.BacklogConfigure
 
getOAuthAccessTokenURL() - Method in class com.nulabinc.backlog4j.conf.BacklogJpConfigure
 
getOAuthAccessTokenURL() - Method in class com.nulabinc.backlog4j.conf.BacklogPackageConfigure
 
getOAuthAccessTokenURL() - Method in class com.nulabinc.backlog4j.conf.BacklogToolConfigure
 
getOAuthAuthorizationURL() - Method in class com.nulabinc.backlog4j.auth.BacklogOAuthSupport
 
getOAuthAuthorizationURL() - Method in interface com.nulabinc.backlog4j.auth.OAuthSupport
 
getOAuthAuthorizationURL() - Method in class com.nulabinc.backlog4j.conf.BacklogComConfigure
 
getOAuthAuthorizationURL() - Method in class com.nulabinc.backlog4j.conf.BacklogConfigure
 
getOAuthAuthorizationURL() - Method in class com.nulabinc.backlog4j.conf.BacklogJpConfigure
 
getOAuthAuthorizationURL() - Method in class com.nulabinc.backlog4j.conf.BacklogPackageConfigure
 
getOAuthAuthorizationURL() - Method in class com.nulabinc.backlog4j.conf.BacklogToolConfigure
 
getOldValue() - Method in interface com.nulabinc.backlog4j.Change
 
getOldValue() - Method in class com.nulabinc.backlog4j.internal.json.ChangeJSONImpl
 
getOrder() - Method in class com.nulabinc.backlog4j.api.option.GetWikisParams
 
getOriginalValue() - Method in interface com.nulabinc.backlog4j.ChangeLog
 
getOriginalValue() - Method in class com.nulabinc.backlog4j.internal.json.ChangeLogJSONImpl
 
getOtherValue() - Method in class com.nulabinc.backlog4j.internal.json.customFields.CheckBoxCustomField
 
getOtherValue() - Method in class com.nulabinc.backlog4j.internal.json.customFields.RadioCustomField
 
getOwnerId() - Method in class com.nulabinc.backlog4j.internal.json.SpaceJSONImpl
 
getOwnerId() - Method in interface com.nulabinc.backlog4j.Space
 
getOwnerIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.SpaceJSONImpl
 
getOwnerIdAsString() - Method in interface com.nulabinc.backlog4j.Space
 
getPage() - Method in class com.nulabinc.backlog4j.internal.json.ViewedWikiJSONImpl
 
getPage() - Method in interface com.nulabinc.backlog4j.ViewedWiki
 
getPageId() - Method in class com.nulabinc.backlog4j.internal.json.WikiHistoryJSONImpl
 
getPageId() - Method in interface com.nulabinc.backlog4j.WikiHistory
 
getPageIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.WikiHistoryJSONImpl
 
getPageIdAsString() - Method in interface com.nulabinc.backlog4j.WikiHistory
 
getParameters(String, Map<String, String>) - Static method in class com.nulabinc.backlog4j.internal.http.MimeHelper
 
getParamList() - Method in class com.nulabinc.backlog4j.api.option.DeleteParams
 
getParamList() - Method in class com.nulabinc.backlog4j.api.option.GetParams
 
getParamList() - Method in class com.nulabinc.backlog4j.api.option.PatchParams
 
getParamList() - Method in class com.nulabinc.backlog4j.api.option.PostParams
 
GetParams - Class in com.nulabinc.backlog4j.api.option
Parameters for get request.
GetParams() - Constructor for class com.nulabinc.backlog4j.api.option.GetParams
 
getParamsString(boolean, GetParams) - Method in class com.nulabinc.backlog4j.http.BacklogHttpClientImpl
 
getParentIssueId() - Method in class com.nulabinc.backlog4j.internal.json.IssueJSONImpl
 
getParentIssueId() - Method in interface com.nulabinc.backlog4j.Issue
 
getPresenter() - Method in class com.nulabinc.backlog4j.internal.json.StarJSONImpl
 
getPresenter() - Method in interface com.nulabinc.backlog4j.Star
 
getPriorities() - Method in interface com.nulabinc.backlog4j.api.PriorityMethods
Returns the priorities.
getPriorities() - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getPriority() - Method in class com.nulabinc.backlog4j.internal.json.IssueJSONImpl
 
getPriority() - Method in interface com.nulabinc.backlog4j.Issue
 
getPriorityType() - Method in class com.nulabinc.backlog4j.internal.json.PriorityJSONImpl
 
getPriorityType() - Method in interface com.nulabinc.backlog4j.Priority
 
getProject() - Method in interface com.nulabinc.backlog4j.Activity
 
getProject(Object) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Returns the project.
getProject(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getProject() - Method in class com.nulabinc.backlog4j.internal.json.activities.ActivityJSONImpl
 
getProject() - Method in class com.nulabinc.backlog4j.internal.json.NotificationJSONImpl
 
getProject() - Method in class com.nulabinc.backlog4j.internal.json.ViewedProjectJSONImpl
 
getProject() - Method in interface com.nulabinc.backlog4j.Notification
 
getProject() - Method in interface com.nulabinc.backlog4j.ViewedProject
 
getProjectActivities(Object) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Returns the activities on the project.
getProjectActivities(Object, ActivityQueryParams) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Returns the activities on the project.
getProjectActivities(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getProjectActivities(Object, ActivityQueryParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getProjectAdministrators(Object) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Returns the project administrators.
getProjectAdministrators(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getProjectDiskUsage(Object) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Returns the disk usage of the project.
getProjectDiskUsage(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getProjectIcon(Object) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Returns the project icon.
getProjectIcon(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getProjectIconEndpoint(Object) - Method in class com.nulabinc.backlog4j.BacklogEndPointSupport
Returns the endpoint of project icon.
getProjectId() - Method in interface com.nulabinc.backlog4j.DiskUsageDetail
 
getProjectId() - Method in class com.nulabinc.backlog4j.internal.json.DiskUsageDetailJSONImpl
 
getProjectId() - Method in class com.nulabinc.backlog4j.internal.json.IssueJSONImpl
 
getProjectId() - Method in class com.nulabinc.backlog4j.internal.json.IssueTypeJSONImpl
 
getProjectId() - Method in class com.nulabinc.backlog4j.internal.json.MilestoneJSONImpl
 
getProjectId() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestJSONImpl
 
getProjectId() - Method in class com.nulabinc.backlog4j.internal.json.RepositoryJSONImpl
 
getProjectId() - Method in class com.nulabinc.backlog4j.internal.json.StatusJSONImpl
 
getProjectId() - Method in class com.nulabinc.backlog4j.internal.json.VersionJSONImpl
 
getProjectId() - Method in class com.nulabinc.backlog4j.internal.json.WikiJSONImpl
 
getProjectId() - Method in interface com.nulabinc.backlog4j.Issue
 
getProjectId() - Method in interface com.nulabinc.backlog4j.IssueType
 
getProjectId() - Method in interface com.nulabinc.backlog4j.Milestone
 
getProjectId() - Method in interface com.nulabinc.backlog4j.PullRequest
 
getProjectId() - Method in interface com.nulabinc.backlog4j.Repository
 
getProjectId() - Method in interface com.nulabinc.backlog4j.Status
 
getProjectId() - Method in interface com.nulabinc.backlog4j.Version
 
getProjectId() - Method in interface com.nulabinc.backlog4j.Wiki
 
getProjectIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.IssueJSONImpl
 
getProjectIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.IssueTypeJSONImpl
 
getProjectIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.MilestoneJSONImpl
 
getProjectIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestJSONImpl
 
getProjectIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.RepositoryJSONImpl
 
getProjectIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.StatusJSONImpl
 
getProjectIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.VersionJSONImpl
 
getProjectIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.WikiJSONImpl
 
getProjectIdAsString() - Method in interface com.nulabinc.backlog4j.Issue
 
getProjectIdAsString() - Method in interface com.nulabinc.backlog4j.IssueType
 
getProjectIdAsString() - Method in interface com.nulabinc.backlog4j.Milestone
 
getProjectIdAsString() - Method in interface com.nulabinc.backlog4j.PullRequest
 
getProjectIdAsString() - Method in interface com.nulabinc.backlog4j.Repository
 
getProjectIdAsString() - Method in interface com.nulabinc.backlog4j.Status
 
getProjectIdAsString() - Method in interface com.nulabinc.backlog4j.Version
 
getProjectIdAsString() - Method in interface com.nulabinc.backlog4j.Wiki
 
getProjectIdOrKeyString() - Method in class com.nulabinc.backlog4j.api.option.AddCategoryParams
Returns the project identifier string.
getProjectIdOrKeyString() - Method in class com.nulabinc.backlog4j.api.option.AddCustomFieldParams
 
getProjectIdOrKeyString() - Method in class com.nulabinc.backlog4j.api.option.AddIssueTypeParams
 
getProjectIdOrKeyString() - Method in class com.nulabinc.backlog4j.api.option.AddMilestoneParams
 
getProjectIdOrKeyString() - Method in class com.nulabinc.backlog4j.api.option.AddPullRequestCommentParams
 
getProjectIdOrKeyString() - Method in class com.nulabinc.backlog4j.api.option.AddPullRequestParams
 
getProjectIdOrKeyString() - Method in class com.nulabinc.backlog4j.api.option.AddStatusParams
 
getProjectIdOrKeyString() - Method in class com.nulabinc.backlog4j.api.option.AddVersionParams
 
getProjectIdOrKeyString() - Method in class com.nulabinc.backlog4j.api.option.CreateWebhookParams
 
getProjectIdOrKeyString() - Method in class com.nulabinc.backlog4j.api.option.UpdateCategoryParams
 
getProjectIdOrKeyString() - Method in class com.nulabinc.backlog4j.api.option.UpdateCustomFieldParams
 
getProjectIdOrKeyString() - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueTypeParams
 
getProjectIdOrKeyString() - Method in class com.nulabinc.backlog4j.api.option.UpdateMilestoneParams
 
getProjectIdOrKeyString() - Method in class com.nulabinc.backlog4j.api.option.UpdateOrderOfStatusParams
 
getProjectIdOrKeyString() - Method in class com.nulabinc.backlog4j.api.option.UpdateProjectParams
 
getProjectIdOrKeyString() - Method in class com.nulabinc.backlog4j.api.option.UpdatePullRequestCommentParams
 
getProjectIdOrKeyString() - Method in class com.nulabinc.backlog4j.api.option.UpdatePullRequestParams
 
getProjectIdOrKeyString() - Method in class com.nulabinc.backlog4j.api.option.UpdateStatusParams
 
getProjectIdOrKeyString() - Method in class com.nulabinc.backlog4j.api.option.UpdateVersionParams
 
getProjectIdOrKeyString() - Method in class com.nulabinc.backlog4j.api.option.UpdateWebhookParams
 
getProjectKey() - Method in class com.nulabinc.backlog4j.internal.json.ProjectJSONImpl
 
getProjectKey() - Method in interface com.nulabinc.backlog4j.Project
 
getProjects() - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Returns all the projects.
getProjects() - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getProjectUsers(Object) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Returns the users in the project.
getProjectUsers(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getPullRequest(Object, Object, Object) - Method in interface com.nulabinc.backlog4j.api.PullRequestMethods
Returns the pull request.
getPullRequest(Object, Object, Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getPullRequest() - Method in class com.nulabinc.backlog4j.internal.json.NotificationJSONImpl
 
getPullRequest() - Method in interface com.nulabinc.backlog4j.Notification
 
getPullRequestAttachmentEndpoint(Object, Object, Object, Object) - Method in class com.nulabinc.backlog4j.BacklogEndPointSupport
Returns the endpoint of attachment file.
getPullRequestAttachments(Object, Object, Object) - Method in interface com.nulabinc.backlog4j.api.PullRequestMethods
Returns the pull request attachment list.
getPullRequestAttachments(Object, Object, Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getPullRequestComment() - Method in class com.nulabinc.backlog4j.internal.json.NotificationJSONImpl
 
getPullRequestComment() - Method in interface com.nulabinc.backlog4j.Notification
 
getPullRequestCommentCount(Object, Object, Object) - Method in interface com.nulabinc.backlog4j.api.PullRequestMethods
Returns the pull request comment count.
getPullRequestCommentCount(Object, Object, Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getPullRequestComments(Object, Object, Object, QueryParams) - Method in interface com.nulabinc.backlog4j.api.PullRequestMethods
Returns the comments of pull requests.
getPullRequestComments(Object, Object, Object, QueryParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getPullRequestCommentUrl(Project, Repository, PullRequest, PullRequestComment) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getPullRequestCount(Object, Object) - Method in interface com.nulabinc.backlog4j.api.PullRequestMethods
Returns the count of the pull requests.
getPullRequestCount(Object, Object, PullRequestQueryParams) - Method in interface com.nulabinc.backlog4j.api.PullRequestMethods
Returns the count of the pull requests.
getPullRequestCount(Object, Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getPullRequestCount(Object, Object, PullRequestQueryParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getPullRequests(Object, Object) - Method in interface com.nulabinc.backlog4j.api.PullRequestMethods
Returns the pull requests of the repository.
getPullRequests(Object, Object, PullRequestQueryParams) - Method in interface com.nulabinc.backlog4j.api.PullRequestMethods
Returns the pull requests of the repository.
getPullRequests(Object, Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getPullRequests(Object, Object, PullRequestQueryParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getPullRequestUrl(Project, Repository, PullRequest) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getPushedAt() - Method in class com.nulabinc.backlog4j.internal.json.RepositoryJSONImpl
 
getPushedAt() - Method in interface com.nulabinc.backlog4j.Repository
 
getRateLimitReset() - Method in interface com.nulabinc.backlog4j.http.BacklogHttpResponse
 
getRateLimitReset() - Method in class com.nulabinc.backlog4j.http.BacklogHttpResponseImpl
 
getRateLimitResetDate() - Method in interface com.nulabinc.backlog4j.http.BacklogHttpResponse
 
getRateLimitResetDate() - Method in class com.nulabinc.backlog4j.http.BacklogHttpResponseImpl
 
getReadTimeout() - Method in class com.nulabinc.backlog4j.conf.BacklogConfigure
 
getReason() - Method in class com.nulabinc.backlog4j.internal.json.NotificationJSONImpl
 
getReason() - Method in interface com.nulabinc.backlog4j.Notification
 
getRecentlyViewedIssues() - Method in interface com.nulabinc.backlog4j.api.UserMethods
Returns the recently viewed issues
getRecentlyViewedIssues(OffsetParams) - Method in interface com.nulabinc.backlog4j.api.UserMethods
Returns the recently viewed issues
getRecentlyViewedIssues() - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getRecentlyViewedIssues(OffsetParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getRecentlyViewedProjects() - Method in interface com.nulabinc.backlog4j.api.UserMethods
Returns the recently viewed projects
getRecentlyViewedProjects(OffsetParams) - Method in interface com.nulabinc.backlog4j.api.UserMethods
Returns the recently viewed projects
getRecentlyViewedProjects() - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getRecentlyViewedProjects(OffsetParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getRecentlyViewedWikis() - Method in interface com.nulabinc.backlog4j.api.UserMethods
Returns the recently viewed wikis
getRecentlyViewedWikis(OffsetParams) - Method in interface com.nulabinc.backlog4j.api.UserMethods
Returns the recently viewed wikis
getRecentlyViewedWikis() - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getRecentlyViewedWikis(OffsetParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getRef() - Method in class com.nulabinc.backlog4j.internal.json.activities.GitPushedContent
 
getRefresh() - Method in class com.nulabinc.backlog4j.auth.AccessToken
 
getRefresh() - Method in class com.nulabinc.backlog4j.internal.json.auth.AccessTokenJSONImpl
 
getReleaseDueDate() - Method in class com.nulabinc.backlog4j.internal.json.MilestoneJSONImpl
 
getReleaseDueDate() - Method in class com.nulabinc.backlog4j.internal.json.VersionJSONImpl
 
getReleaseDueDate() - Method in interface com.nulabinc.backlog4j.Milestone
 
getReleaseDueDate() - Method in interface com.nulabinc.backlog4j.Version
 
getRemainder() - Method in class com.nulabinc.backlog4j.internal.http.MimeHelper.HeaderTokenizer
 
getRepoIdOrName() - Method in class com.nulabinc.backlog4j.api.option.AddPullRequestCommentParams
 
getRepoIdOrName() - Method in class com.nulabinc.backlog4j.api.option.UpdatePullRequestCommentParams
 
getRepoIdOrNameString() - Method in class com.nulabinc.backlog4j.api.option.AddPullRequestParams
 
getRepoIdOrNameString() - Method in class com.nulabinc.backlog4j.api.option.UpdatePullRequestParams
 
getReportSendTime() - Method in class com.nulabinc.backlog4j.internal.json.SpaceJSONImpl
 
getReportSendTime() - Method in interface com.nulabinc.backlog4j.Space
 
GetRepositoriesParams - Class in com.nulabinc.backlog4j.api.option
Parameters for get repositories API.
GetRepositoriesParams(long) - Constructor for class com.nulabinc.backlog4j.api.option.GetRepositoriesParams
 
GetRepositoriesParams(String) - Constructor for class com.nulabinc.backlog4j.api.option.GetRepositoriesParams
 
getRepository() - Method in class com.nulabinc.backlog4j.internal.json.activities.GitPushedContent
 
getRepository() - Method in class com.nulabinc.backlog4j.internal.json.activities.GitRepositoryCreatedContent
 
getRepository() - Method in class com.nulabinc.backlog4j.internal.json.activities.PullRequestContent
 
getRepositoryId() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestJSONImpl
 
getRepositoryId() - Method in interface com.nulabinc.backlog4j.PullRequest
 
getRepositoryIdAsString() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestJSONImpl
 
getRepositoryIdAsString() - Method in interface com.nulabinc.backlog4j.PullRequest
 
getResolution() - Method in class com.nulabinc.backlog4j.internal.json.IssueJSONImpl
 
getResolution() - Method in interface com.nulabinc.backlog4j.Issue
 
getResolutions() - Method in interface com.nulabinc.backlog4j.api.ResolutionMethods
Returns the resolutions.
getResolutions() - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getResolutionType() - Method in class com.nulabinc.backlog4j.internal.json.ResolutionJSONImpl
 
getResolutionType() - Method in interface com.nulabinc.backlog4j.Resolution
 
getRestBaseURL() - Method in class com.nulabinc.backlog4j.conf.BacklogComConfigure
 
getRestBaseURL() - Method in class com.nulabinc.backlog4j.conf.BacklogConfigure
 
getRestBaseURL() - Method in class com.nulabinc.backlog4j.conf.BacklogJpConfigure
 
getRestBaseURL() - Method in class com.nulabinc.backlog4j.conf.BacklogPackageConfigure
 
getRestBaseURL() - Method in class com.nulabinc.backlog4j.conf.BacklogToolConfigure
 
getRev() - Method in class com.nulabinc.backlog4j.internal.json.activities.SvnCommittedContent
 
getRev() - Method in class com.nulabinc.backlog4j.internal.json.RevisionJSONImpl
 
getRev() - Method in interface com.nulabinc.backlog4j.Revision
 
getRevisionCount() - Method in class com.nulabinc.backlog4j.internal.json.activities.GitPushedContent
 
getRevisions() - Method in class com.nulabinc.backlog4j.internal.json.activities.GitPushedContent
 
getRevisionType() - Method in class com.nulabinc.backlog4j.internal.json.activities.GitPushedContent
 
getRoleType() - Method in class com.nulabinc.backlog4j.internal.json.UserJSONImpl
 
getRoleType() - Method in interface com.nulabinc.backlog4j.User
 
getSender() - Method in class com.nulabinc.backlog4j.internal.json.NotificationJSONImpl
 
getSender() - Method in interface com.nulabinc.backlog4j.Notification
 
getSharedFileEndpoint(Object, Object) - Method in class com.nulabinc.backlog4j.BacklogEndPointSupport
Returns the endpoint of shared file.
getSharedFiles(Object, String) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Returns the shared files in the project.
getSharedFiles(Object, String, QueryParams) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Returns the shared files in the project.
getSharedFiles(Object, String) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getSharedFiles(Object, String, QueryParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getSharedFiles() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueCommentedContent
 
getSharedFiles() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueCreatedContent
 
getSharedFiles() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueUpdatedContent
 
getSharedFiles() - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiCreatedContent
 
getSharedFiles() - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiDeletedContent
 
getSharedFiles() - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiUpdatedContent
 
getSharedFiles() - Method in class com.nulabinc.backlog4j.internal.json.IssueJSONImpl
 
getSharedFiles() - Method in class com.nulabinc.backlog4j.internal.json.WikiJSONImpl
 
getSharedFiles() - Method in interface com.nulabinc.backlog4j.Issue
 
getSharedFiles() - Method in interface com.nulabinc.backlog4j.Wiki
 
getShift() - Method in class com.nulabinc.backlog4j.internal.json.customFields.DateValueSetting
 
getSize() - Method in interface com.nulabinc.backlog4j.Attachment
 
getSize() - Method in class com.nulabinc.backlog4j.internal.json.activities.FileAddedContent
 
getSize() - Method in class com.nulabinc.backlog4j.internal.json.activities.FileDeletedContent
 
getSize() - Method in class com.nulabinc.backlog4j.internal.json.activities.FileUpdatedContent
 
getSize() - Method in class com.nulabinc.backlog4j.internal.json.AttachmentJSONImpl
 
getSize() - Method in class com.nulabinc.backlog4j.internal.json.SharedFileJSONImpl
 
getSize() - Method in interface com.nulabinc.backlog4j.PostedAttachment
 
getSize() - Method in interface com.nulabinc.backlog4j.SharedFile
 
getSort() - Method in class com.nulabinc.backlog4j.api.option.GetWikisParams
 
getSpace() - Method in interface com.nulabinc.backlog4j.api.SpaceMethods
Returns the Space.
getSpace() - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getSpaceActivities() - Method in interface com.nulabinc.backlog4j.api.SpaceMethods
Returns the activities in the space.
getSpaceActivities(ActivityQueryParams) - Method in interface com.nulabinc.backlog4j.api.SpaceMethods
Returns the activities in the space.
getSpaceActivities() - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getSpaceActivities(ActivityQueryParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getSpaceDiskUsage() - Method in interface com.nulabinc.backlog4j.api.SpaceMethods
Returns the disk usage of the project.
getSpaceDiskUsage() - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getSpaceIcon() - Method in interface com.nulabinc.backlog4j.api.SpaceMethods
Returns the space icon.
getSpaceIcon() - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getSpaceIconEndpoint() - Method in class com.nulabinc.backlog4j.BacklogEndPointSupport
Returns the endpoint of space icon.
getSpaceKey() - Method in class com.nulabinc.backlog4j.internal.json.SpaceJSONImpl
 
getSpaceKey() - Method in interface com.nulabinc.backlog4j.Space
 
getSpaceNotification() - Method in interface com.nulabinc.backlog4j.api.SpaceMethods
Returns the space information.
getSpaceNotification() - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getSshUrl() - Method in class com.nulabinc.backlog4j.internal.json.RepositoryJSONImpl
 
getSshUrl() - Method in interface com.nulabinc.backlog4j.Repository
 
getStars() - Method in class com.nulabinc.backlog4j.internal.json.IssueCommentJSONImpl
 
getStars() - Method in class com.nulabinc.backlog4j.internal.json.IssueJSONImpl
 
getStars() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestCommentJSONImpl
 
getStars() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestJSONImpl
 
getStars() - Method in class com.nulabinc.backlog4j.internal.json.WikiJSONImpl
 
getStars() - Method in interface com.nulabinc.backlog4j.Issue
 
getStars() - Method in interface com.nulabinc.backlog4j.IssueComment
 
getStars() - Method in interface com.nulabinc.backlog4j.PullRequest
 
getStars() - Method in interface com.nulabinc.backlog4j.PullRequestComment
 
getStars() - Method in interface com.nulabinc.backlog4j.Wiki
 
GetStarsParams - Class in com.nulabinc.backlog4j.api.option
Parameters for get stars API.
GetStarsParams() - Constructor for class com.nulabinc.backlog4j.api.option.GetStarsParams
 
getStartDate() - Method in class com.nulabinc.backlog4j.internal.json.IssueJSONImpl
 
getStartDate() - Method in class com.nulabinc.backlog4j.internal.json.MilestoneJSONImpl
 
getStartDate() - Method in class com.nulabinc.backlog4j.internal.json.VersionJSONImpl
 
getStartDate() - Method in interface com.nulabinc.backlog4j.Issue
 
getStartDate() - Method in interface com.nulabinc.backlog4j.Milestone
 
getStartDate() - Method in interface com.nulabinc.backlog4j.Version
 
getStatus() - Method in class com.nulabinc.backlog4j.internal.json.IssueJSONImpl
 
getStatus() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestJSONImpl
 
getStatus() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestStatusJSONImpl
 
getStatus() - Method in interface com.nulabinc.backlog4j.Issue
 
getStatus() - Method in interface com.nulabinc.backlog4j.PullRequest
 
getStatus() - Method in interface com.nulabinc.backlog4j.PullRequestStatus
 
getStatusCode() - Method in exception com.nulabinc.backlog4j.BacklogAPIException
 
getStatusCode() - Method in exception com.nulabinc.backlog4j.BacklogAuthException
 
getStatusCode() - Method in exception com.nulabinc.backlog4j.BacklogException
 
getStatusCode() - Method in interface com.nulabinc.backlog4j.http.BacklogHttpResponse
 
getStatusCode() - Method in class com.nulabinc.backlog4j.http.BacklogHttpResponseImpl
 
getStatuses(Object) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Returns the issue statuses in the project.
getStatuses() - Method in interface com.nulabinc.backlog4j.api.StatusMethods
Returns the statuses.
getStatuses(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getStatuses() - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getStatusId() - Method in class com.nulabinc.backlog4j.api.option.UpdateStatusParams
 
getStatusType() - Method in class com.nulabinc.backlog4j.internal.json.StatusJSONImpl
 
getStatusType() - Method in interface com.nulabinc.backlog4j.Status
 
getStrValue() - Method in enum com.nulabinc.backlog4j.api.option.GetIssuesParams.Order
 
getStrValue() - Method in enum com.nulabinc.backlog4j.api.option.GetIssuesParams.SortKey
 
getStrValue() - Method in enum com.nulabinc.backlog4j.api.option.GetWikisParams.Order
 
getStrValue() - Method in enum com.nulabinc.backlog4j.api.option.GetWikisParams.SortKey
 
getStrValue() - Method in enum com.nulabinc.backlog4j.api.option.OffsetParams.Order
 
getStrValue() - Method in enum com.nulabinc.backlog4j.api.option.QueryParams.Order
 
getStrValue() - Method in enum com.nulabinc.backlog4j.Project.CustomStatusColor
 
getStrValue() - Method in enum com.nulabinc.backlog4j.Project.IssueTypeColor
 
getStrValue() - Method in enum com.nulabinc.backlog4j.Project.TextFormattingRule
 
getSubversion() - Method in interface com.nulabinc.backlog4j.DiskUsage
 
getSubversion() - Method in interface com.nulabinc.backlog4j.DiskUsageDetail
 
getSubversion() - Method in class com.nulabinc.backlog4j.internal.json.DiskUsageDetailJSONImpl
 
getSubversion() - Method in class com.nulabinc.backlog4j.internal.json.DiskUsageJSONImpl
 
getSummary() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueCommentedContent
 
getSummary() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueCreatedContent
 
getSummary() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueUpdatedContent
 
getSummary() - Method in class com.nulabinc.backlog4j.internal.json.activities.PullRequestContent
 
getSummary() - Method in class com.nulabinc.backlog4j.internal.json.IssueJSONImpl
 
getSummary() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestJSONImpl
 
getSummary() - Method in interface com.nulabinc.backlog4j.Issue
 
getSummary() - Method in interface com.nulabinc.backlog4j.PullRequest
 
getTags() - Method in class com.nulabinc.backlog4j.internal.json.WikiJSONImpl
 
getTags() - Method in interface com.nulabinc.backlog4j.Wiki
 
getTemplateDescription() - Method in class com.nulabinc.backlog4j.internal.json.IssueTypeJSONImpl
 
getTemplateDescription() - Method in interface com.nulabinc.backlog4j.IssueType
 
getTemplateSummary() - Method in class com.nulabinc.backlog4j.internal.json.IssueTypeJSONImpl
 
getTemplateSummary() - Method in interface com.nulabinc.backlog4j.IssueType
 
getTextFormattingRule() - Method in class com.nulabinc.backlog4j.internal.json.ProjectJSONImpl
 
getTextFormattingRule() - Method in class com.nulabinc.backlog4j.internal.json.SpaceJSONImpl
 
getTextFormattingRule() - Method in interface com.nulabinc.backlog4j.Project
 
getTextFormattingRule() - Method in interface com.nulabinc.backlog4j.Space
 
getTimezone() - Method in class com.nulabinc.backlog4j.internal.json.SpaceJSONImpl
 
getTimezone() - Method in interface com.nulabinc.backlog4j.Space
 
getTitle() - Method in class com.nulabinc.backlog4j.internal.json.LinkJSONImpl
 
getTitle() - Method in class com.nulabinc.backlog4j.internal.json.StarJSONImpl
 
getTitle() - Method in interface com.nulabinc.backlog4j.Link
 
getTitle() - Method in interface com.nulabinc.backlog4j.Star
 
getToken() - Method in class com.nulabinc.backlog4j.auth.AccessToken
 
getToken() - Method in class com.nulabinc.backlog4j.internal.json.auth.AccessTokenJSONImpl
 
getTxId() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueMultiUpdatedContent
 
getType() - Method in interface com.nulabinc.backlog4j.Activity
 
getType() - Method in class com.nulabinc.backlog4j.auth.AccessToken
 
getType() - Method in interface com.nulabinc.backlog4j.Change
 
getType() - Method in interface com.nulabinc.backlog4j.GroupProjectActivity
 
getType() - Method in class com.nulabinc.backlog4j.internal.http.MimeHelper.Token
 
getType() - Method in class com.nulabinc.backlog4j.internal.json.activities.FileAddedActivity
 
getType() - Method in class com.nulabinc.backlog4j.internal.json.activities.FileDeletedActivity
 
getType() - Method in class com.nulabinc.backlog4j.internal.json.activities.FileUpdatedActivity
 
getType() - Method in class com.nulabinc.backlog4j.internal.json.activities.GitPushedActivity
 
getType() - Method in class com.nulabinc.backlog4j.internal.json.activities.GitRepositoryCreatedActivity
 
getType() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueCommentedActivity
 
getType() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueCreatedActivity
 
getType() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueDeletedActivity
 
getType() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueMultiUpdatedActivity
 
getType() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueUpdatedActivity
 
getType() - Method in class com.nulabinc.backlog4j.internal.json.activities.NotificationAddedActivity
 
getType() - Method in class com.nulabinc.backlog4j.internal.json.activities.ProjectUserAddedActivity
 
getType() - Method in class com.nulabinc.backlog4j.internal.json.activities.ProjectUserRemovedActivity
 
getType() - Method in class com.nulabinc.backlog4j.internal.json.activities.PullRequestAddedActivity
 
getType() - Method in class com.nulabinc.backlog4j.internal.json.activities.PullRequestCommentedActivity
 
getType() - Method in class com.nulabinc.backlog4j.internal.json.activities.PullRequestUpdatedActivity
 
getType() - Method in class com.nulabinc.backlog4j.internal.json.activities.SvnCommittedActivity
 
getType() - Method in class com.nulabinc.backlog4j.internal.json.activities.UndefinedActivity
 
getType() - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiCreatedActivity
 
getType() - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiDeletedActivity
 
getType() - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiUpdatedActivity
 
getType() - Method in class com.nulabinc.backlog4j.internal.json.auth.AccessTokenJSONImpl
 
getType() - Method in class com.nulabinc.backlog4j.internal.json.ChangeJSONImpl
 
getType() - Method in class com.nulabinc.backlog4j.internal.json.GroupProjectActivityJSONImpl
 
getType() - Method in class com.nulabinc.backlog4j.internal.json.NotificationInfoJSONImpl
 
getType() - Method in class com.nulabinc.backlog4j.internal.json.SharedFileJSONImpl
 
getType() - Method in class com.nulabinc.backlog4j.internal.json.WatchJSONImpl
 
getType() - Method in interface com.nulabinc.backlog4j.NotificationInfo
 
getType() - Method in interface com.nulabinc.backlog4j.SharedFile
 
getType() - Method in interface com.nulabinc.backlog4j.Watch
 
getTypeId() - Method in interface com.nulabinc.backlog4j.AttributeInfo
 
getTypeId() - Method in class com.nulabinc.backlog4j.internal.json.AttributeInfoJSONImpl
 
getUnit() - Method in class com.nulabinc.backlog4j.internal.json.customFields.NumericCustomFieldSetting
 
getUpdated() - Method in interface com.nulabinc.backlog4j.Group
 
getUpdated() - Method in class com.nulabinc.backlog4j.internal.json.GroupJSONImpl
 
getUpdated() - Method in class com.nulabinc.backlog4j.internal.json.IssueCommentJSONImpl
 
getUpdated() - Method in class com.nulabinc.backlog4j.internal.json.IssueJSONImpl
 
getUpdated() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestCommentJSONImpl
 
getUpdated() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestJSONImpl
 
getUpdated() - Method in class com.nulabinc.backlog4j.internal.json.RepositoryJSONImpl
 
getUpdated() - Method in class com.nulabinc.backlog4j.internal.json.SharedFileJSONImpl
 
getUpdated() - Method in class com.nulabinc.backlog4j.internal.json.SpaceJSONImpl
 
getUpdated() - Method in class com.nulabinc.backlog4j.internal.json.SpaceNotificationJSONImpl
 
getUpdated() - Method in class com.nulabinc.backlog4j.internal.json.ViewedIssueJSONImpl
 
getUpdated() - Method in class com.nulabinc.backlog4j.internal.json.ViewedProjectJSONImpl
 
getUpdated() - Method in class com.nulabinc.backlog4j.internal.json.ViewedWikiJSONImpl
 
getUpdated() - Method in class com.nulabinc.backlog4j.internal.json.WatchJSONImpl
 
getUpdated() - Method in class com.nulabinc.backlog4j.internal.json.WebhookJSONImpl
 
getUpdated() - Method in class com.nulabinc.backlog4j.internal.json.WikiHistoryJSONImpl
 
getUpdated() - Method in class com.nulabinc.backlog4j.internal.json.WikiJSONImpl
 
getUpdated() - Method in interface com.nulabinc.backlog4j.Issue
 
getUpdated() - Method in interface com.nulabinc.backlog4j.IssueComment
 
getUpdated() - Method in interface com.nulabinc.backlog4j.PullRequest
 
getUpdated() - Method in interface com.nulabinc.backlog4j.PullRequestComment
 
getUpdated() - Method in interface com.nulabinc.backlog4j.Repository
 
getUpdated() - Method in interface com.nulabinc.backlog4j.SharedFile
 
getUpdated() - Method in interface com.nulabinc.backlog4j.Space
 
getUpdated() - Method in interface com.nulabinc.backlog4j.SpaceNotification
 
getUpdated() - Method in interface com.nulabinc.backlog4j.ViewedIssue
 
getUpdated() - Method in interface com.nulabinc.backlog4j.ViewedProject
 
getUpdated() - Method in interface com.nulabinc.backlog4j.ViewedWiki
 
getUpdated() - Method in interface com.nulabinc.backlog4j.Watch
 
getUpdated() - Method in interface com.nulabinc.backlog4j.Webhook
 
getUpdated() - Method in interface com.nulabinc.backlog4j.Wiki
 
getUpdated() - Method in interface com.nulabinc.backlog4j.WikiHistory
 
getUpdatedUser() - Method in interface com.nulabinc.backlog4j.Group
 
getUpdatedUser() - Method in class com.nulabinc.backlog4j.internal.json.GroupJSONImpl
 
getUpdatedUser() - Method in class com.nulabinc.backlog4j.internal.json.IssueJSONImpl
 
getUpdatedUser() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestJSONImpl
 
getUpdatedUser() - Method in class com.nulabinc.backlog4j.internal.json.RepositoryJSONImpl
 
getUpdatedUser() - Method in class com.nulabinc.backlog4j.internal.json.SharedFileJSONImpl
 
getUpdatedUser() - Method in class com.nulabinc.backlog4j.internal.json.WebhookJSONImpl
 
getUpdatedUser() - Method in class com.nulabinc.backlog4j.internal.json.WikiHistoryJSONImpl
 
getUpdatedUser() - Method in class com.nulabinc.backlog4j.internal.json.WikiJSONImpl
 
getUpdatedUser() - Method in interface com.nulabinc.backlog4j.Issue
 
getUpdatedUser() - Method in interface com.nulabinc.backlog4j.PullRequest
 
getUpdatedUser() - Method in interface com.nulabinc.backlog4j.Repository
 
getUpdatedUser() - Method in interface com.nulabinc.backlog4j.SharedFile
 
getUpdatedUser() - Method in interface com.nulabinc.backlog4j.Webhook
 
getUpdatedUser() - Method in interface com.nulabinc.backlog4j.Wiki
 
getUpdatedUser() - Method in interface com.nulabinc.backlog4j.WikiHistory
 
getUrl() - Method in class com.nulabinc.backlog4j.internal.json.StarJSONImpl
 
getUrl() - Method in interface com.nulabinc.backlog4j.Star
 
getUseDevAttributes() - Method in class com.nulabinc.backlog4j.internal.json.ProjectJSONImpl
 
getUseDevAttributes() - Method in interface com.nulabinc.backlog4j.Project
 
getUser(Object) - Method in interface com.nulabinc.backlog4j.api.UserMethods
Returns the user in the space.
getUser(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getUser() - Method in class com.nulabinc.backlog4j.internal.json.NotificationJSONImpl
 
getUser() - Method in interface com.nulabinc.backlog4j.Notification
 
getUserActivities(Object) - Method in interface com.nulabinc.backlog4j.api.UserMethods
Returns the user recently updates
getUserActivities(Object, ActivityQueryParams) - Method in interface com.nulabinc.backlog4j.api.UserMethods
Returns the user recently updates
getUserActivities(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getUserActivities(Object, ActivityQueryParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getUserAgent() - Method in interface com.nulabinc.backlog4j.http.BacklogHttpClient
 
getUserAgent() - Method in class com.nulabinc.backlog4j.http.BacklogHttpClientImpl
 
getUserIcon(Object) - Method in interface com.nulabinc.backlog4j.api.UserMethods
Returns the user icon.
getUserIcon(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getUserIconEndpoint(Object) - Method in class com.nulabinc.backlog4j.BacklogEndPointSupport
Returns the endpoint of user icon.
getUserId() - Method in class com.nulabinc.backlog4j.internal.json.UserJSONImpl
 
getUserId() - Method in interface com.nulabinc.backlog4j.User
 
getUsers() - Method in interface com.nulabinc.backlog4j.api.UserMethods
Returns all the users in the space.
getUsers() - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getUsers() - Method in class com.nulabinc.backlog4j.internal.json.activities.ProjectUserAddedContent
 
getUsers() - Method in class com.nulabinc.backlog4j.internal.json.activities.ProjectUserRemovedContent
 
getUserStarCount(Object, GetStarsParams) - Method in interface com.nulabinc.backlog4j.api.UserMethods
Returns the received star count
getUserStarCount(Object, GetStarsParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getUserStars(Object) - Method in interface com.nulabinc.backlog4j.api.UserMethods
Returns the received stars
getUserStars(Object, QueryParams) - Method in interface com.nulabinc.backlog4j.api.UserMethods
Returns the received stars
getUserStars(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getUserStars(Object, QueryParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getUserWatchCount(Object, GetWatchesParams) - Method in interface com.nulabinc.backlog4j.api.UserMethods
Returns the received watch count
getUserWatchCount(Object, GetWatchesParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getUserWatches(Object) - Method in interface com.nulabinc.backlog4j.api.UserMethods
Returns the received watchings
getUserWatches(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getValue() - Method in class com.nulabinc.backlog4j.http.NameValuePair
 
getValue() - Method in class com.nulabinc.backlog4j.internal.http.MimeHelper.Token
 
getValue() - Method in class com.nulabinc.backlog4j.internal.json.customFields.CheckBoxCustomField
 
getValue() - Method in class com.nulabinc.backlog4j.internal.json.customFields.DateCustomField
 
getValue() - Method in class com.nulabinc.backlog4j.internal.json.customFields.MultipleListCustomField
 
getValue() - Method in class com.nulabinc.backlog4j.internal.json.customFields.NumericCustomField
 
getValue() - Method in class com.nulabinc.backlog4j.internal.json.customFields.RadioCustomField
 
getValue() - Method in class com.nulabinc.backlog4j.internal.json.customFields.SingleListCustomField
 
getValue() - Method in class com.nulabinc.backlog4j.internal.json.customFields.TextAreaCustomField
 
getValue() - Method in class com.nulabinc.backlog4j.internal.json.customFields.TextCustomField
 
getVersion() - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiCreatedContent
 
getVersion() - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiDeletedContent
 
getVersion() - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiUpdatedContent
 
getVersion() - Method in class com.nulabinc.backlog4j.internal.json.WikiHistoryJSONImpl
 
getVersion() - Method in interface com.nulabinc.backlog4j.WikiHistory
 
getVersionId() - Method in class com.nulabinc.backlog4j.api.option.UpdateMilestoneParams
 
getVersionId() - Method in class com.nulabinc.backlog4j.api.option.UpdateVersionParams
 
getVersions(Object) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Returns the versions in the project.
getVersions(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getVersions() - Method in class com.nulabinc.backlog4j.internal.json.IssueJSONImpl
 
getVersions() - Method in interface com.nulabinc.backlog4j.Issue
 
getWatch(Long) - Method in interface com.nulabinc.backlog4j.api.WatchingMethods
Returns the Watch.
getWatch(Long) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
GetWatchesParams - Class in com.nulabinc.backlog4j.api.option
Parameters for get watch API.
GetWatchesParams() - Constructor for class com.nulabinc.backlog4j.api.option.GetWatchesParams
 
getWatchingIdString() - Method in class com.nulabinc.backlog4j.api.option.UpdateWatchParams
 
getWebAppBaseURL() - Method in class com.nulabinc.backlog4j.conf.BacklogComConfigure
 
getWebAppBaseURL() - Method in class com.nulabinc.backlog4j.conf.BacklogConfigure
 
getWebAppBaseURL() - Method in class com.nulabinc.backlog4j.conf.BacklogJpConfigure
 
getWebAppBaseURL() - Method in class com.nulabinc.backlog4j.conf.BacklogPackageConfigure
 
getWebAppBaseURL() - Method in class com.nulabinc.backlog4j.conf.BacklogToolConfigure
 
getWebhook(Object, Object) - Method in interface com.nulabinc.backlog4j.api.WebhookMethods
Returns the webhook.
getWebhook(Object, Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getWebhookId() - Method in class com.nulabinc.backlog4j.api.option.UpdateWebhookParams
 
getWebhooks(Object) - Method in interface com.nulabinc.backlog4j.api.WebhookMethods
Returns all the webhooks.
getWebhooks(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getWiki(Object) - Method in interface com.nulabinc.backlog4j.api.WikiMethods
Returns the Wiki page.
getWiki(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getWiki() - Method in interface com.nulabinc.backlog4j.DiskUsage
 
getWiki() - Method in interface com.nulabinc.backlog4j.DiskUsageDetail
 
getWiki() - Method in class com.nulabinc.backlog4j.internal.json.DiskUsageDetailJSONImpl
 
getWiki() - Method in class com.nulabinc.backlog4j.internal.json.DiskUsageJSONImpl
 
getWikiAttachmentEndpoint(Object, Object) - Method in class com.nulabinc.backlog4j.BacklogEndPointSupport
Returns the endpoint of Wiki page's attachment file.
getWikiAttachments(Object) - Method in interface com.nulabinc.backlog4j.api.WikiMethods
Returns the Wiki page's attachment files.
getWikiAttachments(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getWikiCount(Object) - Method in interface com.nulabinc.backlog4j.api.WikiMethods
Returns Wiki pages count.
getWikiCount(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getWikiHistories(Object) - Method in interface com.nulabinc.backlog4j.api.WikiMethods
Returns history of the Wiki page.
getWikiHistories(Object, QueryParams) - Method in interface com.nulabinc.backlog4j.api.WikiMethods
Returns history of the Wiki page.
getWikiHistories(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getWikiHistories(Object, QueryParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getWikiId() - Method in class com.nulabinc.backlog4j.api.option.AddWikiAttachmentParams
 
getWikiId() - Method in class com.nulabinc.backlog4j.api.option.UpdateWikiParams
 
getWikis(Object) - Method in interface com.nulabinc.backlog4j.api.WikiMethods
Returns Wiki pages in the project.
getWikis(GetWikisParams) - Method in interface com.nulabinc.backlog4j.api.WikiMethods
Returns Wiki pages in the project.
getWikis(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getWikis(GetWikisParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getWikiSharedFiles(Object) - Method in interface com.nulabinc.backlog4j.api.WikiMethods
Returns the Wiki page's shared files.
getWikiSharedFiles(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
GetWikisParams - Class in com.nulabinc.backlog4j.api.option
Parameters for get wiki page API.
GetWikisParams(Object) - Constructor for class com.nulabinc.backlog4j.api.option.GetWikisParams
 
GetWikisParams.Order - Enum in com.nulabinc.backlog4j.api.option
 
GetWikisParams.SortKey - Enum in com.nulabinc.backlog4j.api.option
 
getWikiStars(Object) - Method in interface com.nulabinc.backlog4j.api.WikiMethods
Returns list of stars received on the Wiki page.
getWikiStars(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
getWikiTags(Object) - Method in interface com.nulabinc.backlog4j.api.WikiMethods
Returns Wiki page's tags in the project.
getWikiTags(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
GetWikiTagsParams - Class in com.nulabinc.backlog4j.api.option
Parameters for get wiki page's tag API.
GetWikiTagsParams(Object) - Constructor for class com.nulabinc.backlog4j.api.option.GetWikiTagsParams
 
getWikiUrl(Project, Wiki) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
GitMethods - Interface in com.nulabinc.backlog4j.api
Executes Backlog Git APIs.
GitPushedActivity - Class in com.nulabinc.backlog4j.internal.json.activities
 
GitPushedActivity() - Constructor for class com.nulabinc.backlog4j.internal.json.activities.GitPushedActivity
 
GitPushedContent - Class in com.nulabinc.backlog4j.internal.json.activities
 
GitPushedContent() - Constructor for class com.nulabinc.backlog4j.internal.json.activities.GitPushedContent
 
GitRepositoryCreatedActivity - Class in com.nulabinc.backlog4j.internal.json.activities
 
GitRepositoryCreatedActivity() - Constructor for class com.nulabinc.backlog4j.internal.json.activities.GitRepositoryCreatedActivity
 
GitRepositoryCreatedContent - Class in com.nulabinc.backlog4j.internal.json.activities
 
GitRepositoryCreatedContent() - Constructor for class com.nulabinc.backlog4j.internal.json.activities.GitRepositoryCreatedContent
 
Group - Interface in com.nulabinc.backlog4j
The interface for Backlog group data.
GroupJSONImpl - Class in com.nulabinc.backlog4j.internal.json
 
GroupJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.GroupJSONImpl
 
GroupMethods - Interface in com.nulabinc.backlog4j.api
Executes Backlog Group APIs.
GroupProjectActivity - Interface in com.nulabinc.backlog4j
The interface for Backlog group project activity data.
GroupProjectActivityJSONImpl - Class in com.nulabinc.backlog4j.internal.json
 
GroupProjectActivityJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.GroupProjectActivityJSONImpl
 

H

hashCode() - Method in class com.nulabinc.backlog4j.internal.json.activities.ActivityJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.activities.FileAddedActivity
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.activities.FileAddedContent
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.activities.FileDeletedActivity
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.activities.FileDeletedContent
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.activities.FileUpdatedActivity
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.activities.FileUpdatedContent
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.activities.GitPushedActivity
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.activities.GitPushedContent
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.activities.GitRepositoryCreatedActivity
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.activities.GitRepositoryCreatedContent
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueCommentedActivity
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueCommentedContent
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueCreatedActivity
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueCreatedContent
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueDeletedActivity
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueDeletedContent
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueMultiUpdatedActivity
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueMultiUpdatedContent
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueUpdatedActivity
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueUpdatedContent
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.activities.NotificationAddedActivity
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.activities.ProjectUserAddedActivity
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.activities.ProjectUserAddedContent
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.activities.ProjectUserRemovedActivity
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.activities.ProjectUserRemovedContent
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.activities.PullRequestAddedActivity
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.activities.PullRequestCommentedActivity
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.activities.PullRequestContent
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.activities.PullRequestUpdatedActivity
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.activities.SvnCommittedActivity
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.activities.SvnCommittedContent
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiCreatedActivity
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiCreatedContent
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiDeletedActivity
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiDeletedContent
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiUpdatedActivity
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiUpdatedContent
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.AttachmentInfoJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.AttachmentJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.AttributeInfoJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.auth.AccessTokenJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.CategoryJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.ChangeJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.ChangeLogJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.CommentJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.CountJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.customFields.CheckBoxCustomField
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.customFields.CheckBoxCustomFieldSetting
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.customFields.CustomFieldJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.customFields.CustomFieldSettingJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.customFields.DateCustomField
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.customFields.DateCustomFieldSetting
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.customFields.DateValueSetting
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.customFields.ListItem
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.customFields.ListItemSetting
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.customFields.MultipleListCustomField
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.customFields.MultipleListCustomFieldSetting
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.customFields.NumericCustomField
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.customFields.NumericCustomFieldSetting
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.customFields.RadioCustomField
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.customFields.RadioCustomFieldSetting
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.customFields.SingleListCustomField
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.customFields.SingleListCustomFieldSetting
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.customFields.TextAreaCustomField
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.customFields.TextAreaCustomFieldSetting
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.customFields.TextCustomField
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.customFields.TextCustomFieldSetting
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.DiskUsageDetailJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.DiskUsageJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.GroupJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.GroupProjectActivityJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.IssueCommentJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.IssueJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.IssueTypeJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.LinkJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.MilestoneJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.NotificationInfoJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.NotificationJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.PriorityJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.ProjectJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestCommentJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestStatusJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.RepositoryJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.ResolutionJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.RevisionJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.SharedFileJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.SpaceJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.SpaceNotificationJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.StarJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.StatusJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.UserJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.VersionJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.ViewedIssueJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.ViewedProjectJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.ViewedWikiJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.WatchJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.WebhookJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.WikiHistoryJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.WikiJSONImpl
 
hashCode() - Method in class com.nulabinc.backlog4j.internal.json.WikiTagJSONImpl
 
HeaderTokenizer(String) - Constructor for class com.nulabinc.backlog4j.internal.http.MimeHelper.HeaderTokenizer
 
HeaderTokenizer(String, String, boolean) - Constructor for class com.nulabinc.backlog4j.internal.http.MimeHelper.HeaderTokenizer
 
hookUrl(String) - Method in class com.nulabinc.backlog4j.api.option.UpdateWebhookParams
 
httpClient - Variable in class com.nulabinc.backlog4j.BacklogClientBase
 
HttpInputStream - Class in com.nulabinc.backlog4j.http
 
HttpInputStream(InputStream) - Constructor for class com.nulabinc.backlog4j.http.HttpInputStream
 

I

Icon - Interface in com.nulabinc.backlog4j
The interface for Backlog icon file data.
IconImpl - Class in com.nulabinc.backlog4j.internal.file
 
IconImpl(String, InputStream) - Constructor for class com.nulabinc.backlog4j.internal.file.IconImpl
 
id() - Method in class com.nulabinc.backlog4j.core.IdOrKey
 
id(Long) - Static method in class com.nulabinc.backlog4j.core.IdOrKey
 
id(Integer) - Static method in class com.nulabinc.backlog4j.core.IdOrKey
 
IdOrKey - Class in com.nulabinc.backlog4j.core
 
ids(List) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesCountParams
 
ids(List) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesParams
 
importIssue(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
importIssue(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
importIssue(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
importWiki(BacklogHttpResponse) - Method in interface com.nulabinc.backlog4j.internal.InternalFactory
 
importWiki(BacklogHttpResponse) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
importWiki(String) - Method in class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
initialDate(String) - Method in class com.nulabinc.backlog4j.api.option.AddDateCustomFieldParams
 
initialDate(String) - Method in class com.nulabinc.backlog4j.api.option.UpdateDateCustomFieldParams
 
initialShift(int) - Method in class com.nulabinc.backlog4j.api.option.AddDateCustomFieldParams
 
initialShift(int) - Method in class com.nulabinc.backlog4j.api.option.UpdateDateCustomFieldParams
 
initialValue(float) - Method in class com.nulabinc.backlog4j.api.option.AddNumericCustomFieldParams
 
initialValue(float) - Method in class com.nulabinc.backlog4j.api.option.UpdateNumericCustomFieldParams
 
initialValueType(DateCustomFieldSetting.InitialValueType) - Method in class com.nulabinc.backlog4j.api.option.AddDateCustomFieldParams
 
initialValueType(DateCustomFieldSetting.InitialValueType) - Method in class com.nulabinc.backlog4j.api.option.UpdateDateCustomFieldParams
 
inputStream - Variable in class com.nulabinc.backlog4j.http.BacklogHttpResponseImpl
 
inputStream - Variable in class com.nulabinc.backlog4j.http.HttpInputStream
 
InternalFactory - Interface in com.nulabinc.backlog4j.internal
 
InternalFactoryJSONImpl - Class in com.nulabinc.backlog4j.internal.json
 
InternalFactoryJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.InternalFactoryJSONImpl
 
isAllEvent() - Method in class com.nulabinc.backlog4j.internal.json.WebhookJSONImpl
 
isAllEvent() - Method in interface com.nulabinc.backlog4j.Webhook
 
isAllowAddItem() - Method in class com.nulabinc.backlog4j.internal.json.customFields.CheckBoxCustomFieldSetting
 
isAllowAddItem() - Method in class com.nulabinc.backlog4j.internal.json.customFields.MultipleListCustomFieldSetting
 
isAllowAddItem() - Method in class com.nulabinc.backlog4j.internal.json.customFields.RadioCustomFieldSetting
 
isAllowAddItem() - Method in class com.nulabinc.backlog4j.internal.json.customFields.SingleListCustomFieldSetting
 
isAllowInput() - Method in class com.nulabinc.backlog4j.internal.json.customFields.CheckBoxCustomFieldSetting
 
isAllowInput() - Method in class com.nulabinc.backlog4j.internal.json.customFields.RadioCustomFieldSetting
 
isAlreadyRead() - Method in class com.nulabinc.backlog4j.internal.json.NotificationJSONImpl
 
isAlreadyRead() - Method in interface com.nulabinc.backlog4j.Notification
 
isArchived() - Method in class com.nulabinc.backlog4j.internal.json.ProjectJSONImpl
 
isArchived() - Method in interface com.nulabinc.backlog4j.Project
 
isChartEnabled() - Method in class com.nulabinc.backlog4j.internal.json.ProjectJSONImpl
 
isChartEnabled() - Method in interface com.nulabinc.backlog4j.Project
 
isEmpty() - Method in class com.nulabinc.backlog4j.core.Optional
 
isImage() - Method in interface com.nulabinc.backlog4j.Attachment
 
isImage() - Method in interface com.nulabinc.backlog4j.AttachmentInfo
 
isImage() - Method in class com.nulabinc.backlog4j.internal.json.activities.FileAddedContent
 
isImage() - Method in class com.nulabinc.backlog4j.internal.json.activities.FileUpdatedContent
 
isImage() - Method in class com.nulabinc.backlog4j.internal.json.AttachmentInfoJSONImpl
 
isImage() - Method in class com.nulabinc.backlog4j.internal.json.AttachmentJSONImpl
 
isImage() - Method in class com.nulabinc.backlog4j.internal.json.SharedFileJSONImpl
 
isImage() - Method in interface com.nulabinc.backlog4j.SharedFile
 
isRequired() - Method in interface com.nulabinc.backlog4j.CustomFieldSetting
 
isRequired() - Method in class com.nulabinc.backlog4j.internal.json.customFields.CustomFieldSettingJSONImpl
 
isResourceAlreadyRead() - Method in class com.nulabinc.backlog4j.internal.json.NotificationJSONImpl
 
isResourceAlreadyRead() - Method in interface com.nulabinc.backlog4j.Notification
 
isSubtaskingEnabled() - Method in class com.nulabinc.backlog4j.internal.json.ProjectJSONImpl
 
isSubtaskingEnabled() - Method in interface com.nulabinc.backlog4j.Project
 
Issue - Interface in com.nulabinc.backlog4j
The interface for Backlog issue data.
Issue.PriorityType - Enum in com.nulabinc.backlog4j
 
Issue.ResolutionType - Enum in com.nulabinc.backlog4j
 
Issue.StatusType - Enum in com.nulabinc.backlog4j
 
IssueComment - Interface in com.nulabinc.backlog4j
The interface for Backlog issue comment data.
IssueCommentedActivity - Class in com.nulabinc.backlog4j.internal.json.activities
 
IssueCommentedActivity() - Constructor for class com.nulabinc.backlog4j.internal.json.activities.IssueCommentedActivity
 
IssueCommentedContent - Class in com.nulabinc.backlog4j.internal.json.activities
 
IssueCommentedContent() - Constructor for class com.nulabinc.backlog4j.internal.json.activities.IssueCommentedContent
 
IssueCommentJSONImpl - Class in com.nulabinc.backlog4j.internal.json
 
IssueCommentJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.IssueCommentJSONImpl
 
IssueCreatedActivity - Class in com.nulabinc.backlog4j.internal.json.activities
 
IssueCreatedActivity() - Constructor for class com.nulabinc.backlog4j.internal.json.activities.IssueCreatedActivity
 
IssueCreatedContent - Class in com.nulabinc.backlog4j.internal.json.activities
 
IssueCreatedContent() - Constructor for class com.nulabinc.backlog4j.internal.json.activities.IssueCreatedContent
 
IssueDeletedActivity - Class in com.nulabinc.backlog4j.internal.json.activities
 
IssueDeletedActivity() - Constructor for class com.nulabinc.backlog4j.internal.json.activities.IssueDeletedActivity
 
IssueDeletedContent - Class in com.nulabinc.backlog4j.internal.json.activities
 
IssueDeletedContent() - Constructor for class com.nulabinc.backlog4j.internal.json.activities.IssueDeletedContent
 
issueId(Object) - Method in class com.nulabinc.backlog4j.api.option.AddPullRequestParams
Sets the related issue parameter.
issueId(long) - Method in class com.nulabinc.backlog4j.api.option.UpdatePullRequestParams
Sets the related issue parameter.
issueIds(List) - Method in class com.nulabinc.backlog4j.api.option.PullRequestQueryParams
 
IssueJSONImpl - Class in com.nulabinc.backlog4j.internal.json
 
IssueJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.IssueJSONImpl
 
IssueMethods - Interface in com.nulabinc.backlog4j.api
Executes Backlog Issue APIs.
IssueMultiUpdatedActivity - Class in com.nulabinc.backlog4j.internal.json.activities
 
IssueMultiUpdatedActivity() - Constructor for class com.nulabinc.backlog4j.internal.json.activities.IssueMultiUpdatedActivity
 
IssueMultiUpdatedContent - Class in com.nulabinc.backlog4j.internal.json.activities
 
IssueMultiUpdatedContent() - Constructor for class com.nulabinc.backlog4j.internal.json.activities.IssueMultiUpdatedContent
 
IssueType - Interface in com.nulabinc.backlog4j
The interface for Backlog issue type data.
issueTypeId(Object) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
issueTypeIds(List) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesCountParams
 
issueTypeIds(List) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesParams
 
IssueTypeJSONImpl - Class in com.nulabinc.backlog4j.internal.json
 
IssueTypeJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.IssueTypeJSONImpl
 
IssueUpdatedActivity - Class in com.nulabinc.backlog4j.internal.json.activities
 
IssueUpdatedActivity() - Constructor for class com.nulabinc.backlog4j.internal.json.activities.IssueUpdatedActivity
 
IssueUpdatedContent - Class in com.nulabinc.backlog4j.internal.json.activities
 
IssueUpdatedContent() - Constructor for class com.nulabinc.backlog4j.internal.json.activities.IssueUpdatedContent
 
items(List<String>) - Method in class com.nulabinc.backlog4j.api.option.AddCheckBoxCustomFieldParams
 
items(List<String>) - Method in class com.nulabinc.backlog4j.api.option.AddMultipleListCustomFieldParams
 
items(List<String>) - Method in class com.nulabinc.backlog4j.api.option.AddRadioCustomFieldParams
 
items(List<String>) - Method in class com.nulabinc.backlog4j.api.option.AddSingleListCustomFieldParams
 
items(List<String>) - Method in class com.nulabinc.backlog4j.api.option.UpdateCheckBoxCustomFieldParams
 
items(List<String>) - Method in class com.nulabinc.backlog4j.api.option.UpdateMultipleListCustomFieldParams
 
items(List<String>) - Method in class com.nulabinc.backlog4j.api.option.UpdateRadioCustomFieldParams
 
items(List<String>) - Method in class com.nulabinc.backlog4j.api.option.UpdateSingleListCustomFieldParams
 
itemsOfCustomField(Object, List) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesCountParams
 
itemsOfCustomField(Object, List) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesParams
 

J

Jackson - Class in com.nulabinc.backlog4j.internal.json
 
Jackson() - Constructor for class com.nulabinc.backlog4j.internal.json.Jackson
 
JacksonCustomBigdecimalDeserializer - Class in com.nulabinc.backlog4j.internal.json
 
JacksonCustomBigdecimalDeserializer() - Constructor for class com.nulabinc.backlog4j.internal.json.JacksonCustomBigdecimalDeserializer
 
JacksonCustomDateDeserializer - Class in com.nulabinc.backlog4j.internal.json
 
JacksonCustomDateDeserializer() - Constructor for class com.nulabinc.backlog4j.internal.json.JacksonCustomDateDeserializer
 

K

key() - Method in class com.nulabinc.backlog4j.core.IdOrKey
 
key(String) - Static method in class com.nulabinc.backlog4j.core.IdOrKey
 
keyword(String) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesCountParams
 
keyword(String) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesParams
 
keywordByCustomField(Object, String) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesCountParams
 
keywordByCustomField(Object, String) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesParams
 

L

left() - Method in class com.nulabinc.backlog4j.core.Union
 
left(T) - Static method in class com.nulabinc.backlog4j.core.Union
 
LINE_FEED - Static variable in class com.nulabinc.backlog4j.http.BacklogHttpClientImpl
 
Link - Interface in com.nulabinc.backlog4j
The interface for Backlog link data.
linkIssueSharedFile(Object, List) - Method in interface com.nulabinc.backlog4j.api.IssueMethods
links the shared files to the issue.
linkIssueSharedFile(Object, List) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
LinkJSONImpl - Class in com.nulabinc.backlog4j.internal.json
 
LinkJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.LinkJSONImpl
 
linkWikiSharedFile(Object, List) - Method in interface com.nulabinc.backlog4j.api.WikiMethods
Links the shared files to Wiki.
linkWikiSharedFile(Object, List) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
listCustomFieldMap(Map<Long, List<Long>>) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
listFromJsonString(String, Class<T>) - Static method in class com.nulabinc.backlog4j.internal.json.Jackson
 
ListItem - Class in com.nulabinc.backlog4j.internal.json.customFields
 
ListItem() - Constructor for class com.nulabinc.backlog4j.internal.json.customFields.ListItem
 
ListItemSetting - Class in com.nulabinc.backlog4j.internal.json.customFields
 
ListItemSetting() - Constructor for class com.nulabinc.backlog4j.internal.json.customFields.ListItemSetting
 

M

mailNotify(boolean) - Method in class com.nulabinc.backlog4j.api.option.CreateWikiParams
 
mailNotify(boolean) - Method in class com.nulabinc.backlog4j.api.option.UpdateWikiParams
 
mark(int) - Method in class com.nulabinc.backlog4j.http.HttpInputStream
 
markAsCheckedUserWatches(Object) - Method in interface com.nulabinc.backlog4j.api.WatchingMethods
Marks the watching as already read.
markAsCheckedUserWatches(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
markAsReadNotification(Object) - Method in interface com.nulabinc.backlog4j.api.NotificationMethods
Marks the notification as already read.
markAsReadNotification(Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
markSupported() - Method in class com.nulabinc.backlog4j.http.HttpInputStream
 
max(String) - Method in class com.nulabinc.backlog4j.api.option.AddDateCustomFieldParams
 
max(float) - Method in class com.nulabinc.backlog4j.api.option.AddNumericCustomFieldParams
 
max(String) - Method in class com.nulabinc.backlog4j.api.option.UpdateDateCustomFieldParams
 
max(float) - Method in class com.nulabinc.backlog4j.api.option.UpdateNumericCustomFieldParams
 
maxDateOfCustomField(Object, String) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesCountParams
 
maxDateOfCustomField(Object, String) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesParams
 
maxId(Object) - Method in class com.nulabinc.backlog4j.api.option.ActivityQueryParams
 
maxId(Object) - Method in class com.nulabinc.backlog4j.api.option.PullRequestQueryParams
 
maxId(Object) - Method in class com.nulabinc.backlog4j.api.option.QueryParams
 
maxNumOfCustomField(Object, float) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesCountParams
 
maxNumOfCustomField(Object, float) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesParams
 
members(List) - Method in class com.nulabinc.backlog4j.api.option.CreateGroupParams
 
members(List) - Method in class com.nulabinc.backlog4j.api.option.UpdateGroupParams
 
Milestone - Interface in com.nulabinc.backlog4j
The interface for Backlog milestone data.
milestoneIds(List) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the issue milestones.
milestoneIds(List) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesCountParams
 
milestoneIds(List) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesParams
 
milestoneIds(List) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
MilestoneJSONImpl - Class in com.nulabinc.backlog4j.internal.json
 
MilestoneJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.MilestoneJSONImpl
 
MimeHelper - Class in com.nulabinc.backlog4j.internal.http
 
MimeHelper.HeaderTokenizer - Class in com.nulabinc.backlog4j.internal.http
 
MimeHelper.ParseException - Exception in com.nulabinc.backlog4j.internal.http
 
MimeHelper.Token - Class in com.nulabinc.backlog4j.internal.http
 
min(String) - Method in class com.nulabinc.backlog4j.api.option.AddDateCustomFieldParams
 
min(float) - Method in class com.nulabinc.backlog4j.api.option.AddNumericCustomFieldParams
 
min(String) - Method in class com.nulabinc.backlog4j.api.option.UpdateDateCustomFieldParams
 
min(float) - Method in class com.nulabinc.backlog4j.api.option.UpdateNumericCustomFieldParams
 
minDateOfCustomField(Object, String) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesCountParams
 
minDateOfCustomField(Object, String) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesParams
 
minId(Object) - Method in class com.nulabinc.backlog4j.api.option.ActivityQueryParams
 
minId(Object) - Method in class com.nulabinc.backlog4j.api.option.PullRequestQueryParams
 
minId(Object) - Method in class com.nulabinc.backlog4j.api.option.QueryParams
 
minNumOfCustomField(Object, float) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesCountParams
 
minNumOfCustomField(Object, float) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesParams
 
multipleListCustomField(CustomFiledItems) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the multiple list type custom field.
multipleListCustomField(long, List<Long>) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the multiple list type custom field.
multipleListCustomField(CustomFiledItems) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
multipleListCustomField(long, List<Long>) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
MultipleListCustomField - Class in com.nulabinc.backlog4j.internal.json.customFields
 
MultipleListCustomField() - Constructor for class com.nulabinc.backlog4j.internal.json.customFields.MultipleListCustomField
 
multipleListCustomFieldMap(Map<Long, List<Long>>) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the multiple list type custom field with Map.
multipleListCustomFieldMap(Map<Long, List<Long>>) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
multipleListCustomFields(List<CustomFiledItems>) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the multiple list type custom field with Map.
multipleListCustomFields(List<CustomFiledItems>) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
MultipleListCustomFieldSetting - Class in com.nulabinc.backlog4j.internal.json.customFields
 
MultipleListCustomFieldSetting() - Constructor for class com.nulabinc.backlog4j.internal.json.customFields.MultipleListCustomFieldSetting
 

N

name(String) - Method in class com.nulabinc.backlog4j.api.option.UpdateCustomFieldParams
 
name(String) - Method in class com.nulabinc.backlog4j.api.option.UpdateGroupParams
 
name(String) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueTypeParams
 
name(String) - Method in class com.nulabinc.backlog4j.api.option.UpdateProjectParams
 
name(String) - Method in class com.nulabinc.backlog4j.api.option.UpdateWebhookParams
 
name(String) - Method in class com.nulabinc.backlog4j.api.option.UpdateWikiParams
 
NameValuePair - Class in com.nulabinc.backlog4j.http
 
NameValuePair(String, String) - Constructor for class com.nulabinc.backlog4j.http.NameValuePair
 
newClient() - Method in class com.nulabinc.backlog4j.BacklogClientFactory
 
next() - Method in class com.nulabinc.backlog4j.internal.http.MimeHelper.HeaderTokenizer
 
nonEmpty() - Method in class com.nulabinc.backlog4j.core.Optional
 
note(String) - Method in class com.nulabinc.backlog4j.api.option.UpdateWatchParams
 
Notification - Interface in com.nulabinc.backlog4j
The interface for Backlog notification data.
Notification.Reason - Enum in com.nulabinc.backlog4j
 
NotificationAddedActivity - Class in com.nulabinc.backlog4j.internal.json.activities
 
NotificationAddedActivity() - Constructor for class com.nulabinc.backlog4j.internal.json.activities.NotificationAddedActivity
 
NotificationAddedContent - Class in com.nulabinc.backlog4j.internal.json.activities
 
NotificationAddedContent() - Constructor for class com.nulabinc.backlog4j.internal.json.activities.NotificationAddedContent
 
NotificationInfo - Interface in com.nulabinc.backlog4j
The interface for Backlog notificationInfo data.
NotificationInfoJSONImpl - Class in com.nulabinc.backlog4j.internal.json
 
NotificationInfoJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.NotificationInfoJSONImpl
 
NotificationJSONImpl - Class in com.nulabinc.backlog4j.internal.json
 
NotificationJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.NotificationJSONImpl
 
NotificationMethods - Interface in com.nulabinc.backlog4j.api
Executes Backlog Notification APIs.
notifiedUserIds(List) - Method in class com.nulabinc.backlog4j.api.option.AddIssueCommentParams
Sets the notified users.
notifiedUserIds(List<Long>) - Method in class com.nulabinc.backlog4j.api.option.AddPullRequestCommentParams
Sets the notified users.
notifiedUserIds(List) - Method in class com.nulabinc.backlog4j.api.option.AddPullRequestParams
Sets the pull request notified users.
notifiedUserIds(List) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the issue notified users.
notifiedUserIds(List) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
notifiedUserIds(List<Long>) - Method in class com.nulabinc.backlog4j.api.option.UpdatePullRequestCommentParams
Sets the notified users.
notifiedUserIds(List<Long>) - Method in class com.nulabinc.backlog4j.api.option.UpdatePullRequestParams
Sets the pull request notified users.
numericCustomField(CustomFiledValue) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the textarea type custom field.
numericCustomField(long, float) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the textarea type custom field.
numericCustomField(long, BigDecimal) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the textarea type custom field.
numericCustomField(CustomFiledValue) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
numericCustomField(long, float) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
numericCustomField(long, BigDecimal) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
NumericCustomField - Class in com.nulabinc.backlog4j.internal.json.customFields
 
NumericCustomField() - Constructor for class com.nulabinc.backlog4j.internal.json.customFields.NumericCustomField
 
numericCustomFieldMap(Map<Long, Float>) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the textarea type custom field with Map.
numericCustomFieldMap(Map<Long, Float>) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
numericCustomFields(List<CustomFiledValue>) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the textarea type custom field with Map.
numericCustomFields(List<CustomFiledValue>) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
NumericCustomFieldSetting - Class in com.nulabinc.backlog4j.internal.json.customFields
 
NumericCustomFieldSetting() - Constructor for class com.nulabinc.backlog4j.internal.json.customFields.NumericCustomFieldSetting
 

O

OAuthSupport - Interface in com.nulabinc.backlog4j.auth
 
oAuthSupport - Variable in class com.nulabinc.backlog4j.BacklogClientBase
 
of(T) - Static method in class com.nulabinc.backlog4j.core.Optional
 
offset(long) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesParams
 
offset(int) - Method in class com.nulabinc.backlog4j.api.option.OffsetParams
 
offset(long) - Method in class com.nulabinc.backlog4j.api.option.PullRequestQueryParams
 
offset(int) - Method in class com.nulabinc.backlog4j.api.option.PullRequestQueryParams
 
OffsetParams - Class in com.nulabinc.backlog4j.api.option
Parameters for offset.
OffsetParams() - Constructor for class com.nulabinc.backlog4j.api.option.OffsetParams
 
OffsetParams.Order - Enum in com.nulabinc.backlog4j.api.option
 
ofNullable(T) - Static method in class com.nulabinc.backlog4j.core.Optional
 
onAccessTokenRefresh(AccessToken) - Method in class com.nulabinc.backlog4j.auth.OnAccessTokenRefreshListener
 
OnAccessTokenRefreshListener - Class in com.nulabinc.backlog4j.auth
 
OnAccessTokenRefreshListener() - Constructor for class com.nulabinc.backlog4j.auth.OnAccessTokenRefreshListener
 
Optional<T> - Class in com.nulabinc.backlog4j.core
 
order(QueryParams.Order) - Method in class com.nulabinc.backlog4j.api.option.ActivityQueryParams
 
order(GetIssuesParams.Order) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesParams
 
order(GetWikisParams.Order) - Method in class com.nulabinc.backlog4j.api.option.GetWikisParams
 
order(OffsetParams.Order) - Method in class com.nulabinc.backlog4j.api.option.OffsetParams
 
order(QueryParams.Order) - Method in class com.nulabinc.backlog4j.api.option.PullRequestQueryParams
 
order(QueryParams.Order) - Method in class com.nulabinc.backlog4j.api.option.QueryParams
 

P

PACKAGE_VERSION - Static variable in class com.nulabinc.backlog4j.http.BacklogHttpClientImpl
 
parameters - Variable in class com.nulabinc.backlog4j.api.option.DeleteParams
 
parameters - Variable in class com.nulabinc.backlog4j.api.option.GetParams
 
parameters - Variable in class com.nulabinc.backlog4j.api.option.PatchParams
 
parameters - Variable in class com.nulabinc.backlog4j.api.option.PostParams
 
PARENT_ISSUE_NOT_SET - Static variable in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
parentChildType(GetIssuesCountParams.ParentChildType) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesCountParams
 
parentChildType(GetIssuesParams.ParentChildType) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesParams
 
parentIssueId(Object) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the parent issue parameter.
parentIssueId(long) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
parentIssueIds(List) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesCountParams
 
parentIssueIds(List) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesParams
 
ParseException() - Constructor for exception com.nulabinc.backlog4j.internal.http.MimeHelper.ParseException
 
ParseException(String) - Constructor for exception com.nulabinc.backlog4j.internal.http.MimeHelper.ParseException
 
patch(String, PatchParams) - Method in class com.nulabinc.backlog4j.BacklogClientBase
 
patch(String, List<NameValuePair>) - Method in class com.nulabinc.backlog4j.BacklogClientBase
 
patch(String, List<NameValuePair>) - Method in interface com.nulabinc.backlog4j.http.BacklogHttpClient
 
patch(String, List<NameValuePair>) - Method in class com.nulabinc.backlog4j.http.BacklogHttpClientImpl
 
PatchParams - Class in com.nulabinc.backlog4j.api.option
Parameters for patch request.
PatchParams() - Constructor for class com.nulabinc.backlog4j.api.option.PatchParams
 
post(String) - Method in class com.nulabinc.backlog4j.BacklogClientBase
 
post(String, PostParams) - Method in class com.nulabinc.backlog4j.BacklogClientBase
 
post(String, List<NameValuePair>) - Method in class com.nulabinc.backlog4j.BacklogClientBase
 
post(String, List<NameValuePair>) - Method in interface com.nulabinc.backlog4j.http.BacklogHttpClient
 
post(String, List<NameValuePair>) - Method in class com.nulabinc.backlog4j.http.BacklogHttpClientImpl
 
postAttachment(AttachmentData) - Method in interface com.nulabinc.backlog4j.api.SpaceMethods
Posts the attachment file for issue or wiki.
postAttachment(AttachmentData) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
PostedAttachment - Interface in com.nulabinc.backlog4j
The interface for Backlog posted attachment file.
postMultiPart(String, Map<String, Object>) - Method in class com.nulabinc.backlog4j.BacklogClientBase
 
postMultiPart(String, Map<String, Object>) - Method in interface com.nulabinc.backlog4j.http.BacklogHttpClient
 
postMultiPart(String, Map<String, Object>) - Method in class com.nulabinc.backlog4j.http.BacklogHttpClientImpl
 
PostParams - Class in com.nulabinc.backlog4j.api.option
Parameters for post request.
PostParams() - Constructor for class com.nulabinc.backlog4j.api.option.PostParams
 
priorities(List<Issue.PriorityType>) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesCountParams
 
priorities(List<Issue.PriorityType>) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesParams
 
priority(Issue.PriorityType) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
Priority - Interface in com.nulabinc.backlog4j
The interface for Backlog priority data.
PriorityJSONImpl - Class in com.nulabinc.backlog4j.internal.json
 
PriorityJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.PriorityJSONImpl
 
PriorityMethods - Interface in com.nulabinc.backlog4j.api
Executes Backlog Priority APIs.
Project - Interface in com.nulabinc.backlog4j
The interface for Backlog project data.
Project.CustomStatusColor - Enum in com.nulabinc.backlog4j
 
Project.IssueTypeColor - Enum in com.nulabinc.backlog4j
 
Project.TextFormattingRule - Enum in com.nulabinc.backlog4j
 
ProjectJSONImpl - Class in com.nulabinc.backlog4j.internal.json
 
ProjectJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.ProjectJSONImpl
 
projectKey(String) - Method in class com.nulabinc.backlog4j.api.option.UpdateProjectParams
 
ProjectMethods - Interface in com.nulabinc.backlog4j.api
Executes Backlog Project APIs.
ProjectUserAddedActivity - Class in com.nulabinc.backlog4j.internal.json.activities
 
ProjectUserAddedActivity() - Constructor for class com.nulabinc.backlog4j.internal.json.activities.ProjectUserAddedActivity
 
ProjectUserAddedContent - Class in com.nulabinc.backlog4j.internal.json.activities
 
ProjectUserAddedContent() - Constructor for class com.nulabinc.backlog4j.internal.json.activities.ProjectUserAddedContent
 
ProjectUserRemovedActivity - Class in com.nulabinc.backlog4j.internal.json.activities
 
ProjectUserRemovedActivity() - Constructor for class com.nulabinc.backlog4j.internal.json.activities.ProjectUserRemovedActivity
 
ProjectUserRemovedContent - Class in com.nulabinc.backlog4j.internal.json.activities
 
ProjectUserRemovedContent() - Constructor for class com.nulabinc.backlog4j.internal.json.activities.ProjectUserRemovedContent
 
PullRequest - Interface in com.nulabinc.backlog4j
Created by yuhkim on 2015/05/18.
PullRequest.StatusType - Enum in com.nulabinc.backlog4j
 
PullRequestAddedActivity - Class in com.nulabinc.backlog4j.internal.json.activities
 
PullRequestAddedActivity() - Constructor for class com.nulabinc.backlog4j.internal.json.activities.PullRequestAddedActivity
 
PullRequestComment - Interface in com.nulabinc.backlog4j
Created by yuhkim on 2015/05/18.
PullRequestCommentedActivity - Class in com.nulabinc.backlog4j.internal.json.activities
 
PullRequestCommentedActivity() - Constructor for class com.nulabinc.backlog4j.internal.json.activities.PullRequestCommentedActivity
 
PullRequestCommentJSONImpl - Class in com.nulabinc.backlog4j.internal.json
 
PullRequestCommentJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.PullRequestCommentJSONImpl
 
PullRequestContent - Class in com.nulabinc.backlog4j.internal.json.activities
 
PullRequestContent() - Constructor for class com.nulabinc.backlog4j.internal.json.activities.PullRequestContent
 
PullRequestJSONImpl - Class in com.nulabinc.backlog4j.internal.json
 
PullRequestJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.PullRequestJSONImpl
 
PullRequestMethods - Interface in com.nulabinc.backlog4j.api
Executes Backlog Pull Request APIs.
PullRequestQueryParams - Class in com.nulabinc.backlog4j.api.option
Parameters for pull request query.
PullRequestQueryParams() - Constructor for class com.nulabinc.backlog4j.api.option.PullRequestQueryParams
 
PullRequestStatus - Interface in com.nulabinc.backlog4j
The interface for Backlog pullrequest status data.
PullRequestStatusJSONImpl - Class in com.nulabinc.backlog4j.internal.json
 
PullRequestStatusJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.PullRequestStatusJSONImpl
 
PullRequestUpdatedActivity - Class in com.nulabinc.backlog4j.internal.json.activities
 
PullRequestUpdatedActivity() - Constructor for class com.nulabinc.backlog4j.internal.json.activities.PullRequestUpdatedActivity
 
put(String, List<NameValuePair>) - Method in class com.nulabinc.backlog4j.BacklogClientBase
 
put(String, List<NameValuePair>) - Method in interface com.nulabinc.backlog4j.http.BacklogHttpClient
 
put(String, List<NameValuePair>) - Method in class com.nulabinc.backlog4j.http.BacklogHttpClientImpl
 

Q

QueryParams - Class in com.nulabinc.backlog4j.api.option
Parameters for query.
QueryParams() - Constructor for class com.nulabinc.backlog4j.api.option.QueryParams
 
QueryParams.Order - Enum in com.nulabinc.backlog4j.api.option
 
QUOTEDSTRING - Static variable in class com.nulabinc.backlog4j.internal.http.MimeHelper.Token
 

R

radioCustomField(CustomFiledItem) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the radio type custom field.
radioCustomField(long, long) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the radio type custom field.
radioCustomField(CustomFiledItem) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
radioCustomField(long, long) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
RadioCustomField - Class in com.nulabinc.backlog4j.internal.json.customFields
 
RadioCustomField() - Constructor for class com.nulabinc.backlog4j.internal.json.customFields.RadioCustomField
 
radioCustomFieldMap(Map<Long, Long>) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the radio type custom field with Map.
radioCustomFieldMap(Map<Long, Long>) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
radioCustomFields(List<CustomFiledItem>) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the radio type custom field with Map.
radioCustomFields(List<CustomFiledItem>) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
RadioCustomFieldSetting - Class in com.nulabinc.backlog4j.internal.json.customFields
 
RadioCustomFieldSetting() - Constructor for class com.nulabinc.backlog4j.internal.json.customFields.RadioCustomFieldSetting
 
rateLimitReset - Variable in class com.nulabinc.backlog4j.http.BacklogHttpResponseImpl
 
rateLimitResetDate - Variable in class com.nulabinc.backlog4j.http.BacklogHttpResponseImpl
 
read() - Method in class com.nulabinc.backlog4j.http.HttpInputStream
 
read(byte[]) - Method in class com.nulabinc.backlog4j.http.HttpInputStream
 
read(byte[], int, int) - Method in class com.nulabinc.backlog4j.http.HttpInputStream
 
readTimeout - Variable in class com.nulabinc.backlog4j.conf.BacklogConfigure
 
readTimeout(int) - Method in class com.nulabinc.backlog4j.conf.BacklogConfigure
 
readTimeout - Variable in class com.nulabinc.backlog4j.http.BacklogHttpClientImpl
 
refresh - Variable in class com.nulabinc.backlog4j.auth.AccessToken
 
refreshOAuthAccessToken() - Method in class com.nulabinc.backlog4j.auth.BacklogOAuthSupport
 
refreshOAuthAccessToken() - Method in interface com.nulabinc.backlog4j.auth.OAuthSupport
 
releaseDueDate(String) - Method in class com.nulabinc.backlog4j.api.option.AddMilestoneParams
 
releaseDueDate(String) - Method in class com.nulabinc.backlog4j.api.option.AddVersionParams
 
releaseDueDate(String) - Method in class com.nulabinc.backlog4j.api.option.UpdateMilestoneParams
 
releaseDueDate(String) - Method in class com.nulabinc.backlog4j.api.option.UpdateVersionParams
 
removeCategory(Object, Object) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Removes the category from the project
removeCategory(Object, Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
removeCustomField(Object, Object) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Removes the custom filed from the project.
removeCustomField(Object, Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
removeIssueType(Object, Object, Object) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Removes the existing issue type from the project.
removeIssueType(Object, Object, Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
removeListCustomFieldItem(Object, Object, Object) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Removes the item of list type custom field.
removeListCustomFieldItem(Object, Object, Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
removeMilestone(Object, Object) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Removes the Milestone from the project.
removeMilestone(Object, Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
removeProjectAdministrator(Object, Object) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Deletes the project administrators.
removeProjectAdministrator(Object, Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
removeProjectUser(Object, Object) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Removes the user from the project.
removeProjectUser(Object, Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
removeStatus(Object, Object, Object) - Method in interface com.nulabinc.backlog4j.api.StatusMethods
Removes the status in the project.
removeStatus(Object, Object, Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
removeVersion(Object, Object) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Removes the version from the project.
removeVersion(Object, Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
Repository - Interface in com.nulabinc.backlog4j
The interface for Backlog repository data.
RepositoryJSONImpl - Class in com.nulabinc.backlog4j.internal.json
 
RepositoryJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.RepositoryJSONImpl
 
required(boolean) - Method in class com.nulabinc.backlog4j.api.option.AddCheckBoxCustomFieldParams
 
required(boolean) - Method in class com.nulabinc.backlog4j.api.option.AddCustomFieldParams
 
required(boolean) - Method in class com.nulabinc.backlog4j.api.option.AddDateCustomFieldParams
 
required(boolean) - Method in class com.nulabinc.backlog4j.api.option.AddMultipleListCustomFieldParams
 
required(boolean) - Method in class com.nulabinc.backlog4j.api.option.AddNumericCustomFieldParams
 
required(boolean) - Method in class com.nulabinc.backlog4j.api.option.AddRadioCustomFieldParams
 
required(boolean) - Method in class com.nulabinc.backlog4j.api.option.AddSingleListCustomFieldParams
 
required(boolean) - Method in class com.nulabinc.backlog4j.api.option.UpdateCheckBoxCustomFieldParams
 
required(boolean) - Method in class com.nulabinc.backlog4j.api.option.UpdateCustomFieldParams
 
required(boolean) - Method in class com.nulabinc.backlog4j.api.option.UpdateDateCustomFieldParams
 
required(boolean) - Method in class com.nulabinc.backlog4j.api.option.UpdateMultipleListCustomFieldParams
 
required(boolean) - Method in class com.nulabinc.backlog4j.api.option.UpdateNumericCustomFieldParams
 
required(boolean) - Method in class com.nulabinc.backlog4j.api.option.UpdateRadioCustomFieldParams
 
required(boolean) - Method in class com.nulabinc.backlog4j.api.option.UpdateSingleListCustomFieldParams
 
reset() - Method in class com.nulabinc.backlog4j.http.HttpInputStream
 
resetNotificationCount() - Method in interface com.nulabinc.backlog4j.api.NotificationMethods
Resets the count of the notifications.
resetNotificationCount() - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
resolution(Issue.ResolutionType) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
Resolution - Interface in com.nulabinc.backlog4j
The interface for Backlog resolution data.
ResolutionJSONImpl - Class in com.nulabinc.backlog4j.internal.json
 
ResolutionJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.ResolutionJSONImpl
 
ResolutionMethods - Interface in com.nulabinc.backlog4j.api
Executes Backlog Resolution APIs.
resolutions(List<Issue.ResolutionType>) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesCountParams
 
resolutions(List<Issue.ResolutionType>) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesParams
 
resourceAlreadyRead(boolean) - Method in class com.nulabinc.backlog4j.api.option.GetNotificationCountParams
 
resourceAlreadyRead(boolean) - Method in class com.nulabinc.backlog4j.api.option.GetWatchesParams
 
response - Variable in exception com.nulabinc.backlog4j.BacklogAPIException
 
response - Variable in exception com.nulabinc.backlog4j.BacklogAuthException
 
responseAsString - Variable in class com.nulabinc.backlog4j.http.BacklogHttpResponseImpl
 
ResponseList<T> - Interface in com.nulabinc.backlog4j
The interface for response list.
ResponseListImpl<T> - Class in com.nulabinc.backlog4j.internal.json
 
ResponseListImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.ResponseListImpl
 
Revision - Interface in com.nulabinc.backlog4j
The interface for Backlog revision data.
RevisionJSONImpl - Class in com.nulabinc.backlog4j.internal.json
 
RevisionJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.RevisionJSONImpl
 
right() - Method in class com.nulabinc.backlog4j.core.Union
 
right(U) - Static method in class com.nulabinc.backlog4j.core.Union
 

S

setApiKey(String) - Method in interface com.nulabinc.backlog4j.http.BacklogHttpClient
 
setApiKey(String) - Method in class com.nulabinc.backlog4j.http.BacklogHttpClientImpl
 
setArchived(boolean) - Method in class com.nulabinc.backlog4j.api.option.UpdateProjectParams
 
setBearerToken(String) - Method in interface com.nulabinc.backlog4j.http.BacklogHttpClient
 
setBearerToken(String) - Method in class com.nulabinc.backlog4j.http.BacklogHttpClientImpl
 
setConnectionTimeout(int) - Method in interface com.nulabinc.backlog4j.http.BacklogHttpClient
 
setConnectionTimeout(int) - Method in class com.nulabinc.backlog4j.http.BacklogHttpClientImpl
 
setOAuthClientId(String, String) - Method in class com.nulabinc.backlog4j.auth.BacklogOAuthSupport
 
setOAuthClientId(String, String) - Method in interface com.nulabinc.backlog4j.auth.OAuthSupport
 
setOAuthRedirectUrl(String) - Method in class com.nulabinc.backlog4j.auth.BacklogOAuthSupport
 
setOAuthRedirectUrl(String) - Method in interface com.nulabinc.backlog4j.auth.OAuthSupport
 
setOAuthSupport(OAuthSupport) - Method in interface com.nulabinc.backlog4j.BacklogClient
 
setOAuthSupport(OAuthSupport) - Method in class com.nulabinc.backlog4j.BacklogClientBase
 
setOnAccessTokenRefreshListener(OnAccessTokenRefreshListener) - Method in class com.nulabinc.backlog4j.auth.BacklogOAuthSupport
 
setOnAccessTokenRefreshListener(OnAccessTokenRefreshListener) - Method in interface com.nulabinc.backlog4j.auth.OAuthSupport
 
setReadTimeout(int) - Method in interface com.nulabinc.backlog4j.http.BacklogHttpClient
 
setReadTimeout(int) - Method in class com.nulabinc.backlog4j.http.BacklogHttpClientImpl
 
setUserAgent(String) - Method in interface com.nulabinc.backlog4j.http.BacklogHttpClient
 
setUserAgent(String) - Method in class com.nulabinc.backlog4j.http.BacklogHttpClientImpl
 
sharedFile(boolean) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesCountParams
 
sharedFile(boolean) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesParams
 
SharedFile - Interface in com.nulabinc.backlog4j
The interface for Backlog shared file.
SharedFileData - Interface in com.nulabinc.backlog4j
The interface for Backlog activity shared file data.
SharedFileDataImpl - Class in com.nulabinc.backlog4j.internal.file
 
SharedFileDataImpl(String, InputStream) - Constructor for class com.nulabinc.backlog4j.internal.file.SharedFileDataImpl
 
SharedFileJSONImpl - Class in com.nulabinc.backlog4j.internal.json
 
SharedFileJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.SharedFileJSONImpl
 
since(String) - Method in class com.nulabinc.backlog4j.api.option.GetStarsParams
 
singleListCustomField(CustomFiledItem) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the single list type custom field.
singleListCustomField(long, long) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the single list type custom field.
singleListCustomField(CustomFiledItem) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
singleListCustomField(long, long) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
SingleListCustomField - Class in com.nulabinc.backlog4j.internal.json.customFields
 
SingleListCustomField() - Constructor for class com.nulabinc.backlog4j.internal.json.customFields.SingleListCustomField
 
singleListCustomFieldMap(Map<Long, Long>) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the single list type custom field with Map.
singleListCustomFieldMap(Map<Long, Long>) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
singleListCustomFields(List<CustomFiledItem>) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the single list type custom field with Map.
singleListCustomFields(List<CustomFiledItem>) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
SingleListCustomFieldSetting - Class in com.nulabinc.backlog4j.internal.json.customFields
 
SingleListCustomFieldSetting() - Constructor for class com.nulabinc.backlog4j.internal.json.customFields.SingleListCustomFieldSetting
 
skip(long) - Method in class com.nulabinc.backlog4j.http.HttpInputStream
 
sort(GetIssuesParams.SortKey) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesParams
 
sort(GetWikisParams.SortKey) - Method in class com.nulabinc.backlog4j.api.option.GetWikisParams
 
sortByCustomField(Object) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesParams
 
sortWikis(ResponseList<Wiki>, GetWikisParams.SortKey, GetWikisParams.Order) - Static method in class com.nulabinc.backlog4j.BacklogClientImpl
 
Space - Interface in com.nulabinc.backlog4j
The interface for Backlog space data.
SpaceJSONImpl - Class in com.nulabinc.backlog4j.internal.json
 
SpaceJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.SpaceJSONImpl
 
SpaceMethods - Interface in com.nulabinc.backlog4j.api
Executes Backlog Space APIs.
SpaceNotification - Interface in com.nulabinc.backlog4j
The interface for Backlog space notification data.
SpaceNotificationJSONImpl - Class in com.nulabinc.backlog4j.internal.json
 
SpaceNotificationJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.SpaceNotificationJSONImpl
 
Star - Interface in com.nulabinc.backlog4j
The interface for Backlog star data.
StarJSONImpl - Class in com.nulabinc.backlog4j.internal.json
 
StarJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.StarJSONImpl
 
StarMethods - Interface in com.nulabinc.backlog4j.api
Executes Backlog Star APIs.
startDate(String) - Method in class com.nulabinc.backlog4j.api.option.AddMilestoneParams
 
startDate(String) - Method in class com.nulabinc.backlog4j.api.option.AddVersionParams
 
startDate(String) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the issue start date.
startDate(String) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
startDate(String) - Method in class com.nulabinc.backlog4j.api.option.UpdateMilestoneParams
 
startDate(String) - Method in class com.nulabinc.backlog4j.api.option.UpdateVersionParams
 
startDateSince(String) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesCountParams
 
startDateSince(String) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesParams
 
startDateUntil(String) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesCountParams
 
startDateUntil(String) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesParams
 
status(Issue.StatusType) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
Status - Interface in com.nulabinc.backlog4j
The interface for Backlog status data.
statusCode - Variable in class com.nulabinc.backlog4j.http.BacklogHttpResponseImpl
 
statuses(List<Issue.StatusType>) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesCountParams
 
statuses(List<Issue.StatusType>) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesParams
 
statusId(int) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
statusIds(List) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesCountParams
 
statusIds(List) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesParams
 
StatusJSONImpl - Class in com.nulabinc.backlog4j.internal.json
 
StatusJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.StatusJSONImpl
 
StatusMethods - Interface in com.nulabinc.backlog4j.api
Executes Backlog Status APIs.
statusType(List<PullRequest.StatusType>) - Method in class com.nulabinc.backlog4j.api.option.PullRequestQueryParams
 
strValueOf(String) - Static method in enum com.nulabinc.backlog4j.api.option.OffsetParams.Order
 
strValueOf(String) - Static method in enum com.nulabinc.backlog4j.api.option.QueryParams.Order
 
strValueOf(String) - Static method in enum com.nulabinc.backlog4j.Project.CustomStatusColor
 
strValueOf(String) - Static method in enum com.nulabinc.backlog4j.Project.IssueTypeColor
 
subtaskingEnabled(boolean) - Method in class com.nulabinc.backlog4j.api.option.UpdateProjectParams
 
summary(String) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
summary(String) - Method in class com.nulabinc.backlog4j.api.option.UpdatePullRequestParams
Sets the summary.
SvnCommittedActivity - Class in com.nulabinc.backlog4j.internal.json.activities
 
SvnCommittedActivity() - Constructor for class com.nulabinc.backlog4j.internal.json.activities.SvnCommittedActivity
 
SvnCommittedContent - Class in com.nulabinc.backlog4j.internal.json.activities
 
SvnCommittedContent() - Constructor for class com.nulabinc.backlog4j.internal.json.activities.SvnCommittedContent
 

T

templateDescription(String) - Method in class com.nulabinc.backlog4j.api.option.AddIssueTypeParams
 
templateDescription(String) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueTypeParams
 
templateSummary(String) - Method in class com.nulabinc.backlog4j.api.option.AddIssueTypeParams
 
templateSummary(String) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueTypeParams
 
textAreaCustomField(CustomFiledValue) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the text type custom field.
textAreaCustomField(long, String) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the text type custom field.
textAreaCustomField(CustomFiledValue) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
textAreaCustomField(long, String) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
TextAreaCustomField - Class in com.nulabinc.backlog4j.internal.json.customFields
 
TextAreaCustomField() - Constructor for class com.nulabinc.backlog4j.internal.json.customFields.TextAreaCustomField
 
textAreaCustomFieldMap(Map<Long, String>) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the text type custom field with Map.
textAreaCustomFieldMap(Map<Long, String>) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
textAreaCustomFields(List<CustomFiledValue>) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the text type custom field with Map.
textAreaCustomFields(List<CustomFiledValue>) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
TextAreaCustomFieldSetting - Class in com.nulabinc.backlog4j.internal.json.customFields
 
TextAreaCustomFieldSetting() - Constructor for class com.nulabinc.backlog4j.internal.json.customFields.TextAreaCustomFieldSetting
 
textCustomField(CustomFiledValue) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the text type custom field.
textCustomField(long, String) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the text type custom field.
textCustomField(CustomFiledValue) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
textCustomField(long, String) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
TextCustomField - Class in com.nulabinc.backlog4j.internal.json.customFields
 
TextCustomField() - Constructor for class com.nulabinc.backlog4j.internal.json.customFields.TextCustomField
 
textCustomFieldMap(Map<Long, String>) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the text type custom field with Map.
textCustomFieldMap(Map<Long, String>) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
textCustomFields(List<CustomFiledValue>) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the text type custom field with Map.
textCustomFields(List<CustomFiledValue>) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
TextCustomFieldSetting - Class in com.nulabinc.backlog4j.internal.json.customFields
 
TextCustomFieldSetting() - Constructor for class com.nulabinc.backlog4j.internal.json.customFields.TextCustomFieldSetting
 
textFormattingRule(Project.TextFormattingRule) - Method in class com.nulabinc.backlog4j.api.option.UpdateProjectParams
 
token - Variable in class com.nulabinc.backlog4j.auth.AccessToken
 
Token(int, String) - Constructor for class com.nulabinc.backlog4j.internal.http.MimeHelper.Token
 
toString() - Method in class com.nulabinc.backlog4j.core.IdOrKey
 
toString() - Method in class com.nulabinc.backlog4j.core.Union
 
toString() - Method in class com.nulabinc.backlog4j.internal.file.AttachmentDataImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.file.IconImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.file.SharedFileDataImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.activities.ActivityJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.activities.FileAddedActivity
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.activities.FileAddedContent
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.activities.FileDeletedActivity
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.activities.FileDeletedContent
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.activities.FileUpdatedActivity
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.activities.FileUpdatedContent
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.activities.GitPushedActivity
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.activities.GitPushedContent
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.activities.GitRepositoryCreatedActivity
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.activities.GitRepositoryCreatedContent
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueCommentedActivity
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueCommentedContent
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueCreatedActivity
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueCreatedContent
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueDeletedActivity
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueDeletedContent
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueMultiUpdatedActivity
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueMultiUpdatedContent
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueUpdatedActivity
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.activities.IssueUpdatedContent
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.activities.NotificationAddedActivity
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.activities.ProjectUserAddedActivity
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.activities.ProjectUserAddedContent
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.activities.ProjectUserRemovedActivity
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.activities.ProjectUserRemovedContent
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.activities.PullRequestAddedActivity
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.activities.PullRequestCommentedActivity
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.activities.PullRequestContent
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.activities.PullRequestUpdatedActivity
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.activities.SvnCommittedActivity
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.activities.SvnCommittedContent
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiCreatedActivity
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiCreatedContent
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiDeletedActivity
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiDeletedContent
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiUpdatedActivity
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.activities.WikiUpdatedContent
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.AttachmentInfoJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.AttachmentJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.AttributeInfoJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.auth.AccessTokenJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.CategoryJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.ChangeJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.ChangeLogJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.CommentJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.CountJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.customFields.CheckBoxCustomField
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.customFields.CheckBoxCustomFieldSetting
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.customFields.CustomFieldJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.customFields.CustomFieldSettingJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.customFields.DateCustomField
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.customFields.DateCustomFieldSetting
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.customFields.DateValueSetting
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.customFields.ListItem
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.customFields.ListItemSetting
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.customFields.MultipleListCustomField
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.customFields.MultipleListCustomFieldSetting
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.customFields.NumericCustomField
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.customFields.NumericCustomFieldSetting
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.customFields.RadioCustomField
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.customFields.RadioCustomFieldSetting
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.customFields.SingleListCustomField
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.customFields.SingleListCustomFieldSetting
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.customFields.TextAreaCustomField
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.customFields.TextAreaCustomFieldSetting
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.customFields.TextCustomField
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.customFields.TextCustomFieldSetting
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.DiskUsageDetailJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.DiskUsageJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.GroupJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.GroupProjectActivityJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.IssueCommentJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.IssueJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.IssueTypeJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.LinkJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.MilestoneJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.NotificationInfoJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.NotificationJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.PriorityJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.ProjectJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestCommentJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.PullRequestStatusJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.RepositoryJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.ResolutionJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.RevisionJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.SharedFileJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.SpaceJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.SpaceNotificationJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.StarJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.StatusJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.UserJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.VersionJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.ViewedIssueJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.ViewedProjectJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.ViewedWikiJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.WatchJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.WebhookJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.WikiHistoryJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.WikiJSONImpl
 
toString() - Method in class com.nulabinc.backlog4j.internal.json.WikiTagJSONImpl
 
type - Variable in class com.nulabinc.backlog4j.auth.AccessToken
 

U

UndefinedActivity - Class in com.nulabinc.backlog4j.internal.json.activities
Created by yuhkim on 2015/05/18.
UndefinedActivity() - Constructor for class com.nulabinc.backlog4j.internal.json.activities.UndefinedActivity
 
Union<T1,T2> - Class in com.nulabinc.backlog4j.core
 
unit(String) - Method in class com.nulabinc.backlog4j.api.option.AddNumericCustomFieldParams
 
unit(String) - Method in class com.nulabinc.backlog4j.api.option.UpdateNumericCustomFieldParams
 
unlinkIssueSharedFile(Object, Object) - Method in interface com.nulabinc.backlog4j.api.IssueMethods
Deletes link of the shared file from the issue.
unlinkIssueSharedFile(Object, Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
unlinkWikiSharedFile(Object, Object) - Method in interface com.nulabinc.backlog4j.api.WikiMethods
Removes link to shared Files from the Wiki.
unlinkWikiSharedFile(Object, Object) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
until(String) - Method in class com.nulabinc.backlog4j.api.option.GetStarsParams
 
updateCategory(UpdateCategoryParams) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Updates the existing category in the project.
updateCategory(UpdateCategoryParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
UpdateCategoryParams - Class in com.nulabinc.backlog4j.api.option
Parameters for update category API.
UpdateCategoryParams(Object, Object, String) - Constructor for class com.nulabinc.backlog4j.api.option.UpdateCategoryParams
 
updateCheckBoxCustomField(UpdateCheckBoxCustomFieldParams) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Updates the existing checkbox type custom field in the project.
updateCheckBoxCustomField(UpdateCheckBoxCustomFieldParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
UpdateCheckBoxCustomFieldParams - Class in com.nulabinc.backlog4j.api.option
Parameters for update checkbox type custom field API.
UpdateCheckBoxCustomFieldParams(Object, Object) - Constructor for class com.nulabinc.backlog4j.api.option.UpdateCheckBoxCustomFieldParams
 
UpdateCustomFieldParams - Class in com.nulabinc.backlog4j.api.option
Parameters for update custom field API.
UpdateCustomFieldParams(Object, Object) - Constructor for class com.nulabinc.backlog4j.api.option.UpdateCustomFieldParams
 
updateDateCustomField(UpdateDateCustomFieldParams) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Updates the existing date type custom field in the project.
updateDateCustomField(UpdateDateCustomFieldParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
UpdateDateCustomFieldParams - Class in com.nulabinc.backlog4j.api.option
Parameters for update date type custom field API.
UpdateDateCustomFieldParams(Object, long) - Constructor for class com.nulabinc.backlog4j.api.option.UpdateDateCustomFieldParams
 
updatedSince(String) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesCountParams
 
updatedSince(String) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesParams
 
updatedUntil(String) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesCountParams
 
updatedUntil(String) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesParams
 
updateGroup(UpdateGroupParams) - Method in interface com.nulabinc.backlog4j.api.GroupMethods
Updates the existing group.
updateGroup(UpdateGroupParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
UpdateGroupParams - Class in com.nulabinc.backlog4j.api.option
Parameters for update group API.
UpdateGroupParams(Object) - Constructor for class com.nulabinc.backlog4j.api.option.UpdateGroupParams
 
updateIssue(UpdateIssueParams) - Method in interface com.nulabinc.backlog4j.api.IssueMethods
Updates an existing issue.
updateIssue(UpdateIssueParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
updateIssueComment(UpdateIssueCommentParams) - Method in interface com.nulabinc.backlog4j.api.IssueMethods
Updates an existing issue comment.
updateIssueComment(UpdateIssueCommentParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
UpdateIssueCommentParams - Class in com.nulabinc.backlog4j.api.option
Parameters for update issue comment API.
UpdateIssueCommentParams(Object, Object, String) - Constructor for class com.nulabinc.backlog4j.api.option.UpdateIssueCommentParams
 
UpdateIssueParams - Class in com.nulabinc.backlog4j.api.option
Parameters for update issue API.
UpdateIssueParams(Object) - Constructor for class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
updateIssueType(UpdateIssueTypeParams) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Updates the issue type in the project.
updateIssueType(UpdateIssueTypeParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
UpdateIssueTypeParams - Class in com.nulabinc.backlog4j.api.option
Parameters for update issue type API.
UpdateIssueTypeParams(Object, Object) - Constructor for class com.nulabinc.backlog4j.api.option.UpdateIssueTypeParams
 
updateListCustomFieldItem(Object, Object, Object, String) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Updates the existing item of list type custom field.
updateListCustomFieldItem(Object, Object, Object, String) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
updateMilestone(UpdateMilestoneParams) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Updates the existing Milestone in the project.
updateMilestone(UpdateMilestoneParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
UpdateMilestoneParams - Class in com.nulabinc.backlog4j.api.option
Parameters for update version API.
UpdateMilestoneParams(Object, Object, String) - Constructor for class com.nulabinc.backlog4j.api.option.UpdateMilestoneParams
 
updateMultipleListCustomField(UpdateMultipleListCustomFieldParams) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Updates the existing multiple list type custom field in the project.
updateMultipleListCustomField(UpdateMultipleListCustomFieldParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
UpdateMultipleListCustomFieldParams - Class in com.nulabinc.backlog4j.api.option
Parameters for update multiple list type custom field API.
UpdateMultipleListCustomFieldParams(Object, Object) - Constructor for class com.nulabinc.backlog4j.api.option.UpdateMultipleListCustomFieldParams
 
updateNumericCustomField(UpdateNumericCustomFieldParams) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Updates the existing numeric type custom field in the project.
updateNumericCustomField(UpdateNumericCustomFieldParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
UpdateNumericCustomFieldParams - Class in com.nulabinc.backlog4j.api.option
Parameters for update numeric type custom field API.
UpdateNumericCustomFieldParams(Object, long) - Constructor for class com.nulabinc.backlog4j.api.option.UpdateNumericCustomFieldParams
 
updateOrderOfStatus(UpdateOrderOfStatusParams) - Method in interface com.nulabinc.backlog4j.api.StatusMethods
Updates the statuses order in the project.
updateOrderOfStatus(UpdateOrderOfStatusParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
UpdateOrderOfStatusParams - Class in com.nulabinc.backlog4j.api.option
Parameters for updates order about status API.
UpdateOrderOfStatusParams(Object, List) - Constructor for class com.nulabinc.backlog4j.api.option.UpdateOrderOfStatusParams
 
updateProject(UpdateProjectParams) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Updates the existing project.
updateProject(UpdateProjectParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
UpdateProjectParams - Class in com.nulabinc.backlog4j.api.option
Parameters for update project API.
UpdateProjectParams(Object) - Constructor for class com.nulabinc.backlog4j.api.option.UpdateProjectParams
 
updatePullRequest(UpdatePullRequestParams) - Method in interface com.nulabinc.backlog4j.api.PullRequestMethods
Update a pull request.
updatePullRequest(UpdatePullRequestParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
updatePullRequestComment(UpdatePullRequestCommentParams) - Method in interface com.nulabinc.backlog4j.api.PullRequestMethods
Updates the pull request comment.
updatePullRequestComment(UpdatePullRequestCommentParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
UpdatePullRequestCommentParams - Class in com.nulabinc.backlog4j.api.option
Parameters for add pull request comment API.
UpdatePullRequestCommentParams(Object, Object, Object, Object, String) - Constructor for class com.nulabinc.backlog4j.api.option.UpdatePullRequestCommentParams
Constructor
UpdatePullRequestParams - Class in com.nulabinc.backlog4j.api.option
Parameters for update pull request API.
UpdatePullRequestParams(Object, Object, Object) - Constructor for class com.nulabinc.backlog4j.api.option.UpdatePullRequestParams
Constructor
updateRadioCustomField(UpdateRadioCustomFieldParams) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Updates the existing radio type custom field in the project.
updateRadioCustomField(UpdateRadioCustomFieldParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
UpdateRadioCustomFieldParams - Class in com.nulabinc.backlog4j.api.option
Parameters for update radio type custom field API.
UpdateRadioCustomFieldParams(Object, Object) - Constructor for class com.nulabinc.backlog4j.api.option.UpdateRadioCustomFieldParams
 
updateSingleListCustomField(UpdateSingleListCustomFieldParams) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Updates the existing single list type custom field in the project.
updateSingleListCustomField(UpdateSingleListCustomFieldParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
UpdateSingleListCustomFieldParams - Class in com.nulabinc.backlog4j.api.option
Parameters for update single list type custom field API.
UpdateSingleListCustomFieldParams(Object, long) - Constructor for class com.nulabinc.backlog4j.api.option.UpdateSingleListCustomFieldParams
 
updateSpaceNotification(String) - Method in interface com.nulabinc.backlog4j.api.SpaceMethods
Updates the space information.
updateSpaceNotification(String) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
updateStatus(UpdateStatusParams) - Method in interface com.nulabinc.backlog4j.api.StatusMethods
Updates the existing status in the project.
updateStatus(UpdateStatusParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
UpdateStatusParams - Class in com.nulabinc.backlog4j.api.option
Parameters for update status API.
UpdateStatusParams(Object, Object, String, Project.CustomStatusColor) - Constructor for class com.nulabinc.backlog4j.api.option.UpdateStatusParams
 
updateTextAreaCustomField(UpdateTextAreaCustomFieldParams) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Updates the existing text area type custom field in the project.
updateTextAreaCustomField(UpdateTextAreaCustomFieldParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
UpdateTextAreaCustomFieldParams - Class in com.nulabinc.backlog4j.api.option
Parameters for update text area type custom field API.
UpdateTextAreaCustomFieldParams(Object, long) - Constructor for class com.nulabinc.backlog4j.api.option.UpdateTextAreaCustomFieldParams
 
updateTextCustomField(UpdateTextCustomFieldParams) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Updates the existing text type custom field in the project.
updateTextCustomField(UpdateTextCustomFieldParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
UpdateTextCustomFieldParams - Class in com.nulabinc.backlog4j.api.option
Parameters for update text type custom field API.
UpdateTextCustomFieldParams(Object, long) - Constructor for class com.nulabinc.backlog4j.api.option.UpdateTextCustomFieldParams
 
updateVersion(UpdateVersionParams) - Method in interface com.nulabinc.backlog4j.api.ProjectMethods
Updates the existing version in the project.
updateVersion(UpdateVersionParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
UpdateVersionParams - Class in com.nulabinc.backlog4j.api.option
Parameters for update version API.
UpdateVersionParams(Object, Object, String) - Constructor for class com.nulabinc.backlog4j.api.option.UpdateVersionParams
 
updateWatch(UpdateWatchParams) - Method in interface com.nulabinc.backlog4j.api.WatchingMethods
Updates the existing watching.
updateWatch(UpdateWatchParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
UpdateWatchParams - Class in com.nulabinc.backlog4j.api.option
Parameters for update watch API.
UpdateWatchParams(Object) - Constructor for class com.nulabinc.backlog4j.api.option.UpdateWatchParams
 
updateWebhook(UpdateWebhookParams) - Method in interface com.nulabinc.backlog4j.api.WebhookMethods
Updates the existing webhook.
updateWebhook(UpdateWebhookParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
UpdateWebhookParams - Class in com.nulabinc.backlog4j.api.option
Parameters for update webhook API.
UpdateWebhookParams(Object, long) - Constructor for class com.nulabinc.backlog4j.api.option.UpdateWebhookParams
 
updateWiki(UpdateWikiParams) - Method in interface com.nulabinc.backlog4j.api.WikiMethods
Updates an existing Wiki page in the project.
updateWiki(UpdateWikiParams) - Method in class com.nulabinc.backlog4j.BacklogClientImpl
 
UpdateWikiParams - Class in com.nulabinc.backlog4j.api.option
Parameters for update wiki page API.
UpdateWikiParams(Object) - Constructor for class com.nulabinc.backlog4j.api.option.UpdateWikiParams
 
urlConnection - Variable in class com.nulabinc.backlog4j.http.BacklogHttpResponseImpl
 
User - Interface in com.nulabinc.backlog4j
The interface for Backlog user data.
User.RoleType - Enum in com.nulabinc.backlog4j
 
userAgent - Variable in class com.nulabinc.backlog4j.http.BacklogHttpClientImpl
 
UserJSONImpl - Class in com.nulabinc.backlog4j.internal.json
 
UserJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.UserJSONImpl
 
UserMethods - Interface in com.nulabinc.backlog4j.api
Executes Backlog User APIs.

V

valueOf(String) - Static method in enum com.nulabinc.backlog4j.Activity.Type
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.nulabinc.backlog4j.Activity.Type
 
valueOf(String) - Static method in enum com.nulabinc.backlog4j.api.option.GetIssuesCountParams.ParentChildType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nulabinc.backlog4j.api.option.GetIssuesParams.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nulabinc.backlog4j.api.option.GetIssuesParams.ParentChildType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nulabinc.backlog4j.api.option.GetIssuesParams.SortKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nulabinc.backlog4j.api.option.GetWikisParams.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nulabinc.backlog4j.api.option.GetWikisParams.SortKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nulabinc.backlog4j.api.option.OffsetParams.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nulabinc.backlog4j.api.option.QueryParams.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nulabinc.backlog4j.BacklogAPIException.ErrorType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.nulabinc.backlog4j.BacklogAPIException.ErrorType
 
valueOf(String) - Static method in enum com.nulabinc.backlog4j.CustomField.FieldType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.nulabinc.backlog4j.CustomField.FieldType
 
valueOf(String) - Static method in enum com.nulabinc.backlog4j.internal.json.customFields.DateCustomFieldSetting.InitialValueType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.nulabinc.backlog4j.internal.json.customFields.DateCustomFieldSetting.InitialValueType
 
valueOf(String) - Static method in enum com.nulabinc.backlog4j.Issue.PriorityType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.nulabinc.backlog4j.Issue.PriorityType
 
valueOf(String) - Static method in enum com.nulabinc.backlog4j.Issue.ResolutionType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.nulabinc.backlog4j.Issue.ResolutionType
 
valueOf(String) - Static method in enum com.nulabinc.backlog4j.Issue.StatusType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.nulabinc.backlog4j.Issue.StatusType
 
valueOf(String) - Static method in enum com.nulabinc.backlog4j.Notification.Reason
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.nulabinc.backlog4j.Notification.Reason
 
valueOf(String) - Static method in enum com.nulabinc.backlog4j.Project.CustomStatusColor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nulabinc.backlog4j.Project.IssueTypeColor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nulabinc.backlog4j.Project.TextFormattingRule
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nulabinc.backlog4j.PullRequest.StatusType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.nulabinc.backlog4j.PullRequest.StatusType
 
valueOf(String) - Static method in enum com.nulabinc.backlog4j.User.RoleType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.nulabinc.backlog4j.User.RoleType
 
values() - Static method in enum com.nulabinc.backlog4j.Activity.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nulabinc.backlog4j.api.option.GetIssuesCountParams.ParentChildType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nulabinc.backlog4j.api.option.GetIssuesParams.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nulabinc.backlog4j.api.option.GetIssuesParams.ParentChildType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nulabinc.backlog4j.api.option.GetIssuesParams.SortKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nulabinc.backlog4j.api.option.GetWikisParams.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nulabinc.backlog4j.api.option.GetWikisParams.SortKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nulabinc.backlog4j.api.option.OffsetParams.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nulabinc.backlog4j.api.option.QueryParams.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nulabinc.backlog4j.BacklogAPIException.ErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nulabinc.backlog4j.CustomField.FieldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nulabinc.backlog4j.internal.json.customFields.DateCustomFieldSetting.InitialValueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nulabinc.backlog4j.Issue.PriorityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nulabinc.backlog4j.Issue.ResolutionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nulabinc.backlog4j.Issue.StatusType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nulabinc.backlog4j.Notification.Reason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nulabinc.backlog4j.Project.CustomStatusColor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nulabinc.backlog4j.Project.IssueTypeColor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nulabinc.backlog4j.Project.TextFormattingRule
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nulabinc.backlog4j.PullRequest.StatusType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nulabinc.backlog4j.User.RoleType
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Interface in com.nulabinc.backlog4j
The interface for Backlog version data.
versionIds(List) - Method in class com.nulabinc.backlog4j.api.option.CreateIssueParams
Sets the issue versions.
versionIds(List) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesCountParams
 
versionIds(List) - Method in class com.nulabinc.backlog4j.api.option.GetIssuesParams
 
versionIds(List) - Method in class com.nulabinc.backlog4j.api.option.UpdateIssueParams
 
VersionJSONImpl - Class in com.nulabinc.backlog4j.internal.json
 
VersionJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.VersionJSONImpl
 
ViewedIssue - Interface in com.nulabinc.backlog4j
The interface for Backlog viewed issue data.
ViewedIssueJSONImpl - Class in com.nulabinc.backlog4j.internal.json
 
ViewedIssueJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.ViewedIssueJSONImpl
 
ViewedProject - Interface in com.nulabinc.backlog4j
The interface for Backlog viewed project data.
ViewedProjectJSONImpl - Class in com.nulabinc.backlog4j.internal.json
 
ViewedProjectJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.ViewedProjectJSONImpl
 
ViewedWiki - Interface in com.nulabinc.backlog4j
The interface for Backlog viewed wiki data.
ViewedWikiJSONImpl - Class in com.nulabinc.backlog4j.internal.json
 
ViewedWikiJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.ViewedWikiJSONImpl
 

W

Watch - Interface in com.nulabinc.backlog4j
The interface for Backlog Watch data.
WatchingMethods - Interface in com.nulabinc.backlog4j.api
Executes Backlog Watch APIs.
WatchJSONImpl - Class in com.nulabinc.backlog4j.internal.json
 
WatchJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.WatchJSONImpl
 
Webhook - Interface in com.nulabinc.backlog4j
The interface for Backlog webhook data.
WebhookJSONImpl - Class in com.nulabinc.backlog4j.internal.json
 
WebhookJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.WebhookJSONImpl
 
WebhookMethods - Interface in com.nulabinc.backlog4j.api
Executes Backlog Webhook APIs.
Wiki - Interface in com.nulabinc.backlog4j
The interface for Backlog Wiki page data.
WikiCreatedActivity - Class in com.nulabinc.backlog4j.internal.json.activities
 
WikiCreatedActivity() - Constructor for class com.nulabinc.backlog4j.internal.json.activities.WikiCreatedActivity
 
WikiCreatedContent - Class in com.nulabinc.backlog4j.internal.json.activities
 
WikiCreatedContent() - Constructor for class com.nulabinc.backlog4j.internal.json.activities.WikiCreatedContent
 
WikiDeletedActivity - Class in com.nulabinc.backlog4j.internal.json.activities
 
WikiDeletedActivity() - Constructor for class com.nulabinc.backlog4j.internal.json.activities.WikiDeletedActivity
 
WikiDeletedContent - Class in com.nulabinc.backlog4j.internal.json.activities
 
WikiDeletedContent() - Constructor for class com.nulabinc.backlog4j.internal.json.activities.WikiDeletedContent
 
WikiHistory - Interface in com.nulabinc.backlog4j
The interface for Backlog Wiki page history data.
WikiHistoryJSONImpl - Class in com.nulabinc.backlog4j.internal.json
 
WikiHistoryJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.WikiHistoryJSONImpl
 
WikiJSONImpl - Class in com.nulabinc.backlog4j.internal.json
 
WikiJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.WikiJSONImpl
 
WikiMethods - Interface in com.nulabinc.backlog4j.api
Executes Backlog Wiki APIs.
WikiTag - Interface in com.nulabinc.backlog4j
The interface for Backlog Wiki page's tag data.
WikiTagJSONImpl - Class in com.nulabinc.backlog4j.internal.json
 
WikiTagJSONImpl() - Constructor for class com.nulabinc.backlog4j.internal.json.WikiTagJSONImpl
 
WikiUpdatedActivity - Class in com.nulabinc.backlog4j.internal.json.activities
 
WikiUpdatedActivity() - Constructor for class com.nulabinc.backlog4j.internal.json.activities.WikiUpdatedActivity
 
WikiUpdatedContent - Class in com.nulabinc.backlog4j.internal.json.activities
 
WikiUpdatedContent() - Constructor for class com.nulabinc.backlog4j.internal.json.activities.WikiUpdatedContent
 
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links