JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.cdancy.bitbucket.rest.domain.common
Interface ErrorsHolder
All Known Implementing Classes:
AccessKey
,
AccessKeyPage
,
ActivitiesPage
,
AnnotationsResponse
,
Branch
,
BranchModel
,
BranchModelConfiguration
,
BranchPage
,
BranchRestrictionPage
,
ChangePage
,
CommentPage
,
Comments
,
Commit
,
CommitPage
,
Condition
,
FilesPage
,
Hook
,
HookPage
,
HookSettings
,
InsightReport
,
InsightReportPage
,
Label
,
LabelsPage
,
LastModified
,
LinePage
,
MergeStatus
,
Participants
,
ParticipantsPage
,
PermissionsPage
,
Project
,
ProjectPage
,
ProjectPermissionsPage
,
PullRequest
,
PullRequestPage
,
PullRequestSettings
,
RawContent
,
Repository
,
RepositoryPage
,
RequestStatus
,
SearchRequest
,
SearchResult
,
StatusPage
,
SyncState
,
SyncStatus
,
Tag
,
TagPage
,
Task
,
User
,
UserPage
,
WebHook
,
WebHookPage
public interface
ErrorsHolder
This interface should NOT be applied to "option" like classes and/or used in instances where this is applied to outgoing http traffic. This interface should ONLY be used for classes modeled after incoming http traffic.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.util.List<
Error
>
errors
()
Method Detail
errors
java.util.List<
Error
> errors()
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method