Schnittstelle Actor

Alle Superschnittstellen:
ActivityPubObject, RdfObject

public interface Actor extends ActivityPubObject
The Domainobject for actor-objects.
Autor:
naturzukunft@mastodon.social
  • Methodendetails

    • getOutboxSparqlEndpoint

      IRI getOutboxSparqlEndpoint()
      Gives you the OUTBOX_SPARQL endpoint of the actor
      Gibt zurück:
      The OUTBOX_SPARQL endpoint of the actor
    • getInboxSparqlEndpoint

      IRI getInboxSparqlEndpoint()
      Gives you the INBOX_SPARQL endpoint of the actor
      Gibt zurück:
      The INBOX_SPARQL endpoint of the actor
    • getOutboxEndpoint

      IRI getOutboxEndpoint()
      Gives you the outbox of the actor
      Gibt zurück:
      The outbox of the actor
    • getInboxEndpoint

      IRI getInboxEndpoint()
      Gives you the inbox of the actor
      Gibt zurück:
      The inbox of the actor
    • getUserId

      String getUserId()
      Gibt zurück:
      The unique id of the user.
    • getPreferredUsername

      Optional<String> getPreferredUsername()
      Gibt zurück:
      The preferred username of the actor.
    • getOuth2IssuerUserId

      Optional<String> getOuth2IssuerUserId()
      Gibt zurück:
      The userId of the oauth2 issuer.