Class ListCollaboratorsRequest

    • Constructor Detail

      • ListCollaboratorsRequest

        public ListCollaboratorsRequest()
      • ListCollaboratorsRequest

        public ListCollaboratorsRequest​(ListCollaboratorsRequest source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getLimit

        public Long getLimit()
        Get 分页条数,缺省为20
        Returns:
        Limit 分页条数,缺省为20
      • setLimit

        public void setLimit​(Long Limit)
        Set 分页条数,缺省为20
        Parameters:
        Limit - 分页条数,缺省为20
      • getOffset

        public Long getOffset()
        Get 分页起始值,缺省为0
        Returns:
        Offset 分页起始值,缺省为0
      • setOffset

        public void setOffset​(Long Offset)
        Set 分页起始值,缺省为0
        Parameters:
        Offset - 分页起始值,缺省为0