Package org.encuestame.social.api.support

Examples of org.encuestame.social.api.support.IdenticaStatusDetails


     * (non-Javadoc)
     * @see org.encuestame.social.api.support.SocialAPIOperations#updateStatus(java.lang.String)
     */
    public TweetPublishedMetadata updateStatus(String message) {
        log.debug("Identica updateStatus 2 "+message);
        return this.updateStatus(message, new IdenticaStatusDetails());
    }
View Full Code Here

TOP

Related Classes of org.encuestame.social.api.support.IdenticaStatusDetails

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.