Package com.restfb.types
Class Application.MobileSdkErrorCategory
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.Application.MobileSdkErrorCategory
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Application
Represents the
Application Mobile
SDK Error Category Graph API type.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
addRecoveryOption
(String recoveryOption) getName()
The name for the category.The user facing message that can be shown before attempting recovery.boolean
removeRecoveryOption
(String recoveryOption) void
The name for the category.void
setRecoveryMessage
(String recoveryMessage) The user facing message that can be shown before attempting recovery.Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
MobileSdkErrorCategory
public MobileSdkErrorCategory()
-
-
Method Details
-
getRecoveryOptions
- Returns:
- The vector of user facing labels for recovery options.
-
addRecoveryOption
-
removeRecoveryOption
-
getName
The name for the category.- Returns:
- The name for the category.
-
setName
The name for the category. -
getRecoveryMessage
The user facing message that can be shown before attempting recovery.- Returns:
- The user facing message that can be shown before attempting recovery.
-
setRecoveryMessage
The user facing message that can be shown before attempting recovery.
-