Uses of Class
io.gitea.model.EditAttachmentOptions
-
Packages that use EditAttachmentOptions Package Description io.gitea.api io.gitea.model -
-
Uses of EditAttachmentOptions in io.gitea.api
Methods in io.gitea.api with parameters of type EditAttachmentOptions Modifier and Type Method Description AttachmentRepositoryApi. repoEditReleaseAttachment(java.lang.String owner, java.lang.String repo, java.lang.Long id, java.lang.Long attachmentId, EditAttachmentOptions body)Edit a release attachmentcom.squareup.okhttp.CallRepositoryApi. repoEditReleaseAttachmentAsync(java.lang.String owner, java.lang.String repo, java.lang.Long id, java.lang.Long attachmentId, EditAttachmentOptions body, ApiCallback<Attachment> callback)Edit a release attachment (asynchronously)com.squareup.okhttp.CallRepositoryApi. repoEditReleaseAttachmentCall(java.lang.String owner, java.lang.String repo, java.lang.Long id, java.lang.Long attachmentId, EditAttachmentOptions body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for repoEditReleaseAttachmentApiResponse<Attachment>RepositoryApi. repoEditReleaseAttachmentWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long id, java.lang.Long attachmentId, EditAttachmentOptions body)Edit a release attachment -
Uses of EditAttachmentOptions in io.gitea.model
Methods in io.gitea.model that return EditAttachmentOptions Modifier and Type Method Description EditAttachmentOptionsEditAttachmentOptions. name(java.lang.String name)
-