Uses of Class
com.atlassian.confluence.rest.v2.api.model.RestList
Packages that use RestList
Package
Description
-
Uses of RestList in com.atlassian.confluence.plugins.graphql.providers
Methods in com.atlassian.confluence.plugins.graphql.providers that return RestListModifier and TypeMethodDescriptionContentPropertyProvider.properties
(String key, String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo, graphql.schema.DataFetchingEnvironment env) -
Uses of RestList in com.atlassian.confluence.plugins.restapi.enrich
Methods in com.atlassian.confluence.plugins.restapi.enrich with parameters of type RestListModifier and TypeMethodDescriptionvoid
CollectionEnricher.enrich
(@NonNull RestList enrich, @NonNull SchemaType schemaType) -
Uses of RestList in com.atlassian.confluence.plugins.restapi.enrich.model
Methods in com.atlassian.confluence.plugins.restapi.enrich.model with parameters of type RestListModifier and TypeMethodDescriptionvoid
RestListLinkEnricher.enrich
(RestList enrich, SchemaType schemaType) -
Uses of RestList in com.atlassian.confluence.plugins.restapi.resources
Methods in com.atlassian.confluence.plugins.restapi.resources that return RestListModifier and TypeMethodDescriptionChildContentResource.childrenOfType
(ContentId contentId, ContentType type, String expand, Integer parentVersion, int start, int limit, javax.ws.rs.core.UriInfo uriInfo) ChildContentResource.commentsOfContent
(ContentId contentId, String expand, Integer parentVersion, int start, int limit, Set<String> location, String depth, javax.ws.rs.core.UriInfo uriInfo) SpaceResource.contentsWithType
(String spaceKey, String expand, int limit, String cursor, javax.ws.rs.core.UriInfo uriInfo) SpaceResource.contentsWithType
(String spaceKey, String type, String depth, String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo) AttachmentResource.createAttachments
(ContentId containerId, ContentStatus containerStatus, boolean allowDuplicated, String expand, List<com.atlassian.plugins.rest.api.multipart.FilePart> fileParts, @Nullable List<com.atlassian.plugins.rest.api.multipart.FilePart> comments, @Nullable List<com.atlassian.plugins.rest.api.multipart.FilePart> minorEdits, @Nullable List<com.atlassian.plugins.rest.api.multipart.FilePart> hiddens) DescendantContentResource.descendantsOfType
(ContentId contentId, ContentType type, String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo) ContentPropertyResource.findAll
(ContentId contentId, String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo) AttachmentResource.getAttachments
(ContentId contentId, String expand, int start, int limit, String filename, String mediaType, javax.ws.rs.core.UriInfo uriInfo) ClusterResource.getClusterNodeStatuses
(int start, int limit, javax.ws.rs.core.UriInfo uriInfo) ContentWatcherResource.index
(javax.ws.rs.core.UriInfo uriInfo, ContentId contentId, int start, int limit) LabelResource.labels
(String labelName, String owner, String namespace, String spaceKey, int start, int limit, javax.ws.rs.core.UriInfo uriInfo) SpaceLabelResource.related
(javax.ws.rs.core.UriInfo uriInfo, String spaceKey, String labelName, int start, int limit) Methods in com.atlassian.confluence.plugins.restapi.resources that return types with arguments of type RestList -
Uses of RestList in com.atlassian.confluence.rest.v2.api.model
Methods in com.atlassian.confluence.rest.v2.api.model that return RestListModifier and TypeMethodDescriptionRestList.Builder.build()
static <T> RestList<T>
RestList.createRestList
(PageRequest pageRequest, PageResponse<T> pageResponse) Deprecated.since 5.6.5.static <T> RestList<T>
RestList.createRestList
(PageRequest request, List<T> results, boolean hasMore) Deprecated.since 5.6.5.static <T> RestList<T>
RestList.createRestList
(PageResponse<T> pageResponse) Deprecated.since 5.6.5.