Class Conversation.Origin
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.whatsapp.platform.status.Conversation.Origin
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Conversation
public static class Conversation.Origin extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Origin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CategoryType
getType()
void
setType(CategoryType type)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
Origin
public Origin()
-
-
Method Detail
-
getType
public CategoryType getType()
-
setType
public void setType(CategoryType type)
-
-