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
public static class Application.MobileSdkErrorCategory extends AbstractFacebookType
Represents the Application Mobile SDK Error Category Graph API type.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MobileSdkErrorCategory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
addRecoveryOption(String recoveryOption)
String
getName()
The name for the category.String
getRecoveryMessage()
The user facing message that can be shown before attempting recovery.List<String>
getRecoveryOptions()
boolean
removeRecoveryOption(String recoveryOption)
void
setName(String name)
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 Detail
-
MobileSdkErrorCategory
public MobileSdkErrorCategory()
-
-
Method Detail
-
getRecoveryOptions
public List<String> getRecoveryOptions()
- Returns:
- The vector of user facing labels for recovery options.
-
addRecoveryOption
public boolean addRecoveryOption(String recoveryOption)
-
removeRecoveryOption
public boolean removeRecoveryOption(String recoveryOption)
-
getRecoveryMessage
public String 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
public void setRecoveryMessage(String recoveryMessage)
The user facing message that can be shown before attempting recovery.
-
-