|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PictureSize | |
|---|---|
| facebook4j | |
| facebook4j.api | |
| Uses of PictureSize in facebook4j |
|---|
| Methods in facebook4j that return PictureSize | |
|---|---|
static PictureSize |
PictureSize.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PictureSize[] |
PictureSize.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of PictureSize in facebook4j.api |
|---|
| Methods in facebook4j.api with parameters of type PictureSize | |
|---|---|
URL |
EventMethods.getEventPictureURL(String eventId,
PictureSize size)
Returns url of the event's profile picture. |
URL |
PageMethods.getPagePictureURL(PictureSize size)
Returns the url of a page's profile picture. |
URL |
PageMethods.getPagePictureURL(String pageId,
PictureSize size)
Returns the url of a page's profile picture. |
URL |
UserMethods.getPictureURL(PictureSize size)
Returns the url of the current user's profile picture. |
URL |
UserMethods.getPictureURL(String userId,
PictureSize size)
Returns the url of a user's profile picture. |
URL |
UserMethods.getSSLPictureURL(PictureSize size)
Returns the url of the current user's profile picture over a secure connection. |
URL |
UserMethods.getSSLPictureURL(String userId,
PictureSize size)
Returns the url of a user's profile picture over a secure connection. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||