Uses of Class
com.authlete.common.dto.ServiceListResponse
-
Packages that use ServiceListResponse Package Description com.authlete.common.api The definition of Authlete API (AuthleteApi) and the factory class (AuthleteApiFactory).com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of ServiceListResponse in com.authlete.common.api
Methods in com.authlete.common.api that return ServiceListResponse Modifier and Type Method Description protected ServiceListResponseAuthleteApiBasicImpl. callGetServiceList(String auth, String path, int start, int end, boolean rangeGiven, Options options)default ServiceListResponseAuthleteApi. getServiceList()Get the list of services that belong to the service owner (= call Authlete's/service/get/listAPI).default ServiceListResponseAuthleteApi. getServiceList(int start, int end)Get the list of services that belong to the service owner (= call Authlete's/service/get/listAPI withstartandendparameters).ServiceListResponseAuthleteApi. getServiceList(int start, int end, Options options)Get the list of services that belong to the service owner (= call Authlete's/service/get/listAPI withstartandendparameters).ServiceListResponseAuthleteApi. getServiceList(Options options)Get the list of services that belong to the service owner (= call Authlete's/service/get/listAPI).ServiceListResponseAuthleteApiImplV3. getServiceList(int start, int end, Options options)ServiceListResponseAuthleteApiImplV3. getServiceList(Options options)Call/api/service/get/listAPI. -
Uses of ServiceListResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return ServiceListResponse Modifier and Type Method Description ServiceListResponseServiceListResponse. setEnd(int end)Set the end index (exclusive) for the result set of the query.ServiceListResponseServiceListResponse. setServices(Service[] services)Set the list of services that match the query conditions.ServiceListResponseServiceListResponse. setStart(int start)Set the start index (inclusive) for the result set of the query.ServiceListResponseServiceListResponse. setTotalCount(int count)Set the total count of services.
-