Class GetUserOp

java.lang.Object
com.auto.framework.operation.http.AbstractHttpOperation
com.auto.reqres.operation.GetUserOp
All Implemented Interfaces:
com.auto.framework.operation.Operation

public class GetUserOp
extends com.auto.framework.operation.http.AbstractHttpOperation
User: Priytam Jee Pandey Date: 30/05/20 Time: 9:25 pm email: priytam.pandey@cleartrip.com
  • Constructor Summary

    Constructors 
    Constructor Description
    GetUserOp​(java.lang.String baseUrl, int userId)  
  • Method Summary

    Modifier and Type Method Description
    protected com.auto.framework.operation.http.HttpRequestBuilder getHttpRequestBuilder()  
    java.lang.String getName()  
    boolean shouldRunInBackground()  

    Methods inherited from class com.auto.framework.operation.http.AbstractHttpOperation

    execute, getRequest, getResult

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GetUserOp

      public GetUserOp​(java.lang.String baseUrl, int userId)
  • Method Details

    • getHttpRequestBuilder

      protected com.auto.framework.operation.http.HttpRequestBuilder getHttpRequestBuilder()
      Specified by:
      getHttpRequestBuilder in class com.auto.framework.operation.http.AbstractHttpOperation
    • shouldRunInBackground

      public boolean shouldRunInBackground()
    • getName

      public java.lang.String getName()