Documentation ¶
Overview ¶
Package propertyrelationship contains the implementation for the relationship 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 ¶
- func DeserializeRelationshipProperty(m map[string]interface{}, aliasMap map[string]string) (vocab.ActivityStreamsRelationshipProperty, error)
- func SetManager(m privateManager)
- type ActivityStreamsRelationshipProperty
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsAccept(v vocab.ActivityStreamsAccept)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsActivity(v vocab.ActivityStreamsActivity)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsAdd(v vocab.ActivityStreamsAdd)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsAnnounce(v vocab.ActivityStreamsAnnounce)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsApplication(v vocab.ActivityStreamsApplication)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsArrive(v vocab.ActivityStreamsArrive)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsArticle(v vocab.ActivityStreamsArticle)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsAudio(v vocab.ActivityStreamsAudio)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsBlock(v vocab.ActivityStreamsBlock)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsCollection(v vocab.ActivityStreamsCollection)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsCollectionPage(v vocab.ActivityStreamsCollectionPage)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsCreate(v vocab.ActivityStreamsCreate)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsDelete(v vocab.ActivityStreamsDelete)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsDislike(v vocab.ActivityStreamsDislike)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsDocument(v vocab.ActivityStreamsDocument)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsEvent(v vocab.ActivityStreamsEvent)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsFlag(v vocab.ActivityStreamsFlag)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsFollow(v vocab.ActivityStreamsFollow)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsGroup(v vocab.ActivityStreamsGroup)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsIgnore(v vocab.ActivityStreamsIgnore)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsImage(v vocab.ActivityStreamsImage)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsIntransitiveActivity(v vocab.ActivityStreamsIntransitiveActivity)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsInvite(v vocab.ActivityStreamsInvite)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsJoin(v vocab.ActivityStreamsJoin)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsLeave(v vocab.ActivityStreamsLeave)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsLike(v vocab.ActivityStreamsLike)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsListen(v vocab.ActivityStreamsListen)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsMove(v vocab.ActivityStreamsMove)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsNote(v vocab.ActivityStreamsNote)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsObject(v vocab.ActivityStreamsObject)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsOffer(v vocab.ActivityStreamsOffer)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsOrderedCollection(v vocab.ActivityStreamsOrderedCollection)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsOrderedCollectionPage(v vocab.ActivityStreamsOrderedCollectionPage)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsOrganization(v vocab.ActivityStreamsOrganization)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsPage(v vocab.ActivityStreamsPage)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsPerson(v vocab.ActivityStreamsPerson)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsPlace(v vocab.ActivityStreamsPlace)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsProfile(v vocab.ActivityStreamsProfile)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsQuestion(v vocab.ActivityStreamsQuestion)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsRead(v vocab.ActivityStreamsRead)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsReject(v vocab.ActivityStreamsReject)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsRelationship(v vocab.ActivityStreamsRelationship)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsRemove(v vocab.ActivityStreamsRemove)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsService(v vocab.ActivityStreamsService)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsTentativeAccept(v vocab.ActivityStreamsTentativeAccept)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsTentativeReject(v vocab.ActivityStreamsTentativeReject)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsTombstone(v vocab.ActivityStreamsTombstone)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsTravel(v vocab.ActivityStreamsTravel)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsUndo(v vocab.ActivityStreamsUndo)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsUpdate(v vocab.ActivityStreamsUpdate)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsVideo(v vocab.ActivityStreamsVideo)
- func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsView(v vocab.ActivityStreamsView)
- func (this *ActivityStreamsRelationshipProperty) AppendIRI(v *url.URL)
- func (this *ActivityStreamsRelationshipProperty) AppendSchemaPropertyValue(v vocab.SchemaPropertyValue)
- func (this *ActivityStreamsRelationshipProperty) AppendTootEmoji(v vocab.TootEmoji)
- func (this *ActivityStreamsRelationshipProperty) AppendTootIdentityProof(v vocab.TootIdentityProof)
- func (this *ActivityStreamsRelationshipProperty) AppendType(t vocab.Type) error
- func (this ActivityStreamsRelationshipProperty) At(index int) vocab.ActivityStreamsRelationshipPropertyIterator
- func (this ActivityStreamsRelationshipProperty) Begin() vocab.ActivityStreamsRelationshipPropertyIterator
- func (this ActivityStreamsRelationshipProperty) Empty() bool
- func (this ActivityStreamsRelationshipProperty) End() vocab.ActivityStreamsRelationshipPropertyIterator
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsAccept(idx int, v vocab.ActivityStreamsAccept)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsActivity(idx int, v vocab.ActivityStreamsActivity)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsAdd(idx int, v vocab.ActivityStreamsAdd)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsAnnounce(idx int, v vocab.ActivityStreamsAnnounce)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsApplication(idx int, v vocab.ActivityStreamsApplication)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsArrive(idx int, v vocab.ActivityStreamsArrive)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsArticle(idx int, v vocab.ActivityStreamsArticle)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsAudio(idx int, v vocab.ActivityStreamsAudio)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsBlock(idx int, v vocab.ActivityStreamsBlock)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsCollection(idx int, v vocab.ActivityStreamsCollection)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsCollectionPage(idx int, v vocab.ActivityStreamsCollectionPage)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsCreate(idx int, v vocab.ActivityStreamsCreate)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsDelete(idx int, v vocab.ActivityStreamsDelete)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsDislike(idx int, v vocab.ActivityStreamsDislike)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsDocument(idx int, v vocab.ActivityStreamsDocument)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsEvent(idx int, v vocab.ActivityStreamsEvent)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsFlag(idx int, v vocab.ActivityStreamsFlag)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsFollow(idx int, v vocab.ActivityStreamsFollow)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsGroup(idx int, v vocab.ActivityStreamsGroup)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsIgnore(idx int, v vocab.ActivityStreamsIgnore)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsImage(idx int, v vocab.ActivityStreamsImage)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsIntransitiveActivity(idx int, v vocab.ActivityStreamsIntransitiveActivity)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsInvite(idx int, v vocab.ActivityStreamsInvite)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsJoin(idx int, v vocab.ActivityStreamsJoin)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsLeave(idx int, v vocab.ActivityStreamsLeave)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsLike(idx int, v vocab.ActivityStreamsLike)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsListen(idx int, v vocab.ActivityStreamsListen)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsMove(idx int, v vocab.ActivityStreamsMove)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsNote(idx int, v vocab.ActivityStreamsNote)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsObject(idx int, v vocab.ActivityStreamsObject)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsOffer(idx int, v vocab.ActivityStreamsOffer)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsOrderedCollection(idx int, v vocab.ActivityStreamsOrderedCollection)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsOrderedCollectionPage(idx int, v vocab.ActivityStreamsOrderedCollectionPage)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsOrganization(idx int, v vocab.ActivityStreamsOrganization)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsPage(idx int, v vocab.ActivityStreamsPage)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsPerson(idx int, v vocab.ActivityStreamsPerson)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsPlace(idx int, v vocab.ActivityStreamsPlace)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsProfile(idx int, v vocab.ActivityStreamsProfile)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsQuestion(idx int, v vocab.ActivityStreamsQuestion)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsRead(idx int, v vocab.ActivityStreamsRead)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsReject(idx int, v vocab.ActivityStreamsReject)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsRelationship(idx int, v vocab.ActivityStreamsRelationship)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsRemove(idx int, v vocab.ActivityStreamsRemove)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsService(idx int, v vocab.ActivityStreamsService)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsTentativeAccept(idx int, v vocab.ActivityStreamsTentativeAccept)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsTentativeReject(idx int, v vocab.ActivityStreamsTentativeReject)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsTombstone(idx int, v vocab.ActivityStreamsTombstone)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsTravel(idx int, v vocab.ActivityStreamsTravel)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsUndo(idx int, v vocab.ActivityStreamsUndo)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsUpdate(idx int, v vocab.ActivityStreamsUpdate)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsVideo(idx int, v vocab.ActivityStreamsVideo)
- func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsView(idx int, v vocab.ActivityStreamsView)
- func (this *ActivityStreamsRelationshipProperty) InsertIRI(idx int, v *url.URL)
- func (this *ActivityStreamsRelationshipProperty) InsertSchemaPropertyValue(idx int, v vocab.SchemaPropertyValue)
- func (this *ActivityStreamsRelationshipProperty) InsertTootEmoji(idx int, v vocab.TootEmoji)
- func (this *ActivityStreamsRelationshipProperty) InsertTootIdentityProof(idx int, v vocab.TootIdentityProof)
- func (this *ActivityStreamsRelationshipProperty) InsertType(idx int, t vocab.Type) error
- func (this ActivityStreamsRelationshipProperty) JSONLDContext() map[string]string
- func (this ActivityStreamsRelationshipProperty) KindIndex(idx int) int
- func (this ActivityStreamsRelationshipProperty) Len() (length int)
- func (this ActivityStreamsRelationshipProperty) Less(i, j int) bool
- func (this ActivityStreamsRelationshipProperty) LessThan(o vocab.ActivityStreamsRelationshipProperty) bool
- func (this ActivityStreamsRelationshipProperty) Name() string
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsAccept(v vocab.ActivityStreamsAccept)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsActivity(v vocab.ActivityStreamsActivity)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsAdd(v vocab.ActivityStreamsAdd)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsAnnounce(v vocab.ActivityStreamsAnnounce)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsApplication(v vocab.ActivityStreamsApplication)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsArrive(v vocab.ActivityStreamsArrive)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsArticle(v vocab.ActivityStreamsArticle)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsAudio(v vocab.ActivityStreamsAudio)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsBlock(v vocab.ActivityStreamsBlock)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsCollection(v vocab.ActivityStreamsCollection)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsCollectionPage(v vocab.ActivityStreamsCollectionPage)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsCreate(v vocab.ActivityStreamsCreate)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsDelete(v vocab.ActivityStreamsDelete)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsDislike(v vocab.ActivityStreamsDislike)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsDocument(v vocab.ActivityStreamsDocument)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsEvent(v vocab.ActivityStreamsEvent)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsFlag(v vocab.ActivityStreamsFlag)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsFollow(v vocab.ActivityStreamsFollow)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsGroup(v vocab.ActivityStreamsGroup)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsIgnore(v vocab.ActivityStreamsIgnore)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsImage(v vocab.ActivityStreamsImage)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsIntransitiveActivity(v vocab.ActivityStreamsIntransitiveActivity)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsInvite(v vocab.ActivityStreamsInvite)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsJoin(v vocab.ActivityStreamsJoin)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsLeave(v vocab.ActivityStreamsLeave)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsLike(v vocab.ActivityStreamsLike)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsListen(v vocab.ActivityStreamsListen)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsMove(v vocab.ActivityStreamsMove)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsNote(v vocab.ActivityStreamsNote)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsObject(v vocab.ActivityStreamsObject)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsOffer(v vocab.ActivityStreamsOffer)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsOrderedCollection(v vocab.ActivityStreamsOrderedCollection)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsOrderedCollectionPage(v vocab.ActivityStreamsOrderedCollectionPage)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsOrganization(v vocab.ActivityStreamsOrganization)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsPage(v vocab.ActivityStreamsPage)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsPerson(v vocab.ActivityStreamsPerson)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsPlace(v vocab.ActivityStreamsPlace)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsProfile(v vocab.ActivityStreamsProfile)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsQuestion(v vocab.ActivityStreamsQuestion)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsRead(v vocab.ActivityStreamsRead)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsReject(v vocab.ActivityStreamsReject)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsRelationship(v vocab.ActivityStreamsRelationship)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsRemove(v vocab.ActivityStreamsRemove)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsService(v vocab.ActivityStreamsService)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsTentativeAccept(v vocab.ActivityStreamsTentativeAccept)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsTentativeReject(v vocab.ActivityStreamsTentativeReject)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsTombstone(v vocab.ActivityStreamsTombstone)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsTravel(v vocab.ActivityStreamsTravel)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsUndo(v vocab.ActivityStreamsUndo)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsUpdate(v vocab.ActivityStreamsUpdate)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsVideo(v vocab.ActivityStreamsVideo)
- func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsView(v vocab.ActivityStreamsView)
- func (this *ActivityStreamsRelationshipProperty) PrependIRI(v *url.URL)
- func (this *ActivityStreamsRelationshipProperty) PrependSchemaPropertyValue(v vocab.SchemaPropertyValue)
- func (this *ActivityStreamsRelationshipProperty) PrependTootEmoji(v vocab.TootEmoji)
- func (this *ActivityStreamsRelationshipProperty) PrependTootIdentityProof(v vocab.TootIdentityProof)
- func (this *ActivityStreamsRelationshipProperty) PrependType(t vocab.Type) error
- func (this *ActivityStreamsRelationshipProperty) Remove(idx int)
- func (this ActivityStreamsRelationshipProperty) Serialize() (interface{}, error)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsAccept(idx int, v vocab.ActivityStreamsAccept)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsActivity(idx int, v vocab.ActivityStreamsActivity)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsAdd(idx int, v vocab.ActivityStreamsAdd)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsAnnounce(idx int, v vocab.ActivityStreamsAnnounce)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsApplication(idx int, v vocab.ActivityStreamsApplication)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsArrive(idx int, v vocab.ActivityStreamsArrive)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsArticle(idx int, v vocab.ActivityStreamsArticle)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsAudio(idx int, v vocab.ActivityStreamsAudio)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsBlock(idx int, v vocab.ActivityStreamsBlock)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsCollection(idx int, v vocab.ActivityStreamsCollection)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsCollectionPage(idx int, v vocab.ActivityStreamsCollectionPage)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsCreate(idx int, v vocab.ActivityStreamsCreate)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsDelete(idx int, v vocab.ActivityStreamsDelete)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsDislike(idx int, v vocab.ActivityStreamsDislike)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsDocument(idx int, v vocab.ActivityStreamsDocument)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsEvent(idx int, v vocab.ActivityStreamsEvent)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsFlag(idx int, v vocab.ActivityStreamsFlag)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsFollow(idx int, v vocab.ActivityStreamsFollow)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsGroup(idx int, v vocab.ActivityStreamsGroup)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsIgnore(idx int, v vocab.ActivityStreamsIgnore)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsImage(idx int, v vocab.ActivityStreamsImage)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsIntransitiveActivity(idx int, v vocab.ActivityStreamsIntransitiveActivity)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsInvite(idx int, v vocab.ActivityStreamsInvite)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsJoin(idx int, v vocab.ActivityStreamsJoin)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsLeave(idx int, v vocab.ActivityStreamsLeave)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsLike(idx int, v vocab.ActivityStreamsLike)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsListen(idx int, v vocab.ActivityStreamsListen)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsMove(idx int, v vocab.ActivityStreamsMove)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsNote(idx int, v vocab.ActivityStreamsNote)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsObject(idx int, v vocab.ActivityStreamsObject)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsOffer(idx int, v vocab.ActivityStreamsOffer)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsOrderedCollection(idx int, v vocab.ActivityStreamsOrderedCollection)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsOrderedCollectionPage(idx int, v vocab.ActivityStreamsOrderedCollectionPage)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsOrganization(idx int, v vocab.ActivityStreamsOrganization)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsPage(idx int, v vocab.ActivityStreamsPage)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsPerson(idx int, v vocab.ActivityStreamsPerson)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsPlace(idx int, v vocab.ActivityStreamsPlace)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsProfile(idx int, v vocab.ActivityStreamsProfile)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsQuestion(idx int, v vocab.ActivityStreamsQuestion)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsRead(idx int, v vocab.ActivityStreamsRead)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsReject(idx int, v vocab.ActivityStreamsReject)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsRelationship(idx int, v vocab.ActivityStreamsRelationship)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsRemove(idx int, v vocab.ActivityStreamsRemove)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsService(idx int, v vocab.ActivityStreamsService)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsTentativeAccept(idx int, v vocab.ActivityStreamsTentativeAccept)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsTentativeReject(idx int, v vocab.ActivityStreamsTentativeReject)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsTombstone(idx int, v vocab.ActivityStreamsTombstone)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsTravel(idx int, v vocab.ActivityStreamsTravel)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsUndo(idx int, v vocab.ActivityStreamsUndo)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsUpdate(idx int, v vocab.ActivityStreamsUpdate)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsVideo(idx int, v vocab.ActivityStreamsVideo)
- func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsView(idx int, v vocab.ActivityStreamsView)
- func (this *ActivityStreamsRelationshipProperty) SetIRI(idx int, v *url.URL)
- func (this *ActivityStreamsRelationshipProperty) SetSchemaPropertyValue(idx int, v vocab.SchemaPropertyValue)
- func (this *ActivityStreamsRelationshipProperty) SetTootEmoji(idx int, v vocab.TootEmoji)
- func (this *ActivityStreamsRelationshipProperty) SetTootIdentityProof(idx int, v vocab.TootIdentityProof)
- func (this *ActivityStreamsRelationshipProperty) SetType(idx int, t vocab.Type) error
- func (this ActivityStreamsRelationshipProperty) Swap(i, j int)
- type ActivityStreamsRelationshipPropertyIterator
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsAccept() vocab.ActivityStreamsAccept
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsActivity() vocab.ActivityStreamsActivity
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsAdd() vocab.ActivityStreamsAdd
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsAnnounce() vocab.ActivityStreamsAnnounce
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsApplication() vocab.ActivityStreamsApplication
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsArrive() vocab.ActivityStreamsArrive
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsArticle() vocab.ActivityStreamsArticle
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsAudio() vocab.ActivityStreamsAudio
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsBlock() vocab.ActivityStreamsBlock
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsCollection() vocab.ActivityStreamsCollection
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsCollectionPage() vocab.ActivityStreamsCollectionPage
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsCreate() vocab.ActivityStreamsCreate
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsDelete() vocab.ActivityStreamsDelete
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsDislike() vocab.ActivityStreamsDislike
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsDocument() vocab.ActivityStreamsDocument
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsEvent() vocab.ActivityStreamsEvent
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsFlag() vocab.ActivityStreamsFlag
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsFollow() vocab.ActivityStreamsFollow
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsGroup() vocab.ActivityStreamsGroup
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsIgnore() vocab.ActivityStreamsIgnore
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsImage() vocab.ActivityStreamsImage
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsIntransitiveActivity() vocab.ActivityStreamsIntransitiveActivity
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsInvite() vocab.ActivityStreamsInvite
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsJoin() vocab.ActivityStreamsJoin
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsLeave() vocab.ActivityStreamsLeave
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsLike() vocab.ActivityStreamsLike
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsListen() vocab.ActivityStreamsListen
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsMove() vocab.ActivityStreamsMove
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsNote() vocab.ActivityStreamsNote
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsObject() vocab.ActivityStreamsObject
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsOffer() vocab.ActivityStreamsOffer
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsOrderedCollection() vocab.ActivityStreamsOrderedCollection
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsOrderedCollectionPage() vocab.ActivityStreamsOrderedCollectionPage
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsOrganization() vocab.ActivityStreamsOrganization
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsPage() vocab.ActivityStreamsPage
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsPerson() vocab.ActivityStreamsPerson
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsPlace() vocab.ActivityStreamsPlace
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsProfile() vocab.ActivityStreamsProfile
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsQuestion() vocab.ActivityStreamsQuestion
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsRead() vocab.ActivityStreamsRead
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsReject() vocab.ActivityStreamsReject
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsRelationship() vocab.ActivityStreamsRelationship
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsRemove() vocab.ActivityStreamsRemove
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsService() vocab.ActivityStreamsService
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsTentativeAccept() vocab.ActivityStreamsTentativeAccept
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsTentativeReject() vocab.ActivityStreamsTentativeReject
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsTombstone() vocab.ActivityStreamsTombstone
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsTravel() vocab.ActivityStreamsTravel
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsUndo() vocab.ActivityStreamsUndo
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsUpdate() vocab.ActivityStreamsUpdate
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsVideo() vocab.ActivityStreamsVideo
- func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsView() vocab.ActivityStreamsView
- func (this ActivityStreamsRelationshipPropertyIterator) GetIRI() *url.URL
- func (this ActivityStreamsRelationshipPropertyIterator) GetSchemaPropertyValue() vocab.SchemaPropertyValue
- func (this ActivityStreamsRelationshipPropertyIterator) GetTootEmoji() vocab.TootEmoji
- func (this ActivityStreamsRelationshipPropertyIterator) GetTootIdentityProof() vocab.TootIdentityProof
- func (this ActivityStreamsRelationshipPropertyIterator) GetType() vocab.Type
- func (this ActivityStreamsRelationshipPropertyIterator) HasAny() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsAccept() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsActivity() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsAdd() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsAnnounce() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsApplication() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsArrive() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsArticle() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsAudio() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsBlock() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsCollection() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsCollectionPage() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsCreate() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsDelete() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsDislike() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsDocument() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsEvent() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsFlag() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsFollow() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsGroup() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsIgnore() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsImage() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsIntransitiveActivity() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsInvite() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsJoin() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsLeave() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsLike() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsListen() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsMove() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsNote() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsObject() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsOffer() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsOrderedCollection() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsOrderedCollectionPage() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsOrganization() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsPage() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsPerson() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsPlace() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsProfile() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsQuestion() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsRead() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsReject() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsRelationship() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsRemove() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsService() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsTentativeAccept() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsTentativeReject() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsTombstone() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsTravel() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsUndo() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsUpdate() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsVideo() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsView() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsIRI() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsSchemaPropertyValue() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsTootEmoji() bool
- func (this ActivityStreamsRelationshipPropertyIterator) IsTootIdentityProof() bool
- func (this ActivityStreamsRelationshipPropertyIterator) JSONLDContext() map[string]string
- func (this ActivityStreamsRelationshipPropertyIterator) KindIndex() int
- func (this ActivityStreamsRelationshipPropertyIterator) LessThan(o vocab.ActivityStreamsRelationshipPropertyIterator) bool
- func (this ActivityStreamsRelationshipPropertyIterator) Name() string
- func (this ActivityStreamsRelationshipPropertyIterator) Next() vocab.ActivityStreamsRelationshipPropertyIterator
- func (this ActivityStreamsRelationshipPropertyIterator) Prev() vocab.ActivityStreamsRelationshipPropertyIterator
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsAccept(v vocab.ActivityStreamsAccept)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsActivity(v vocab.ActivityStreamsActivity)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsAdd(v vocab.ActivityStreamsAdd)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsAnnounce(v vocab.ActivityStreamsAnnounce)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsApplication(v vocab.ActivityStreamsApplication)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsArrive(v vocab.ActivityStreamsArrive)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsArticle(v vocab.ActivityStreamsArticle)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsAudio(v vocab.ActivityStreamsAudio)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsBlock(v vocab.ActivityStreamsBlock)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsCollection(v vocab.ActivityStreamsCollection)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsCollectionPage(v vocab.ActivityStreamsCollectionPage)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsCreate(v vocab.ActivityStreamsCreate)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsDelete(v vocab.ActivityStreamsDelete)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsDislike(v vocab.ActivityStreamsDislike)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsDocument(v vocab.ActivityStreamsDocument)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsEvent(v vocab.ActivityStreamsEvent)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsFlag(v vocab.ActivityStreamsFlag)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsFollow(v vocab.ActivityStreamsFollow)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsGroup(v vocab.ActivityStreamsGroup)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsIgnore(v vocab.ActivityStreamsIgnore)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsImage(v vocab.ActivityStreamsImage)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsIntransitiveActivity(v vocab.ActivityStreamsIntransitiveActivity)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsInvite(v vocab.ActivityStreamsInvite)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsJoin(v vocab.ActivityStreamsJoin)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsLeave(v vocab.ActivityStreamsLeave)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsLike(v vocab.ActivityStreamsLike)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsListen(v vocab.ActivityStreamsListen)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsMove(v vocab.ActivityStreamsMove)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsNote(v vocab.ActivityStreamsNote)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsObject(v vocab.ActivityStreamsObject)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsOffer(v vocab.ActivityStreamsOffer)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsOrderedCollection(v vocab.ActivityStreamsOrderedCollection)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsOrderedCollectionPage(v vocab.ActivityStreamsOrderedCollectionPage)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsOrganization(v vocab.ActivityStreamsOrganization)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsPage(v vocab.ActivityStreamsPage)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsPerson(v vocab.ActivityStreamsPerson)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsPlace(v vocab.ActivityStreamsPlace)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsProfile(v vocab.ActivityStreamsProfile)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsQuestion(v vocab.ActivityStreamsQuestion)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsRead(v vocab.ActivityStreamsRead)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsReject(v vocab.ActivityStreamsReject)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsRelationship(v vocab.ActivityStreamsRelationship)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsRemove(v vocab.ActivityStreamsRemove)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsService(v vocab.ActivityStreamsService)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsTentativeAccept(v vocab.ActivityStreamsTentativeAccept)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsTentativeReject(v vocab.ActivityStreamsTentativeReject)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsTombstone(v vocab.ActivityStreamsTombstone)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsTravel(v vocab.ActivityStreamsTravel)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsUndo(v vocab.ActivityStreamsUndo)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsUpdate(v vocab.ActivityStreamsUpdate)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsVideo(v vocab.ActivityStreamsVideo)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsView(v vocab.ActivityStreamsView)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetIRI(v *url.URL)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetSchemaPropertyValue(v vocab.SchemaPropertyValue)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetTootEmoji(v vocab.TootEmoji)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetTootIdentityProof(v vocab.TootIdentityProof)
- func (this *ActivityStreamsRelationshipPropertyIterator) SetType(t vocab.Type) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeserializeRelationshipProperty ¶
func DeserializeRelationshipProperty(m map[string]interface{}, aliasMap map[string]string) (vocab.ActivityStreamsRelationshipProperty, error)
DeserializeRelationshipProperty creates a "relationship" 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 ActivityStreamsRelationshipProperty ¶
type ActivityStreamsRelationshipProperty struct {
// contains filtered or unexported fields
}
ActivityStreamsRelationshipProperty is the non-functional property "relationship". It is permitted to have one or more values, and of different value types.
func NewActivityStreamsRelationshipProperty ¶
func NewActivityStreamsRelationshipProperty() *ActivityStreamsRelationshipProperty
NewActivityStreamsRelationshipProperty creates a new relationship property.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsAccept ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsAccept(v vocab.ActivityStreamsAccept)
AppendActivityStreamsAccept appends a Accept value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsActivity ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsActivity(v vocab.ActivityStreamsActivity)
AppendActivityStreamsActivity appends a Activity value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsAdd ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsAdd(v vocab.ActivityStreamsAdd)
AppendActivityStreamsAdd appends a Add value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsAnnounce ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsAnnounce(v vocab.ActivityStreamsAnnounce)
AppendActivityStreamsAnnounce appends a Announce value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsApplication ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsApplication(v vocab.ActivityStreamsApplication)
AppendActivityStreamsApplication appends a Application value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsArrive ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsArrive(v vocab.ActivityStreamsArrive)
AppendActivityStreamsArrive appends a Arrive value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsArticle ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsArticle(v vocab.ActivityStreamsArticle)
AppendActivityStreamsArticle appends a Article value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsAudio ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsAudio(v vocab.ActivityStreamsAudio)
AppendActivityStreamsAudio appends a Audio value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsBlock ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsBlock(v vocab.ActivityStreamsBlock)
AppendActivityStreamsBlock appends a Block value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsCollection ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsCollection(v vocab.ActivityStreamsCollection)
AppendActivityStreamsCollection appends a Collection value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsCollectionPage ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsCollectionPage(v vocab.ActivityStreamsCollectionPage)
AppendActivityStreamsCollectionPage appends a CollectionPage value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsCreate ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsCreate(v vocab.ActivityStreamsCreate)
AppendActivityStreamsCreate appends a Create value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsDelete ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsDelete(v vocab.ActivityStreamsDelete)
AppendActivityStreamsDelete appends a Delete value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsDislike ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsDislike(v vocab.ActivityStreamsDislike)
AppendActivityStreamsDislike appends a Dislike value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsDocument ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsDocument(v vocab.ActivityStreamsDocument)
AppendActivityStreamsDocument appends a Document value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsEvent ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsEvent(v vocab.ActivityStreamsEvent)
AppendActivityStreamsEvent appends a Event value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsFlag ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsFlag(v vocab.ActivityStreamsFlag)
AppendActivityStreamsFlag appends a Flag value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsFollow ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsFollow(v vocab.ActivityStreamsFollow)
AppendActivityStreamsFollow appends a Follow value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsGroup ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsGroup(v vocab.ActivityStreamsGroup)
AppendActivityStreamsGroup appends a Group value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsIgnore ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsIgnore(v vocab.ActivityStreamsIgnore)
AppendActivityStreamsIgnore appends a Ignore value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsImage ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsImage(v vocab.ActivityStreamsImage)
AppendActivityStreamsImage appends a Image value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsIntransitiveActivity ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsIntransitiveActivity(v vocab.ActivityStreamsIntransitiveActivity)
AppendActivityStreamsIntransitiveActivity appends a IntransitiveActivity value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsInvite ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsInvite(v vocab.ActivityStreamsInvite)
AppendActivityStreamsInvite appends a Invite value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsJoin ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsJoin(v vocab.ActivityStreamsJoin)
AppendActivityStreamsJoin appends a Join value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsLeave ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsLeave(v vocab.ActivityStreamsLeave)
AppendActivityStreamsLeave appends a Leave value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsLike ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsLike(v vocab.ActivityStreamsLike)
AppendActivityStreamsLike appends a Like value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsListen ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsListen(v vocab.ActivityStreamsListen)
AppendActivityStreamsListen appends a Listen value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsMove ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsMove(v vocab.ActivityStreamsMove)
AppendActivityStreamsMove appends a Move value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsNote ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsNote(v vocab.ActivityStreamsNote)
AppendActivityStreamsNote appends a Note value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsObject ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsObject(v vocab.ActivityStreamsObject)
AppendActivityStreamsObject appends a Object value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsOffer ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsOffer(v vocab.ActivityStreamsOffer)
AppendActivityStreamsOffer appends a Offer value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsOrderedCollection ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsOrderedCollection(v vocab.ActivityStreamsOrderedCollection)
AppendActivityStreamsOrderedCollection appends a OrderedCollection value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsOrderedCollectionPage ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsOrderedCollectionPage(v vocab.ActivityStreamsOrderedCollectionPage)
AppendActivityStreamsOrderedCollectionPage appends a OrderedCollectionPage value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsOrganization ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsOrganization(v vocab.ActivityStreamsOrganization)
AppendActivityStreamsOrganization appends a Organization value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsPage ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsPage(v vocab.ActivityStreamsPage)
AppendActivityStreamsPage appends a Page value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsPerson ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsPerson(v vocab.ActivityStreamsPerson)
AppendActivityStreamsPerson appends a Person value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsPlace ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsPlace(v vocab.ActivityStreamsPlace)
AppendActivityStreamsPlace appends a Place value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsProfile ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsProfile(v vocab.ActivityStreamsProfile)
AppendActivityStreamsProfile appends a Profile value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsQuestion ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsQuestion(v vocab.ActivityStreamsQuestion)
AppendActivityStreamsQuestion appends a Question value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsRead ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsRead(v vocab.ActivityStreamsRead)
AppendActivityStreamsRead appends a Read value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsReject ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsReject(v vocab.ActivityStreamsReject)
AppendActivityStreamsReject appends a Reject value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsRelationship ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsRelationship(v vocab.ActivityStreamsRelationship)
AppendActivityStreamsRelationship appends a Relationship value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsRemove ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsRemove(v vocab.ActivityStreamsRemove)
AppendActivityStreamsRemove appends a Remove value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsService ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsService(v vocab.ActivityStreamsService)
AppendActivityStreamsService appends a Service value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsTentativeAccept ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsTentativeAccept(v vocab.ActivityStreamsTentativeAccept)
AppendActivityStreamsTentativeAccept appends a TentativeAccept value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsTentativeReject ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsTentativeReject(v vocab.ActivityStreamsTentativeReject)
AppendActivityStreamsTentativeReject appends a TentativeReject value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsTombstone ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsTombstone(v vocab.ActivityStreamsTombstone)
AppendActivityStreamsTombstone appends a Tombstone value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsTravel ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsTravel(v vocab.ActivityStreamsTravel)
AppendActivityStreamsTravel appends a Travel value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsUndo ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsUndo(v vocab.ActivityStreamsUndo)
AppendActivityStreamsUndo appends a Undo value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsUpdate ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsUpdate(v vocab.ActivityStreamsUpdate)
AppendActivityStreamsUpdate appends a Update value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsVideo ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsVideo(v vocab.ActivityStreamsVideo)
AppendActivityStreamsVideo appends a Video value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendActivityStreamsView ¶
func (this *ActivityStreamsRelationshipProperty) AppendActivityStreamsView(v vocab.ActivityStreamsView)
AppendActivityStreamsView appends a View value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendIRI ¶
func (this *ActivityStreamsRelationshipProperty) AppendIRI(v *url.URL)
AppendIRI appends an IRI value to the back of a list of the property "relationship"
func (*ActivityStreamsRelationshipProperty) AppendSchemaPropertyValue ¶
func (this *ActivityStreamsRelationshipProperty) AppendSchemaPropertyValue(v vocab.SchemaPropertyValue)
AppendSchemaPropertyValue appends a PropertyValue value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendTootEmoji ¶
func (this *ActivityStreamsRelationshipProperty) AppendTootEmoji(v vocab.TootEmoji)
AppendTootEmoji appends a Emoji value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendTootIdentityProof ¶
func (this *ActivityStreamsRelationshipProperty) AppendTootIdentityProof(v vocab.TootIdentityProof)
AppendTootIdentityProof appends a IdentityProof value to the back of a list of the property "relationship". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsRelationshipProperty) AppendType ¶
func (this *ActivityStreamsRelationshipProperty) AppendType(t vocab.Type) error
PrependType prepends an arbitrary type value to the front of a list of the property "relationship". Invalidates iterators that are traversing using Prev. Returns an error if the type is not a valid one to set for this property.
func (ActivityStreamsRelationshipProperty) At ¶
func (this ActivityStreamsRelationshipProperty) At(index int) vocab.ActivityStreamsRelationshipPropertyIterator
At returns the property value for the specified index. Panics if the index is out of bounds.
func (ActivityStreamsRelationshipProperty) Begin ¶
func (this ActivityStreamsRelationshipProperty) Begin() vocab.ActivityStreamsRelationshipPropertyIterator
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 (ActivityStreamsRelationshipProperty) Empty ¶
func (this ActivityStreamsRelationshipProperty) Empty() bool
Empty returns returns true if there are no elements.
func (ActivityStreamsRelationshipProperty) End ¶
func (this ActivityStreamsRelationshipProperty) End() vocab.ActivityStreamsRelationshipPropertyIterator
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 (*ActivityStreamsRelationshipProperty) InsertActivityStreamsAccept ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsAccept(idx int, v vocab.ActivityStreamsAccept)
InsertActivityStreamsAccept inserts a Accept value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsActivity ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsActivity(idx int, v vocab.ActivityStreamsActivity)
InsertActivityStreamsActivity inserts a Activity value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsAdd ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsAdd(idx int, v vocab.ActivityStreamsAdd)
InsertActivityStreamsAdd inserts a Add value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsAnnounce ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsAnnounce(idx int, v vocab.ActivityStreamsAnnounce)
InsertActivityStreamsAnnounce inserts a Announce value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsApplication ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsApplication(idx int, v vocab.ActivityStreamsApplication)
InsertActivityStreamsApplication inserts a Application value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsArrive ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsArrive(idx int, v vocab.ActivityStreamsArrive)
InsertActivityStreamsArrive inserts a Arrive value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsArticle ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsArticle(idx int, v vocab.ActivityStreamsArticle)
InsertActivityStreamsArticle inserts a Article value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsAudio ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsAudio(idx int, v vocab.ActivityStreamsAudio)
InsertActivityStreamsAudio inserts a Audio value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsBlock ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsBlock(idx int, v vocab.ActivityStreamsBlock)
InsertActivityStreamsBlock inserts a Block value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsCollection ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsCollection(idx int, v vocab.ActivityStreamsCollection)
InsertActivityStreamsCollection inserts a Collection value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsCollectionPage ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsCollectionPage(idx int, v vocab.ActivityStreamsCollectionPage)
InsertActivityStreamsCollectionPage inserts a CollectionPage value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsCreate ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsCreate(idx int, v vocab.ActivityStreamsCreate)
InsertActivityStreamsCreate inserts a Create value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsDelete ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsDelete(idx int, v vocab.ActivityStreamsDelete)
InsertActivityStreamsDelete inserts a Delete value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsDislike ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsDislike(idx int, v vocab.ActivityStreamsDislike)
InsertActivityStreamsDislike inserts a Dislike value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsDocument ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsDocument(idx int, v vocab.ActivityStreamsDocument)
InsertActivityStreamsDocument inserts a Document value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsEvent ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsEvent(idx int, v vocab.ActivityStreamsEvent)
InsertActivityStreamsEvent inserts a Event value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsFlag ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsFlag(idx int, v vocab.ActivityStreamsFlag)
InsertActivityStreamsFlag inserts a Flag value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsFollow ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsFollow(idx int, v vocab.ActivityStreamsFollow)
InsertActivityStreamsFollow inserts a Follow value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsGroup ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsGroup(idx int, v vocab.ActivityStreamsGroup)
InsertActivityStreamsGroup inserts a Group value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsIgnore ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsIgnore(idx int, v vocab.ActivityStreamsIgnore)
InsertActivityStreamsIgnore inserts a Ignore value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsImage ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsImage(idx int, v vocab.ActivityStreamsImage)
InsertActivityStreamsImage inserts a Image value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsIntransitiveActivity ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsIntransitiveActivity(idx int, v vocab.ActivityStreamsIntransitiveActivity)
InsertActivityStreamsIntransitiveActivity inserts a IntransitiveActivity value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsInvite ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsInvite(idx int, v vocab.ActivityStreamsInvite)
InsertActivityStreamsInvite inserts a Invite value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsJoin ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsJoin(idx int, v vocab.ActivityStreamsJoin)
InsertActivityStreamsJoin inserts a Join value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsLeave ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsLeave(idx int, v vocab.ActivityStreamsLeave)
InsertActivityStreamsLeave inserts a Leave value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsLike ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsLike(idx int, v vocab.ActivityStreamsLike)
InsertActivityStreamsLike inserts a Like value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsListen ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsListen(idx int, v vocab.ActivityStreamsListen)
InsertActivityStreamsListen inserts a Listen value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsMove ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsMove(idx int, v vocab.ActivityStreamsMove)
InsertActivityStreamsMove inserts a Move value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsNote ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsNote(idx int, v vocab.ActivityStreamsNote)
InsertActivityStreamsNote inserts a Note value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsObject ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsObject(idx int, v vocab.ActivityStreamsObject)
InsertActivityStreamsObject inserts a Object value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsOffer ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsOffer(idx int, v vocab.ActivityStreamsOffer)
InsertActivityStreamsOffer inserts a Offer value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsOrderedCollection ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsOrderedCollection(idx int, v vocab.ActivityStreamsOrderedCollection)
InsertActivityStreamsOrderedCollection inserts a OrderedCollection value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsOrderedCollectionPage ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsOrderedCollectionPage(idx int, v vocab.ActivityStreamsOrderedCollectionPage)
InsertActivityStreamsOrderedCollectionPage inserts a OrderedCollectionPage value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsOrganization ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsOrganization(idx int, v vocab.ActivityStreamsOrganization)
InsertActivityStreamsOrganization inserts a Organization value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsPage ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsPage(idx int, v vocab.ActivityStreamsPage)
InsertActivityStreamsPage inserts a Page value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsPerson ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsPerson(idx int, v vocab.ActivityStreamsPerson)
InsertActivityStreamsPerson inserts a Person value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsPlace ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsPlace(idx int, v vocab.ActivityStreamsPlace)
InsertActivityStreamsPlace inserts a Place value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsProfile ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsProfile(idx int, v vocab.ActivityStreamsProfile)
InsertActivityStreamsProfile inserts a Profile value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsQuestion ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsQuestion(idx int, v vocab.ActivityStreamsQuestion)
InsertActivityStreamsQuestion inserts a Question value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsRead ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsRead(idx int, v vocab.ActivityStreamsRead)
InsertActivityStreamsRead inserts a Read value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsReject ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsReject(idx int, v vocab.ActivityStreamsReject)
InsertActivityStreamsReject inserts a Reject value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsRelationship ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsRelationship(idx int, v vocab.ActivityStreamsRelationship)
InsertActivityStreamsRelationship inserts a Relationship value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsRemove ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsRemove(idx int, v vocab.ActivityStreamsRemove)
InsertActivityStreamsRemove inserts a Remove value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsService ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsService(idx int, v vocab.ActivityStreamsService)
InsertActivityStreamsService inserts a Service value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsTentativeAccept ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsTentativeAccept(idx int, v vocab.ActivityStreamsTentativeAccept)
InsertActivityStreamsTentativeAccept inserts a TentativeAccept value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsTentativeReject ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsTentativeReject(idx int, v vocab.ActivityStreamsTentativeReject)
InsertActivityStreamsTentativeReject inserts a TentativeReject value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsTombstone ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsTombstone(idx int, v vocab.ActivityStreamsTombstone)
InsertActivityStreamsTombstone inserts a Tombstone value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsTravel ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsTravel(idx int, v vocab.ActivityStreamsTravel)
InsertActivityStreamsTravel inserts a Travel value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsUndo ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsUndo(idx int, v vocab.ActivityStreamsUndo)
InsertActivityStreamsUndo inserts a Undo value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsUpdate ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsUpdate(idx int, v vocab.ActivityStreamsUpdate)
InsertActivityStreamsUpdate inserts a Update value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsVideo ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsVideo(idx int, v vocab.ActivityStreamsVideo)
InsertActivityStreamsVideo inserts a Video value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertActivityStreamsView ¶
func (this *ActivityStreamsRelationshipProperty) InsertActivityStreamsView(idx int, v vocab.ActivityStreamsView)
InsertActivityStreamsView inserts a View value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertIRI ¶
func (this *ActivityStreamsRelationshipProperty) InsertIRI(idx int, v *url.URL)
Insert inserts an IRI value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertSchemaPropertyValue ¶
func (this *ActivityStreamsRelationshipProperty) InsertSchemaPropertyValue(idx int, v vocab.SchemaPropertyValue)
InsertSchemaPropertyValue inserts a PropertyValue value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertTootEmoji ¶
func (this *ActivityStreamsRelationshipProperty) InsertTootEmoji(idx int, v vocab.TootEmoji)
InsertTootEmoji inserts a Emoji value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertTootIdentityProof ¶
func (this *ActivityStreamsRelationshipProperty) InsertTootIdentityProof(idx int, v vocab.TootIdentityProof)
InsertTootIdentityProof inserts a IdentityProof value at the specified index for a property "relationship". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) InsertType ¶
func (this *ActivityStreamsRelationshipProperty) InsertType(idx int, t vocab.Type) error
PrependType prepends an arbitrary type value to the front of a list of the property "relationship". Invalidates all iterators. Returns an error if the type is not a valid one to set for this property.
func (ActivityStreamsRelationshipProperty) JSONLDContext ¶
func (this ActivityStreamsRelationshipProperty) 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 (ActivityStreamsRelationshipProperty) KindIndex ¶
func (this ActivityStreamsRelationshipProperty) 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 (ActivityStreamsRelationshipProperty) Len ¶
func (this ActivityStreamsRelationshipProperty) Len() (length int)
Len returns the number of values that exist for the "relationship" property.
func (ActivityStreamsRelationshipProperty) Less ¶
func (this ActivityStreamsRelationshipProperty) 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 (ActivityStreamsRelationshipProperty) LessThan ¶
func (this ActivityStreamsRelationshipProperty) LessThan(o vocab.ActivityStreamsRelationshipProperty) bool
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 (ActivityStreamsRelationshipProperty) Name ¶
func (this ActivityStreamsRelationshipProperty) Name() string
Name returns the name of this property ("relationship") with any alias.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsAccept ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsAccept(v vocab.ActivityStreamsAccept)
PrependActivityStreamsAccept prepends a Accept value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsActivity ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsActivity(v vocab.ActivityStreamsActivity)
PrependActivityStreamsActivity prepends a Activity value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsAdd ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsAdd(v vocab.ActivityStreamsAdd)
PrependActivityStreamsAdd prepends a Add value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsAnnounce ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsAnnounce(v vocab.ActivityStreamsAnnounce)
PrependActivityStreamsAnnounce prepends a Announce value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsApplication ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsApplication(v vocab.ActivityStreamsApplication)
PrependActivityStreamsApplication prepends a Application value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsArrive ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsArrive(v vocab.ActivityStreamsArrive)
PrependActivityStreamsArrive prepends a Arrive value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsArticle ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsArticle(v vocab.ActivityStreamsArticle)
PrependActivityStreamsArticle prepends a Article value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsAudio ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsAudio(v vocab.ActivityStreamsAudio)
PrependActivityStreamsAudio prepends a Audio value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsBlock ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsBlock(v vocab.ActivityStreamsBlock)
PrependActivityStreamsBlock prepends a Block value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsCollection ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsCollection(v vocab.ActivityStreamsCollection)
PrependActivityStreamsCollection prepends a Collection value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsCollectionPage ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsCollectionPage(v vocab.ActivityStreamsCollectionPage)
PrependActivityStreamsCollectionPage prepends a CollectionPage value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsCreate ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsCreate(v vocab.ActivityStreamsCreate)
PrependActivityStreamsCreate prepends a Create value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsDelete ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsDelete(v vocab.ActivityStreamsDelete)
PrependActivityStreamsDelete prepends a Delete value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsDislike ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsDislike(v vocab.ActivityStreamsDislike)
PrependActivityStreamsDislike prepends a Dislike value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsDocument ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsDocument(v vocab.ActivityStreamsDocument)
PrependActivityStreamsDocument prepends a Document value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsEvent ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsEvent(v vocab.ActivityStreamsEvent)
PrependActivityStreamsEvent prepends a Event value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsFlag ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsFlag(v vocab.ActivityStreamsFlag)
PrependActivityStreamsFlag prepends a Flag value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsFollow ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsFollow(v vocab.ActivityStreamsFollow)
PrependActivityStreamsFollow prepends a Follow value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsGroup ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsGroup(v vocab.ActivityStreamsGroup)
PrependActivityStreamsGroup prepends a Group value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsIgnore ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsIgnore(v vocab.ActivityStreamsIgnore)
PrependActivityStreamsIgnore prepends a Ignore value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsImage ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsImage(v vocab.ActivityStreamsImage)
PrependActivityStreamsImage prepends a Image value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsIntransitiveActivity ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsIntransitiveActivity(v vocab.ActivityStreamsIntransitiveActivity)
PrependActivityStreamsIntransitiveActivity prepends a IntransitiveActivity value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsInvite ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsInvite(v vocab.ActivityStreamsInvite)
PrependActivityStreamsInvite prepends a Invite value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsJoin ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsJoin(v vocab.ActivityStreamsJoin)
PrependActivityStreamsJoin prepends a Join value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsLeave ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsLeave(v vocab.ActivityStreamsLeave)
PrependActivityStreamsLeave prepends a Leave value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsLike ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsLike(v vocab.ActivityStreamsLike)
PrependActivityStreamsLike prepends a Like value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsListen ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsListen(v vocab.ActivityStreamsListen)
PrependActivityStreamsListen prepends a Listen value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsMove ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsMove(v vocab.ActivityStreamsMove)
PrependActivityStreamsMove prepends a Move value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsNote ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsNote(v vocab.ActivityStreamsNote)
PrependActivityStreamsNote prepends a Note value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsObject ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsObject(v vocab.ActivityStreamsObject)
PrependActivityStreamsObject prepends a Object value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsOffer ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsOffer(v vocab.ActivityStreamsOffer)
PrependActivityStreamsOffer prepends a Offer value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsOrderedCollection ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsOrderedCollection(v vocab.ActivityStreamsOrderedCollection)
PrependActivityStreamsOrderedCollection prepends a OrderedCollection value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsOrderedCollectionPage ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsOrderedCollectionPage(v vocab.ActivityStreamsOrderedCollectionPage)
PrependActivityStreamsOrderedCollectionPage prepends a OrderedCollectionPage value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsOrganization ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsOrganization(v vocab.ActivityStreamsOrganization)
PrependActivityStreamsOrganization prepends a Organization value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsPage ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsPage(v vocab.ActivityStreamsPage)
PrependActivityStreamsPage prepends a Page value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsPerson ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsPerson(v vocab.ActivityStreamsPerson)
PrependActivityStreamsPerson prepends a Person value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsPlace ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsPlace(v vocab.ActivityStreamsPlace)
PrependActivityStreamsPlace prepends a Place value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsProfile ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsProfile(v vocab.ActivityStreamsProfile)
PrependActivityStreamsProfile prepends a Profile value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsQuestion ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsQuestion(v vocab.ActivityStreamsQuestion)
PrependActivityStreamsQuestion prepends a Question value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsRead ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsRead(v vocab.ActivityStreamsRead)
PrependActivityStreamsRead prepends a Read value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsReject ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsReject(v vocab.ActivityStreamsReject)
PrependActivityStreamsReject prepends a Reject value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsRelationship ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsRelationship(v vocab.ActivityStreamsRelationship)
PrependActivityStreamsRelationship prepends a Relationship value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsRemove ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsRemove(v vocab.ActivityStreamsRemove)
PrependActivityStreamsRemove prepends a Remove value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsService ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsService(v vocab.ActivityStreamsService)
PrependActivityStreamsService prepends a Service value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsTentativeAccept ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsTentativeAccept(v vocab.ActivityStreamsTentativeAccept)
PrependActivityStreamsTentativeAccept prepends a TentativeAccept value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsTentativeReject ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsTentativeReject(v vocab.ActivityStreamsTentativeReject)
PrependActivityStreamsTentativeReject prepends a TentativeReject value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsTombstone ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsTombstone(v vocab.ActivityStreamsTombstone)
PrependActivityStreamsTombstone prepends a Tombstone value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsTravel ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsTravel(v vocab.ActivityStreamsTravel)
PrependActivityStreamsTravel prepends a Travel value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsUndo ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsUndo(v vocab.ActivityStreamsUndo)
PrependActivityStreamsUndo prepends a Undo value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsUpdate ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsUpdate(v vocab.ActivityStreamsUpdate)
PrependActivityStreamsUpdate prepends a Update value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsVideo ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsVideo(v vocab.ActivityStreamsVideo)
PrependActivityStreamsVideo prepends a Video value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependActivityStreamsView ¶
func (this *ActivityStreamsRelationshipProperty) PrependActivityStreamsView(v vocab.ActivityStreamsView)
PrependActivityStreamsView prepends a View value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependIRI ¶
func (this *ActivityStreamsRelationshipProperty) PrependIRI(v *url.URL)
PrependIRI prepends an IRI value to the front of a list of the property "relationship".
func (*ActivityStreamsRelationshipProperty) PrependSchemaPropertyValue ¶
func (this *ActivityStreamsRelationshipProperty) PrependSchemaPropertyValue(v vocab.SchemaPropertyValue)
PrependSchemaPropertyValue prepends a PropertyValue value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependTootEmoji ¶
func (this *ActivityStreamsRelationshipProperty) PrependTootEmoji(v vocab.TootEmoji)
PrependTootEmoji prepends a Emoji value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependTootIdentityProof ¶
func (this *ActivityStreamsRelationshipProperty) PrependTootIdentityProof(v vocab.TootIdentityProof)
PrependTootIdentityProof prepends a IdentityProof value to the front of a list of the property "relationship". Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) PrependType ¶
func (this *ActivityStreamsRelationshipProperty) PrependType(t vocab.Type) error
PrependType prepends an arbitrary type value to the front of a list of the property "relationship". Invalidates all iterators. Returns an error if the type is not a valid one to set for this property.
func (*ActivityStreamsRelationshipProperty) Remove ¶
func (this *ActivityStreamsRelationshipProperty) Remove(idx int)
Remove deletes an element at the specified index from a list of the property "relationship", regardless of its type. Panics if the index is out of bounds. Invalidates all iterators.
func (ActivityStreamsRelationshipProperty) Serialize ¶
func (this ActivityStreamsRelationshipProperty) 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 (*ActivityStreamsRelationshipProperty) SetActivityStreamsAccept ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsAccept(idx int, v vocab.ActivityStreamsAccept)
SetActivityStreamsAccept sets a Accept value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsActivity ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsActivity(idx int, v vocab.ActivityStreamsActivity)
SetActivityStreamsActivity sets a Activity value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsAdd ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsAdd(idx int, v vocab.ActivityStreamsAdd)
SetActivityStreamsAdd sets a Add value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsAnnounce ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsAnnounce(idx int, v vocab.ActivityStreamsAnnounce)
SetActivityStreamsAnnounce sets a Announce value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsApplication ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsApplication(idx int, v vocab.ActivityStreamsApplication)
SetActivityStreamsApplication sets a Application value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsArrive ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsArrive(idx int, v vocab.ActivityStreamsArrive)
SetActivityStreamsArrive sets a Arrive value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsArticle ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsArticle(idx int, v vocab.ActivityStreamsArticle)
SetActivityStreamsArticle sets a Article value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsAudio ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsAudio(idx int, v vocab.ActivityStreamsAudio)
SetActivityStreamsAudio sets a Audio value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsBlock ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsBlock(idx int, v vocab.ActivityStreamsBlock)
SetActivityStreamsBlock sets a Block value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsCollection ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsCollection(idx int, v vocab.ActivityStreamsCollection)
SetActivityStreamsCollection sets a Collection value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsCollectionPage ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsCollectionPage(idx int, v vocab.ActivityStreamsCollectionPage)
SetActivityStreamsCollectionPage sets a CollectionPage value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsCreate ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsCreate(idx int, v vocab.ActivityStreamsCreate)
SetActivityStreamsCreate sets a Create value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsDelete ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsDelete(idx int, v vocab.ActivityStreamsDelete)
SetActivityStreamsDelete sets a Delete value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsDislike ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsDislike(idx int, v vocab.ActivityStreamsDislike)
SetActivityStreamsDislike sets a Dislike value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsDocument ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsDocument(idx int, v vocab.ActivityStreamsDocument)
SetActivityStreamsDocument sets a Document value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsEvent ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsEvent(idx int, v vocab.ActivityStreamsEvent)
SetActivityStreamsEvent sets a Event value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsFlag ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsFlag(idx int, v vocab.ActivityStreamsFlag)
SetActivityStreamsFlag sets a Flag value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsFollow ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsFollow(idx int, v vocab.ActivityStreamsFollow)
SetActivityStreamsFollow sets a Follow value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsGroup ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsGroup(idx int, v vocab.ActivityStreamsGroup)
SetActivityStreamsGroup sets a Group value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsIgnore ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsIgnore(idx int, v vocab.ActivityStreamsIgnore)
SetActivityStreamsIgnore sets a Ignore value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsImage ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsImage(idx int, v vocab.ActivityStreamsImage)
SetActivityStreamsImage sets a Image value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsIntransitiveActivity ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsIntransitiveActivity(idx int, v vocab.ActivityStreamsIntransitiveActivity)
SetActivityStreamsIntransitiveActivity sets a IntransitiveActivity value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsInvite ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsInvite(idx int, v vocab.ActivityStreamsInvite)
SetActivityStreamsInvite sets a Invite value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsJoin ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsJoin(idx int, v vocab.ActivityStreamsJoin)
SetActivityStreamsJoin sets a Join value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsLeave ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsLeave(idx int, v vocab.ActivityStreamsLeave)
SetActivityStreamsLeave sets a Leave value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsLike ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsLike(idx int, v vocab.ActivityStreamsLike)
SetActivityStreamsLike sets a Like value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsListen ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsListen(idx int, v vocab.ActivityStreamsListen)
SetActivityStreamsListen sets a Listen value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsMove ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsMove(idx int, v vocab.ActivityStreamsMove)
SetActivityStreamsMove sets a Move value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsNote ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsNote(idx int, v vocab.ActivityStreamsNote)
SetActivityStreamsNote sets a Note value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsObject ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsObject(idx int, v vocab.ActivityStreamsObject)
SetActivityStreamsObject sets a Object value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsOffer ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsOffer(idx int, v vocab.ActivityStreamsOffer)
SetActivityStreamsOffer sets a Offer value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsOrderedCollection ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsOrderedCollection(idx int, v vocab.ActivityStreamsOrderedCollection)
SetActivityStreamsOrderedCollection sets a OrderedCollection value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsOrderedCollectionPage ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsOrderedCollectionPage(idx int, v vocab.ActivityStreamsOrderedCollectionPage)
SetActivityStreamsOrderedCollectionPage sets a OrderedCollectionPage value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsOrganization ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsOrganization(idx int, v vocab.ActivityStreamsOrganization)
SetActivityStreamsOrganization sets a Organization value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsPage ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsPage(idx int, v vocab.ActivityStreamsPage)
SetActivityStreamsPage sets a Page value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsPerson ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsPerson(idx int, v vocab.ActivityStreamsPerson)
SetActivityStreamsPerson sets a Person value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsPlace ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsPlace(idx int, v vocab.ActivityStreamsPlace)
SetActivityStreamsPlace sets a Place value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsProfile ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsProfile(idx int, v vocab.ActivityStreamsProfile)
SetActivityStreamsProfile sets a Profile value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsQuestion ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsQuestion(idx int, v vocab.ActivityStreamsQuestion)
SetActivityStreamsQuestion sets a Question value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsRead ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsRead(idx int, v vocab.ActivityStreamsRead)
SetActivityStreamsRead sets a Read value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsReject ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsReject(idx int, v vocab.ActivityStreamsReject)
SetActivityStreamsReject sets a Reject value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsRelationship ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsRelationship(idx int, v vocab.ActivityStreamsRelationship)
SetActivityStreamsRelationship sets a Relationship value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsRemove ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsRemove(idx int, v vocab.ActivityStreamsRemove)
SetActivityStreamsRemove sets a Remove value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsService ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsService(idx int, v vocab.ActivityStreamsService)
SetActivityStreamsService sets a Service value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsTentativeAccept ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsTentativeAccept(idx int, v vocab.ActivityStreamsTentativeAccept)
SetActivityStreamsTentativeAccept sets a TentativeAccept value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsTentativeReject ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsTentativeReject(idx int, v vocab.ActivityStreamsTentativeReject)
SetActivityStreamsTentativeReject sets a TentativeReject value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsTombstone ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsTombstone(idx int, v vocab.ActivityStreamsTombstone)
SetActivityStreamsTombstone sets a Tombstone value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsTravel ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsTravel(idx int, v vocab.ActivityStreamsTravel)
SetActivityStreamsTravel sets a Travel value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsUndo ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsUndo(idx int, v vocab.ActivityStreamsUndo)
SetActivityStreamsUndo sets a Undo value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsUpdate ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsUpdate(idx int, v vocab.ActivityStreamsUpdate)
SetActivityStreamsUpdate sets a Update value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsVideo ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsVideo(idx int, v vocab.ActivityStreamsVideo)
SetActivityStreamsVideo sets a Video value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetActivityStreamsView ¶
func (this *ActivityStreamsRelationshipProperty) SetActivityStreamsView(idx int, v vocab.ActivityStreamsView)
SetActivityStreamsView sets a View value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetIRI ¶
func (this *ActivityStreamsRelationshipProperty) SetIRI(idx int, v *url.URL)
SetIRI sets an IRI value to be at the specified index for the property "relationship". Panics if the index is out of bounds.
func (*ActivityStreamsRelationshipProperty) SetSchemaPropertyValue ¶
func (this *ActivityStreamsRelationshipProperty) SetSchemaPropertyValue(idx int, v vocab.SchemaPropertyValue)
SetSchemaPropertyValue sets a PropertyValue value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetTootEmoji ¶
func (this *ActivityStreamsRelationshipProperty) SetTootEmoji(idx int, v vocab.TootEmoji)
SetTootEmoji sets a Emoji value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetTootIdentityProof ¶
func (this *ActivityStreamsRelationshipProperty) SetTootIdentityProof(idx int, v vocab.TootIdentityProof)
SetTootIdentityProof sets a IdentityProof value to be at the specified index for the property "relationship". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsRelationshipProperty) SetType ¶
func (this *ActivityStreamsRelationshipProperty) SetType(idx int, t vocab.Type) error
SetType sets an arbitrary type value to the specified index of the property "relationship". 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 (ActivityStreamsRelationshipProperty) Swap ¶
func (this ActivityStreamsRelationshipProperty) Swap(i, j int)
Swap swaps the location of values at two indices for the "relationship" property.
type ActivityStreamsRelationshipPropertyIterator ¶
type ActivityStreamsRelationshipPropertyIterator struct {
// contains filtered or unexported fields
}
ActivityStreamsRelationshipPropertyIterator 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 NewActivityStreamsRelationshipPropertyIterator ¶
func NewActivityStreamsRelationshipPropertyIterator() *ActivityStreamsRelationshipPropertyIterator
NewActivityStreamsRelationshipPropertyIterator creates a new ActivityStreamsRelationship property.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsAccept ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsAccept() vocab.ActivityStreamsAccept
GetActivityStreamsAccept returns the value of this property. When IsActivityStreamsAccept returns false, GetActivityStreamsAccept will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsActivity ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsActivity() vocab.ActivityStreamsActivity
GetActivityStreamsActivity returns the value of this property. When IsActivityStreamsActivity returns false, GetActivityStreamsActivity will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsAdd ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsAdd() vocab.ActivityStreamsAdd
GetActivityStreamsAdd returns the value of this property. When IsActivityStreamsAdd returns false, GetActivityStreamsAdd will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsAnnounce ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsAnnounce() vocab.ActivityStreamsAnnounce
GetActivityStreamsAnnounce returns the value of this property. When IsActivityStreamsAnnounce returns false, GetActivityStreamsAnnounce will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsApplication ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsApplication() vocab.ActivityStreamsApplication
GetActivityStreamsApplication returns the value of this property. When IsActivityStreamsApplication returns false, GetActivityStreamsApplication will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsArrive ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsArrive() vocab.ActivityStreamsArrive
GetActivityStreamsArrive returns the value of this property. When IsActivityStreamsArrive returns false, GetActivityStreamsArrive will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsArticle ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsArticle() vocab.ActivityStreamsArticle
GetActivityStreamsArticle returns the value of this property. When IsActivityStreamsArticle returns false, GetActivityStreamsArticle will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsAudio ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsAudio() vocab.ActivityStreamsAudio
GetActivityStreamsAudio returns the value of this property. When IsActivityStreamsAudio returns false, GetActivityStreamsAudio will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsBlock ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsBlock() vocab.ActivityStreamsBlock
GetActivityStreamsBlock returns the value of this property. When IsActivityStreamsBlock returns false, GetActivityStreamsBlock will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsCollection ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsCollection() vocab.ActivityStreamsCollection
GetActivityStreamsCollection returns the value of this property. When IsActivityStreamsCollection returns false, GetActivityStreamsCollection will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsCollectionPage ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsCollectionPage() vocab.ActivityStreamsCollectionPage
GetActivityStreamsCollectionPage returns the value of this property. When IsActivityStreamsCollectionPage returns false, GetActivityStreamsCollectionPage will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsCreate ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsCreate() vocab.ActivityStreamsCreate
GetActivityStreamsCreate returns the value of this property. When IsActivityStreamsCreate returns false, GetActivityStreamsCreate will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsDelete ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsDelete() vocab.ActivityStreamsDelete
GetActivityStreamsDelete returns the value of this property. When IsActivityStreamsDelete returns false, GetActivityStreamsDelete will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsDislike ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsDislike() vocab.ActivityStreamsDislike
GetActivityStreamsDislike returns the value of this property. When IsActivityStreamsDislike returns false, GetActivityStreamsDislike will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsDocument ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsDocument() vocab.ActivityStreamsDocument
GetActivityStreamsDocument returns the value of this property. When IsActivityStreamsDocument returns false, GetActivityStreamsDocument will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsEvent ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsEvent() vocab.ActivityStreamsEvent
GetActivityStreamsEvent returns the value of this property. When IsActivityStreamsEvent returns false, GetActivityStreamsEvent will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsFlag ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsFlag() vocab.ActivityStreamsFlag
GetActivityStreamsFlag returns the value of this property. When IsActivityStreamsFlag returns false, GetActivityStreamsFlag will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsFollow ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsFollow() vocab.ActivityStreamsFollow
GetActivityStreamsFollow returns the value of this property. When IsActivityStreamsFollow returns false, GetActivityStreamsFollow will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsGroup ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsGroup() vocab.ActivityStreamsGroup
GetActivityStreamsGroup returns the value of this property. When IsActivityStreamsGroup returns false, GetActivityStreamsGroup will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsIgnore ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsIgnore() vocab.ActivityStreamsIgnore
GetActivityStreamsIgnore returns the value of this property. When IsActivityStreamsIgnore returns false, GetActivityStreamsIgnore will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsImage ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsImage() vocab.ActivityStreamsImage
GetActivityStreamsImage returns the value of this property. When IsActivityStreamsImage returns false, GetActivityStreamsImage will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsIntransitiveActivity ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsIntransitiveActivity() vocab.ActivityStreamsIntransitiveActivity
GetActivityStreamsIntransitiveActivity returns the value of this property. When IsActivityStreamsIntransitiveActivity returns false, GetActivityStreamsIntransitiveActivity will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsInvite ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsInvite() vocab.ActivityStreamsInvite
GetActivityStreamsInvite returns the value of this property. When IsActivityStreamsInvite returns false, GetActivityStreamsInvite will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsJoin ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsJoin() vocab.ActivityStreamsJoin
GetActivityStreamsJoin returns the value of this property. When IsActivityStreamsJoin returns false, GetActivityStreamsJoin will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsLeave ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsLeave() vocab.ActivityStreamsLeave
GetActivityStreamsLeave returns the value of this property. When IsActivityStreamsLeave returns false, GetActivityStreamsLeave will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsLike ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsLike() vocab.ActivityStreamsLike
GetActivityStreamsLike returns the value of this property. When IsActivityStreamsLike returns false, GetActivityStreamsLike will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsListen ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsListen() vocab.ActivityStreamsListen
GetActivityStreamsListen returns the value of this property. When IsActivityStreamsListen returns false, GetActivityStreamsListen will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsMove ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsMove() vocab.ActivityStreamsMove
GetActivityStreamsMove returns the value of this property. When IsActivityStreamsMove returns false, GetActivityStreamsMove will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsNote ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsNote() vocab.ActivityStreamsNote
GetActivityStreamsNote returns the value of this property. When IsActivityStreamsNote returns false, GetActivityStreamsNote will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsObject ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsObject() vocab.ActivityStreamsObject
GetActivityStreamsObject returns the value of this property. When IsActivityStreamsObject returns false, GetActivityStreamsObject will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsOffer ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsOffer() vocab.ActivityStreamsOffer
GetActivityStreamsOffer returns the value of this property. When IsActivityStreamsOffer returns false, GetActivityStreamsOffer will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsOrderedCollection ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsOrderedCollection() vocab.ActivityStreamsOrderedCollection
GetActivityStreamsOrderedCollection returns the value of this property. When IsActivityStreamsOrderedCollection returns false, GetActivityStreamsOrderedCollection will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsOrderedCollectionPage ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsOrderedCollectionPage() vocab.ActivityStreamsOrderedCollectionPage
GetActivityStreamsOrderedCollectionPage returns the value of this property. When IsActivityStreamsOrderedCollectionPage returns false, GetActivityStreamsOrderedCollectionPage will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsOrganization ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsOrganization() vocab.ActivityStreamsOrganization
GetActivityStreamsOrganization returns the value of this property. When IsActivityStreamsOrganization returns false, GetActivityStreamsOrganization will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsPage ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsPage() vocab.ActivityStreamsPage
GetActivityStreamsPage returns the value of this property. When IsActivityStreamsPage returns false, GetActivityStreamsPage will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsPerson ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsPerson() vocab.ActivityStreamsPerson
GetActivityStreamsPerson returns the value of this property. When IsActivityStreamsPerson returns false, GetActivityStreamsPerson will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsPlace ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsPlace() vocab.ActivityStreamsPlace
GetActivityStreamsPlace returns the value of this property. When IsActivityStreamsPlace returns false, GetActivityStreamsPlace will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsProfile ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsProfile() vocab.ActivityStreamsProfile
GetActivityStreamsProfile returns the value of this property. When IsActivityStreamsProfile returns false, GetActivityStreamsProfile will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsQuestion ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsQuestion() vocab.ActivityStreamsQuestion
GetActivityStreamsQuestion returns the value of this property. When IsActivityStreamsQuestion returns false, GetActivityStreamsQuestion will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsRead ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsRead() vocab.ActivityStreamsRead
GetActivityStreamsRead returns the value of this property. When IsActivityStreamsRead returns false, GetActivityStreamsRead will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsReject ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsReject() vocab.ActivityStreamsReject
GetActivityStreamsReject returns the value of this property. When IsActivityStreamsReject returns false, GetActivityStreamsReject will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsRelationship ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsRelationship() vocab.ActivityStreamsRelationship
GetActivityStreamsRelationship returns the value of this property. When IsActivityStreamsRelationship returns false, GetActivityStreamsRelationship will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsRemove ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsRemove() vocab.ActivityStreamsRemove
GetActivityStreamsRemove returns the value of this property. When IsActivityStreamsRemove returns false, GetActivityStreamsRemove will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsService ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsService() vocab.ActivityStreamsService
GetActivityStreamsService returns the value of this property. When IsActivityStreamsService returns false, GetActivityStreamsService will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsTentativeAccept ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsTentativeAccept() vocab.ActivityStreamsTentativeAccept
GetActivityStreamsTentativeAccept returns the value of this property. When IsActivityStreamsTentativeAccept returns false, GetActivityStreamsTentativeAccept will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsTentativeReject ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsTentativeReject() vocab.ActivityStreamsTentativeReject
GetActivityStreamsTentativeReject returns the value of this property. When IsActivityStreamsTentativeReject returns false, GetActivityStreamsTentativeReject will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsTombstone ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsTombstone() vocab.ActivityStreamsTombstone
GetActivityStreamsTombstone returns the value of this property. When IsActivityStreamsTombstone returns false, GetActivityStreamsTombstone will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsTravel ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsTravel() vocab.ActivityStreamsTravel
GetActivityStreamsTravel returns the value of this property. When IsActivityStreamsTravel returns false, GetActivityStreamsTravel will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsUndo ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsUndo() vocab.ActivityStreamsUndo
GetActivityStreamsUndo returns the value of this property. When IsActivityStreamsUndo returns false, GetActivityStreamsUndo will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsUpdate ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsUpdate() vocab.ActivityStreamsUpdate
GetActivityStreamsUpdate returns the value of this property. When IsActivityStreamsUpdate returns false, GetActivityStreamsUpdate will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsVideo ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsVideo() vocab.ActivityStreamsVideo
GetActivityStreamsVideo returns the value of this property. When IsActivityStreamsVideo returns false, GetActivityStreamsVideo will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsView ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetActivityStreamsView() vocab.ActivityStreamsView
GetActivityStreamsView returns the value of this property. When IsActivityStreamsView returns false, GetActivityStreamsView will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetIRI ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetIRI() *url.URL
GetIRI returns the IRI of this property. When IsIRI returns false, GetIRI will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetSchemaPropertyValue ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetSchemaPropertyValue() vocab.SchemaPropertyValue
GetSchemaPropertyValue returns the value of this property. When IsSchemaPropertyValue returns false, GetSchemaPropertyValue will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetTootEmoji ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetTootEmoji() vocab.TootEmoji
GetTootEmoji returns the value of this property. When IsTootEmoji returns false, GetTootEmoji will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetTootIdentityProof ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetTootIdentityProof() vocab.TootIdentityProof
GetTootIdentityProof returns the value of this property. When IsTootIdentityProof returns false, GetTootIdentityProof will return an arbitrary value.
func (ActivityStreamsRelationshipPropertyIterator) GetType ¶
func (this ActivityStreamsRelationshipPropertyIterator) GetType() vocab.Type
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 (ActivityStreamsRelationshipPropertyIterator) HasAny ¶
func (this ActivityStreamsRelationshipPropertyIterator) HasAny() bool
HasAny returns true if any of the different values is set.
func (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsAccept ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsActivity ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsAdd ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsAnnounce ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsApplication ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsArrive ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsArticle ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsAudio ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsBlock ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsCollection ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsCollectionPage ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsCreate ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsDelete ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsDislike ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsDocument ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsEvent ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsFlag ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsFollow ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsGroup ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsIgnore ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsImage ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsIntransitiveActivity ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsInvite ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsJoin ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsLeave ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsLike ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsListen ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsMove ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsNote ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsObject ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsOffer ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsOrderedCollection ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsOrderedCollectionPage ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsOrganization ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsPage ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsPerson ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsPlace ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsProfile ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsQuestion ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsRead ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsReject ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsRelationship ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsRemove ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsService ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsTentativeAccept ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsTentativeReject ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsTombstone ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsTravel ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsUndo ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsUpdate ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsVideo ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsActivityStreamsView ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsIRI ¶
func (this ActivityStreamsRelationshipPropertyIterator) IsIRI() bool
IsIRI returns true if this property is an IRI. When true, use GetIRI and SetIRI to access and set this property
func (ActivityStreamsRelationshipPropertyIterator) IsSchemaPropertyValue ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsTootEmoji ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) IsTootIdentityProof ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) JSONLDContext ¶
func (this ActivityStreamsRelationshipPropertyIterator) 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 (ActivityStreamsRelationshipPropertyIterator) KindIndex ¶
func (this ActivityStreamsRelationshipPropertyIterator) KindIndex() int
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 (ActivityStreamsRelationshipPropertyIterator) LessThan ¶
func (this ActivityStreamsRelationshipPropertyIterator) LessThan(o vocab.ActivityStreamsRelationshipPropertyIterator) bool
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 (ActivityStreamsRelationshipPropertyIterator) Name ¶
func (this ActivityStreamsRelationshipPropertyIterator) Name() string
Name returns the name of this property: "ActivityStreamsRelationship".
func (ActivityStreamsRelationshipPropertyIterator) Next ¶
func (this ActivityStreamsRelationshipPropertyIterator) Next() vocab.ActivityStreamsRelationshipPropertyIterator
Next returns the next iterator, or nil if there is no next iterator.
func (ActivityStreamsRelationshipPropertyIterator) Prev ¶
func (this ActivityStreamsRelationshipPropertyIterator) Prev() vocab.ActivityStreamsRelationshipPropertyIterator
Prev returns the previous iterator, or nil if there is no previous iterator.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsAccept ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsAccept(v vocab.ActivityStreamsAccept)
SetActivityStreamsAccept sets the value of this property. Calling IsActivityStreamsAccept afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsActivity ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsActivity(v vocab.ActivityStreamsActivity)
SetActivityStreamsActivity sets the value of this property. Calling IsActivityStreamsActivity afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsAdd ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsAdd(v vocab.ActivityStreamsAdd)
SetActivityStreamsAdd sets the value of this property. Calling IsActivityStreamsAdd afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsAnnounce ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsAnnounce(v vocab.ActivityStreamsAnnounce)
SetActivityStreamsAnnounce sets the value of this property. Calling IsActivityStreamsAnnounce afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsApplication ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsApplication(v vocab.ActivityStreamsApplication)
SetActivityStreamsApplication sets the value of this property. Calling IsActivityStreamsApplication afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsArrive ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsArrive(v vocab.ActivityStreamsArrive)
SetActivityStreamsArrive sets the value of this property. Calling IsActivityStreamsArrive afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsArticle ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsArticle(v vocab.ActivityStreamsArticle)
SetActivityStreamsArticle sets the value of this property. Calling IsActivityStreamsArticle afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsAudio ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsAudio(v vocab.ActivityStreamsAudio)
SetActivityStreamsAudio sets the value of this property. Calling IsActivityStreamsAudio afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsBlock ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsBlock(v vocab.ActivityStreamsBlock)
SetActivityStreamsBlock sets the value of this property. Calling IsActivityStreamsBlock afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsCollection ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsCollection(v vocab.ActivityStreamsCollection)
SetActivityStreamsCollection sets the value of this property. Calling IsActivityStreamsCollection afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsCollectionPage ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsCollectionPage(v vocab.ActivityStreamsCollectionPage)
SetActivityStreamsCollectionPage sets the value of this property. Calling IsActivityStreamsCollectionPage afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsCreate ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsCreate(v vocab.ActivityStreamsCreate)
SetActivityStreamsCreate sets the value of this property. Calling IsActivityStreamsCreate afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsDelete ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsDelete(v vocab.ActivityStreamsDelete)
SetActivityStreamsDelete sets the value of this property. Calling IsActivityStreamsDelete afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsDislike ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsDislike(v vocab.ActivityStreamsDislike)
SetActivityStreamsDislike sets the value of this property. Calling IsActivityStreamsDislike afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsDocument ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsDocument(v vocab.ActivityStreamsDocument)
SetActivityStreamsDocument sets the value of this property. Calling IsActivityStreamsDocument afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsEvent ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsEvent(v vocab.ActivityStreamsEvent)
SetActivityStreamsEvent sets the value of this property. Calling IsActivityStreamsEvent afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsFlag ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsFlag(v vocab.ActivityStreamsFlag)
SetActivityStreamsFlag sets the value of this property. Calling IsActivityStreamsFlag afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsFollow ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsFollow(v vocab.ActivityStreamsFollow)
SetActivityStreamsFollow sets the value of this property. Calling IsActivityStreamsFollow afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsGroup ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsGroup(v vocab.ActivityStreamsGroup)
SetActivityStreamsGroup sets the value of this property. Calling IsActivityStreamsGroup afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsIgnore ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsIgnore(v vocab.ActivityStreamsIgnore)
SetActivityStreamsIgnore sets the value of this property. Calling IsActivityStreamsIgnore afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsImage ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsImage(v vocab.ActivityStreamsImage)
SetActivityStreamsImage sets the value of this property. Calling IsActivityStreamsImage afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsIntransitiveActivity ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsIntransitiveActivity(v vocab.ActivityStreamsIntransitiveActivity)
SetActivityStreamsIntransitiveActivity sets the value of this property. Calling IsActivityStreamsIntransitiveActivity afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsInvite ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsInvite(v vocab.ActivityStreamsInvite)
SetActivityStreamsInvite sets the value of this property. Calling IsActivityStreamsInvite afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsJoin ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsJoin(v vocab.ActivityStreamsJoin)
SetActivityStreamsJoin sets the value of this property. Calling IsActivityStreamsJoin afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsLeave ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsLeave(v vocab.ActivityStreamsLeave)
SetActivityStreamsLeave sets the value of this property. Calling IsActivityStreamsLeave afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsLike ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsLike(v vocab.ActivityStreamsLike)
SetActivityStreamsLike sets the value of this property. Calling IsActivityStreamsLike afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsListen ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsListen(v vocab.ActivityStreamsListen)
SetActivityStreamsListen sets the value of this property. Calling IsActivityStreamsListen afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsMove ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsMove(v vocab.ActivityStreamsMove)
SetActivityStreamsMove sets the value of this property. Calling IsActivityStreamsMove afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsNote ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsNote(v vocab.ActivityStreamsNote)
SetActivityStreamsNote sets the value of this property. Calling IsActivityStreamsNote afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsObject ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsObject(v vocab.ActivityStreamsObject)
SetActivityStreamsObject sets the value of this property. Calling IsActivityStreamsObject afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsOffer ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsOffer(v vocab.ActivityStreamsOffer)
SetActivityStreamsOffer sets the value of this property. Calling IsActivityStreamsOffer afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsOrderedCollection ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsOrderedCollection(v vocab.ActivityStreamsOrderedCollection)
SetActivityStreamsOrderedCollection sets the value of this property. Calling IsActivityStreamsOrderedCollection afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsOrderedCollectionPage ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsOrderedCollectionPage(v vocab.ActivityStreamsOrderedCollectionPage)
SetActivityStreamsOrderedCollectionPage sets the value of this property. Calling IsActivityStreamsOrderedCollectionPage afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsOrganization ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsOrganization(v vocab.ActivityStreamsOrganization)
SetActivityStreamsOrganization sets the value of this property. Calling IsActivityStreamsOrganization afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsPage ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsPage(v vocab.ActivityStreamsPage)
SetActivityStreamsPage sets the value of this property. Calling IsActivityStreamsPage afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsPerson ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsPerson(v vocab.ActivityStreamsPerson)
SetActivityStreamsPerson sets the value of this property. Calling IsActivityStreamsPerson afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsPlace ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsPlace(v vocab.ActivityStreamsPlace)
SetActivityStreamsPlace sets the value of this property. Calling IsActivityStreamsPlace afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsProfile ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsProfile(v vocab.ActivityStreamsProfile)
SetActivityStreamsProfile sets the value of this property. Calling IsActivityStreamsProfile afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsQuestion ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsQuestion(v vocab.ActivityStreamsQuestion)
SetActivityStreamsQuestion sets the value of this property. Calling IsActivityStreamsQuestion afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsRead ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsRead(v vocab.ActivityStreamsRead)
SetActivityStreamsRead sets the value of this property. Calling IsActivityStreamsRead afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsReject ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsReject(v vocab.ActivityStreamsReject)
SetActivityStreamsReject sets the value of this property. Calling IsActivityStreamsReject afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsRelationship ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsRelationship(v vocab.ActivityStreamsRelationship)
SetActivityStreamsRelationship sets the value of this property. Calling IsActivityStreamsRelationship afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsRemove ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsRemove(v vocab.ActivityStreamsRemove)
SetActivityStreamsRemove sets the value of this property. Calling IsActivityStreamsRemove afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsService ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsService(v vocab.ActivityStreamsService)
SetActivityStreamsService sets the value of this property. Calling IsActivityStreamsService afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsTentativeAccept ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsTentativeAccept(v vocab.ActivityStreamsTentativeAccept)
SetActivityStreamsTentativeAccept sets the value of this property. Calling IsActivityStreamsTentativeAccept afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsTentativeReject ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsTentativeReject(v vocab.ActivityStreamsTentativeReject)
SetActivityStreamsTentativeReject sets the value of this property. Calling IsActivityStreamsTentativeReject afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsTombstone ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsTombstone(v vocab.ActivityStreamsTombstone)
SetActivityStreamsTombstone sets the value of this property. Calling IsActivityStreamsTombstone afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsTravel ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsTravel(v vocab.ActivityStreamsTravel)
SetActivityStreamsTravel sets the value of this property. Calling IsActivityStreamsTravel afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsUndo ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsUndo(v vocab.ActivityStreamsUndo)
SetActivityStreamsUndo sets the value of this property. Calling IsActivityStreamsUndo afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsUpdate ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsUpdate(v vocab.ActivityStreamsUpdate)
SetActivityStreamsUpdate sets the value of this property. Calling IsActivityStreamsUpdate afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsVideo ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsVideo(v vocab.ActivityStreamsVideo)
SetActivityStreamsVideo sets the value of this property. Calling IsActivityStreamsVideo afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsView ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetActivityStreamsView(v vocab.ActivityStreamsView)
SetActivityStreamsView sets the value of this property. Calling IsActivityStreamsView afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetIRI ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetIRI(v *url.URL)
SetIRI sets the value of this property. Calling IsIRI afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetSchemaPropertyValue ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetSchemaPropertyValue(v vocab.SchemaPropertyValue)
SetSchemaPropertyValue sets the value of this property. Calling IsSchemaPropertyValue afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetTootEmoji ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetTootEmoji(v vocab.TootEmoji)
SetTootEmoji sets the value of this property. Calling IsTootEmoji afterwards returns true.
func (*ActivityStreamsRelationshipPropertyIterator) SetTootIdentityProof ¶
func (this *ActivityStreamsRelationshipPropertyIterator) SetTootIdentityProof(v vocab.TootIdentityProof)
SetTootIdentityProof sets the value of this property. Calling IsTootIdentityProof afterwards returns true.