Package org.gitlab4j.api
Class Constants.GroupSearchScope<T>
- java.lang.Object
-
- org.gitlab4j.api.Constants.GroupSearchScope<T>
-
- Enclosing interface:
- Constants
public static class Constants.GroupSearchScope<T> extends java.lang.ObjectEnum for the search scope when doing a groupSearch() with the SearchApi.
-
-
Field Summary
Fields Modifier and Type Field Description static Constants.GroupSearchScope<SearchBlob>BLOBSstatic Constants.GroupSearchScope<Commit>COMMITSstatic Constants.GroupSearchScope<Issue>ISSUESstatic Constants.GroupSearchScope<MergeRequest>MERGE_REQUESTSstatic Constants.GroupSearchScope<Milestone>MILESTONESstatic Constants.GroupSearchScope<Note>NOTESstatic Constants.GroupSearchScope<Project>PROJECTSstatic Constants.GroupSearchScope<User>USERSstatic Constants.GroupSearchScope<SearchBlob>WIKI_BLOBS
-
Constructor Summary
Constructors Constructor Description GroupSearchScope(java.lang.String jsonName, java.lang.Class<T> resultType)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T> Constants.GroupSearchScope<T>forValue(java.lang.String value)java.lang.Class<T>getResultType()java.lang.StringtoString()java.lang.StringtoValue()
-
-
-
Field Detail
-
PROJECTS
public static final Constants.GroupSearchScope<Project> PROJECTS
-
ISSUES
public static final Constants.GroupSearchScope<Issue> ISSUES
-
MERGE_REQUESTS
public static final Constants.GroupSearchScope<MergeRequest> MERGE_REQUESTS
-
MILESTONES
public static final Constants.GroupSearchScope<Milestone> MILESTONES
-
WIKI_BLOBS
public static final Constants.GroupSearchScope<SearchBlob> WIKI_BLOBS
-
COMMITS
public static final Constants.GroupSearchScope<Commit> COMMITS
-
BLOBS
public static final Constants.GroupSearchScope<SearchBlob> BLOBS
-
NOTES
public static final Constants.GroupSearchScope<Note> NOTES
-
USERS
public static final Constants.GroupSearchScope<User> USERS
-
-
Constructor Detail
-
GroupSearchScope
public GroupSearchScope(java.lang.String jsonName, java.lang.Class<T> resultType)
-
-
Method Detail
-
getResultType
public java.lang.Class<T> getResultType()
-
forValue
public static <T> Constants.GroupSearchScope<T> forValue(java.lang.String value)
-
toValue
public java.lang.String toValue()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-