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

com.uwetrottmann.trakt5.enums.TraktEnum Maven / Gradle / Ivy

package com.uwetrottmann.trakt5.enums;

public interface TraktEnum {

    /**
     * Return the value to be used by retrofit when building a request.
     */
    public String toString();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy