Uses of Class
io.github.kaposke.models.DocResponse
Packages that use DocResponse
-
Uses of DocResponse in io.github.kaposke.http
Methods in io.github.kaposke.http that return DocResponseModifier and TypeMethodDescriptionDocClient.getApprovedByOrgSlugAndApiSlug(String orgSlug, String apiSlug, String apiVersion) DocClient.getById(float id) DocClient.remove(float id) DocClient.update(UpdateDocRequest input, float id) Methods in io.github.kaposke.http that return types with arguments of type DocResponseModifier and TypeMethodDescriptionDocClient.findDocs(float offset, float limit, float artifactId) DocClient.getAllApprovedByOrgSlugAndApiSlug(String orgSlug, String apiSlug, String apiVersion) ApiClient.getApiDocs(float id) OrgClient.getDocs(float id) -
Uses of DocResponse in io.github.kaposke.models
Methods in io.github.kaposke.models that return DocResponseModifier and TypeMethodDescriptionDocResponse.Builder.build()DocResponse.Builder.buildWithoutValidation() -
Uses of DocResponse in io.github.kaposke.services
Methods in io.github.kaposke.services that return DocResponseModifier and TypeMethodDescriptionDocService.getApprovedByOrgSlugAndApiSlug(String orgSlug, String apiSlug, String apiVersion) DocService.getById(float id) DocService.remove(float id) DocService.update(UpdateDocRequest input, float id) Methods in io.github.kaposke.services that return types with arguments of type DocResponseModifier and TypeMethodDescriptionDocService.findDocs(float offset, float limit, float artifactId) DocService.getAllApprovedByOrgSlugAndApiSlug(String orgSlug, String apiSlug, String apiVersion) ApiService.getApiDocs(float id) OrgService.getDocs(float id)