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

io.katharsis.resource.RestrictedQueryParamsMembers Maven / Gradle / Ivy

There is a newer version: 2.6.3
Show newest version
package io.katharsis.resource;

public enum RestrictedQueryParamsMembers {
    /**
     * Set of collection's fields used for filtering
     */
    filter,
    /**
     * Set of collection's fields used for sorting
     */
    sort,
    /**
     * Field to group by the collection
     */
    group,
    /**
     * Pagination properties
     */
    page,
    /**
     * List of specified fields to include in models
     */
    fields,
    /**
     * Additional resources that should be attached to response
     */
    include
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy