propertysource

package
v1.6.0-gts Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2024 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Overview

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

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

Strongly consider using the interfaces instead of this package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func 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 ActivityStreamsSourceProperty

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

ActivityStreamsSourceProperty is the functional property "source". 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 DeserializeSourceProperty

func DeserializeSourceProperty(m map[string]interface{}, aliasMap map[string]string) (*ActivityStreamsSourceProperty, error)

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

func NewActivityStreamsSourceProperty

func NewActivityStreamsSourceProperty() *ActivityStreamsSourceProperty

NewActivityStreamsSourceProperty creates a new source property.

func (*ActivityStreamsSourceProperty) Clear

func (this *ActivityStreamsSourceProperty) Clear()

Clear ensures no value of this property is set. Calling HasAny or any of the 'Is' methods afterwards will return false.

func (ActivityStreamsSourceProperty) GetActivityStreamsAccept

func (this ActivityStreamsSourceProperty) GetActivityStreamsAccept() vocab.ActivityStreamsAccept

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

func (ActivityStreamsSourceProperty) GetActivityStreamsActivity

func (this ActivityStreamsSourceProperty) GetActivityStreamsActivity() vocab.ActivityStreamsActivity

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

func (ActivityStreamsSourceProperty) GetActivityStreamsAdd

func (this ActivityStreamsSourceProperty) GetActivityStreamsAdd() vocab.ActivityStreamsAdd

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

func (ActivityStreamsSourceProperty) GetActivityStreamsAnnounce

func (this ActivityStreamsSourceProperty) GetActivityStreamsAnnounce() vocab.ActivityStreamsAnnounce

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

func (ActivityStreamsSourceProperty) GetActivityStreamsApplication

func (this ActivityStreamsSourceProperty) GetActivityStreamsApplication() vocab.ActivityStreamsApplication

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

func (ActivityStreamsSourceProperty) GetActivityStreamsArrive

func (this ActivityStreamsSourceProperty) GetActivityStreamsArrive() vocab.ActivityStreamsArrive

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

func (ActivityStreamsSourceProperty) GetActivityStreamsArticle

func (this ActivityStreamsSourceProperty) GetActivityStreamsArticle() vocab.ActivityStreamsArticle

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

func (ActivityStreamsSourceProperty) GetActivityStreamsAudio

func (this ActivityStreamsSourceProperty) GetActivityStreamsAudio() vocab.ActivityStreamsAudio

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

func (ActivityStreamsSourceProperty) GetActivityStreamsBlock

func (this ActivityStreamsSourceProperty) GetActivityStreamsBlock() vocab.ActivityStreamsBlock

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

func (ActivityStreamsSourceProperty) GetActivityStreamsCollection

func (this ActivityStreamsSourceProperty) GetActivityStreamsCollection() vocab.ActivityStreamsCollection

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

func (ActivityStreamsSourceProperty) GetActivityStreamsCollectionPage

func (this ActivityStreamsSourceProperty) GetActivityStreamsCollectionPage() vocab.ActivityStreamsCollectionPage

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

func (ActivityStreamsSourceProperty) GetActivityStreamsCreate

func (this ActivityStreamsSourceProperty) GetActivityStreamsCreate() vocab.ActivityStreamsCreate

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

func (ActivityStreamsSourceProperty) GetActivityStreamsDelete

func (this ActivityStreamsSourceProperty) GetActivityStreamsDelete() vocab.ActivityStreamsDelete

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

func (ActivityStreamsSourceProperty) GetActivityStreamsDislike

func (this ActivityStreamsSourceProperty) GetActivityStreamsDislike() vocab.ActivityStreamsDislike

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

func (ActivityStreamsSourceProperty) GetActivityStreamsDocument

func (this ActivityStreamsSourceProperty) GetActivityStreamsDocument() vocab.ActivityStreamsDocument

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

func (ActivityStreamsSourceProperty) GetActivityStreamsEvent

func (this ActivityStreamsSourceProperty) GetActivityStreamsEvent() vocab.ActivityStreamsEvent

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

func (ActivityStreamsSourceProperty) GetActivityStreamsFlag

func (this ActivityStreamsSourceProperty) GetActivityStreamsFlag() vocab.ActivityStreamsFlag

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

func (ActivityStreamsSourceProperty) GetActivityStreamsFollow

func (this ActivityStreamsSourceProperty) GetActivityStreamsFollow() vocab.ActivityStreamsFollow

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

func (ActivityStreamsSourceProperty) GetActivityStreamsGroup

func (this ActivityStreamsSourceProperty) GetActivityStreamsGroup() vocab.ActivityStreamsGroup

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

func (ActivityStreamsSourceProperty) GetActivityStreamsIgnore

func (this ActivityStreamsSourceProperty) GetActivityStreamsIgnore() vocab.ActivityStreamsIgnore

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

func (ActivityStreamsSourceProperty) GetActivityStreamsImage

func (this ActivityStreamsSourceProperty) GetActivityStreamsImage() vocab.ActivityStreamsImage

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

func (ActivityStreamsSourceProperty) GetActivityStreamsIntransitiveActivity

func (this ActivityStreamsSourceProperty) GetActivityStreamsIntransitiveActivity() vocab.ActivityStreamsIntransitiveActivity

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

func (ActivityStreamsSourceProperty) GetActivityStreamsInvite

func (this ActivityStreamsSourceProperty) GetActivityStreamsInvite() vocab.ActivityStreamsInvite

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

func (ActivityStreamsSourceProperty) GetActivityStreamsJoin

func (this ActivityStreamsSourceProperty) GetActivityStreamsJoin() vocab.ActivityStreamsJoin

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

func (ActivityStreamsSourceProperty) GetActivityStreamsLeave

func (this ActivityStreamsSourceProperty) GetActivityStreamsLeave() vocab.ActivityStreamsLeave

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

func (ActivityStreamsSourceProperty) GetActivityStreamsLike

func (this ActivityStreamsSourceProperty) GetActivityStreamsLike() vocab.ActivityStreamsLike

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

func (this ActivityStreamsSourceProperty) GetActivityStreamsLink() vocab.ActivityStreamsLink

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

func (ActivityStreamsSourceProperty) GetActivityStreamsListen

func (this ActivityStreamsSourceProperty) GetActivityStreamsListen() vocab.ActivityStreamsListen

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

func (ActivityStreamsSourceProperty) GetActivityStreamsMention

func (this ActivityStreamsSourceProperty) GetActivityStreamsMention() vocab.ActivityStreamsMention

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

func (ActivityStreamsSourceProperty) GetActivityStreamsMove

func (this ActivityStreamsSourceProperty) GetActivityStreamsMove() vocab.ActivityStreamsMove

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

func (ActivityStreamsSourceProperty) GetActivityStreamsNote

func (this ActivityStreamsSourceProperty) GetActivityStreamsNote() vocab.ActivityStreamsNote

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

func (ActivityStreamsSourceProperty) GetActivityStreamsObject

func (this ActivityStreamsSourceProperty) GetActivityStreamsObject() vocab.ActivityStreamsObject

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

func (ActivityStreamsSourceProperty) GetActivityStreamsOffer

func (this ActivityStreamsSourceProperty) GetActivityStreamsOffer() vocab.ActivityStreamsOffer

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

func (ActivityStreamsSourceProperty) GetActivityStreamsOrderedCollection

func (this ActivityStreamsSourceProperty) GetActivityStreamsOrderedCollection() vocab.ActivityStreamsOrderedCollection

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

func (ActivityStreamsSourceProperty) GetActivityStreamsOrderedCollectionPage

func (this ActivityStreamsSourceProperty) GetActivityStreamsOrderedCollectionPage() vocab.ActivityStreamsOrderedCollectionPage

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

func (ActivityStreamsSourceProperty) GetActivityStreamsOrganization

func (this ActivityStreamsSourceProperty) GetActivityStreamsOrganization() vocab.ActivityStreamsOrganization

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

func (ActivityStreamsSourceProperty) GetActivityStreamsPage

func (this ActivityStreamsSourceProperty) GetActivityStreamsPage() vocab.ActivityStreamsPage

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

func (ActivityStreamsSourceProperty) GetActivityStreamsPerson

func (this ActivityStreamsSourceProperty) GetActivityStreamsPerson() vocab.ActivityStreamsPerson

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

func (ActivityStreamsSourceProperty) GetActivityStreamsPlace

func (this ActivityStreamsSourceProperty) GetActivityStreamsPlace() vocab.ActivityStreamsPlace

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

func (ActivityStreamsSourceProperty) GetActivityStreamsProfile

func (this ActivityStreamsSourceProperty) GetActivityStreamsProfile() vocab.ActivityStreamsProfile

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

func (ActivityStreamsSourceProperty) GetActivityStreamsQuestion

func (this ActivityStreamsSourceProperty) GetActivityStreamsQuestion() vocab.ActivityStreamsQuestion

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

func (ActivityStreamsSourceProperty) GetActivityStreamsRead

func (this ActivityStreamsSourceProperty) GetActivityStreamsRead() vocab.ActivityStreamsRead

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

func (ActivityStreamsSourceProperty) GetActivityStreamsReject

func (this ActivityStreamsSourceProperty) GetActivityStreamsReject() vocab.ActivityStreamsReject

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

func (ActivityStreamsSourceProperty) GetActivityStreamsRelationship

func (this ActivityStreamsSourceProperty) GetActivityStreamsRelationship() vocab.ActivityStreamsRelationship

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

func (ActivityStreamsSourceProperty) GetActivityStreamsRemove

func (this ActivityStreamsSourceProperty) GetActivityStreamsRemove() vocab.ActivityStreamsRemove

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

func (ActivityStreamsSourceProperty) GetActivityStreamsService

func (this ActivityStreamsSourceProperty) GetActivityStreamsService() vocab.ActivityStreamsService

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

func (ActivityStreamsSourceProperty) GetActivityStreamsTentativeAccept

func (this ActivityStreamsSourceProperty) GetActivityStreamsTentativeAccept() vocab.ActivityStreamsTentativeAccept

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

func (ActivityStreamsSourceProperty) GetActivityStreamsTentativeReject

func (this ActivityStreamsSourceProperty) GetActivityStreamsTentativeReject() vocab.ActivityStreamsTentativeReject

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

func (ActivityStreamsSourceProperty) GetActivityStreamsTombstone

func (this ActivityStreamsSourceProperty) GetActivityStreamsTombstone() vocab.ActivityStreamsTombstone

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

func (ActivityStreamsSourceProperty) GetActivityStreamsTravel

func (this ActivityStreamsSourceProperty) GetActivityStreamsTravel() vocab.ActivityStreamsTravel

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

func (ActivityStreamsSourceProperty) GetActivityStreamsUndo

func (this ActivityStreamsSourceProperty) GetActivityStreamsUndo() vocab.ActivityStreamsUndo

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

func (ActivityStreamsSourceProperty) GetActivityStreamsUpdate

func (this ActivityStreamsSourceProperty) GetActivityStreamsUpdate() vocab.ActivityStreamsUpdate

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

func (ActivityStreamsSourceProperty) GetActivityStreamsVideo

func (this ActivityStreamsSourceProperty) GetActivityStreamsVideo() vocab.ActivityStreamsVideo

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

func (ActivityStreamsSourceProperty) GetActivityStreamsView

func (this ActivityStreamsSourceProperty) GetActivityStreamsView() vocab.ActivityStreamsView

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

func (ActivityStreamsSourceProperty) GetIRI

func (this ActivityStreamsSourceProperty) GetIRI() *url.URL

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

func (ActivityStreamsSourceProperty) GetSchemaPropertyValue

func (this ActivityStreamsSourceProperty) GetSchemaPropertyValue() vocab.SchemaPropertyValue

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

func (ActivityStreamsSourceProperty) GetTootEmoji

func (this ActivityStreamsSourceProperty) GetTootEmoji() vocab.TootEmoji

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

func (ActivityStreamsSourceProperty) GetTootHashtag

func (this ActivityStreamsSourceProperty) GetTootHashtag() vocab.TootHashtag

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

func (ActivityStreamsSourceProperty) GetTootIdentityProof

func (this ActivityStreamsSourceProperty) GetTootIdentityProof() vocab.TootIdentityProof

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

func (ActivityStreamsSourceProperty) GetType

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) HasAny

func (this ActivityStreamsSourceProperty) HasAny() bool

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

func (ActivityStreamsSourceProperty) IsActivityStreamsAccept

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsActivity

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsAdd

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsAnnounce

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsApplication

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsArrive

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsArticle

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsAudio

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsBlock

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsCollection

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsCollectionPage

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsCreate

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsDelete

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsDislike

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsDocument

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsEvent

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsFlag

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsFollow

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsGroup

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsIgnore

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsImage

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsIntransitiveActivity

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsInvite

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsJoin

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsLeave

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsLike

func (this ActivityStreamsSourceProperty) IsActivityStreamsLike() bool

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

func (this ActivityStreamsSourceProperty) IsActivityStreamsLink() bool

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

func (ActivityStreamsSourceProperty) IsActivityStreamsListen

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsMention

func (this ActivityStreamsSourceProperty) IsActivityStreamsMention() bool

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

func (ActivityStreamsSourceProperty) IsActivityStreamsMove

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsNote

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsObject

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsOffer

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsOrderedCollection

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsOrderedCollectionPage

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsOrganization

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsPage

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsPerson

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsPlace

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsProfile

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsQuestion

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsRead

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsReject

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsRelationship

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsRemove

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsService

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsTentativeAccept

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsTentativeReject

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsTombstone

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsTravel

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsUndo

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsUpdate

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsVideo

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsActivityStreamsView

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsIRI

func (this ActivityStreamsSourceProperty) IsIRI() bool

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

func (ActivityStreamsSourceProperty) IsSchemaPropertyValue

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsTootEmoji

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) IsTootHashtag

func (this ActivityStreamsSourceProperty) IsTootHashtag() bool

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

func (ActivityStreamsSourceProperty) IsTootIdentityProof

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) JSONLDContext

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) KindIndex

func (this ActivityStreamsSourceProperty) 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 (ActivityStreamsSourceProperty) LessThan

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

func (ActivityStreamsSourceProperty) Name

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

func (ActivityStreamsSourceProperty) Serialize

func (this ActivityStreamsSourceProperty) 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 (*ActivityStreamsSourceProperty) SetActivityStreamsAccept

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

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

func (*ActivityStreamsSourceProperty) SetActivityStreamsActivity

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

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

func (*ActivityStreamsSourceProperty) SetActivityStreamsAdd

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

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

func (*ActivityStreamsSourceProperty) SetActivityStreamsAnnounce

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

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

func (*ActivityStreamsSourceProperty) SetActivityStreamsApplication

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

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

func (*ActivityStreamsSourceProperty) SetActivityStreamsArrive

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

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

func (*ActivityStreamsSourceProperty) SetActivityStreamsArticle

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

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

func (*ActivityStreamsSourceProperty) SetActivityStreamsAudio

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

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

func (*ActivityStreamsSourceProperty) SetActivityStreamsBlock

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

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

func (*ActivityStreamsSourceProperty) SetActivityStreamsCollection

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

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

func (*ActivityStreamsSourceProperty) SetActivityStreamsCollectionPage

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

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

func (*ActivityStreamsSourceProperty) SetActivityStreamsCreate

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

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

func (*ActivityStreamsSourceProperty) SetActivityStreamsDelete

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

SetActivityStreamsDelete sets the value of this property. Calling IsActivityStreamsDelete afterwards returns true.

func (*ActivityStreamsSourceProperty) SetActivityStreamsDislike

func (this *ActivityStreamsSourceProperty) SetActivityStreamsDislike(v vocab.ActivityStreamsDislike)

SetActivityStreamsDislike sets the value of this property. Calling IsActivityStreamsDislike afterwards returns true.

func (*ActivityStreamsSourceProperty) SetActivityStreamsDocument

func (this *ActivityStreamsSourceProperty) SetActivityStreamsDocument(v vocab.ActivityStreamsDocument)

SetActivityStreamsDocument sets the value of this property. Calling IsActivityStreamsDocument afterwards returns true.

func (*ActivityStreamsSourceProperty) SetActivityStreamsEvent

func (this *ActivityStreamsSourceProperty) SetActivityStreamsEvent(v vocab.ActivityStreamsEvent)

SetActivityStreamsEvent sets the value of this property. Calling IsActivityStreamsEvent afterwards returns true.

func (*ActivityStreamsSourceProperty) SetActivityStreamsFlag

func (this *ActivityStreamsSourceProperty) SetActivityStreamsFlag(v vocab.ActivityStreamsFlag)

SetActivityStreamsFlag sets the value of this property. Calling IsActivityStreamsFlag afterwards returns true.

func (*ActivityStreamsSourceProperty) SetActivityStreamsFollow

func (this *ActivityStreamsSourceProperty) SetActivityStreamsFollow(v vocab.ActivityStreamsFollow)

SetActivityStreamsFollow sets the value of this property. Calling IsActivityStreamsFollow afterwards returns true.

func (*ActivityStreamsSourceProperty) SetActivityStreamsGroup

func (this *ActivityStreamsSourceProperty) SetActivityStreamsGroup(v vocab.ActivityStreamsGroup)

SetActivityStreamsGroup sets the value of this property. Calling IsActivityStreamsGroup afterwards returns true.

func (*ActivityStreamsSourceProperty) SetActivityStreamsIgnore

func (this *ActivityStreamsSourceProperty) SetActivityStreamsIgnore(v vocab.ActivityStreamsIgnore)

SetActivityStreamsIgnore sets the value of this property. Calling IsActivityStreamsIgnore afterwards returns true.

func (*ActivityStreamsSourceProperty) SetActivityStreamsImage

func (this *ActivityStreamsSourceProperty) SetActivityStreamsImage(v vocab.ActivityStreamsImage)

SetActivityStreamsImage sets the value of this property. Calling IsActivityStreamsImage afterwards returns true.

func (*ActivityStreamsSourceProperty) SetActivityStreamsIntransitiveActivity

func (this *ActivityStreamsSourceProperty) SetActivityStreamsIntransitiveActivity(v vocab.ActivityStreamsIntransitiveActivity)

SetActivityStreamsIntransitiveActivity sets the value of this property. Calling IsActivityStreamsIntransitiveActivity afterwards returns true.

func (*ActivityStreamsSourceProperty) SetActivityStreamsInvite

func (this *ActivityStreamsSourceProperty) SetActivityStreamsInvite(v vocab.ActivityStreamsInvite)

SetActivityStreamsInvite sets the value of this property. Calling IsActivityStreamsInvite afterwards returns true.

func (*ActivityStreamsSourceProperty) SetActivityStreamsJoin

func (this *ActivityStreamsSourceProperty) SetActivityStreamsJoin(v vocab.ActivityStreamsJoin)

SetActivityStreamsJoin sets the value of this property. Calling IsActivityStreamsJoin afterwards returns true.

func (*ActivityStreamsSourceProperty) SetActivityStreamsLeave

func (this *ActivityStreamsSourceProperty) SetActivityStreamsLeave(v vocab.ActivityStreamsLeave)

SetActivityStreamsLeave sets the value of this property. Calling IsActivityStreamsLeave afterwards returns true.

func (*ActivityStreamsSourceProperty) SetActivityStreamsLike

func (this *ActivityStreamsSourceProperty) SetActivityStreamsLike(v vocab.ActivityStreamsLike)

SetActivityStreamsLike sets the value of this property. Calling IsActivityStreamsLike afterwards returns true.

func (this *ActivityStreamsSourceProperty) SetActivityStreamsLink(v vocab.ActivityStreamsLink)

SetActivityStreamsLink sets the value of this property. Calling IsActivityStreamsLink afterwards returns true.

func (*ActivityStreamsSourceProperty) SetActivityStreamsListen

func (this *ActivityStreamsSourceProperty) SetActivityStreamsListen(v vocab.ActivityStreamsListen)

SetActivityStreamsListen sets the value of this property. Calling IsActivityStreamsListen afterwards returns true.

func (*ActivityStreamsSourceProperty) SetActivityStreamsMention

func (this *ActivityStreamsSourceProperty) SetActivityStreamsMention(v vocab.ActivityStreamsMention)

SetActivityStreamsMention sets the value of this property. Calling IsActivityStreamsMention afterwards returns true.

func (*ActivityStreamsSourceProperty) SetActivityStreamsMove

func (this *ActivityStreamsSourceProperty) SetActivityStreamsMove(v vocab.ActivityStreamsMove)

SetActivityStreamsMove sets the value of this property. Calling IsActivityStreamsMove afterwards returns true.

func (*ActivityStreamsSourceProperty) SetActivityStreamsNote

func (this *ActivityStreamsSourceProperty) SetActivityStreamsNote(v vocab.ActivityStreamsNote)

SetActivityStreamsNote sets the value of this property. Calling IsActivityStreamsNote afterwards returns true.

func (*ActivityStreamsSourceProperty) SetActivityStreamsObject

func (this *ActivityStreamsSourceProperty) SetActivityStreamsObject(v vocab.ActivityStreamsObject)

SetActivityStreamsObject sets the value of this property. Calling IsActivityStreamsObject afterwards returns true.

func (*ActivityStreamsSourceProperty) SetActivityStreamsOffer

func (this *ActivityStreamsSourceProperty) SetActivityStreamsOffer(v vocab.ActivityStreamsOffer)

SetActivityStreamsOffer sets the value of this property. Calling IsActivityStreamsOffer afterwards returns true.

func (*ActivityStreamsSourceProperty) SetActivityStreamsOrderedCollection

func (this *ActivityStreamsSourceProperty) SetActivityStreamsOrderedCollection(v vocab.ActivityStreamsOrderedCollection)

SetActivityStreamsOrderedCollection sets the value of this property. Calling IsActivityStreamsOrderedCollection afterwards returns true.

func (*ActivityStreamsSourceProperty) SetActivityStreamsOrderedCollectionPage

func (this *ActivityStreamsSourceProperty) SetActivityStreamsOrderedCollectionPage(v vocab.ActivityStreamsOrderedCollectionPage)

SetActivityStreamsOrderedCollectionPage sets the value of this property. Calling IsActivityStreamsOrderedCollectionPage afterwards returns true.

func (*ActivityStreamsSourceProperty) SetActivityStreamsOrganization

func (this *ActivityStreamsSourceProperty) SetActivityStreamsOrganization(v vocab.ActivityStreamsOrganization)

SetActivityStreamsOrganization sets the value of this property. Calling IsActivityStreamsOrganization afterwards returns true.

func (*ActivityStreamsSourceProperty) SetActivityStreamsPage

func (this *ActivityStreamsSourceProperty) SetActivityStreamsPage(v vocab.ActivityStreamsPage)

SetActivityStreamsPage sets the value of this property. Calling IsActivityStreamsPage afterwards returns true.

func (*ActivityStreamsSourceProperty) SetActivityStreamsPerson

func (this *ActivityStreamsSourceProperty) SetActivityStreamsPerson(v vocab.ActivityStreamsPerson)

SetActivityStreamsPerson sets the value of this property. Calling IsActivityStreamsPerson afterwards returns true.

func (*ActivityStreamsSourceProperty) SetActivityStreamsPlace

func (this *ActivityStreamsSourceProperty) SetActivityStreamsPlace(v vocab.ActivityStreamsPlace)

SetActivityStreamsPlace sets the value of this property. Calling IsActivityStreamsPlace afterwards returns true.

func (*ActivityStreamsSourceProperty) SetActivityStreamsProfile

func (this *ActivityStreamsSourceProperty) SetActivityStreamsProfile(v vocab.ActivityStreamsProfile)

SetActivityStreamsProfile sets the value of this property. Calling IsActivityStreamsProfile afterwards returns true.

func (*ActivityStreamsSourceProperty) SetActivityStreamsQuestion

func (this *ActivityStreamsSourceProperty) SetActivityStreamsQuestion(v vocab.ActivityStreamsQuestion)

SetActivityStreamsQuestion sets the value of this property. Calling IsActivityStreamsQuestion afterwards returns true.

func (*ActivityStreamsSourceProperty) SetActivityStreamsRead

func (this *ActivityStreamsSourceProperty) SetActivityStreamsRead(v vocab.ActivityStreamsRead)

SetActivityStreamsRead sets the value of this property. Calling IsActivityStreamsRead afterwards returns true.

func (*ActivityStreamsSourceProperty) SetActivityStreamsReject

func (this *ActivityStreamsSourceProperty) SetActivityStreamsReject(v vocab.ActivityStreamsReject)

SetActivityStreamsReject sets the value of this property. Calling IsActivityStreamsReject afterwards returns true.

func (*ActivityStreamsSourceProperty) SetActivityStreamsRelationship

func (this *ActivityStreamsSourceProperty) SetActivityStreamsRelationship(v vocab.ActivityStreamsRelationship)

SetActivityStreamsRelationship sets the value of this property. Calling IsActivityStreamsRelationship afterwards returns true.

func (*ActivityStreamsSourceProperty) SetActivityStreamsRemove

func (this *ActivityStreamsSourceProperty) SetActivityStreamsRemove(v vocab.ActivityStreamsRemove)

SetActivityStreamsRemove sets the value of this property. Calling IsActivityStreamsRemove afterwards returns true.

func (*ActivityStreamsSourceProperty) SetActivityStreamsService

func (this *ActivityStreamsSourceProperty) SetActivityStreamsService(v vocab.ActivityStreamsService)

SetActivityStreamsService sets the value of this property. Calling IsActivityStreamsService afterwards returns true.

func (*ActivityStreamsSourceProperty) SetActivityStreamsTentativeAccept

func (this *ActivityStreamsSourceProperty) SetActivityStreamsTentativeAccept(v vocab.ActivityStreamsTentativeAccept)

SetActivityStreamsTentativeAccept sets the value of this property. Calling IsActivityStreamsTentativeAccept afterwards returns true.

func (*ActivityStreamsSourceProperty) SetActivityStreamsTentativeReject

func (this *ActivityStreamsSourceProperty) SetActivityStreamsTentativeReject(v vocab.ActivityStreamsTentativeReject)

SetActivityStreamsTentativeReject sets the value of this property. Calling IsActivityStreamsTentativeReject afterwards returns true.

func (*ActivityStreamsSourceProperty) SetActivityStreamsTombstone

func (this *ActivityStreamsSourceProperty) SetActivityStreamsTombstone(v vocab.ActivityStreamsTombstone)

SetActivityStreamsTombstone sets the value of this property. Calling IsActivityStreamsTombstone afterwards returns true.

func (*ActivityStreamsSourceProperty) SetActivityStreamsTravel

func (this *ActivityStreamsSourceProperty) SetActivityStreamsTravel(v vocab.ActivityStreamsTravel)

SetActivityStreamsTravel sets the value of this property. Calling IsActivityStreamsTravel afterwards returns true.

func (*ActivityStreamsSourceProperty) SetActivityStreamsUndo

func (this *ActivityStreamsSourceProperty) SetActivityStreamsUndo(v vocab.ActivityStreamsUndo)

SetActivityStreamsUndo sets the value of this property. Calling IsActivityStreamsUndo afterwards returns true.

func (*ActivityStreamsSourceProperty) SetActivityStreamsUpdate

func (this *ActivityStreamsSourceProperty) SetActivityStreamsUpdate(v vocab.ActivityStreamsUpdate)

SetActivityStreamsUpdate sets the value of this property. Calling IsActivityStreamsUpdate afterwards returns true.

func (*ActivityStreamsSourceProperty) SetActivityStreamsVideo

func (this *ActivityStreamsSourceProperty) SetActivityStreamsVideo(v vocab.ActivityStreamsVideo)

SetActivityStreamsVideo sets the value of this property. Calling IsActivityStreamsVideo afterwards returns true.

func (*ActivityStreamsSourceProperty) SetActivityStreamsView

func (this *ActivityStreamsSourceProperty) SetActivityStreamsView(v vocab.ActivityStreamsView)

SetActivityStreamsView sets the value of this property. Calling IsActivityStreamsView afterwards returns true.

func (*ActivityStreamsSourceProperty) SetIRI

func (this *ActivityStreamsSourceProperty) SetIRI(v *url.URL)

SetIRI sets the value of this property. Calling IsIRI afterwards returns true.

func (*ActivityStreamsSourceProperty) SetSchemaPropertyValue

func (this *ActivityStreamsSourceProperty) SetSchemaPropertyValue(v vocab.SchemaPropertyValue)

SetSchemaPropertyValue sets the value of this property. Calling IsSchemaPropertyValue afterwards returns true.

func (*ActivityStreamsSourceProperty) SetTootEmoji

func (this *ActivityStreamsSourceProperty) SetTootEmoji(v vocab.TootEmoji)

SetTootEmoji sets the value of this property. Calling IsTootEmoji afterwards returns true.

func (*ActivityStreamsSourceProperty) SetTootHashtag

func (this *ActivityStreamsSourceProperty) SetTootHashtag(v vocab.TootHashtag)

SetTootHashtag sets the value of this property. Calling IsTootHashtag afterwards returns true.

func (*ActivityStreamsSourceProperty) SetTootIdentityProof

func (this *ActivityStreamsSourceProperty) SetTootIdentityProof(v vocab.TootIdentityProof)

SetTootIdentityProof sets the value of this property. Calling IsTootIdentityProof afterwards returns true.

func (*ActivityStreamsSourceProperty) SetType

func (this *ActivityStreamsSourceProperty) SetType(t vocab.Type) error

SetType attempts to set the property for the arbitrary type. Returns an error if it is not a valid type to set on this property.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL