Uses of Class
ink.icoding.github4j.model.Asset
Packages that use Asset
-
Uses of Asset in ink.icoding.github4j.client
Methods in ink.icoding.github4j.client that return types with arguments of type AssetModifier and TypeMethodDescriptionReleasesClient.getReleaseAsset(String owner, String repo, long assetId) 获取指定 Release 的单个资源资产。ReleasesClient.listReleaseAssets(String owner, String repo, long releaseId, PageOptions options) 列出指定 Release 的资源资产。ReleasesClient.updateReleaseAsset(String owner, String repo, long assetId, Map<String, Object> request) 更新指定 Release 的资源资产。 -
Uses of Asset in ink.icoding.github4j.model
Methods in ink.icoding.github4j.model that return types with arguments of type AssetMethod parameters in ink.icoding.github4j.model with type arguments of type Asset