Uses of Enum
net.andrewcpu.elevenlabs.enums.HttpRequestType
Packages that use HttpRequestType
Package
Description
-
Uses of HttpRequestType in net.andrewcpu.elevenlabs.enums
Methods in net.andrewcpu.elevenlabs.enums that return HttpRequestTypeModifier and TypeMethodDescriptionstatic HttpRequestTypeReturns the enum constant of this type with the specified name.static HttpRequestType[]HttpRequestType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of HttpRequestType in net.andrewcpu.elevenlabs.requests
Methods in net.andrewcpu.elevenlabs.requests that return HttpRequestTypeConstructors in net.andrewcpu.elevenlabs.requests with parameters of type HttpRequestTypeModifierConstructorDescriptionElevenLabsRequest(HttpRequestType type, String endpoint, Class<T> clazz) -
Uses of HttpRequestType in net.andrewcpu.elevenlabs.util
Methods in net.andrewcpu.elevenlabs.util with parameters of type HttpRequestTypeModifier and TypeMethodDescriptionstatic org.apache.hc.client5.http.classic.methods.HttpUriRequestBaseElevenNetworkUtil.getRequest(HttpRequestType type, String path) static org.apache.hc.client5.http.classic.methods.HttpUriRequestBaseElevenNetworkUtil.getRequest(HttpRequestType method, String path, Object payload) static <T> TElevenNetworkUtil.sendRequest(HttpRequestType method, String path, Object payload, Class<T> responseType)