Uses of Interface
com.github.mizosoft.methanol.TaggableRequest.Builder
Packages that use TaggableRequest.Builder
-
Uses of TaggableRequest.Builder in com.github.mizosoft.methanol
Classes in com.github.mizosoft.methanol that implement TaggableRequest.BuilderModifier and TypeClassDescriptionfinal classA mutableHttpRequestthat supportstags, relative URIs&setting arbitrary objects as request bodies.Methods in com.github.mizosoft.methanol that return TaggableRequest.BuilderModifier and TypeMethodDescriptionTaggableRequest.Builder.copy()TaggableRequest.Builder.DELETE()TaggableRequest.Builder.expectContinue(boolean enable) TaggableRequest.Builder.GET()TaggableRequest.Builder.method(String method, HttpRequest.BodyPublisher bodyPublisher) TaggableRequest.Builder.POST(HttpRequest.BodyPublisher bodyPublisher) TaggableRequest.Builder.PUT(HttpRequest.BodyPublisher bodyPublisher) Removes the tag associated with the given type.Removes the tag associated with the given type.Adds a tag mapped to the given type.Adds a tag mapped to the given type.Adds a tag mapped to the given object's runtime type.TaggableRequest.Builder.version(HttpClient.Version version)