@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-04-02T22:56:45.878Z[GMT]") public class PageOrganizationInboxProjection extends Object
| Modifier and Type | Field and Description |
|---|---|
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_ELEMENTS |
static String |
SERIALIZED_NAME_TOTAL_PAGES |
| Constructor and Description |
|---|
PageOrganizationInboxProjection() |
public static final String SERIALIZED_NAME_CONTENT
public static final String SERIALIZED_NAME_EMPTY
public static final String SERIALIZED_NAME_FIRST
public static final String SERIALIZED_NAME_LAST
public static final String SERIALIZED_NAME_NUMBER
public static final String SERIALIZED_NAME_NUMBER_OF_ELEMENTS
public static final String SERIALIZED_NAME_PAGEABLE
public static final String SERIALIZED_NAME_SIZE
public static final String SERIALIZED_NAME_SORT
public static final String SERIALIZED_NAME_TOTAL_ELEMENTS
public static final String SERIALIZED_NAME_TOTAL_PAGES
public PageOrganizationInboxProjection content(List<OrganizationInboxProjection> content)
public PageOrganizationInboxProjection addContentItem(OrganizationInboxProjection contentItem)
@Nullable public List<OrganizationInboxProjection> getContent()
public void setContent(List<OrganizationInboxProjection> content)
public PageOrganizationInboxProjection empty(Boolean empty)
public void setEmpty(Boolean empty)
public PageOrganizationInboxProjection first(Boolean first)
public void setFirst(Boolean first)
public PageOrganizationInboxProjection last(Boolean last)
public void setLast(Boolean last)
public PageOrganizationInboxProjection number(Integer number)
public void setNumber(Integer number)
public PageOrganizationInboxProjection numberOfElements(Integer numberOfElements)
@Nullable public Integer getNumberOfElements()
public void setNumberOfElements(Integer numberOfElements)
public PageOrganizationInboxProjection pageable(Pageable pageable)
public void setPageable(Pageable pageable)
public PageOrganizationInboxProjection size(Integer size)
public void setSize(Integer size)
public PageOrganizationInboxProjection sort(Sort sort)
public void setSort(Sort sort)
public PageOrganizationInboxProjection totalElements(Long totalElements)
public void setTotalElements(Long totalElements)
public PageOrganizationInboxProjection totalPages(Integer totalPages)
public void setTotalPages(Integer totalPages)
Copyright © 2021. All rights reserved.