propertyaudience

package
v1.16.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 7, 2025 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Overview

Package propertyaudience contains the implementation for the audience property. All applications are strongly encouraged to use the interface instead of this concrete definition. The interfaces allow applications to consume only the types and properties needed and be independent of the go-fed implementation if another alternative implementation is created. This package is code-generated and subject to the same license as the go-fed tool used to generate it.

This package is independent of other types' and properties' implementations by having a Manager injected into it to act as a factory for the concrete implementations. The implementations have been generated into their own separate subpackages for each vocabulary.

Strongly consider using the interfaces instead of this package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeserializeAudienceProperty

func DeserializeAudienceProperty(m map[string]interface{}, aliasMap map[string]string) (vocab.ActivityStreamsAudienceProperty, error)

DeserializeAudienceProperty creates a "audience" property from an interface representation that has been unmarshalled from a text or binary format.

func SetManager

func SetManager(m privateManager)

SetManager sets the manager package-global variable. For internal use only, do not use as part of Application behavior. Must be called at golang init time.

Types

type ActivityStreamsAudienceProperty

type ActivityStreamsAudienceProperty struct {
	// contains filtered or unexported fields
}

ActivityStreamsAudienceProperty is the non-functional property "audience". It is permitted to have one or more values, and of different value types.

func NewActivityStreamsAudienceProperty

func NewActivityStreamsAudienceProperty() *ActivityStreamsAudienceProperty

NewActivityStreamsAudienceProperty creates a new audience property.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsAccept

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsAccept(v vocab.ActivityStreamsAccept)

AppendActivityStreamsAccept appends a Accept value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsActivity

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsActivity(v vocab.ActivityStreamsActivity)

AppendActivityStreamsActivity appends a Activity value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsAdd

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsAdd(v vocab.ActivityStreamsAdd)

AppendActivityStreamsAdd appends a Add value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsAnnounce

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsAnnounce(v vocab.ActivityStreamsAnnounce)

AppendActivityStreamsAnnounce appends a Announce value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsApplication

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsApplication(v vocab.ActivityStreamsApplication)

AppendActivityStreamsApplication appends a Application value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsArrive

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsArrive(v vocab.ActivityStreamsArrive)

AppendActivityStreamsArrive appends a Arrive value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsArticle

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsArticle(v vocab.ActivityStreamsArticle)

AppendActivityStreamsArticle appends a Article value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsAudio

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsAudio(v vocab.ActivityStreamsAudio)

AppendActivityStreamsAudio appends a Audio value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsBlock

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsBlock(v vocab.ActivityStreamsBlock)

AppendActivityStreamsBlock appends a Block value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsCollection

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsCollection(v vocab.ActivityStreamsCollection)

AppendActivityStreamsCollection appends a Collection value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsCollectionPage

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsCollectionPage(v vocab.ActivityStreamsCollectionPage)

AppendActivityStreamsCollectionPage appends a CollectionPage value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsCreate

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsCreate(v vocab.ActivityStreamsCreate)

AppendActivityStreamsCreate appends a Create value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsDelete

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsDelete(v vocab.ActivityStreamsDelete)

AppendActivityStreamsDelete appends a Delete value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsDislike

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsDislike(v vocab.ActivityStreamsDislike)

AppendActivityStreamsDislike appends a Dislike value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsDocument

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsDocument(v vocab.ActivityStreamsDocument)

AppendActivityStreamsDocument appends a Document value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsEvent

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsEvent(v vocab.ActivityStreamsEvent)

AppendActivityStreamsEvent appends a Event value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsFlag

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsFlag(v vocab.ActivityStreamsFlag)

AppendActivityStreamsFlag appends a Flag value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsFollow

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsFollow(v vocab.ActivityStreamsFollow)

AppendActivityStreamsFollow appends a Follow value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsGroup

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsGroup(v vocab.ActivityStreamsGroup)

AppendActivityStreamsGroup appends a Group value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsIgnore

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsIgnore(v vocab.ActivityStreamsIgnore)

AppendActivityStreamsIgnore appends a Ignore value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsImage

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsImage(v vocab.ActivityStreamsImage)

AppendActivityStreamsImage appends a Image value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsIntransitiveActivity

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsIntransitiveActivity(v vocab.ActivityStreamsIntransitiveActivity)

AppendActivityStreamsIntransitiveActivity appends a IntransitiveActivity value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsInvite

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsInvite(v vocab.ActivityStreamsInvite)

AppendActivityStreamsInvite appends a Invite value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsJoin

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsJoin(v vocab.ActivityStreamsJoin)

AppendActivityStreamsJoin appends a Join value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsLeave

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsLeave(v vocab.ActivityStreamsLeave)

AppendActivityStreamsLeave appends a Leave value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsLike

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsLike(v vocab.ActivityStreamsLike)

AppendActivityStreamsLike appends a Like value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsLink(v vocab.ActivityStreamsLink)

AppendActivityStreamsLink appends a Link value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsListen

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsListen(v vocab.ActivityStreamsListen)

AppendActivityStreamsListen appends a Listen value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsMention

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsMention(v vocab.ActivityStreamsMention)

AppendActivityStreamsMention appends a Mention value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsMove

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsMove(v vocab.ActivityStreamsMove)

AppendActivityStreamsMove appends a Move value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsNote

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsNote(v vocab.ActivityStreamsNote)

AppendActivityStreamsNote appends a Note value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsObject

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsObject(v vocab.ActivityStreamsObject)

AppendActivityStreamsObject appends a Object value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsOffer

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsOffer(v vocab.ActivityStreamsOffer)

AppendActivityStreamsOffer appends a Offer value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsOrderedCollection

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsOrderedCollection(v vocab.ActivityStreamsOrderedCollection)

AppendActivityStreamsOrderedCollection appends a OrderedCollection value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsOrderedCollectionPage

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsOrderedCollectionPage(v vocab.ActivityStreamsOrderedCollectionPage)

AppendActivityStreamsOrderedCollectionPage appends a OrderedCollectionPage value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsOrganization

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsOrganization(v vocab.ActivityStreamsOrganization)

AppendActivityStreamsOrganization appends a Organization value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsPage

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsPage(v vocab.ActivityStreamsPage)

AppendActivityStreamsPage appends a Page value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsPerson

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsPerson(v vocab.ActivityStreamsPerson)

AppendActivityStreamsPerson appends a Person value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsPlace

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsPlace(v vocab.ActivityStreamsPlace)

AppendActivityStreamsPlace appends a Place value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsProfile

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsProfile(v vocab.ActivityStreamsProfile)

AppendActivityStreamsProfile appends a Profile value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsQuestion

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsQuestion(v vocab.ActivityStreamsQuestion)

AppendActivityStreamsQuestion appends a Question value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsRead

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsRead(v vocab.ActivityStreamsRead)

AppendActivityStreamsRead appends a Read value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsReject

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsReject(v vocab.ActivityStreamsReject)

AppendActivityStreamsReject appends a Reject value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsRelationship

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsRelationship(v vocab.ActivityStreamsRelationship)

AppendActivityStreamsRelationship appends a Relationship value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsRemove

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsRemove(v vocab.ActivityStreamsRemove)

AppendActivityStreamsRemove appends a Remove value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsService

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsService(v vocab.ActivityStreamsService)

AppendActivityStreamsService appends a Service value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsTentativeAccept

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsTentativeAccept(v vocab.ActivityStreamsTentativeAccept)

AppendActivityStreamsTentativeAccept appends a TentativeAccept value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsTentativeReject

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsTentativeReject(v vocab.ActivityStreamsTentativeReject)

AppendActivityStreamsTentativeReject appends a TentativeReject value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsTombstone

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsTombstone(v vocab.ActivityStreamsTombstone)

AppendActivityStreamsTombstone appends a Tombstone value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsTravel

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsTravel(v vocab.ActivityStreamsTravel)

AppendActivityStreamsTravel appends a Travel value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsUndo

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsUndo(v vocab.ActivityStreamsUndo)

AppendActivityStreamsUndo appends a Undo value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsUpdate

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsUpdate(v vocab.ActivityStreamsUpdate)

AppendActivityStreamsUpdate appends a Update value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsVideo

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsVideo(v vocab.ActivityStreamsVideo)

AppendActivityStreamsVideo appends a Video value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendActivityStreamsView

func (this *ActivityStreamsAudienceProperty) AppendActivityStreamsView(v vocab.ActivityStreamsView)

AppendActivityStreamsView appends a View value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendFunkwhaleAlbum

func (this *ActivityStreamsAudienceProperty) AppendFunkwhaleAlbum(v vocab.FunkwhaleAlbum)

AppendFunkwhaleAlbum appends a Album value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendFunkwhaleArtist

func (this *ActivityStreamsAudienceProperty) AppendFunkwhaleArtist(v vocab.FunkwhaleArtist)

AppendFunkwhaleArtist appends a Artist value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendFunkwhaleLibrary

func (this *ActivityStreamsAudienceProperty) AppendFunkwhaleLibrary(v vocab.FunkwhaleLibrary)

AppendFunkwhaleLibrary appends a Library value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendFunkwhaleTrack

func (this *ActivityStreamsAudienceProperty) AppendFunkwhaleTrack(v vocab.FunkwhaleTrack)

AppendFunkwhaleTrack appends a Track value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendGoToSocialAnnounceApproval

func (this *ActivityStreamsAudienceProperty) AppendGoToSocialAnnounceApproval(v vocab.GoToSocialAnnounceApproval)

AppendGoToSocialAnnounceApproval appends a AnnounceApproval value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendGoToSocialAnnounceAuthorization

func (this *ActivityStreamsAudienceProperty) AppendGoToSocialAnnounceAuthorization(v vocab.GoToSocialAnnounceAuthorization)

AppendGoToSocialAnnounceAuthorization appends a AnnounceAuthorization value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendGoToSocialAnnounceRequest

func (this *ActivityStreamsAudienceProperty) AppendGoToSocialAnnounceRequest(v vocab.GoToSocialAnnounceRequest)

AppendGoToSocialAnnounceRequest appends a AnnounceRequest value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendGoToSocialLikeApproval

func (this *ActivityStreamsAudienceProperty) AppendGoToSocialLikeApproval(v vocab.GoToSocialLikeApproval)

AppendGoToSocialLikeApproval appends a LikeApproval value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendGoToSocialLikeAuthorization

func (this *ActivityStreamsAudienceProperty) AppendGoToSocialLikeAuthorization(v vocab.GoToSocialLikeAuthorization)

AppendGoToSocialLikeAuthorization appends a LikeAuthorization value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendGoToSocialLikeRequest

func (this *ActivityStreamsAudienceProperty) AppendGoToSocialLikeRequest(v vocab.GoToSocialLikeRequest)

AppendGoToSocialLikeRequest appends a LikeRequest value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendGoToSocialReplyApproval

func (this *ActivityStreamsAudienceProperty) AppendGoToSocialReplyApproval(v vocab.GoToSocialReplyApproval)

AppendGoToSocialReplyApproval appends a ReplyApproval value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendGoToSocialReplyAuthorization

func (this *ActivityStreamsAudienceProperty) AppendGoToSocialReplyAuthorization(v vocab.GoToSocialReplyAuthorization)

AppendGoToSocialReplyAuthorization appends a ReplyAuthorization value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendGoToSocialReplyRequest

func (this *ActivityStreamsAudienceProperty) AppendGoToSocialReplyRequest(v vocab.GoToSocialReplyRequest)

AppendGoToSocialReplyRequest appends a ReplyRequest value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendIRI

func (this *ActivityStreamsAudienceProperty) AppendIRI(v *url.URL)

AppendIRI appends an IRI value to the back of a list of the property "audience"

func (*ActivityStreamsAudienceProperty) AppendLitePubEmojiReact added in v1.16.0

func (this *ActivityStreamsAudienceProperty) AppendLitePubEmojiReact(v vocab.LitePubEmojiReact)

AppendLitePubEmojiReact appends a EmojiReact value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendSchemaPropertyValue

func (this *ActivityStreamsAudienceProperty) AppendSchemaPropertyValue(v vocab.SchemaPropertyValue)

AppendSchemaPropertyValue appends a PropertyValue value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendTootEmoji

func (this *ActivityStreamsAudienceProperty) AppendTootEmoji(v vocab.TootEmoji)

AppendTootEmoji appends a Emoji value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendTootHashtag

func (this *ActivityStreamsAudienceProperty) AppendTootHashtag(v vocab.TootHashtag)

AppendTootHashtag appends a Hashtag value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendTootIdentityProof

func (this *ActivityStreamsAudienceProperty) AppendTootIdentityProof(v vocab.TootIdentityProof)

AppendTootIdentityProof appends a IdentityProof value to the back of a list of the property "audience". Invalidates iterators that are traversing using Prev.

func (*ActivityStreamsAudienceProperty) AppendType

func (this *ActivityStreamsAudienceProperty) AppendType(t vocab.Type) error

PrependType prepends an arbitrary type value to the front of a list of the property "audience". Invalidates iterators that are traversing using Prev. Returns an error if the type is not a valid one to set for this property.

func (ActivityStreamsAudienceProperty) At

At returns the property value for the specified index. Panics if the index is out of bounds.

func (ActivityStreamsAudienceProperty) Begin

Begin returns the first iterator, or nil if empty. Can be used with the iterator's Next method and this property's End method to iterate from front to back through all values.

func (ActivityStreamsAudienceProperty) Empty

Empty returns returns true if there are no elements.

func (ActivityStreamsAudienceProperty) End

End returns beyond-the-last iterator, which is nil. Can be used with the iterator's Next method and this property's Begin method to iterate from front to back through all values.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsAccept

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsAccept(idx int, v vocab.ActivityStreamsAccept)

InsertActivityStreamsAccept inserts a Accept value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsActivity

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsActivity(idx int, v vocab.ActivityStreamsActivity)

InsertActivityStreamsActivity inserts a Activity value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsAdd

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsAdd(idx int, v vocab.ActivityStreamsAdd)

InsertActivityStreamsAdd inserts a Add value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsAnnounce

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsAnnounce(idx int, v vocab.ActivityStreamsAnnounce)

InsertActivityStreamsAnnounce inserts a Announce value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsApplication

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsApplication(idx int, v vocab.ActivityStreamsApplication)

InsertActivityStreamsApplication inserts a Application value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsArrive

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsArrive(idx int, v vocab.ActivityStreamsArrive)

InsertActivityStreamsArrive inserts a Arrive value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsArticle

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsArticle(idx int, v vocab.ActivityStreamsArticle)

InsertActivityStreamsArticle inserts a Article value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsAudio

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsAudio(idx int, v vocab.ActivityStreamsAudio)

InsertActivityStreamsAudio inserts a Audio value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsBlock

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsBlock(idx int, v vocab.ActivityStreamsBlock)

InsertActivityStreamsBlock inserts a Block value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsCollection

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsCollection(idx int, v vocab.ActivityStreamsCollection)

InsertActivityStreamsCollection inserts a Collection value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsCollectionPage

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsCollectionPage(idx int, v vocab.ActivityStreamsCollectionPage)

InsertActivityStreamsCollectionPage inserts a CollectionPage value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsCreate

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsCreate(idx int, v vocab.ActivityStreamsCreate)

InsertActivityStreamsCreate inserts a Create value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsDelete

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsDelete(idx int, v vocab.ActivityStreamsDelete)

InsertActivityStreamsDelete inserts a Delete value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsDislike

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsDislike(idx int, v vocab.ActivityStreamsDislike)

InsertActivityStreamsDislike inserts a Dislike value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsDocument

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsDocument(idx int, v vocab.ActivityStreamsDocument)

InsertActivityStreamsDocument inserts a Document value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsEvent

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsEvent(idx int, v vocab.ActivityStreamsEvent)

InsertActivityStreamsEvent inserts a Event value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsFlag

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsFlag(idx int, v vocab.ActivityStreamsFlag)

InsertActivityStreamsFlag inserts a Flag value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsFollow

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsFollow(idx int, v vocab.ActivityStreamsFollow)

InsertActivityStreamsFollow inserts a Follow value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsGroup

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsGroup(idx int, v vocab.ActivityStreamsGroup)

InsertActivityStreamsGroup inserts a Group value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsIgnore

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsIgnore(idx int, v vocab.ActivityStreamsIgnore)

InsertActivityStreamsIgnore inserts a Ignore value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsImage

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsImage(idx int, v vocab.ActivityStreamsImage)

InsertActivityStreamsImage inserts a Image value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsIntransitiveActivity

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsIntransitiveActivity(idx int, v vocab.ActivityStreamsIntransitiveActivity)

InsertActivityStreamsIntransitiveActivity inserts a IntransitiveActivity value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsInvite

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsInvite(idx int, v vocab.ActivityStreamsInvite)

InsertActivityStreamsInvite inserts a Invite value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsJoin

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsJoin(idx int, v vocab.ActivityStreamsJoin)

InsertActivityStreamsJoin inserts a Join value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsLeave

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsLeave(idx int, v vocab.ActivityStreamsLeave)

InsertActivityStreamsLeave inserts a Leave value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsLike

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsLike(idx int, v vocab.ActivityStreamsLike)

InsertActivityStreamsLike inserts a Like value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsLink(idx int, v vocab.ActivityStreamsLink)

InsertActivityStreamsLink inserts a Link value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsListen

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsListen(idx int, v vocab.ActivityStreamsListen)

InsertActivityStreamsListen inserts a Listen value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsMention

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsMention(idx int, v vocab.ActivityStreamsMention)

InsertActivityStreamsMention inserts a Mention value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsMove

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsMove(idx int, v vocab.ActivityStreamsMove)

InsertActivityStreamsMove inserts a Move value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsNote

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsNote(idx int, v vocab.ActivityStreamsNote)

InsertActivityStreamsNote inserts a Note value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsObject

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsObject(idx int, v vocab.ActivityStreamsObject)

InsertActivityStreamsObject inserts a Object value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsOffer

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsOffer(idx int, v vocab.ActivityStreamsOffer)

InsertActivityStreamsOffer inserts a Offer value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsOrderedCollection

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsOrderedCollection(idx int, v vocab.ActivityStreamsOrderedCollection)

InsertActivityStreamsOrderedCollection inserts a OrderedCollection value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsOrderedCollectionPage

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsOrderedCollectionPage(idx int, v vocab.ActivityStreamsOrderedCollectionPage)

InsertActivityStreamsOrderedCollectionPage inserts a OrderedCollectionPage value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsOrganization

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsOrganization(idx int, v vocab.ActivityStreamsOrganization)

InsertActivityStreamsOrganization inserts a Organization value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsPage

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsPage(idx int, v vocab.ActivityStreamsPage)

InsertActivityStreamsPage inserts a Page value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsPerson

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsPerson(idx int, v vocab.ActivityStreamsPerson)

InsertActivityStreamsPerson inserts a Person value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsPlace

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsPlace(idx int, v vocab.ActivityStreamsPlace)

InsertActivityStreamsPlace inserts a Place value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsProfile

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsProfile(idx int, v vocab.ActivityStreamsProfile)

InsertActivityStreamsProfile inserts a Profile value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsQuestion

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsQuestion(idx int, v vocab.ActivityStreamsQuestion)

InsertActivityStreamsQuestion inserts a Question value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsRead

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsRead(idx int, v vocab.ActivityStreamsRead)

InsertActivityStreamsRead inserts a Read value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsReject

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsReject(idx int, v vocab.ActivityStreamsReject)

InsertActivityStreamsReject inserts a Reject value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsRelationship

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsRelationship(idx int, v vocab.ActivityStreamsRelationship)

InsertActivityStreamsRelationship inserts a Relationship value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsRemove

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsRemove(idx int, v vocab.ActivityStreamsRemove)

InsertActivityStreamsRemove inserts a Remove value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsService

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsService(idx int, v vocab.ActivityStreamsService)

InsertActivityStreamsService inserts a Service value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsTentativeAccept

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsTentativeAccept(idx int, v vocab.ActivityStreamsTentativeAccept)

InsertActivityStreamsTentativeAccept inserts a TentativeAccept value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsTentativeReject

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsTentativeReject(idx int, v vocab.ActivityStreamsTentativeReject)

InsertActivityStreamsTentativeReject inserts a TentativeReject value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsTombstone

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsTombstone(idx int, v vocab.ActivityStreamsTombstone)

InsertActivityStreamsTombstone inserts a Tombstone value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsTravel

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsTravel(idx int, v vocab.ActivityStreamsTravel)

InsertActivityStreamsTravel inserts a Travel value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsUndo

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsUndo(idx int, v vocab.ActivityStreamsUndo)

InsertActivityStreamsUndo inserts a Undo value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsUpdate

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsUpdate(idx int, v vocab.ActivityStreamsUpdate)

InsertActivityStreamsUpdate inserts a Update value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsVideo

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsVideo(idx int, v vocab.ActivityStreamsVideo)

InsertActivityStreamsVideo inserts a Video value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertActivityStreamsView

func (this *ActivityStreamsAudienceProperty) InsertActivityStreamsView(idx int, v vocab.ActivityStreamsView)

InsertActivityStreamsView inserts a View value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertFunkwhaleAlbum

func (this *ActivityStreamsAudienceProperty) InsertFunkwhaleAlbum(idx int, v vocab.FunkwhaleAlbum)

InsertFunkwhaleAlbum inserts a Album value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertFunkwhaleArtist

func (this *ActivityStreamsAudienceProperty) InsertFunkwhaleArtist(idx int, v vocab.FunkwhaleArtist)

InsertFunkwhaleArtist inserts a Artist value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertFunkwhaleLibrary

func (this *ActivityStreamsAudienceProperty) InsertFunkwhaleLibrary(idx int, v vocab.FunkwhaleLibrary)

InsertFunkwhaleLibrary inserts a Library value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertFunkwhaleTrack

func (this *ActivityStreamsAudienceProperty) InsertFunkwhaleTrack(idx int, v vocab.FunkwhaleTrack)

InsertFunkwhaleTrack inserts a Track value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertGoToSocialAnnounceApproval

func (this *ActivityStreamsAudienceProperty) InsertGoToSocialAnnounceApproval(idx int, v vocab.GoToSocialAnnounceApproval)

InsertGoToSocialAnnounceApproval inserts a AnnounceApproval value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertGoToSocialAnnounceAuthorization

func (this *ActivityStreamsAudienceProperty) InsertGoToSocialAnnounceAuthorization(idx int, v vocab.GoToSocialAnnounceAuthorization)

InsertGoToSocialAnnounceAuthorization inserts a AnnounceAuthorization value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertGoToSocialAnnounceRequest

func (this *ActivityStreamsAudienceProperty) InsertGoToSocialAnnounceRequest(idx int, v vocab.GoToSocialAnnounceRequest)

InsertGoToSocialAnnounceRequest inserts a AnnounceRequest value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertGoToSocialLikeApproval

func (this *ActivityStreamsAudienceProperty) InsertGoToSocialLikeApproval(idx int, v vocab.GoToSocialLikeApproval)

InsertGoToSocialLikeApproval inserts a LikeApproval value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertGoToSocialLikeAuthorization

func (this *ActivityStreamsAudienceProperty) InsertGoToSocialLikeAuthorization(idx int, v vocab.GoToSocialLikeAuthorization)

InsertGoToSocialLikeAuthorization inserts a LikeAuthorization value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertGoToSocialLikeRequest

func (this *ActivityStreamsAudienceProperty) InsertGoToSocialLikeRequest(idx int, v vocab.GoToSocialLikeRequest)

InsertGoToSocialLikeRequest inserts a LikeRequest value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertGoToSocialReplyApproval

func (this *ActivityStreamsAudienceProperty) InsertGoToSocialReplyApproval(idx int, v vocab.GoToSocialReplyApproval)

InsertGoToSocialReplyApproval inserts a ReplyApproval value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertGoToSocialReplyAuthorization

func (this *ActivityStreamsAudienceProperty) InsertGoToSocialReplyAuthorization(idx int, v vocab.GoToSocialReplyAuthorization)

InsertGoToSocialReplyAuthorization inserts a ReplyAuthorization value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertGoToSocialReplyRequest

func (this *ActivityStreamsAudienceProperty) InsertGoToSocialReplyRequest(idx int, v vocab.GoToSocialReplyRequest)

InsertGoToSocialReplyRequest inserts a ReplyRequest value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertIRI

func (this *ActivityStreamsAudienceProperty) InsertIRI(idx int, v *url.URL)

Insert inserts an IRI value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertLitePubEmojiReact added in v1.16.0

func (this *ActivityStreamsAudienceProperty) InsertLitePubEmojiReact(idx int, v vocab.LitePubEmojiReact)

InsertLitePubEmojiReact inserts a EmojiReact value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertSchemaPropertyValue

func (this *ActivityStreamsAudienceProperty) InsertSchemaPropertyValue(idx int, v vocab.SchemaPropertyValue)

InsertSchemaPropertyValue inserts a PropertyValue value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertTootEmoji

func (this *ActivityStreamsAudienceProperty) InsertTootEmoji(idx int, v vocab.TootEmoji)

InsertTootEmoji inserts a Emoji value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertTootHashtag

func (this *ActivityStreamsAudienceProperty) InsertTootHashtag(idx int, v vocab.TootHashtag)

InsertTootHashtag inserts a Hashtag value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertTootIdentityProof

func (this *ActivityStreamsAudienceProperty) InsertTootIdentityProof(idx int, v vocab.TootIdentityProof)

InsertTootIdentityProof inserts a IdentityProof value at the specified index for a property "audience". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) InsertType

func (this *ActivityStreamsAudienceProperty) InsertType(idx int, t vocab.Type) error

PrependType prepends an arbitrary type value to the front of a list of the property "audience". Invalidates all iterators. Returns an error if the type is not a valid one to set for this property.

func (ActivityStreamsAudienceProperty) JSONLDContext

func (this ActivityStreamsAudienceProperty) JSONLDContext() map[string]string

JSONLDContext returns the JSONLD URIs required in the context string for this property and the specific values that are set. The value in the map is the alias used to import the property's value or values.

func (ActivityStreamsAudienceProperty) KindIndex

func (this ActivityStreamsAudienceProperty) KindIndex(idx int) int

KindIndex computes an arbitrary value for indexing this kind of value. This is a leaky API method specifically needed only for alternate implementations for go-fed. Applications should not use this method. Panics if the index is out of bounds.

func (ActivityStreamsAudienceProperty) Len

func (this ActivityStreamsAudienceProperty) Len() (length int)

Len returns the number of values that exist for the "audience" property.

func (ActivityStreamsAudienceProperty) Less

func (this ActivityStreamsAudienceProperty) Less(i, j int) bool

Less computes whether another property is less than this one. Mixing types results in a consistent but arbitrary ordering

func (ActivityStreamsAudienceProperty) LessThan

LessThan compares two instances of this property with an arbitrary but stable comparison. Applications should not use this because it is only meant to help alternative implementations to go-fed to be able to normalize nonfunctional properties.

func (ActivityStreamsAudienceProperty) Name

Name returns the name of this property ("audience") with any alias.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsAccept

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsAccept(v vocab.ActivityStreamsAccept)

PrependActivityStreamsAccept prepends a Accept value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsActivity

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsActivity(v vocab.ActivityStreamsActivity)

PrependActivityStreamsActivity prepends a Activity value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsAdd

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsAdd(v vocab.ActivityStreamsAdd)

PrependActivityStreamsAdd prepends a Add value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsAnnounce

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsAnnounce(v vocab.ActivityStreamsAnnounce)

PrependActivityStreamsAnnounce prepends a Announce value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsApplication

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsApplication(v vocab.ActivityStreamsApplication)

PrependActivityStreamsApplication prepends a Application value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsArrive

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsArrive(v vocab.ActivityStreamsArrive)

PrependActivityStreamsArrive prepends a Arrive value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsArticle

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsArticle(v vocab.ActivityStreamsArticle)

PrependActivityStreamsArticle prepends a Article value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsAudio

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsAudio(v vocab.ActivityStreamsAudio)

PrependActivityStreamsAudio prepends a Audio value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsBlock

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsBlock(v vocab.ActivityStreamsBlock)

PrependActivityStreamsBlock prepends a Block value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsCollection

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsCollection(v vocab.ActivityStreamsCollection)

PrependActivityStreamsCollection prepends a Collection value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsCollectionPage

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsCollectionPage(v vocab.ActivityStreamsCollectionPage)

PrependActivityStreamsCollectionPage prepends a CollectionPage value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsCreate

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsCreate(v vocab.ActivityStreamsCreate)

PrependActivityStreamsCreate prepends a Create value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsDelete

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsDelete(v vocab.ActivityStreamsDelete)

PrependActivityStreamsDelete prepends a Delete value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsDislike

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsDislike(v vocab.ActivityStreamsDislike)

PrependActivityStreamsDislike prepends a Dislike value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsDocument

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsDocument(v vocab.ActivityStreamsDocument)

PrependActivityStreamsDocument prepends a Document value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsEvent

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsEvent(v vocab.ActivityStreamsEvent)

PrependActivityStreamsEvent prepends a Event value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsFlag

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsFlag(v vocab.ActivityStreamsFlag)

PrependActivityStreamsFlag prepends a Flag value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsFollow

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsFollow(v vocab.ActivityStreamsFollow)

PrependActivityStreamsFollow prepends a Follow value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsGroup

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsGroup(v vocab.ActivityStreamsGroup)

PrependActivityStreamsGroup prepends a Group value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsIgnore

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsIgnore(v vocab.ActivityStreamsIgnore)

PrependActivityStreamsIgnore prepends a Ignore value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsImage

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsImage(v vocab.ActivityStreamsImage)

PrependActivityStreamsImage prepends a Image value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsIntransitiveActivity

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsIntransitiveActivity(v vocab.ActivityStreamsIntransitiveActivity)

PrependActivityStreamsIntransitiveActivity prepends a IntransitiveActivity value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsInvite

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsInvite(v vocab.ActivityStreamsInvite)

PrependActivityStreamsInvite prepends a Invite value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsJoin

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsJoin(v vocab.ActivityStreamsJoin)

PrependActivityStreamsJoin prepends a Join value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsLeave

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsLeave(v vocab.ActivityStreamsLeave)

PrependActivityStreamsLeave prepends a Leave value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsLike

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsLike(v vocab.ActivityStreamsLike)

PrependActivityStreamsLike prepends a Like value to the front of a list of the property "audience". Invalidates all iterators.

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsLink(v vocab.ActivityStreamsLink)

PrependActivityStreamsLink prepends a Link value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsListen

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsListen(v vocab.ActivityStreamsListen)

PrependActivityStreamsListen prepends a Listen value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsMention

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsMention(v vocab.ActivityStreamsMention)

PrependActivityStreamsMention prepends a Mention value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsMove

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsMove(v vocab.ActivityStreamsMove)

PrependActivityStreamsMove prepends a Move value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsNote

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsNote(v vocab.ActivityStreamsNote)

PrependActivityStreamsNote prepends a Note value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsObject

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsObject(v vocab.ActivityStreamsObject)

PrependActivityStreamsObject prepends a Object value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsOffer

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsOffer(v vocab.ActivityStreamsOffer)

PrependActivityStreamsOffer prepends a Offer value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsOrderedCollection

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsOrderedCollection(v vocab.ActivityStreamsOrderedCollection)

PrependActivityStreamsOrderedCollection prepends a OrderedCollection value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsOrderedCollectionPage

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsOrderedCollectionPage(v vocab.ActivityStreamsOrderedCollectionPage)

PrependActivityStreamsOrderedCollectionPage prepends a OrderedCollectionPage value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsOrganization

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsOrganization(v vocab.ActivityStreamsOrganization)

PrependActivityStreamsOrganization prepends a Organization value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsPage

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsPage(v vocab.ActivityStreamsPage)

PrependActivityStreamsPage prepends a Page value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsPerson

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsPerson(v vocab.ActivityStreamsPerson)

PrependActivityStreamsPerson prepends a Person value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsPlace

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsPlace(v vocab.ActivityStreamsPlace)

PrependActivityStreamsPlace prepends a Place value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsProfile

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsProfile(v vocab.ActivityStreamsProfile)

PrependActivityStreamsProfile prepends a Profile value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsQuestion

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsQuestion(v vocab.ActivityStreamsQuestion)

PrependActivityStreamsQuestion prepends a Question value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsRead

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsRead(v vocab.ActivityStreamsRead)

PrependActivityStreamsRead prepends a Read value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsReject

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsReject(v vocab.ActivityStreamsReject)

PrependActivityStreamsReject prepends a Reject value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsRelationship

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsRelationship(v vocab.ActivityStreamsRelationship)

PrependActivityStreamsRelationship prepends a Relationship value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsRemove

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsRemove(v vocab.ActivityStreamsRemove)

PrependActivityStreamsRemove prepends a Remove value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsService

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsService(v vocab.ActivityStreamsService)

PrependActivityStreamsService prepends a Service value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsTentativeAccept

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsTentativeAccept(v vocab.ActivityStreamsTentativeAccept)

PrependActivityStreamsTentativeAccept prepends a TentativeAccept value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsTentativeReject

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsTentativeReject(v vocab.ActivityStreamsTentativeReject)

PrependActivityStreamsTentativeReject prepends a TentativeReject value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsTombstone

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsTombstone(v vocab.ActivityStreamsTombstone)

PrependActivityStreamsTombstone prepends a Tombstone value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsTravel

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsTravel(v vocab.ActivityStreamsTravel)

PrependActivityStreamsTravel prepends a Travel value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsUndo

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsUndo(v vocab.ActivityStreamsUndo)

PrependActivityStreamsUndo prepends a Undo value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsUpdate

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsUpdate(v vocab.ActivityStreamsUpdate)

PrependActivityStreamsUpdate prepends a Update value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsVideo

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsVideo(v vocab.ActivityStreamsVideo)

PrependActivityStreamsVideo prepends a Video value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependActivityStreamsView

func (this *ActivityStreamsAudienceProperty) PrependActivityStreamsView(v vocab.ActivityStreamsView)

PrependActivityStreamsView prepends a View value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependFunkwhaleAlbum

func (this *ActivityStreamsAudienceProperty) PrependFunkwhaleAlbum(v vocab.FunkwhaleAlbum)

PrependFunkwhaleAlbum prepends a Album value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependFunkwhaleArtist

func (this *ActivityStreamsAudienceProperty) PrependFunkwhaleArtist(v vocab.FunkwhaleArtist)

PrependFunkwhaleArtist prepends a Artist value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependFunkwhaleLibrary

func (this *ActivityStreamsAudienceProperty) PrependFunkwhaleLibrary(v vocab.FunkwhaleLibrary)

PrependFunkwhaleLibrary prepends a Library value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependFunkwhaleTrack

func (this *ActivityStreamsAudienceProperty) PrependFunkwhaleTrack(v vocab.FunkwhaleTrack)

PrependFunkwhaleTrack prepends a Track value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependGoToSocialAnnounceApproval

func (this *ActivityStreamsAudienceProperty) PrependGoToSocialAnnounceApproval(v vocab.GoToSocialAnnounceApproval)

PrependGoToSocialAnnounceApproval prepends a AnnounceApproval value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependGoToSocialAnnounceAuthorization

func (this *ActivityStreamsAudienceProperty) PrependGoToSocialAnnounceAuthorization(v vocab.GoToSocialAnnounceAuthorization)

PrependGoToSocialAnnounceAuthorization prepends a AnnounceAuthorization value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependGoToSocialAnnounceRequest

func (this *ActivityStreamsAudienceProperty) PrependGoToSocialAnnounceRequest(v vocab.GoToSocialAnnounceRequest)

PrependGoToSocialAnnounceRequest prepends a AnnounceRequest value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependGoToSocialLikeApproval

func (this *ActivityStreamsAudienceProperty) PrependGoToSocialLikeApproval(v vocab.GoToSocialLikeApproval)

PrependGoToSocialLikeApproval prepends a LikeApproval value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependGoToSocialLikeAuthorization

func (this *ActivityStreamsAudienceProperty) PrependGoToSocialLikeAuthorization(v vocab.GoToSocialLikeAuthorization)

PrependGoToSocialLikeAuthorization prepends a LikeAuthorization value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependGoToSocialLikeRequest

func (this *ActivityStreamsAudienceProperty) PrependGoToSocialLikeRequest(v vocab.GoToSocialLikeRequest)

PrependGoToSocialLikeRequest prepends a LikeRequest value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependGoToSocialReplyApproval

func (this *ActivityStreamsAudienceProperty) PrependGoToSocialReplyApproval(v vocab.GoToSocialReplyApproval)

PrependGoToSocialReplyApproval prepends a ReplyApproval value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependGoToSocialReplyAuthorization

func (this *ActivityStreamsAudienceProperty) PrependGoToSocialReplyAuthorization(v vocab.GoToSocialReplyAuthorization)

PrependGoToSocialReplyAuthorization prepends a ReplyAuthorization value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependGoToSocialReplyRequest

func (this *ActivityStreamsAudienceProperty) PrependGoToSocialReplyRequest(v vocab.GoToSocialReplyRequest)

PrependGoToSocialReplyRequest prepends a ReplyRequest value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependIRI

func (this *ActivityStreamsAudienceProperty) PrependIRI(v *url.URL)

PrependIRI prepends an IRI value to the front of a list of the property "audience".

func (*ActivityStreamsAudienceProperty) PrependLitePubEmojiReact added in v1.16.0

func (this *ActivityStreamsAudienceProperty) PrependLitePubEmojiReact(v vocab.LitePubEmojiReact)

PrependLitePubEmojiReact prepends a EmojiReact value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependSchemaPropertyValue

func (this *ActivityStreamsAudienceProperty) PrependSchemaPropertyValue(v vocab.SchemaPropertyValue)

PrependSchemaPropertyValue prepends a PropertyValue value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependTootEmoji

func (this *ActivityStreamsAudienceProperty) PrependTootEmoji(v vocab.TootEmoji)

PrependTootEmoji prepends a Emoji value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependTootHashtag

func (this *ActivityStreamsAudienceProperty) PrependTootHashtag(v vocab.TootHashtag)

PrependTootHashtag prepends a Hashtag value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependTootIdentityProof

func (this *ActivityStreamsAudienceProperty) PrependTootIdentityProof(v vocab.TootIdentityProof)

PrependTootIdentityProof prepends a IdentityProof value to the front of a list of the property "audience". Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) PrependType

func (this *ActivityStreamsAudienceProperty) PrependType(t vocab.Type) error

PrependType prepends an arbitrary type value to the front of a list of the property "audience". Invalidates all iterators. Returns an error if the type is not a valid one to set for this property.

func (*ActivityStreamsAudienceProperty) Remove

func (this *ActivityStreamsAudienceProperty) Remove(idx int)

Remove deletes an element at the specified index from a list of the property "audience", regardless of its type. Panics if the index is out of bounds. Invalidates all iterators.

func (ActivityStreamsAudienceProperty) Serialize

func (this ActivityStreamsAudienceProperty) Serialize() (interface{}, error)

Serialize converts this into an interface representation suitable for marshalling into a text or binary format. Applications should not need this function as most typical use cases serialize types instead of individual properties. It is exposed for alternatives to go-fed implementations to use.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsAccept

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsAccept(idx int, v vocab.ActivityStreamsAccept)

SetActivityStreamsAccept sets a Accept value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsActivity

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsActivity(idx int, v vocab.ActivityStreamsActivity)

SetActivityStreamsActivity sets a Activity value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsAdd

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsAdd(idx int, v vocab.ActivityStreamsAdd)

SetActivityStreamsAdd sets a Add value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsAnnounce

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsAnnounce(idx int, v vocab.ActivityStreamsAnnounce)

SetActivityStreamsAnnounce sets a Announce value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsApplication

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsApplication(idx int, v vocab.ActivityStreamsApplication)

SetActivityStreamsApplication sets a Application value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsArrive

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsArrive(idx int, v vocab.ActivityStreamsArrive)

SetActivityStreamsArrive sets a Arrive value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsArticle

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsArticle(idx int, v vocab.ActivityStreamsArticle)

SetActivityStreamsArticle sets a Article value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsAudio

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsAudio(idx int, v vocab.ActivityStreamsAudio)

SetActivityStreamsAudio sets a Audio value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsBlock

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsBlock(idx int, v vocab.ActivityStreamsBlock)

SetActivityStreamsBlock sets a Block value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsCollection

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsCollection(idx int, v vocab.ActivityStreamsCollection)

SetActivityStreamsCollection sets a Collection value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsCollectionPage

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsCollectionPage(idx int, v vocab.ActivityStreamsCollectionPage)

SetActivityStreamsCollectionPage sets a CollectionPage value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsCreate

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsCreate(idx int, v vocab.ActivityStreamsCreate)

SetActivityStreamsCreate sets a Create value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsDelete

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsDelete(idx int, v vocab.ActivityStreamsDelete)

SetActivityStreamsDelete sets a Delete value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsDislike

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsDislike(idx int, v vocab.ActivityStreamsDislike)

SetActivityStreamsDislike sets a Dislike value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsDocument

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsDocument(idx int, v vocab.ActivityStreamsDocument)

SetActivityStreamsDocument sets a Document value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsEvent

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsEvent(idx int, v vocab.ActivityStreamsEvent)

SetActivityStreamsEvent sets a Event value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsFlag

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsFlag(idx int, v vocab.ActivityStreamsFlag)

SetActivityStreamsFlag sets a Flag value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsFollow

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsFollow(idx int, v vocab.ActivityStreamsFollow)

SetActivityStreamsFollow sets a Follow value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsGroup

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsGroup(idx int, v vocab.ActivityStreamsGroup)

SetActivityStreamsGroup sets a Group value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsIgnore

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsIgnore(idx int, v vocab.ActivityStreamsIgnore)

SetActivityStreamsIgnore sets a Ignore value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsImage

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsImage(idx int, v vocab.ActivityStreamsImage)

SetActivityStreamsImage sets a Image value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsIntransitiveActivity

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsIntransitiveActivity(idx int, v vocab.ActivityStreamsIntransitiveActivity)

SetActivityStreamsIntransitiveActivity sets a IntransitiveActivity value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsInvite

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsInvite(idx int, v vocab.ActivityStreamsInvite)

SetActivityStreamsInvite sets a Invite value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsJoin

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsJoin(idx int, v vocab.ActivityStreamsJoin)

SetActivityStreamsJoin sets a Join value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsLeave

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsLeave(idx int, v vocab.ActivityStreamsLeave)

SetActivityStreamsLeave sets a Leave value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsLike

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsLike(idx int, v vocab.ActivityStreamsLike)

SetActivityStreamsLike sets a Like value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsLink(idx int, v vocab.ActivityStreamsLink)

SetActivityStreamsLink sets a Link value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsListen

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsListen(idx int, v vocab.ActivityStreamsListen)

SetActivityStreamsListen sets a Listen value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsMention

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsMention(idx int, v vocab.ActivityStreamsMention)

SetActivityStreamsMention sets a Mention value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsMove

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsMove(idx int, v vocab.ActivityStreamsMove)

SetActivityStreamsMove sets a Move value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsNote

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsNote(idx int, v vocab.ActivityStreamsNote)

SetActivityStreamsNote sets a Note value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsObject

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsObject(idx int, v vocab.ActivityStreamsObject)

SetActivityStreamsObject sets a Object value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsOffer

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsOffer(idx int, v vocab.ActivityStreamsOffer)

SetActivityStreamsOffer sets a Offer value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsOrderedCollection

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsOrderedCollection(idx int, v vocab.ActivityStreamsOrderedCollection)

SetActivityStreamsOrderedCollection sets a OrderedCollection value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsOrderedCollectionPage

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsOrderedCollectionPage(idx int, v vocab.ActivityStreamsOrderedCollectionPage)

SetActivityStreamsOrderedCollectionPage sets a OrderedCollectionPage value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsOrganization

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsOrganization(idx int, v vocab.ActivityStreamsOrganization)

SetActivityStreamsOrganization sets a Organization value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsPage

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsPage(idx int, v vocab.ActivityStreamsPage)

SetActivityStreamsPage sets a Page value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsPerson

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsPerson(idx int, v vocab.ActivityStreamsPerson)

SetActivityStreamsPerson sets a Person value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsPlace

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsPlace(idx int, v vocab.ActivityStreamsPlace)

SetActivityStreamsPlace sets a Place value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsProfile

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsProfile(idx int, v vocab.ActivityStreamsProfile)

SetActivityStreamsProfile sets a Profile value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsQuestion

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsQuestion(idx int, v vocab.ActivityStreamsQuestion)

SetActivityStreamsQuestion sets a Question value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsRead

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsRead(idx int, v vocab.ActivityStreamsRead)

SetActivityStreamsRead sets a Read value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsReject

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsReject(idx int, v vocab.ActivityStreamsReject)

SetActivityStreamsReject sets a Reject value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsRelationship

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsRelationship(idx int, v vocab.ActivityStreamsRelationship)

SetActivityStreamsRelationship sets a Relationship value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsRemove

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsRemove(idx int, v vocab.ActivityStreamsRemove)

SetActivityStreamsRemove sets a Remove value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsService

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsService(idx int, v vocab.ActivityStreamsService)

SetActivityStreamsService sets a Service value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsTentativeAccept

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsTentativeAccept(idx int, v vocab.ActivityStreamsTentativeAccept)

SetActivityStreamsTentativeAccept sets a TentativeAccept value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsTentativeReject

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsTentativeReject(idx int, v vocab.ActivityStreamsTentativeReject)

SetActivityStreamsTentativeReject sets a TentativeReject value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsTombstone

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsTombstone(idx int, v vocab.ActivityStreamsTombstone)

SetActivityStreamsTombstone sets a Tombstone value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsTravel

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsTravel(idx int, v vocab.ActivityStreamsTravel)

SetActivityStreamsTravel sets a Travel value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsUndo

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsUndo(idx int, v vocab.ActivityStreamsUndo)

SetActivityStreamsUndo sets a Undo value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsUpdate

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsUpdate(idx int, v vocab.ActivityStreamsUpdate)

SetActivityStreamsUpdate sets a Update value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsVideo

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsVideo(idx int, v vocab.ActivityStreamsVideo)

SetActivityStreamsVideo sets a Video value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetActivityStreamsView

func (this *ActivityStreamsAudienceProperty) SetActivityStreamsView(idx int, v vocab.ActivityStreamsView)

SetActivityStreamsView sets a View value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetFunkwhaleAlbum

func (this *ActivityStreamsAudienceProperty) SetFunkwhaleAlbum(idx int, v vocab.FunkwhaleAlbum)

SetFunkwhaleAlbum sets a Album value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetFunkwhaleArtist

func (this *ActivityStreamsAudienceProperty) SetFunkwhaleArtist(idx int, v vocab.FunkwhaleArtist)

SetFunkwhaleArtist sets a Artist value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetFunkwhaleLibrary

func (this *ActivityStreamsAudienceProperty) SetFunkwhaleLibrary(idx int, v vocab.FunkwhaleLibrary)

SetFunkwhaleLibrary sets a Library value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetFunkwhaleTrack

func (this *ActivityStreamsAudienceProperty) SetFunkwhaleTrack(idx int, v vocab.FunkwhaleTrack)

SetFunkwhaleTrack sets a Track value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetGoToSocialAnnounceApproval

func (this *ActivityStreamsAudienceProperty) SetGoToSocialAnnounceApproval(idx int, v vocab.GoToSocialAnnounceApproval)

SetGoToSocialAnnounceApproval sets a AnnounceApproval value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetGoToSocialAnnounceAuthorization

func (this *ActivityStreamsAudienceProperty) SetGoToSocialAnnounceAuthorization(idx int, v vocab.GoToSocialAnnounceAuthorization)

SetGoToSocialAnnounceAuthorization sets a AnnounceAuthorization value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetGoToSocialAnnounceRequest

func (this *ActivityStreamsAudienceProperty) SetGoToSocialAnnounceRequest(idx int, v vocab.GoToSocialAnnounceRequest)

SetGoToSocialAnnounceRequest sets a AnnounceRequest value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetGoToSocialLikeApproval

func (this *ActivityStreamsAudienceProperty) SetGoToSocialLikeApproval(idx int, v vocab.GoToSocialLikeApproval)

SetGoToSocialLikeApproval sets a LikeApproval value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetGoToSocialLikeAuthorization

func (this *ActivityStreamsAudienceProperty) SetGoToSocialLikeAuthorization(idx int, v vocab.GoToSocialLikeAuthorization)

SetGoToSocialLikeAuthorization sets a LikeAuthorization value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetGoToSocialLikeRequest

func (this *ActivityStreamsAudienceProperty) SetGoToSocialLikeRequest(idx int, v vocab.GoToSocialLikeRequest)

SetGoToSocialLikeRequest sets a LikeRequest value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetGoToSocialReplyApproval

func (this *ActivityStreamsAudienceProperty) SetGoToSocialReplyApproval(idx int, v vocab.GoToSocialReplyApproval)

SetGoToSocialReplyApproval sets a ReplyApproval value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetGoToSocialReplyAuthorization

func (this *ActivityStreamsAudienceProperty) SetGoToSocialReplyAuthorization(idx int, v vocab.GoToSocialReplyAuthorization)

SetGoToSocialReplyAuthorization sets a ReplyAuthorization value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetGoToSocialReplyRequest

func (this *ActivityStreamsAudienceProperty) SetGoToSocialReplyRequest(idx int, v vocab.GoToSocialReplyRequest)

SetGoToSocialReplyRequest sets a ReplyRequest value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetIRI

func (this *ActivityStreamsAudienceProperty) SetIRI(idx int, v *url.URL)

SetIRI sets an IRI value to be at the specified index for the property "audience". Panics if the index is out of bounds.

func (*ActivityStreamsAudienceProperty) SetLitePubEmojiReact added in v1.16.0

func (this *ActivityStreamsAudienceProperty) SetLitePubEmojiReact(idx int, v vocab.LitePubEmojiReact)

SetLitePubEmojiReact sets a EmojiReact value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetSchemaPropertyValue

func (this *ActivityStreamsAudienceProperty) SetSchemaPropertyValue(idx int, v vocab.SchemaPropertyValue)

SetSchemaPropertyValue sets a PropertyValue value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetTootEmoji

func (this *ActivityStreamsAudienceProperty) SetTootEmoji(idx int, v vocab.TootEmoji)

SetTootEmoji sets a Emoji value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetTootHashtag

func (this *ActivityStreamsAudienceProperty) SetTootHashtag(idx int, v vocab.TootHashtag)

SetTootHashtag sets a Hashtag value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetTootIdentityProof

func (this *ActivityStreamsAudienceProperty) SetTootIdentityProof(idx int, v vocab.TootIdentityProof)

SetTootIdentityProof sets a IdentityProof value to be at the specified index for the property "audience". Panics if the index is out of bounds. Invalidates all iterators.

func (*ActivityStreamsAudienceProperty) SetType

func (this *ActivityStreamsAudienceProperty) SetType(idx int, t vocab.Type) error

SetType sets an arbitrary type value to the specified index of the property "audience". Invalidates all iterators. Returns an error if the type is not a valid one to set for this property. Panics if the index is out of bounds.

func (ActivityStreamsAudienceProperty) Swap

func (this ActivityStreamsAudienceProperty) Swap(i, j int)

Swap swaps the location of values at two indices for the "audience" property.

type ActivityStreamsAudiencePropertyIterator

type ActivityStreamsAudiencePropertyIterator struct {
	// contains filtered or unexported fields
}

ActivityStreamsAudiencePropertyIterator is an iterator for a property. It is permitted to be one of multiple value types. At most, one type of value can be present, or none at all. Setting a value will clear the other types of values so that only one of the 'Is' methods will return true. It is possible to clear all values, so that this property is empty.

func NewActivityStreamsAudiencePropertyIterator

func NewActivityStreamsAudiencePropertyIterator() *ActivityStreamsAudiencePropertyIterator

NewActivityStreamsAudiencePropertyIterator creates a new ActivityStreamsAudience property.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsAccept

GetActivityStreamsAccept returns the value of this property. When IsActivityStreamsAccept returns false, GetActivityStreamsAccept will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsActivity

func (this ActivityStreamsAudiencePropertyIterator) GetActivityStreamsActivity() vocab.ActivityStreamsActivity

GetActivityStreamsActivity returns the value of this property. When IsActivityStreamsActivity returns false, GetActivityStreamsActivity will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsAdd

GetActivityStreamsAdd returns the value of this property. When IsActivityStreamsAdd returns false, GetActivityStreamsAdd will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsAnnounce

func (this ActivityStreamsAudiencePropertyIterator) GetActivityStreamsAnnounce() vocab.ActivityStreamsAnnounce

GetActivityStreamsAnnounce returns the value of this property. When IsActivityStreamsAnnounce returns false, GetActivityStreamsAnnounce will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsApplication

func (this ActivityStreamsAudiencePropertyIterator) GetActivityStreamsApplication() vocab.ActivityStreamsApplication

GetActivityStreamsApplication returns the value of this property. When IsActivityStreamsApplication returns false, GetActivityStreamsApplication will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsArrive

GetActivityStreamsArrive returns the value of this property. When IsActivityStreamsArrive returns false, GetActivityStreamsArrive will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsArticle

func (this ActivityStreamsAudiencePropertyIterator) GetActivityStreamsArticle() vocab.ActivityStreamsArticle

GetActivityStreamsArticle returns the value of this property. When IsActivityStreamsArticle returns false, GetActivityStreamsArticle will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsAudio

GetActivityStreamsAudio returns the value of this property. When IsActivityStreamsAudio returns false, GetActivityStreamsAudio will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsBlock

GetActivityStreamsBlock returns the value of this property. When IsActivityStreamsBlock returns false, GetActivityStreamsBlock will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsCollection

func (this ActivityStreamsAudiencePropertyIterator) GetActivityStreamsCollection() vocab.ActivityStreamsCollection

GetActivityStreamsCollection returns the value of this property. When IsActivityStreamsCollection returns false, GetActivityStreamsCollection will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsCollectionPage

func (this ActivityStreamsAudiencePropertyIterator) GetActivityStreamsCollectionPage() vocab.ActivityStreamsCollectionPage

GetActivityStreamsCollectionPage returns the value of this property. When IsActivityStreamsCollectionPage returns false, GetActivityStreamsCollectionPage will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsCreate

GetActivityStreamsCreate returns the value of this property. When IsActivityStreamsCreate returns false, GetActivityStreamsCreate will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsDelete

GetActivityStreamsDelete returns the value of this property. When IsActivityStreamsDelete returns false, GetActivityStreamsDelete will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsDislike

func (this ActivityStreamsAudiencePropertyIterator) GetActivityStreamsDislike() vocab.ActivityStreamsDislike

GetActivityStreamsDislike returns the value of this property. When IsActivityStreamsDislike returns false, GetActivityStreamsDislike will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsDocument

func (this ActivityStreamsAudiencePropertyIterator) GetActivityStreamsDocument() vocab.ActivityStreamsDocument

GetActivityStreamsDocument returns the value of this property. When IsActivityStreamsDocument returns false, GetActivityStreamsDocument will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsEvent

GetActivityStreamsEvent returns the value of this property. When IsActivityStreamsEvent returns false, GetActivityStreamsEvent will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsFlag

GetActivityStreamsFlag returns the value of this property. When IsActivityStreamsFlag returns false, GetActivityStreamsFlag will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsFollow

GetActivityStreamsFollow returns the value of this property. When IsActivityStreamsFollow returns false, GetActivityStreamsFollow will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsGroup

GetActivityStreamsGroup returns the value of this property. When IsActivityStreamsGroup returns false, GetActivityStreamsGroup will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsIgnore

GetActivityStreamsIgnore returns the value of this property. When IsActivityStreamsIgnore returns false, GetActivityStreamsIgnore will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsImage

GetActivityStreamsImage returns the value of this property. When IsActivityStreamsImage returns false, GetActivityStreamsImage will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsIntransitiveActivity

func (this ActivityStreamsAudiencePropertyIterator) GetActivityStreamsIntransitiveActivity() vocab.ActivityStreamsIntransitiveActivity

GetActivityStreamsIntransitiveActivity returns the value of this property. When IsActivityStreamsIntransitiveActivity returns false, GetActivityStreamsIntransitiveActivity will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsInvite

GetActivityStreamsInvite returns the value of this property. When IsActivityStreamsInvite returns false, GetActivityStreamsInvite will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsJoin

GetActivityStreamsJoin returns the value of this property. When IsActivityStreamsJoin returns false, GetActivityStreamsJoin will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsLeave

GetActivityStreamsLeave returns the value of this property. When IsActivityStreamsLeave returns false, GetActivityStreamsLeave will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsLike

GetActivityStreamsLike returns the value of this property. When IsActivityStreamsLike returns false, GetActivityStreamsLike will return an arbitrary value.

GetActivityStreamsLink returns the value of this property. When IsActivityStreamsLink returns false, GetActivityStreamsLink will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsListen

GetActivityStreamsListen returns the value of this property. When IsActivityStreamsListen returns false, GetActivityStreamsListen will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsMention

func (this ActivityStreamsAudiencePropertyIterator) GetActivityStreamsMention() vocab.ActivityStreamsMention

GetActivityStreamsMention returns the value of this property. When IsActivityStreamsMention returns false, GetActivityStreamsMention will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsMove

GetActivityStreamsMove returns the value of this property. When IsActivityStreamsMove returns false, GetActivityStreamsMove will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsNote

GetActivityStreamsNote returns the value of this property. When IsActivityStreamsNote returns false, GetActivityStreamsNote will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsObject

GetActivityStreamsObject returns the value of this property. When IsActivityStreamsObject returns false, GetActivityStreamsObject will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsOffer

GetActivityStreamsOffer returns the value of this property. When IsActivityStreamsOffer returns false, GetActivityStreamsOffer will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsOrderedCollection

func (this ActivityStreamsAudiencePropertyIterator) GetActivityStreamsOrderedCollection() vocab.ActivityStreamsOrderedCollection

GetActivityStreamsOrderedCollection returns the value of this property. When IsActivityStreamsOrderedCollection returns false, GetActivityStreamsOrderedCollection will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsOrderedCollectionPage

func (this ActivityStreamsAudiencePropertyIterator) GetActivityStreamsOrderedCollectionPage() vocab.ActivityStreamsOrderedCollectionPage

GetActivityStreamsOrderedCollectionPage returns the value of this property. When IsActivityStreamsOrderedCollectionPage returns false, GetActivityStreamsOrderedCollectionPage will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsOrganization

func (this ActivityStreamsAudiencePropertyIterator) GetActivityStreamsOrganization() vocab.ActivityStreamsOrganization

GetActivityStreamsOrganization returns the value of this property. When IsActivityStreamsOrganization returns false, GetActivityStreamsOrganization will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsPage

GetActivityStreamsPage returns the value of this property. When IsActivityStreamsPage returns false, GetActivityStreamsPage will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsPerson

GetActivityStreamsPerson returns the value of this property. When IsActivityStreamsPerson returns false, GetActivityStreamsPerson will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsPlace

GetActivityStreamsPlace returns the value of this property. When IsActivityStreamsPlace returns false, GetActivityStreamsPlace will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsProfile

func (this ActivityStreamsAudiencePropertyIterator) GetActivityStreamsProfile() vocab.ActivityStreamsProfile

GetActivityStreamsProfile returns the value of this property. When IsActivityStreamsProfile returns false, GetActivityStreamsProfile will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsQuestion

func (this ActivityStreamsAudiencePropertyIterator) GetActivityStreamsQuestion() vocab.ActivityStreamsQuestion

GetActivityStreamsQuestion returns the value of this property. When IsActivityStreamsQuestion returns false, GetActivityStreamsQuestion will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsRead

GetActivityStreamsRead returns the value of this property. When IsActivityStreamsRead returns false, GetActivityStreamsRead will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsReject

GetActivityStreamsReject returns the value of this property. When IsActivityStreamsReject returns false, GetActivityStreamsReject will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsRelationship

func (this ActivityStreamsAudiencePropertyIterator) GetActivityStreamsRelationship() vocab.ActivityStreamsRelationship

GetActivityStreamsRelationship returns the value of this property. When IsActivityStreamsRelationship returns false, GetActivityStreamsRelationship will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsRemove

GetActivityStreamsRemove returns the value of this property. When IsActivityStreamsRemove returns false, GetActivityStreamsRemove will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsService

func (this ActivityStreamsAudiencePropertyIterator) GetActivityStreamsService() vocab.ActivityStreamsService

GetActivityStreamsService returns the value of this property. When IsActivityStreamsService returns false, GetActivityStreamsService will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsTentativeAccept

func (this ActivityStreamsAudiencePropertyIterator) GetActivityStreamsTentativeAccept() vocab.ActivityStreamsTentativeAccept

GetActivityStreamsTentativeAccept returns the value of this property. When IsActivityStreamsTentativeAccept returns false, GetActivityStreamsTentativeAccept will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsTentativeReject

func (this ActivityStreamsAudiencePropertyIterator) GetActivityStreamsTentativeReject() vocab.ActivityStreamsTentativeReject

GetActivityStreamsTentativeReject returns the value of this property. When IsActivityStreamsTentativeReject returns false, GetActivityStreamsTentativeReject will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsTombstone

func (this ActivityStreamsAudiencePropertyIterator) GetActivityStreamsTombstone() vocab.ActivityStreamsTombstone

GetActivityStreamsTombstone returns the value of this property. When IsActivityStreamsTombstone returns false, GetActivityStreamsTombstone will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsTravel

GetActivityStreamsTravel returns the value of this property. When IsActivityStreamsTravel returns false, GetActivityStreamsTravel will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsUndo

GetActivityStreamsUndo returns the value of this property. When IsActivityStreamsUndo returns false, GetActivityStreamsUndo will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsUpdate

GetActivityStreamsUpdate returns the value of this property. When IsActivityStreamsUpdate returns false, GetActivityStreamsUpdate will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsVideo

GetActivityStreamsVideo returns the value of this property. When IsActivityStreamsVideo returns false, GetActivityStreamsVideo will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetActivityStreamsView

GetActivityStreamsView returns the value of this property. When IsActivityStreamsView returns false, GetActivityStreamsView will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetFunkwhaleAlbum

GetFunkwhaleAlbum returns the value of this property. When IsFunkwhaleAlbum returns false, GetFunkwhaleAlbum will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetFunkwhaleArtist

GetFunkwhaleArtist returns the value of this property. When IsFunkwhaleArtist returns false, GetFunkwhaleArtist will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetFunkwhaleLibrary

GetFunkwhaleLibrary returns the value of this property. When IsFunkwhaleLibrary returns false, GetFunkwhaleLibrary will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetFunkwhaleTrack

GetFunkwhaleTrack returns the value of this property. When IsFunkwhaleTrack returns false, GetFunkwhaleTrack will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetGoToSocialAnnounceApproval

func (this ActivityStreamsAudiencePropertyIterator) GetGoToSocialAnnounceApproval() vocab.GoToSocialAnnounceApproval

GetGoToSocialAnnounceApproval returns the value of this property. When IsGoToSocialAnnounceApproval returns false, GetGoToSocialAnnounceApproval will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetGoToSocialAnnounceAuthorization

func (this ActivityStreamsAudiencePropertyIterator) GetGoToSocialAnnounceAuthorization() vocab.GoToSocialAnnounceAuthorization

GetGoToSocialAnnounceAuthorization returns the value of this property. When IsGoToSocialAnnounceAuthorization returns false, GetGoToSocialAnnounceAuthorization will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetGoToSocialAnnounceRequest

func (this ActivityStreamsAudiencePropertyIterator) GetGoToSocialAnnounceRequest() vocab.GoToSocialAnnounceRequest

GetGoToSocialAnnounceRequest returns the value of this property. When IsGoToSocialAnnounceRequest returns false, GetGoToSocialAnnounceRequest will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetGoToSocialLikeApproval

func (this ActivityStreamsAudiencePropertyIterator) GetGoToSocialLikeApproval() vocab.GoToSocialLikeApproval

GetGoToSocialLikeApproval returns the value of this property. When IsGoToSocialLikeApproval returns false, GetGoToSocialLikeApproval will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetGoToSocialLikeAuthorization

func (this ActivityStreamsAudiencePropertyIterator) GetGoToSocialLikeAuthorization() vocab.GoToSocialLikeAuthorization

GetGoToSocialLikeAuthorization returns the value of this property. When IsGoToSocialLikeAuthorization returns false, GetGoToSocialLikeAuthorization will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetGoToSocialLikeRequest

GetGoToSocialLikeRequest returns the value of this property. When IsGoToSocialLikeRequest returns false, GetGoToSocialLikeRequest will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetGoToSocialReplyApproval

func (this ActivityStreamsAudiencePropertyIterator) GetGoToSocialReplyApproval() vocab.GoToSocialReplyApproval

GetGoToSocialReplyApproval returns the value of this property. When IsGoToSocialReplyApproval returns false, GetGoToSocialReplyApproval will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetGoToSocialReplyAuthorization

func (this ActivityStreamsAudiencePropertyIterator) GetGoToSocialReplyAuthorization() vocab.GoToSocialReplyAuthorization

GetGoToSocialReplyAuthorization returns the value of this property. When IsGoToSocialReplyAuthorization returns false, GetGoToSocialReplyAuthorization will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetGoToSocialReplyRequest

func (this ActivityStreamsAudiencePropertyIterator) GetGoToSocialReplyRequest() vocab.GoToSocialReplyRequest

GetGoToSocialReplyRequest returns the value of this property. When IsGoToSocialReplyRequest returns false, GetGoToSocialReplyRequest will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetIRI

GetIRI returns the IRI of this property. When IsIRI returns false, GetIRI will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetLitePubEmojiReact added in v1.16.0

GetLitePubEmojiReact returns the value of this property. When IsLitePubEmojiReact returns false, GetLitePubEmojiReact will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetSchemaPropertyValue

GetSchemaPropertyValue returns the value of this property. When IsSchemaPropertyValue returns false, GetSchemaPropertyValue will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetTootEmoji

GetTootEmoji returns the value of this property. When IsTootEmoji returns false, GetTootEmoji will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetTootHashtag

GetTootHashtag returns the value of this property. When IsTootHashtag returns false, GetTootHashtag will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetTootIdentityProof

GetTootIdentityProof returns the value of this property. When IsTootIdentityProof returns false, GetTootIdentityProof will return an arbitrary value.

func (ActivityStreamsAudiencePropertyIterator) GetType

GetType returns the value in this property as a Type. Returns nil if the value is not an ActivityStreams type, such as an IRI or another value.

func (ActivityStreamsAudiencePropertyIterator) HasAny

HasAny returns true if any of the different values is set.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsAccept

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsAccept() bool

IsActivityStreamsAccept returns true if this property has a type of "Accept". When true, use the GetActivityStreamsAccept and SetActivityStreamsAccept methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsActivity

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsActivity() bool

IsActivityStreamsActivity returns true if this property has a type of "Activity". When true, use the GetActivityStreamsActivity and SetActivityStreamsActivity methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsAdd

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsAdd() bool

IsActivityStreamsAdd returns true if this property has a type of "Add". When true, use the GetActivityStreamsAdd and SetActivityStreamsAdd methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsAnnounce

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsAnnounce() bool

IsActivityStreamsAnnounce returns true if this property has a type of "Announce". When true, use the GetActivityStreamsAnnounce and SetActivityStreamsAnnounce methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsApplication

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsApplication() bool

IsActivityStreamsApplication returns true if this property has a type of "Application". When true, use the GetActivityStreamsApplication and SetActivityStreamsApplication methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsArrive

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsArrive() bool

IsActivityStreamsArrive returns true if this property has a type of "Arrive". When true, use the GetActivityStreamsArrive and SetActivityStreamsArrive methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsArticle

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsArticle() bool

IsActivityStreamsArticle returns true if this property has a type of "Article". When true, use the GetActivityStreamsArticle and SetActivityStreamsArticle methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsAudio

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsAudio() bool

IsActivityStreamsAudio returns true if this property has a type of "Audio". When true, use the GetActivityStreamsAudio and SetActivityStreamsAudio methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsBlock

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsBlock() bool

IsActivityStreamsBlock returns true if this property has a type of "Block". When true, use the GetActivityStreamsBlock and SetActivityStreamsBlock methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsCollection

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsCollection() bool

IsActivityStreamsCollection returns true if this property has a type of "Collection". When true, use the GetActivityStreamsCollection and SetActivityStreamsCollection methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsCollectionPage

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsCollectionPage() bool

IsActivityStreamsCollectionPage returns true if this property has a type of "CollectionPage". When true, use the GetActivityStreamsCollectionPage and SetActivityStreamsCollectionPage methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsCreate

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsCreate() bool

IsActivityStreamsCreate returns true if this property has a type of "Create". When true, use the GetActivityStreamsCreate and SetActivityStreamsCreate methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsDelete

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsDelete() bool

IsActivityStreamsDelete returns true if this property has a type of "Delete". When true, use the GetActivityStreamsDelete and SetActivityStreamsDelete methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsDislike

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsDislike() bool

IsActivityStreamsDislike returns true if this property has a type of "Dislike". When true, use the GetActivityStreamsDislike and SetActivityStreamsDislike methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsDocument

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsDocument() bool

IsActivityStreamsDocument returns true if this property has a type of "Document". When true, use the GetActivityStreamsDocument and SetActivityStreamsDocument methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsEvent

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsEvent() bool

IsActivityStreamsEvent returns true if this property has a type of "Event". When true, use the GetActivityStreamsEvent and SetActivityStreamsEvent methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsFlag

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsFlag() bool

IsActivityStreamsFlag returns true if this property has a type of "Flag". When true, use the GetActivityStreamsFlag and SetActivityStreamsFlag methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsFollow

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsFollow() bool

IsActivityStreamsFollow returns true if this property has a type of "Follow". When true, use the GetActivityStreamsFollow and SetActivityStreamsFollow methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsGroup

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsGroup() bool

IsActivityStreamsGroup returns true if this property has a type of "Group". When true, use the GetActivityStreamsGroup and SetActivityStreamsGroup methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsIgnore

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsIgnore() bool

IsActivityStreamsIgnore returns true if this property has a type of "Ignore". When true, use the GetActivityStreamsIgnore and SetActivityStreamsIgnore methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsImage

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsImage() bool

IsActivityStreamsImage returns true if this property has a type of "Image". When true, use the GetActivityStreamsImage and SetActivityStreamsImage methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsIntransitiveActivity

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsIntransitiveActivity() bool

IsActivityStreamsIntransitiveActivity returns true if this property has a type of "IntransitiveActivity". When true, use the GetActivityStreamsIntransitiveActivity and SetActivityStreamsIntransitiveActivity methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsInvite

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsInvite() bool

IsActivityStreamsInvite returns true if this property has a type of "Invite". When true, use the GetActivityStreamsInvite and SetActivityStreamsInvite methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsJoin

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsJoin() bool

IsActivityStreamsJoin returns true if this property has a type of "Join". When true, use the GetActivityStreamsJoin and SetActivityStreamsJoin methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsLeave

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsLeave() bool

IsActivityStreamsLeave returns true if this property has a type of "Leave". When true, use the GetActivityStreamsLeave and SetActivityStreamsLeave methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsLike

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsLike() bool

IsActivityStreamsLike returns true if this property has a type of "Like". When true, use the GetActivityStreamsLike and SetActivityStreamsLike methods to access and set this property.

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsLink() bool

IsActivityStreamsLink returns true if this property has a type of "Link". When true, use the GetActivityStreamsLink and SetActivityStreamsLink methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsListen

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsListen() bool

IsActivityStreamsListen returns true if this property has a type of "Listen". When true, use the GetActivityStreamsListen and SetActivityStreamsListen methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsMention

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsMention() bool

IsActivityStreamsMention returns true if this property has a type of "Mention". When true, use the GetActivityStreamsMention and SetActivityStreamsMention methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsMove

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsMove() bool

IsActivityStreamsMove returns true if this property has a type of "Move". When true, use the GetActivityStreamsMove and SetActivityStreamsMove methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsNote

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsNote() bool

IsActivityStreamsNote returns true if this property has a type of "Note". When true, use the GetActivityStreamsNote and SetActivityStreamsNote methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsObject

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsObject() bool

IsActivityStreamsObject returns true if this property has a type of "Object". When true, use the GetActivityStreamsObject and SetActivityStreamsObject methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsOffer

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsOffer() bool

IsActivityStreamsOffer returns true if this property has a type of "Offer". When true, use the GetActivityStreamsOffer and SetActivityStreamsOffer methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsOrderedCollection

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsOrderedCollection() bool

IsActivityStreamsOrderedCollection returns true if this property has a type of "OrderedCollection". When true, use the GetActivityStreamsOrderedCollection and SetActivityStreamsOrderedCollection methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsOrderedCollectionPage

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsOrderedCollectionPage() bool

IsActivityStreamsOrderedCollectionPage returns true if this property has a type of "OrderedCollectionPage". When true, use the GetActivityStreamsOrderedCollectionPage and SetActivityStreamsOrderedCollectionPage methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsOrganization

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsOrganization() bool

IsActivityStreamsOrganization returns true if this property has a type of "Organization". When true, use the GetActivityStreamsOrganization and SetActivityStreamsOrganization methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsPage

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsPage() bool

IsActivityStreamsPage returns true if this property has a type of "Page". When true, use the GetActivityStreamsPage and SetActivityStreamsPage methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsPerson

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsPerson() bool

IsActivityStreamsPerson returns true if this property has a type of "Person". When true, use the GetActivityStreamsPerson and SetActivityStreamsPerson methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsPlace

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsPlace() bool

IsActivityStreamsPlace returns true if this property has a type of "Place". When true, use the GetActivityStreamsPlace and SetActivityStreamsPlace methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsProfile

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsProfile() bool

IsActivityStreamsProfile returns true if this property has a type of "Profile". When true, use the GetActivityStreamsProfile and SetActivityStreamsProfile methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsQuestion

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsQuestion() bool

IsActivityStreamsQuestion returns true if this property has a type of "Question". When true, use the GetActivityStreamsQuestion and SetActivityStreamsQuestion methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsRead

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsRead() bool

IsActivityStreamsRead returns true if this property has a type of "Read". When true, use the GetActivityStreamsRead and SetActivityStreamsRead methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsReject

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsReject() bool

IsActivityStreamsReject returns true if this property has a type of "Reject". When true, use the GetActivityStreamsReject and SetActivityStreamsReject methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsRelationship

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsRelationship() bool

IsActivityStreamsRelationship returns true if this property has a type of "Relationship". When true, use the GetActivityStreamsRelationship and SetActivityStreamsRelationship methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsRemove

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsRemove() bool

IsActivityStreamsRemove returns true if this property has a type of "Remove". When true, use the GetActivityStreamsRemove and SetActivityStreamsRemove methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsService

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsService() bool

IsActivityStreamsService returns true if this property has a type of "Service". When true, use the GetActivityStreamsService and SetActivityStreamsService methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsTentativeAccept

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsTentativeAccept() bool

IsActivityStreamsTentativeAccept returns true if this property has a type of "TentativeAccept". When true, use the GetActivityStreamsTentativeAccept and SetActivityStreamsTentativeAccept methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsTentativeReject

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsTentativeReject() bool

IsActivityStreamsTentativeReject returns true if this property has a type of "TentativeReject". When true, use the GetActivityStreamsTentativeReject and SetActivityStreamsTentativeReject methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsTombstone

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsTombstone() bool

IsActivityStreamsTombstone returns true if this property has a type of "Tombstone". When true, use the GetActivityStreamsTombstone and SetActivityStreamsTombstone methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsTravel

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsTravel() bool

IsActivityStreamsTravel returns true if this property has a type of "Travel". When true, use the GetActivityStreamsTravel and SetActivityStreamsTravel methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsUndo

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsUndo() bool

IsActivityStreamsUndo returns true if this property has a type of "Undo". When true, use the GetActivityStreamsUndo and SetActivityStreamsUndo methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsUpdate

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsUpdate() bool

IsActivityStreamsUpdate returns true if this property has a type of "Update". When true, use the GetActivityStreamsUpdate and SetActivityStreamsUpdate methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsVideo

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsVideo() bool

IsActivityStreamsVideo returns true if this property has a type of "Video". When true, use the GetActivityStreamsVideo and SetActivityStreamsVideo methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsActivityStreamsView

func (this ActivityStreamsAudiencePropertyIterator) IsActivityStreamsView() bool

IsActivityStreamsView returns true if this property has a type of "View". When true, use the GetActivityStreamsView and SetActivityStreamsView methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsFunkwhaleAlbum

func (this ActivityStreamsAudiencePropertyIterator) IsFunkwhaleAlbum() bool

IsFunkwhaleAlbum returns true if this property has a type of "Album". When true, use the GetFunkwhaleAlbum and SetFunkwhaleAlbum methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsFunkwhaleArtist

func (this ActivityStreamsAudiencePropertyIterator) IsFunkwhaleArtist() bool

IsFunkwhaleArtist returns true if this property has a type of "Artist". When true, use the GetFunkwhaleArtist and SetFunkwhaleArtist methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsFunkwhaleLibrary

func (this ActivityStreamsAudiencePropertyIterator) IsFunkwhaleLibrary() bool

IsFunkwhaleLibrary returns true if this property has a type of "Library". When true, use the GetFunkwhaleLibrary and SetFunkwhaleLibrary methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsFunkwhaleTrack

func (this ActivityStreamsAudiencePropertyIterator) IsFunkwhaleTrack() bool

IsFunkwhaleTrack returns true if this property has a type of "Track". When true, use the GetFunkwhaleTrack and SetFunkwhaleTrack methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsGoToSocialAnnounceApproval

func (this ActivityStreamsAudiencePropertyIterator) IsGoToSocialAnnounceApproval() bool

IsGoToSocialAnnounceApproval returns true if this property has a type of "AnnounceApproval". When true, use the GetGoToSocialAnnounceApproval and SetGoToSocialAnnounceApproval methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsGoToSocialAnnounceAuthorization

func (this ActivityStreamsAudiencePropertyIterator) IsGoToSocialAnnounceAuthorization() bool

IsGoToSocialAnnounceAuthorization returns true if this property has a type of "AnnounceAuthorization". When true, use the GetGoToSocialAnnounceAuthorization and SetGoToSocialAnnounceAuthorization methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsGoToSocialAnnounceRequest

func (this ActivityStreamsAudiencePropertyIterator) IsGoToSocialAnnounceRequest() bool

IsGoToSocialAnnounceRequest returns true if this property has a type of "AnnounceRequest". When true, use the GetGoToSocialAnnounceRequest and SetGoToSocialAnnounceRequest methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsGoToSocialLikeApproval

func (this ActivityStreamsAudiencePropertyIterator) IsGoToSocialLikeApproval() bool

IsGoToSocialLikeApproval returns true if this property has a type of "LikeApproval". When true, use the GetGoToSocialLikeApproval and SetGoToSocialLikeApproval methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsGoToSocialLikeAuthorization

func (this ActivityStreamsAudiencePropertyIterator) IsGoToSocialLikeAuthorization() bool

IsGoToSocialLikeAuthorization returns true if this property has a type of "LikeAuthorization". When true, use the GetGoToSocialLikeAuthorization and SetGoToSocialLikeAuthorization methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsGoToSocialLikeRequest

func (this ActivityStreamsAudiencePropertyIterator) IsGoToSocialLikeRequest() bool

IsGoToSocialLikeRequest returns true if this property has a type of "LikeRequest". When true, use the GetGoToSocialLikeRequest and SetGoToSocialLikeRequest methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsGoToSocialReplyApproval

func (this ActivityStreamsAudiencePropertyIterator) IsGoToSocialReplyApproval() bool

IsGoToSocialReplyApproval returns true if this property has a type of "ReplyApproval". When true, use the GetGoToSocialReplyApproval and SetGoToSocialReplyApproval methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsGoToSocialReplyAuthorization

func (this ActivityStreamsAudiencePropertyIterator) IsGoToSocialReplyAuthorization() bool

IsGoToSocialReplyAuthorization returns true if this property has a type of "ReplyAuthorization". When true, use the GetGoToSocialReplyAuthorization and SetGoToSocialReplyAuthorization methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsGoToSocialReplyRequest

func (this ActivityStreamsAudiencePropertyIterator) IsGoToSocialReplyRequest() bool

IsGoToSocialReplyRequest returns true if this property has a type of "ReplyRequest". When true, use the GetGoToSocialReplyRequest and SetGoToSocialReplyRequest methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsIRI

IsIRI returns true if this property is an IRI. When true, use GetIRI and SetIRI to access and set this property

func (ActivityStreamsAudiencePropertyIterator) IsLitePubEmojiReact added in v1.16.0

func (this ActivityStreamsAudiencePropertyIterator) IsLitePubEmojiReact() bool

IsLitePubEmojiReact returns true if this property has a type of "EmojiReact". When true, use the GetLitePubEmojiReact and SetLitePubEmojiReact methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsSchemaPropertyValue

func (this ActivityStreamsAudiencePropertyIterator) IsSchemaPropertyValue() bool

IsSchemaPropertyValue returns true if this property has a type of "PropertyValue". When true, use the GetSchemaPropertyValue and SetSchemaPropertyValue methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsTootEmoji

func (this ActivityStreamsAudiencePropertyIterator) IsTootEmoji() bool

IsTootEmoji returns true if this property has a type of "Emoji". When true, use the GetTootEmoji and SetTootEmoji methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsTootHashtag

func (this ActivityStreamsAudiencePropertyIterator) IsTootHashtag() bool

IsTootHashtag returns true if this property has a type of "Hashtag". When true, use the GetTootHashtag and SetTootHashtag methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) IsTootIdentityProof

func (this ActivityStreamsAudiencePropertyIterator) IsTootIdentityProof() bool

IsTootIdentityProof returns true if this property has a type of "IdentityProof". When true, use the GetTootIdentityProof and SetTootIdentityProof methods to access and set this property.

func (ActivityStreamsAudiencePropertyIterator) JSONLDContext

func (this ActivityStreamsAudiencePropertyIterator) JSONLDContext() map[string]string

JSONLDContext returns the JSONLD URIs required in the context string for this property and the specific values that are set. The value in the map is the alias used to import the property's value or values.

func (ActivityStreamsAudiencePropertyIterator) KindIndex

KindIndex computes an arbitrary value for indexing this kind of value. This is a leaky API detail only for folks looking to replace the go-fed implementation. Applications should not use this method.

func (ActivityStreamsAudiencePropertyIterator) LessThan

LessThan compares two instances of this property with an arbitrary but stable comparison. Applications should not use this because it is only meant to help alternative implementations to go-fed to be able to normalize nonfunctional properties.

func (ActivityStreamsAudiencePropertyIterator) Name

Name returns the name of this property: "ActivityStreamsAudience".

func (ActivityStreamsAudiencePropertyIterator) Next

Next returns the next iterator, or nil if there is no next iterator.

func (ActivityStreamsAudiencePropertyIterator) Prev

Prev returns the previous iterator, or nil if there is no previous iterator.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsAccept

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsAccept(v vocab.ActivityStreamsAccept)

SetActivityStreamsAccept sets the value of this property. Calling IsActivityStreamsAccept afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsActivity

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsActivity(v vocab.ActivityStreamsActivity)

SetActivityStreamsActivity sets the value of this property. Calling IsActivityStreamsActivity afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsAdd

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsAdd(v vocab.ActivityStreamsAdd)

SetActivityStreamsAdd sets the value of this property. Calling IsActivityStreamsAdd afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsAnnounce

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsAnnounce(v vocab.ActivityStreamsAnnounce)

SetActivityStreamsAnnounce sets the value of this property. Calling IsActivityStreamsAnnounce afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsApplication

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsApplication(v vocab.ActivityStreamsApplication)

SetActivityStreamsApplication sets the value of this property. Calling IsActivityStreamsApplication afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsArrive

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsArrive(v vocab.ActivityStreamsArrive)

SetActivityStreamsArrive sets the value of this property. Calling IsActivityStreamsArrive afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsArticle

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsArticle(v vocab.ActivityStreamsArticle)

SetActivityStreamsArticle sets the value of this property. Calling IsActivityStreamsArticle afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsAudio

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsAudio(v vocab.ActivityStreamsAudio)

SetActivityStreamsAudio sets the value of this property. Calling IsActivityStreamsAudio afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsBlock

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsBlock(v vocab.ActivityStreamsBlock)

SetActivityStreamsBlock sets the value of this property. Calling IsActivityStreamsBlock afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsCollection

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsCollection(v vocab.ActivityStreamsCollection)

SetActivityStreamsCollection sets the value of this property. Calling IsActivityStreamsCollection afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsCollectionPage

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsCollectionPage(v vocab.ActivityStreamsCollectionPage)

SetActivityStreamsCollectionPage sets the value of this property. Calling IsActivityStreamsCollectionPage afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsCreate

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsCreate(v vocab.ActivityStreamsCreate)

SetActivityStreamsCreate sets the value of this property. Calling IsActivityStreamsCreate afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsDelete

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsDelete(v vocab.ActivityStreamsDelete)

SetActivityStreamsDelete sets the value of this property. Calling IsActivityStreamsDelete afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsDislike

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsDislike(v vocab.ActivityStreamsDislike)

SetActivityStreamsDislike sets the value of this property. Calling IsActivityStreamsDislike afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsDocument

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsDocument(v vocab.ActivityStreamsDocument)

SetActivityStreamsDocument sets the value of this property. Calling IsActivityStreamsDocument afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsEvent

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsEvent(v vocab.ActivityStreamsEvent)

SetActivityStreamsEvent sets the value of this property. Calling IsActivityStreamsEvent afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsFlag

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsFlag(v vocab.ActivityStreamsFlag)

SetActivityStreamsFlag sets the value of this property. Calling IsActivityStreamsFlag afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsFollow

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsFollow(v vocab.ActivityStreamsFollow)

SetActivityStreamsFollow sets the value of this property. Calling IsActivityStreamsFollow afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsGroup

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsGroup(v vocab.ActivityStreamsGroup)

SetActivityStreamsGroup sets the value of this property. Calling IsActivityStreamsGroup afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsIgnore

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsIgnore(v vocab.ActivityStreamsIgnore)

SetActivityStreamsIgnore sets the value of this property. Calling IsActivityStreamsIgnore afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsImage

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsImage(v vocab.ActivityStreamsImage)

SetActivityStreamsImage sets the value of this property. Calling IsActivityStreamsImage afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsIntransitiveActivity

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsIntransitiveActivity(v vocab.ActivityStreamsIntransitiveActivity)

SetActivityStreamsIntransitiveActivity sets the value of this property. Calling IsActivityStreamsIntransitiveActivity afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsInvite

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsInvite(v vocab.ActivityStreamsInvite)

SetActivityStreamsInvite sets the value of this property. Calling IsActivityStreamsInvite afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsJoin

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsJoin(v vocab.ActivityStreamsJoin)

SetActivityStreamsJoin sets the value of this property. Calling IsActivityStreamsJoin afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsLeave

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsLeave(v vocab.ActivityStreamsLeave)

SetActivityStreamsLeave sets the value of this property. Calling IsActivityStreamsLeave afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsLike

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsLike(v vocab.ActivityStreamsLike)

SetActivityStreamsLike sets the value of this property. Calling IsActivityStreamsLike afterwards returns true.

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsLink(v vocab.ActivityStreamsLink)

SetActivityStreamsLink sets the value of this property. Calling IsActivityStreamsLink afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsListen

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsListen(v vocab.ActivityStreamsListen)

SetActivityStreamsListen sets the value of this property. Calling IsActivityStreamsListen afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsMention

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsMention(v vocab.ActivityStreamsMention)

SetActivityStreamsMention sets the value of this property. Calling IsActivityStreamsMention afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsMove

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsMove(v vocab.ActivityStreamsMove)

SetActivityStreamsMove sets the value of this property. Calling IsActivityStreamsMove afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsNote

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsNote(v vocab.ActivityStreamsNote)

SetActivityStreamsNote sets the value of this property. Calling IsActivityStreamsNote afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsObject

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsObject(v vocab.ActivityStreamsObject)

SetActivityStreamsObject sets the value of this property. Calling IsActivityStreamsObject afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsOffer

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsOffer(v vocab.ActivityStreamsOffer)

SetActivityStreamsOffer sets the value of this property. Calling IsActivityStreamsOffer afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsOrderedCollection

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsOrderedCollection(v vocab.ActivityStreamsOrderedCollection)

SetActivityStreamsOrderedCollection sets the value of this property. Calling IsActivityStreamsOrderedCollection afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsOrderedCollectionPage

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsOrderedCollectionPage(v vocab.ActivityStreamsOrderedCollectionPage)

SetActivityStreamsOrderedCollectionPage sets the value of this property. Calling IsActivityStreamsOrderedCollectionPage afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsOrganization

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsOrganization(v vocab.ActivityStreamsOrganization)

SetActivityStreamsOrganization sets the value of this property. Calling IsActivityStreamsOrganization afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsPage

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsPage(v vocab.ActivityStreamsPage)

SetActivityStreamsPage sets the value of this property. Calling IsActivityStreamsPage afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsPerson

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsPerson(v vocab.ActivityStreamsPerson)

SetActivityStreamsPerson sets the value of this property. Calling IsActivityStreamsPerson afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsPlace

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsPlace(v vocab.ActivityStreamsPlace)

SetActivityStreamsPlace sets the value of this property. Calling IsActivityStreamsPlace afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsProfile

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsProfile(v vocab.ActivityStreamsProfile)

SetActivityStreamsProfile sets the value of this property. Calling IsActivityStreamsProfile afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsQuestion

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsQuestion(v vocab.ActivityStreamsQuestion)

SetActivityStreamsQuestion sets the value of this property. Calling IsActivityStreamsQuestion afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsRead

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsRead(v vocab.ActivityStreamsRead)

SetActivityStreamsRead sets the value of this property. Calling IsActivityStreamsRead afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsReject

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsReject(v vocab.ActivityStreamsReject)

SetActivityStreamsReject sets the value of this property. Calling IsActivityStreamsReject afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsRelationship

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsRelationship(v vocab.ActivityStreamsRelationship)

SetActivityStreamsRelationship sets the value of this property. Calling IsActivityStreamsRelationship afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsRemove

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsRemove(v vocab.ActivityStreamsRemove)

SetActivityStreamsRemove sets the value of this property. Calling IsActivityStreamsRemove afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsService

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsService(v vocab.ActivityStreamsService)

SetActivityStreamsService sets the value of this property. Calling IsActivityStreamsService afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsTentativeAccept

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsTentativeAccept(v vocab.ActivityStreamsTentativeAccept)

SetActivityStreamsTentativeAccept sets the value of this property. Calling IsActivityStreamsTentativeAccept afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsTentativeReject

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsTentativeReject(v vocab.ActivityStreamsTentativeReject)

SetActivityStreamsTentativeReject sets the value of this property. Calling IsActivityStreamsTentativeReject afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsTombstone

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsTombstone(v vocab.ActivityStreamsTombstone)

SetActivityStreamsTombstone sets the value of this property. Calling IsActivityStreamsTombstone afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsTravel

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsTravel(v vocab.ActivityStreamsTravel)

SetActivityStreamsTravel sets the value of this property. Calling IsActivityStreamsTravel afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsUndo

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsUndo(v vocab.ActivityStreamsUndo)

SetActivityStreamsUndo sets the value of this property. Calling IsActivityStreamsUndo afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsUpdate

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsUpdate(v vocab.ActivityStreamsUpdate)

SetActivityStreamsUpdate sets the value of this property. Calling IsActivityStreamsUpdate afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsVideo

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsVideo(v vocab.ActivityStreamsVideo)

SetActivityStreamsVideo sets the value of this property. Calling IsActivityStreamsVideo afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetActivityStreamsView

func (this *ActivityStreamsAudiencePropertyIterator) SetActivityStreamsView(v vocab.ActivityStreamsView)

SetActivityStreamsView sets the value of this property. Calling IsActivityStreamsView afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetFunkwhaleAlbum

SetFunkwhaleAlbum sets the value of this property. Calling IsFunkwhaleAlbum afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetFunkwhaleArtist

SetFunkwhaleArtist sets the value of this property. Calling IsFunkwhaleArtist afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetFunkwhaleLibrary

func (this *ActivityStreamsAudiencePropertyIterator) SetFunkwhaleLibrary(v vocab.FunkwhaleLibrary)

SetFunkwhaleLibrary sets the value of this property. Calling IsFunkwhaleLibrary afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetFunkwhaleTrack

SetFunkwhaleTrack sets the value of this property. Calling IsFunkwhaleTrack afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetGoToSocialAnnounceApproval

func (this *ActivityStreamsAudiencePropertyIterator) SetGoToSocialAnnounceApproval(v vocab.GoToSocialAnnounceApproval)

SetGoToSocialAnnounceApproval sets the value of this property. Calling IsGoToSocialAnnounceApproval afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetGoToSocialAnnounceAuthorization

func (this *ActivityStreamsAudiencePropertyIterator) SetGoToSocialAnnounceAuthorization(v vocab.GoToSocialAnnounceAuthorization)

SetGoToSocialAnnounceAuthorization sets the value of this property. Calling IsGoToSocialAnnounceAuthorization afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetGoToSocialAnnounceRequest

func (this *ActivityStreamsAudiencePropertyIterator) SetGoToSocialAnnounceRequest(v vocab.GoToSocialAnnounceRequest)

SetGoToSocialAnnounceRequest sets the value of this property. Calling IsGoToSocialAnnounceRequest afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetGoToSocialLikeApproval

func (this *ActivityStreamsAudiencePropertyIterator) SetGoToSocialLikeApproval(v vocab.GoToSocialLikeApproval)

SetGoToSocialLikeApproval sets the value of this property. Calling IsGoToSocialLikeApproval afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetGoToSocialLikeAuthorization

func (this *ActivityStreamsAudiencePropertyIterator) SetGoToSocialLikeAuthorization(v vocab.GoToSocialLikeAuthorization)

SetGoToSocialLikeAuthorization sets the value of this property. Calling IsGoToSocialLikeAuthorization afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetGoToSocialLikeRequest

func (this *ActivityStreamsAudiencePropertyIterator) SetGoToSocialLikeRequest(v vocab.GoToSocialLikeRequest)

SetGoToSocialLikeRequest sets the value of this property. Calling IsGoToSocialLikeRequest afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetGoToSocialReplyApproval

func (this *ActivityStreamsAudiencePropertyIterator) SetGoToSocialReplyApproval(v vocab.GoToSocialReplyApproval)

SetGoToSocialReplyApproval sets the value of this property. Calling IsGoToSocialReplyApproval afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetGoToSocialReplyAuthorization

func (this *ActivityStreamsAudiencePropertyIterator) SetGoToSocialReplyAuthorization(v vocab.GoToSocialReplyAuthorization)

SetGoToSocialReplyAuthorization sets the value of this property. Calling IsGoToSocialReplyAuthorization afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetGoToSocialReplyRequest

func (this *ActivityStreamsAudiencePropertyIterator) SetGoToSocialReplyRequest(v vocab.GoToSocialReplyRequest)

SetGoToSocialReplyRequest sets the value of this property. Calling IsGoToSocialReplyRequest afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetIRI

SetIRI sets the value of this property. Calling IsIRI afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetLitePubEmojiReact added in v1.16.0

func (this *ActivityStreamsAudiencePropertyIterator) SetLitePubEmojiReact(v vocab.LitePubEmojiReact)

SetLitePubEmojiReact sets the value of this property. Calling IsLitePubEmojiReact afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetSchemaPropertyValue

func (this *ActivityStreamsAudiencePropertyIterator) SetSchemaPropertyValue(v vocab.SchemaPropertyValue)

SetSchemaPropertyValue sets the value of this property. Calling IsSchemaPropertyValue afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetTootEmoji

SetTootEmoji sets the value of this property. Calling IsTootEmoji afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetTootHashtag

SetTootHashtag sets the value of this property. Calling IsTootHashtag afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetTootIdentityProof

func (this *ActivityStreamsAudiencePropertyIterator) SetTootIdentityProof(v vocab.TootIdentityProof)

SetTootIdentityProof sets the value of this property. Calling IsTootIdentityProof afterwards returns true.

func (*ActivityStreamsAudiencePropertyIterator) SetType

SetType attempts to set the property for the arbitrary type. Returns an error if it is not a valid type to set on this property.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL