Interface RestResource
-
- All Known Implementing Classes:
AccessResource
,AccountResource
,AccountResource.Capability
,AccountResource.Email
,AccountResource.SshKey
,AccountResource.Star
,AccountResource.StarredChange
,AttentionSetEntryResource
,BranchResource
,CacheResource
,CapabilityResource
,ChangeEditResource
,ChangeMessageResource
,ChangeResource
,ChildProjectResource
,CommitResource
,ConfigResource
,DashboardResource
,DraftCommentResource
,FileResource
,FileResource
,FixResource
,GroupResource
,HumanCommentResource
,LabelResource
,MemberResource
,PluginResource
,ProjectResource
,RefResource
,ReviewerResource
,RevisionResource
,RobotCommentResource
,SubgroupResource
,SubmitRequirementResource
,TagResource
,TaskResource
,TopLevelResource
,TopMenuResource
,VoteResource
public interface RestResource
Generic resource handle defining arguments to views.Resource handle returned by
RestCollection
and passed to aRestView
such asRestReadView
orRestModifyView
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
RestResource.HasETag
A resource with an ETag.static interface
RestResource.HasLastModified
A resource with a last modification date.
-