Class AbstractService

java.lang.Object
com.aboutyou.cloud.adminapi.service.AbstractService
Direct Known Subclasses:
AttributeTranslationService, ProductImageService, ProductService, ProductVariantPriceService, ProductVariantService, ProductVariantStockService

public abstract class AbstractService
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    AbstractService​(HttpClient httpClient)  
  • Method Summary

    Modifier and Type Method Description
    protected <T extends ApiObjectInterface>
    T
    request​(java.lang.String httpMethod, java.lang.String relativeUrl, ApiOptions options, java.lang.Class<T> modelClass)  
    protected <T extends ApiObjectInterface>
    T
    request​(java.lang.String httpMethod, java.lang.String relativeUrl, ApiOptions options, java.lang.Class<T> modelClass, java.lang.Object body)  
    protected <T> ApiCollection<T> requestCollection​(java.lang.String httpMethod, java.lang.String relativeUrl, ApiOptions options, java.lang.Class<T> modelClass)  
    protected <T> ApiCollection<T> requestCollection​(java.lang.String httpMethod, java.lang.String relativeUrl, ApiOptions options, java.lang.Class<T> modelClass, java.lang.Object body)  
    protected java.lang.String resolvePath​(java.lang.String path, java.lang.Object... params)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait