Package com.restfb.types
Class DeAuth
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.DeAuth
- All Implemented Interfaces:
Serializable
DeAuth type, returned on de-authorization callback
- Since:
- 1.6.16
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAlgorithm(String algorithm) voidsetIssuedAt(Date issuedAt) voidsetProfileId(String profileId) voidMethods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
DeAuth
public DeAuth()
-
-
Method Details
-
getAlgorithm
-
setAlgorithm
-
getIssuedAt
-
setIssuedAt
-
getProfileId
-
setProfileId
-
getUserId
-
setUserId
-