Class PageableDto

java.lang.Object
esendex.sdk.java.model.transfer.Dto
esendex.sdk.java.model.transfer.PageableDto
Direct Known Subclasses:
ContactCollectionDto, MessageCollectionResponseDto, OptOutCollectionResponseDto

public class PageableDto extends Dto
A PageableDto is a base xml resource class. This is a dataholder for xml attributes relating to resource pageing.
Author:
Mike Whittaker
  • Constructor Details

    • PageableDto

      public PageableDto()
  • Method Details

    • getStartindex

      public Integer getStartindex()
      Gets the startindex of child elements
      Returns:
      the startindex
    • getCount

      public Integer getCount()
      Gets the count of child elements
      Returns:
      the count
    • getTotalcount

      public Integer getTotalcount()
      Gets the totalcount of all elements available to be paged.
      Returns:
      the totalcount
    • toString

      public String toString()
      Overrides:
      toString in class Dto