Class GetMomentListRequest

java.lang.Object
com.bytedesk.wechat.work.moment.GetMomentListRequest

public class GetMomentListRequest extends Object
获取朋友圈列表请求
  • Field Details

    • startTime

      private Long startTime
      朋友圈记录开始时间。Unix时间戳
    • endTime

      private Long endTime
      朋友圈记录结束时间。Unix时间戳
    • creator

      private String creator
      朋友圈创建人的userid
    • filterType

      private Integer filterType
      朋友圈类型。0:企业发表 1:个人发表 2:所有,包括个人创建以及企业创建,默认情况下为所有类型
    • cursor

      private String cursor
      用于分页查询的游标,字符串类型,由上一次调用返回,首次调用可不填
    • limit

      private Integer limit
      返回的最大记录数,整型,最大值20,默认值20,超过最大值时取默认值
  • Constructor Details

    • GetMomentListRequest

      public GetMomentListRequest()