public class GetUserProfilePhotosResponse
extends java.lang.Object
| Constructor and Description |
|---|
GetUserProfilePhotosResponse(boolean ok,
UserProfilePhotos result) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isOk() |
UserProfilePhotos |
photos() |
java.lang.String |
toString() |
public GetUserProfilePhotosResponse(boolean ok,
UserProfilePhotos result)
public boolean isOk()
public UserProfilePhotos photos()
public java.lang.String toString()
toString in class java.lang.Object