public class BookmarkSharesResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BookmarkSharesResponse.StatusEnum
Gets or Sets status
|
| Constructor and Description |
|---|
BookmarkSharesResponse() |
| Modifier and Type | Method and Description |
|---|---|
BookmarkSharesResponse |
addErrorsItem(ApiError errorsItem) |
BookmarkSharesResponse |
data(BookmarkSharesData data) |
boolean |
equals(Object o) |
BookmarkSharesResponse |
errorMessage(String errorMessage) |
BookmarkSharesResponse |
errors(List<ApiError> errors) |
BookmarkSharesData |
getData()
Get data
|
String |
getErrorMessage()
Get errorMessage
|
List<ApiError> |
getErrors()
Get errors
|
BookmarkSharesResponse.StatusEnum |
getStatus()
Get status
|
String |
getType()
Get type
|
int |
hashCode() |
void |
setData(BookmarkSharesData data) |
void |
setErrorMessage(String errorMessage) |
void |
setErrors(List<ApiError> errors) |
void |
setStatus(BookmarkSharesResponse.StatusEnum status) |
void |
setType(String type) |
BookmarkSharesResponse |
status(BookmarkSharesResponse.StatusEnum status) |
String |
toString() |
BookmarkSharesResponse |
type(String type) |
public BookmarkSharesResponse status(BookmarkSharesResponse.StatusEnum status)
public BookmarkSharesResponse.StatusEnum getStatus()
public void setStatus(BookmarkSharesResponse.StatusEnum status)
public BookmarkSharesResponse type(String type)
public String getType()
public void setType(String type)
public BookmarkSharesResponse data(BookmarkSharesData data)
public BookmarkSharesData getData()
public void setData(BookmarkSharesData data)
public BookmarkSharesResponse errorMessage(String errorMessage)
public String getErrorMessage()
public void setErrorMessage(String errorMessage)
public BookmarkSharesResponse errors(List<ApiError> errors)
public BookmarkSharesResponse addErrorsItem(ApiError errorsItem)
Copyright © 2019 LeanIX GmbH. All rights reserved.