twitter4j
Interface ProfileImage

All Superinterfaces:
Serializable, TwitterResponse

public interface ProfileImage
extends TwitterResponse, 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
           
static ProfileImage.ImageSize ORIGINAL
           
 
Fields inherited from interface twitter4j.TwitterResponse
NONE, READ, READ_WRITE, READ_WRITE_DIRECTMESSAGES
 
Method Summary
 String getURL()
           
 
Methods inherited from interface twitter4j.TwitterResponse
getAccessLevel, getRateLimitStatus
 

Field Detail

BIGGER

static final ProfileImage.ImageSize BIGGER

NORMAL

static final ProfileImage.ImageSize NORMAL

MINI

static final ProfileImage.ImageSize MINI

ORIGINAL

static final ProfileImage.ImageSize ORIGINAL
Method Detail

getURL

String getURL()


Copyright © 2012. All Rights Reserved.