public static class ContentTypesListingResponse.ContentTypesListingResponseBuilder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
ContentTypesListingResponse |
build() |
ContentTypesListingResponse.ContentTypesListingResponseBuilder |
pagination(Pagination pagination)
Information about the retrieved page.
|
java.lang.String |
toString() |
ContentTypesListingResponse.ContentTypesListingResponseBuilder |
types(java.util.List<ContentType> types)
The
ContentTypes returned by this ContentTypesListingResponse. |
public ContentTypesListingResponse.ContentTypesListingResponseBuilder types(java.util.List<ContentType> types)
ContentTypes returned by this ContentTypesListingResponse.types - New value for the ContentTypes of this ContentTypesListingResponse.this.ContentTypepublic ContentTypesListingResponse.ContentTypesListingResponseBuilder pagination(Pagination pagination)
pagination - New value for the Pagination of this ContentTypesListingResponsethis.public ContentTypesListingResponse build()
public java.lang.String toString()
toString in class java.lang.Object