Class TagPage

    • Constructor Summary

      Constructors 
      Constructor Description
      TagPage()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static TagPage create​(int start, int limit, int size, int nextPageStart, boolean isLastPage, java.util.List<Tag> values, java.util.List<Error> errors)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.cdancy.bitbucket.rest.domain.common.ErrorsHolder

        errors
    • Constructor Detail

      • TagPage

        public TagPage()
    • Method Detail

      • create

        public static TagPage create​(int start,
                                     int limit,
                                     int size,
                                     int nextPageStart,
                                     boolean isLastPage,
                                     @Nullable
                                     java.util.List<Tag> values,
                                     @Nullable
                                     java.util.List<Error> errors)