Package com.restfb.types.send
Class MessageCreativeResponse
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.send.MessageCreativeResponse
-
- All Implemented Interfaces:
Serializable
public class MessageCreativeResponse extends AbstractFacebookType
Represents the Message Creative Response- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MessageCreativeResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessageCreativeId()
void
setMessageCreativeId(String messageCreativeId)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
MessageCreativeResponse
public MessageCreativeResponse()
-
-
Method Detail
-
getMessageCreativeId
public String getMessageCreativeId()
-
setMessageCreativeId
public void setMessageCreativeId(String messageCreativeId)
-
-