Uses of Class
dev.adlin.vts4j.core.request.Request.Builder
Packages that use Request.Builder
-
Uses of Request.Builder in dev.adlin.vts4j.core.request
Methods in dev.adlin.vts4j.core.request that return Request.BuilderModifier and TypeMethodDescriptionRequest.Builder.setApiName(@NotNull String apiName) Sets the name of the API for the request.Request.Builder.setApiVersion(@NotNull String apiVersion) Sets the version of the API for the request.Request.Builder.setMessageType(@NotNull RequestType type) Sets the type of the message for the request using a RequestType enum.Request.Builder.setMessageType(@NotNull String type) Sets the type of the message for the request using a String.Request.Builder.setPayload(@NotNull com.google.gson.JsonObject payload) Sets payload required for certain types of requests.Request.Builder.setRequestId(@NotNull String requestId) Sets the unique identifier for the request.