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

com.uwetrottmann.trakt5.entities.TraktError Maven / Gradle / Ivy

package com.uwetrottmann.trakt5.entities;

import javax.annotation.Nullable;

public class TraktError {

    @Nullable
    public String message;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy