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

facebook4j.PlaceTag Maven / Gradle / Ivy

The newest version!
package facebook4j;

import java.util.Date;

public interface PlaceTag extends FacebookResponse {
    String getId();
    Date getCreatedTime();
    Place getPlaceTag();
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy