Uses of Class
com.abiquo.apiclient.RestClient
-
Packages that use RestClient Package Description com.abiquo.apiclient com.abiquo.apiclient.domain com.abiquo.apiclient.interceptors -
-
Uses of RestClient in com.abiquo.apiclient
Methods in com.abiquo.apiclient that return RestClient Modifier and Type Method Description RestClientApiClient. getClient() -
Uses of RestClient in com.abiquo.apiclient.domain
Methods in com.abiquo.apiclient.domain with parameters of type RestClient Modifier and Type Method Description static <T extends com.abiquo.model.transport.SingleResourceTransportDto,W extends com.abiquo.model.transport.WrapperDto<T>>
Stream<T>PageIterator. flatten(RestClient api, W dto)Creates an Stream capable of advancing over the elements of a paginated collection, and lazily fetch new pages as they are needed. -
Uses of RestClient in com.abiquo.apiclient.interceptors
Constructors in com.abiquo.apiclient.interceptors with parameters of type RestClient Constructor Description AuthenticationInterceptor(Authentication authentication, RestClient client)
-