Uses of Class
io.gitea.model.ActivityPub
-
Packages that use ActivityPub Package Description io.gitea.api io.gitea.model -
-
Uses of ActivityPub in io.gitea.api
Methods in io.gitea.api that return ActivityPub Modifier and Type Method Description ActivityPubActivitypubApi. activitypubPerson(java.lang.String username)Returns the Person actor for a userMethods in io.gitea.api that return types with arguments of type ActivityPub Modifier and Type Method Description ApiResponse<ActivityPub>ActivitypubApi. activitypubPersonWithHttpInfo(java.lang.String username)Returns the Person actor for a userMethod parameters in io.gitea.api with type arguments of type ActivityPub Modifier and Type Method Description com.squareup.okhttp.CallActivitypubApi. activitypubPersonAsync(java.lang.String username, ApiCallback<ActivityPub> callback)Returns the Person actor for a user (asynchronously) -
Uses of ActivityPub in io.gitea.model
Methods in io.gitea.model that return ActivityPub Modifier and Type Method Description ActivityPubActivityPub. context(java.lang.String context)
-