public class ContentTypesListingResponse
extends java.lang.Object
DeliveryClient.getTypes(), or
DeliveryClient.getTypes(List).| Modifier and Type | Class and Description |
|---|---|
static class |
ContentTypesListingResponse.ContentTypesListingResponseBuilder |
| Constructor and Description |
|---|
ContentTypesListingResponse() |
ContentTypesListingResponse(java.util.List<ContentType> types,
Pagination pagination) |
| Modifier and Type | Method and Description |
|---|---|
static ContentTypesListingResponse.ContentTypesListingResponseBuilder |
builder() |
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
Pagination |
getPagination()
Information about the retrieved page.
|
java.util.List<ContentType> |
getTypes()
The
ContentTypes returned by this ContentTypesListingResponse. |
int |
hashCode() |
void |
setPagination(Pagination pagination)
Information about the retrieved page.
|
void |
setTypes(java.util.List<ContentType> types)
The
ContentTypes returned by this ContentTypesListingResponse. |
java.lang.String |
toString() |
public ContentTypesListingResponse()
public ContentTypesListingResponse(java.util.List<ContentType> types, Pagination pagination)
public static ContentTypesListingResponse.ContentTypesListingResponseBuilder builder()
public java.util.List<ContentType> getTypes()
ContentTypes returned by this ContentTypesListingResponse.ContentTypes of this ContentTypesListingResponse.ContentTypepublic Pagination getPagination()
Pagination for this ContentTypesListingResponse identifying the current page.public void setTypes(java.util.List<ContentType> types)
ContentTypes returned by this ContentTypesListingResponse.types - New value for the ContentTypes of this ContentTypesListingResponse.ContentTypepublic void setPagination(Pagination pagination)
pagination - New value for the Pagination of this ContentTypesListingResponsepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object