Class JobExecutionResource.Page
java.lang.Object
org.springframework.hateoas.RepresentationModel<org.springframework.hateoas.CollectionModel<T>>
org.springframework.hateoas.CollectionModel<T>
org.springframework.hateoas.PagedModel<JobExecutionResource>
org.springframework.cloud.dataflow.rest.resource.JobExecutionResource.Page
- All Implemented Interfaces:
Iterable<JobExecutionResource>
,ResolvableTypeProvider
- Enclosing class:
- JobExecutionResource
public static class JobExecutionResource.Page
extends org.springframework.hateoas.PagedModel<JobExecutionResource>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.hateoas.PagedModel
org.springframework.hateoas.PagedModel.PageMetadata
-
Field Summary
Fields inherited from class org.springframework.hateoas.PagedModel
NO_PAGE
-
Constructor Summary
-
Method Summary
Methods inherited from class org.springframework.hateoas.PagedModel
empty, empty, empty, empty, empty, empty, empty, empty, empty, empty, empty, empty, equals, getMetadata, getNextLink, getPreviousLink, hashCode, of, of, of, toString, withFallbackType, withFallbackType, withFallbackType, wrap
Methods inherited from class org.springframework.hateoas.CollectionModel
empty, getContent, getResolvableType, iterator, of, of, of, wrap
Methods inherited from class org.springframework.hateoas.RepresentationModel
add, add, add, addAllIf, addIf, getLink, getLink, getLinks, getLinks, getLinks, getRequiredLink, getRequiredLink, hasLink, hasLink, hasLinks, mapLink, mapLinkIf, of, of, removeLinks
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
Page
public Page()
-