Uses of Class
com.github.silent.samurai.speedy.api.client.SpeedyApi
Packages that use SpeedyApi
Package
Description
-
Uses of SpeedyApi in com.github.silent.samurai.speedy.api.client.builder
Constructors in com.github.silent.samurai.speedy.api.client.builder with parameters of type SpeedyApiModifierConstructorDescriptionSpeedyCreateRequestBuilder(String entityName, SpeedyApi<T> speedyApi) SpeedyDeleteRequestBuilder(String entityName, SpeedyApi<T> speedyApi) SpeedyGetRequestBuilder(String entityName, SpeedyApi<T> speedyApi) SpeedyUpdateRequestBuilder(String entityName, SpeedyApi<T> speedyApi) -
Uses of SpeedyApi in com.github.silent.samurai.speedy.api.client.models
Constructors in com.github.silent.samurai.speedy.api.client.models with parameters of type SpeedyApiModifierConstructorDescriptionSpeedyQueryRequest(SpeedyQuery speedyQuery, SpeedyApi<T> speedyApi)