Package com.restfb.types
Class User.VideoUploadLimits
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.User.VideoUploadLimits
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- User
public static class User.VideoUploadLimits extends AbstractFacebookType
Represents the Video Upload Limits Graph API type.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VideoUploadLimits()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getLength()
Long
getSize()
void
setLength(Long length)
void
setSize(Long size)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-