Uses of Class
org.openmetadata.service.jdbi3.FeedRepository.PaginationType
-
Packages that use FeedRepository.PaginationType Package Description org.openmetadata.service.jdbi3 -
-
Uses of FeedRepository.PaginationType in org.openmetadata.service.jdbi3
Methods in org.openmetadata.service.jdbi3 that return FeedRepository.PaginationType Modifier and Type Method Description static FeedRepository.PaginationTypeFeedRepository.PaginationType. valueOf(String name)Returns the enum constant of this type with the specified name.static FeedRepository.PaginationType[]FeedRepository.PaginationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-