twitter4j
Interface ProfileImage

All Superinterfaces:
java.io.Serializable, TwitterResponse
All Known Implementing Classes:
ProfileImageImpl

public interface ProfileImage
extends TwitterResponse, java.io.Serializable

Since:
Twitter4J 2.1.7
Author:
Yusuke Yamamoto - yusuke at mac.com

Nested Class Summary
static class ProfileImage.ImageSize
           
 
Field Summary
static ProfileImage.ImageSize BIGGER
           
static ProfileImage.ImageSize MINI
           
static ProfileImage.ImageSize NORMAL
           
 
Method Summary
 java.lang.String getURL()
           
 
Methods inherited from interface twitter4j.TwitterResponse
getRateLimitStatus
 

Field Detail

BIGGER

static final ProfileImage.ImageSize BIGGER

NORMAL

static final ProfileImage.ImageSize NORMAL

MINI

static final ProfileImage.ImageSize MINI
Method Detail

getURL

java.lang.String getURL()