public class DeleteSnippetResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeleteSnippetResponse.Builder
Class to build instances of
DeleteSnippetResponse. |
| Constructor and Description |
|---|
DeleteSnippetResponse(List<Error> errors)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
HttpContext |
getContext() |
List<Error> |
getErrors()
Getter for Errors.
|
int |
hashCode() |
DeleteSnippetResponse.Builder |
toBuilder()
Builds a new
DeleteSnippetResponse.Builder object. |
String |
toString()
Converts this DeleteSnippetResponse into string format.
|
public HttpContext getContext()
public List<Error> getErrors()
public String toString()
public DeleteSnippetResponse.Builder toBuilder()
DeleteSnippetResponse.Builder object.
Creates the instance with the state of the current model.DeleteSnippetResponse.Builder objectCopyright © 2022. All rights reserved.