Package com.restfb
Klasse FacebookClient.DebugTokenError
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.FacebookClient.DebugTokenError
- Alle implementierten Schnittstellen:
Serializable
- Umschließende Schnittstelle:
FacebookClient
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetCode()
The error code for the error.The error message for the error.The error subcode for the error.Von Klasse geerbte Methoden com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Konstruktordetails
-
DebugTokenError
public DebugTokenError()
-
-
Methodendetails
-
getCode
The error code for the error.- Gibt zurück:
- The error code for the error.
-
getMessage
The error message for the error.- Gibt zurück:
- The error message for the error.
-
getSubcode
The error subcode for the error.- Gibt zurück:
- The error subcode for the error.
-