Class GenresRequest

    • Constructor Detail

      • GenresRequest

        public GenresRequest()
    • Method Detail

      • sortByName

        public GenresRequest sortByName()
        Sorts the results alphanumerically by name.
        Returns:
        this GenresRequest builder
      • sortDirection

        public GenresRequest sortDirection​(SortDirection direction)
        Sets the direction (ascending or descending) of the sorting.
        Parameters:
        direction - the sort direction
        Returns:
        this UsersRequest builder