public class UpsertSnippetRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpsertSnippetRequest.Builder
Class to build instances of
UpsertSnippetRequest. |
| Constructor and Description |
|---|
UpsertSnippetRequest(Snippet snippet)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Snippet |
getSnippet()
Getter for Snippet.
|
int |
hashCode() |
UpsertSnippetRequest.Builder |
toBuilder()
Builds a new
UpsertSnippetRequest.Builder object. |
String |
toString()
Converts this UpsertSnippetRequest into string format.
|
public UpsertSnippetRequest(Snippet snippet)
snippet - Snippet value for snippet.public Snippet getSnippet()
public String toString()
public UpsertSnippetRequest.Builder toBuilder()
UpsertSnippetRequest.Builder object.
Creates the instance with the state of the current model.UpsertSnippetRequest.Builder objectCopyright © 2022. All rights reserved.