Class ListLicensesOptions
java.lang.Object
ink.icoding.github4j.option.PaginatedOptions
ink.icoding.github4j.option.ListLicensesOptions
-
Nested Class Summary
Nested Classes -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ListLicensesOptions.Builderbuilder()将所有非空参数转换为查询参数 Map。Methods inherited from class PaginatedOptions
putIfNotNull
-
Method Details
-
builder
-
toQueryParams
Description copied from class:PaginatedOptions将所有非空参数转换为查询参数 Map。- Overrides:
toQueryParamsin classPaginatedOptions- Returns:
- 查询参数映射,可直接传给 HTTP 请求
-