Uses of Class
io.github.kaposke.models.SdkResponse
Packages that use SdkResponse
-
Uses of SdkResponse in io.github.kaposke.http
Methods in io.github.kaposke.http that return SdkResponseModifier and TypeMethodDescriptionSdkClient.create(CreateSdkRequest input) SdkClient.getById(float id) Methods in io.github.kaposke.http that return types with arguments of type SdkResponseModifier and TypeMethodDescriptionSdkClient.findSdks(float offset, float limit, float artifactId) ApiClient.getApiSdks(float id) -
Uses of SdkResponse in io.github.kaposke.models
Methods in io.github.kaposke.models that return SdkResponseModifier and TypeMethodDescriptionSdkResponse.Builder.build()SdkResponse.Builder.buildWithoutValidation() -
Uses of SdkResponse in io.github.kaposke.services
Methods in io.github.kaposke.services that return SdkResponseModifier and TypeMethodDescriptionSdkService.create(CreateSdkRequest input) SdkService.getById(float id) Methods in io.github.kaposke.services that return types with arguments of type SdkResponseModifier and TypeMethodDescriptionSdkService.findSdks(float offset, float limit, float artifactId) ApiService.getApiSdks(float id)