Uses of Enum
org.sonatype.central.publisher.client.httpclient.RequestType
Packages that use RequestType
-
Uses of RequestType in org.sonatype.central.publisher.client.httpclient
Methods in org.sonatype.central.publisher.client.httpclient that return RequestTypeModifier and TypeMethodDescriptionstatic RequestTypeReturns the enum constant of this type with the specified name.static RequestType[]RequestType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.sonatype.central.publisher.client.httpclient with parameters of type RequestTypeModifier and TypeMethodDescriptionstatic StringPublisherHttpClient.sendRequest(AuthProvider authProvider, String endpointUrl, Map<String, String> params, Path body, RequestType requestType)