Class ResponseHandlerWithHeaders<T>

java.lang.Object
com.softlayer.api.ResponseHandlerWithHeaders<T>
All Implemented Interfaces:
ResponseHandler<T>

public abstract class ResponseHandlerWithHeaders<T>
extends Object
implements ResponseHandler<T>
A version of ResponseHandler that, if used, will have setLastResponseTotalItemCount(Integer) invoked after the response to set the total items count from the header.
  • Constructor Details

    • ResponseHandlerWithHeaders

      public ResponseHandlerWithHeaders()
  • Method Details

    • getLastResponseTotalItemCount

      public Integer getLastResponseTotalItemCount()
    • setLastResponseTotalItemCount

      public void setLastResponseTotalItemCount​(Integer lastResponseTotalItemCount)