Package me.cadox8.xenapi.reply
Class PostsReply
java.lang.Object
me.cadox8.xenapi.reply.AbstractReply
me.cadox8.xenapi.reply.PostsReply
public class PostsReply extends AbstractReply
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PostsReply() -
Method Summary
Modifier and Type Method Description RequestTypegetRequestType()Gets the type of requests to getResponse the Reply Class
-
Constructor Details
-
PostsReply
public PostsReply()
-
-
Method Details
-
getRequestType
Description copied from class:AbstractReplyGets the type of requests to getResponse the Reply Class- Specified by:
getRequestTypein classAbstractReply- Returns:
- Returns the type of Request
- See Also:
RequestType,RequestType#getReplyClass()
-