@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-12T23:33:57.654989Z[Etc/UTC]") public class PageSentEmailProjection extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PageSentEmailProjection.CustomTypeAdapterFactory |
Modifier and Type | Field and Description |
---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_CONTENT |
static String |
SERIALIZED_NAME_EMPTY |
static String |
SERIALIZED_NAME_FIRST |
static String |
SERIALIZED_NAME_LAST |
static String |
SERIALIZED_NAME_NUMBER |
static String |
SERIALIZED_NAME_NUMBER_OF_ELEMENTS |
static String |
SERIALIZED_NAME_PAGEABLE |
static String |
SERIALIZED_NAME_SIZE |
static String |
SERIALIZED_NAME_SORT |
static String |
SERIALIZED_NAME_TOTAL |
static String |
SERIALIZED_NAME_TOTAL_ELEMENTS |
static String |
SERIALIZED_NAME_TOTAL_PAGES |
Constructor and Description |
---|
PageSentEmailProjection() |
public static final String SERIALIZED_NAME_CONTENT
public static final String SERIALIZED_NAME_PAGEABLE
public static final String SERIALIZED_NAME_TOTAL
public static final String SERIALIZED_NAME_SIZE
public static final String SERIALIZED_NAME_NUMBER
public static final String SERIALIZED_NAME_NUMBER_OF_ELEMENTS
public static final String SERIALIZED_NAME_TOTAL_ELEMENTS
public static final String SERIALIZED_NAME_TOTAL_PAGES
public static final String SERIALIZED_NAME_LAST
public static final String SERIALIZED_NAME_SORT
public static final String SERIALIZED_NAME_FIRST
public static final String SERIALIZED_NAME_EMPTY
public PageSentEmailProjection content(List<SentEmailProjection> content)
public PageSentEmailProjection addContentItem(SentEmailProjection contentItem)
@Nonnull public List<SentEmailProjection> getContent()
public void setContent(List<SentEmailProjection> content)
public PageSentEmailProjection pageable(PageableObject pageable)
@Nullable public PageableObject getPageable()
public void setPageable(PageableObject pageable)
public PageSentEmailProjection total(Long total)
public void setTotal(Long total)
public PageSentEmailProjection size(Integer size)
public void setSize(Integer size)
public PageSentEmailProjection number(Integer number)
public void setNumber(Integer number)
public PageSentEmailProjection numberOfElements(Integer numberOfElements)
@Nonnull public Integer getNumberOfElements()
public void setNumberOfElements(Integer numberOfElements)
public PageSentEmailProjection totalElements(Long totalElements)
@Nonnull public Long getTotalElements()
public void setTotalElements(Long totalElements)
public PageSentEmailProjection totalPages(Integer totalPages)
@Nonnull public Integer getTotalPages()
public void setTotalPages(Integer totalPages)
public PageSentEmailProjection last(Boolean last)
public void setLast(Boolean last)
public PageSentEmailProjection sort(Sort sort)
public void setSort(Sort sort)
public PageSentEmailProjection first(Boolean first)
public void setFirst(Boolean first)
public PageSentEmailProjection empty(Boolean empty)
public void setEmpty(Boolean empty)
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOException
jsonObj
- JSON ObjectIOException
- if the JSON Object is invalid with respect to PageSentEmailProjectionpublic static PageSentEmailProjection fromJson(String jsonString) throws IOException
jsonString
- JSON stringIOException
- if the JSON string is invalid with respect to PageSentEmailProjectionpublic String toJson()
Copyright © 2023. All rights reserved.