All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.yahoo.elide.annotation.PaginationMode Maven / Gradle / Ivy

/*
 * Copyright 2024, the original author or authors.
 * Licensed under the Apache License, Version 2.0
 * See LICENSE file in project root for terms.
 */
package com.yahoo.elide.annotation;

/**
 * Pagination Mode.
 */
public enum PaginationMode {
    /**
     * Offset Pagination.
     */
    OFFSET,
    /**
     * Cursor Pagination.
     */
    CURSOR
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy