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