public static class UpsertSnippetResponse.Builder extends Object
UpsertSnippetResponse.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
UpsertSnippetResponse |
build()
Builds a new
UpsertSnippetResponse object using the set fields. |
UpsertSnippetResponse.Builder |
errors(List<Error> errors)
Setter for errors.
|
UpsertSnippetResponse.Builder |
httpContext(HttpContext httpContext)
Setter for httpContext.
|
UpsertSnippetResponse.Builder |
snippet(Snippet snippet)
Setter for snippet.
|
public UpsertSnippetResponse.Builder httpContext(HttpContext httpContext)
httpContext - HttpContext value for httpContext.public UpsertSnippetResponse.Builder errors(List<Error> errors)
errors - List of Error value for errors.public UpsertSnippetResponse.Builder snippet(Snippet snippet)
snippet - Snippet value for snippet.public UpsertSnippetResponse build()
UpsertSnippetResponse object using the set fields.UpsertSnippetResponseCopyright © 2022. All rights reserved.