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

net.anotheria.anosite.photoserver.api.access.AccessParameter Maven / Gradle / Ivy

package net.anotheria.anosite.photoserver.api.access;

/**
 * Access parameter.
 *
 * @author ivanbatura
 */
public enum AccessParameter {
    /**
     * Source.
     */
    SOURCE,

    /**
     * Access token.
     */
    ACCESS_TOKEN,

    /**
     * Blur flag.
     */
    BLUR,

    /**
     * Preview flag.
     */
    PREVIEW,

    /**
     * Full access cookie name.
     */
    ACCESS_COOKIE_NAME
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy