Uses of Interface
com.veeva.vault.sdk.api.webapi.WebApiResponse.Builder
Packages that use WebApiResponse.Builder
Package
Description
This package provides interfaces to implement Web APIs.
-
Uses of WebApiResponse.Builder in com.veeva.vault.sdk.api.webapi
Methods in com.veeva.vault.sdk.api.webapi that return WebApiResponse.BuilderModifier and TypeMethodDescriptionWebApiContext.newWebApiResponseBuilder()
Returns a builder to create the response for this WebAPI request.WebApiResponse.Builder.withData
(JsonObject data) Sets the JSON Object containing the response data.WebApiResponse.Builder.withData
(WebApiFileResponseData data) Sets theWebApiFileResponseData
for the response.<U extends UserDefinedModel>
WebApiResponse.BuilderWebApiResponse.Builder.withData
(U data) Sets theUserDefinedModel
containing the response data.WebApiResponse.Builder.withResponseStatus
(WebApiResponseStatus responseStatus) Sets theWebApiResponseStatus
for the response.