![JAR search and dependency download from the Maven repository](/logo.png)
com.softlayer.api.ResultLimitable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of softlayer-api-client Show documentation
Show all versions of softlayer-api-client Show documentation
API client for accessing the SoftLayer API
package com.softlayer.api;
/** Interface implemented by services to support pagination */
public interface ResultLimitable {
public ResultLimit getResultLimit();
public ResultLimit setResultLimit(ResultLimit limit);
/** The non-paginated total item count. This can be overwritten if a service is reused */
public Integer getLastResponseTotalItemCount();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy