Uses of Class
com.restfb.types.threads.TdMediaContainer.Status
-
Packages that use TdMediaContainer.Status Package Description com.restfb.types.threads -
-
Uses of TdMediaContainer.Status in com.restfb.types.threads
Methods in com.restfb.types.threads that return TdMediaContainer.Status Modifier and Type Method Description TdMediaContainer.Status
TdMediaContainer. getStatus()
static TdMediaContainer.Status
TdMediaContainer.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static TdMediaContainer.Status[]
TdMediaContainer.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.restfb.types.threads with parameters of type TdMediaContainer.Status Modifier and Type Method Description void
TdMediaContainer. setStatus(TdMediaContainer.Status status)
-