Uses of Enum
org.gitlab4j.api.models.Note.OrderBy
Packages that use Note.OrderBy
-
Uses of Note.OrderBy in org.gitlab4j.api
Methods in org.gitlab4j.api with parameters of type Note.OrderByModifier and TypeMethodDescriptionNotesApi.getMergeRequestNotes(Object projectIdOrPath, Long mergeRequestIid, Constants.SortOrder sortOrder, Note.OrderBy orderBy) Gets a list of all notes for a single merge request.NotesApi.getMergeRequestNotes(Object projectIdOrPath, Long mergeRequestIid, Constants.SortOrder sortOrder, Note.OrderBy orderBy, int itemsPerPage) Get a Pager of all notes for a single merge requestNotesApi.getMergeRequestNotes(Object projectIdOrPath, Long mergeRequestIid, Constants.SortOrder sortOrder, Note.OrderBy orderBy, int page, int perPage) Gets a list of all notes for a single merge request using the specified page and per page settings.NotesApi.getMergeRequestNotesStream(Object projectIdOrPath, Long mergeRequestIid, Constants.SortOrder sortOrder, Note.OrderBy orderBy) Gets a Stream of all notes for a single merge request. -
Uses of Note.OrderBy in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return Note.OrderByModifier and TypeMethodDescriptionstatic Note.OrderBystatic Note.OrderByReturns the enum constant of this type with the specified name.static Note.OrderBy[]Note.OrderBy.values()Returns an array containing the constants of this enum type, in the order they are declared.