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

twitter4jads.internal.models4j.TwitterBase Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package twitter4jads.internal.models4j;

import twitter4jads.auth.Authorization;
import twitter4jads.conf.Configuration;

/**
 *
 * @since Twitter4J 2.2.0
 */
public interface TwitterBase {

    /**
     * Returns the authorization scheme for this instance.
* The returned type will be either of BasicAuthorization, OAuthAuthorization, or NullAuthorization * * @return the authorization scheme for this instance */ Authorization getAuthorization(); /** * Returns the configuration associated with this instance * * @return configuration associated with this instance * @since Twitter4J 2.1.8 */ Configuration getConfiguration(); /** * Shuts down this instance and releases allocated resources. */ void shutdown(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy