@@ -7,23 +7,23 @@ GitLab4J™ API (gitlab4j-api) provides a full featured and easy to consume
77
88---
99## Table of Contents
10- * [ GitLab Server Version Support] ( #gitLab%20server%20version%20support ) <br />
11- * [ Using GitLab4J-API] ( #using%20gitlab4j -api ) <br />
12- * [ Java 8 Requirement] ( #java%208%20requirement ) <br />
10+ * [ GitLab Server Version Support] ( #gitLab-server-version-support ) <br />
11+ * [ Using GitLab4J-API] ( #using-gitlab4j -api ) <br />
12+ * [ Java 8 Requirement] ( #java-8-requirement ) <br />
1313 * [ Javadocs] ( #javadocs ) <br />
14- * [ Project Set Up] ( #project%20set%20up ) <br />
15- * [ Usage Examples] ( #usage%20examples ) <br />
16- * [ Connecting Through a Proxy Server] ( #connecting%20through%20a%20proxy%20server ) <br />
17- * [ GitLab API V3 and V4 Support] ( #gitLab%20api%20v3%20and%20v4%20support ) <br />
18- * [ Logging of API Requests and Responses] ( #logging%20of%20api%20requests%20and%20responses ) <br />
19- * [ Results Paging] ( #results%20paging ) <br />
20- * [ Java 8 Stream Support] ( #java%208%20stream%20support ) <br />
21- * [ Eager evaluation example usage] ( #eager%20evaluation%20example%20usage ) <br />
22- * [ Lazy evaluation example usage] ( #lazy%20evaluation%20example%20usage ) <br />
23- * [ Java 8 Optional< ; T> ; Support] ( #java%208%20optional & lt ; T & gt ; %20support ) <br />
24- * [ Issue Time Estimates] ( #issue%20time%20estimates ) <br />
25- * [ Making API Calls] ( #making%20api%20calls ) <br />
26- * [ Available Sub APIs] ( #available%20sub%20apis )
14+ * [ Project Set Up] ( #project-set-up ) <br />
15+ * [ Usage Examples] ( #usage-examples ) <br />
16+ * [ Connecting Through a Proxy Server] ( #connecting-through-a-proxy-server ) <br />
17+ * [ GitLab API V3 and V4 Support] ( #gitLab-api-v3-and-v4-support ) <br />
18+ * [ Logging of API Requests and Responses] ( #logging-of-api-requests-and-responses ) <br />
19+ * [ Results Paging] ( #results-paging ) <br />
20+ * [ Java 8 Stream Support] ( #java-8-stream-support ) <br />
21+ * [ Eager evaluation example usage] ( #eager-evaluation-example-usage ) <br />
22+ * [ Lazy evaluation example usage] ( #lazy%20evaluation-example-usage ) <br />
23+ * [ Java 8 Optional< ; T> ; Support] ( #java-8-optional-support ) <br />
24+ * [ Issue Time Estimates] ( #issue-time-estimates ) <br />
25+ * [ Making API Calls] ( #making-pi-calls ) <br />
26+ * [ Available Sub APIs] ( #available-sub-apis )
2727
2828---
2929## GitLab Server Version Support
@@ -216,7 +216,7 @@ projectPager.lazyStream().limit(5).map(Project::getName).forEach(name -> System.
216216
217217
218218---
219- ### ** Java 8 Optional& lt ; T & gt ; Support**
219+ ### ** Java 8 Optional Support**
220220GitLab4J-API supports Java 8 Optional< ; T> ; for API calls that result in the return of a single item. Here is an example on how to use the Java 8 Optional< ; T> ; API calls:
221221``` java
222222Optional<Group > optionalGroup = gitlabApi. getGroupApi(). getGroup(" my-group-path" );
0 commit comments