Documentation
¶
Overview ¶
Package vocab contains the interfaces for the JSONLD vocabulary. All applications are strongly encouraged to use these interface types instead of the concrete definitions contained in the implementation subpackage. These 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.
Type interfaces contain "Get" and "Set" methods for its properties. Types also have a "Serialize" method to convert the type into an interface map for use with the json package. There is a convenience "IsExtending" method on each types which helps with the ActivityStreams hierarchy, which is not the same as object oriented inheritance. While types also have a "LessThan" method, it is an arbitrary sort. Do not use it if needing to sort on specific properties, such as publish time. It is best used for normalizing the type. Lastly, do not use the "GetUnknownProperties" method in an application. Instead, use the go-fed tool to code generate the property needed.
Properties come in two flavors: functional and non-functional. Functional means that a property can have at most one value, while non-functional means a property could have zero, one, or more values. Any property value may also be an IRI, in which case the application will need to make a HTTP request to fetch the property value.
Functional properties have "Get", "Is", and "Set" methods for determining what kind of value the property is, fetching that value, or setting that value. There is also a "Serialize" method which converts the property into an interface type, but applications should not typically use a property's "Serialize" and instead should use a type's "Serialize" instead. Like types, properties have an arbitrary "LessThan" comparison function that should not be used if needing to sort on specific values. Finally, applications should not use the "KindIndex" method as it is a comparison mechanism only for those looking to write an alternate implementation.
Non-functional properties can have more than one value, so it has "Len" for getting its length, "At" for getting an iterator pointing to an element, "Append" and "Prepend" for adding values, "Remove" for removing a value, "Set" for overwriting a value, and "Swap" for swapping two values' indices. Note that a non-functional property satisfies the sort interface, but it results in an arbitrary but stable ordering best used as a normalized form. A non-functional property's iterator looks like a functional property with "Next" and "Previous" methods. Applications should not use the "KindIndex" methods as it is a comparison mechanism only for those looking to write an alternate implementation of this library.
Types and properties have a "JSONLDContext" method that returns a mapping of vocabulary URIs to aliases that are required in the JSON-LD @context when serializing this value. The aliases used by this library when serializing objects is done at code-generation time, unless a different alias was used to deserialize the type or property.
Types, functional properties, and non-functional properties are not designed for concurrent usage by two or more goroutines. Also, certain methods on a non-functional property will invalidate iterators and possibly cause unexpected behaviors. To avoid this, re-obtain an iterator after modifying a non-functional property.
Index ¶
- type ActivityStreamsAccept
- type ActivityStreamsAccuracyProperty
- type ActivityStreamsActivity
- type ActivityStreamsActorProperty
- type ActivityStreamsActorPropertyIterator
- type ActivityStreamsAdd
- type ActivityStreamsAlsoKnownAsProperty
- type ActivityStreamsAlsoKnownAsPropertyIterator
- type ActivityStreamsAltitudeProperty
- type ActivityStreamsAnnounce
- type ActivityStreamsAnyOfProperty
- type ActivityStreamsAnyOfPropertyIterator
- type ActivityStreamsApplication
- type ActivityStreamsArrive
- type ActivityStreamsArticle
- type ActivityStreamsAttachmentProperty
- type ActivityStreamsAttachmentPropertyIterator
- type ActivityStreamsAttributedToProperty
- type ActivityStreamsAttributedToPropertyIterator
- type ActivityStreamsAudienceProperty
- type ActivityStreamsAudiencePropertyIterator
- type ActivityStreamsAudio
- type ActivityStreamsBccProperty
- type ActivityStreamsBccPropertyIterator
- type ActivityStreamsBlock
- type ActivityStreamsBtoProperty
- type ActivityStreamsBtoPropertyIterator
- type ActivityStreamsCcProperty
- type ActivityStreamsCcPropertyIterator
- type ActivityStreamsClosedProperty
- type ActivityStreamsClosedPropertyIterator
- type ActivityStreamsCollection
- type ActivityStreamsCollectionPage
- type ActivityStreamsContentProperty
- type ActivityStreamsContentPropertyIterator
- type ActivityStreamsContextProperty
- type ActivityStreamsContextPropertyIterator
- type ActivityStreamsCreate
- type ActivityStreamsCurrentProperty
- type ActivityStreamsDelete
- type ActivityStreamsDeletedProperty
- type ActivityStreamsDescribesProperty
- type ActivityStreamsDislike
- type ActivityStreamsDocument
- type ActivityStreamsDurationProperty
- type ActivityStreamsEndTimeProperty
- type ActivityStreamsEndpoints
- type ActivityStreamsEndpointsProperty
- type ActivityStreamsEndpointsPropertyIterator
- type ActivityStreamsEvent
- type ActivityStreamsFirstProperty
- type ActivityStreamsFlag
- type ActivityStreamsFollow
- type ActivityStreamsFollowersProperty
- type ActivityStreamsFollowingProperty
- type ActivityStreamsFormerTypeProperty
- type ActivityStreamsFormerTypePropertyIterator
- type ActivityStreamsGeneratorProperty
- type ActivityStreamsGeneratorPropertyIterator
- type ActivityStreamsGroup
- type ActivityStreamsHeightProperty
- type ActivityStreamsHrefProperty
- type ActivityStreamsHreflangProperty
- type ActivityStreamsIconProperty
- type ActivityStreamsIconPropertyIterator
- type ActivityStreamsIgnore
- type ActivityStreamsImage
- type ActivityStreamsImageProperty
- type ActivityStreamsImagePropertyIterator
- type ActivityStreamsInReplyToProperty
- type ActivityStreamsInReplyToPropertyIterator
- type ActivityStreamsInboxProperty
- type ActivityStreamsInstrumentProperty
- type ActivityStreamsInstrumentPropertyIterator
- type ActivityStreamsIntransitiveActivity
- type ActivityStreamsInvite
- type ActivityStreamsItemsProperty
- type ActivityStreamsItemsPropertyIterator
- type ActivityStreamsJoin
- type ActivityStreamsLastProperty
- type ActivityStreamsLatitudeProperty
- type ActivityStreamsLeave
- type ActivityStreamsLike
- type ActivityStreamsLikedProperty
- type ActivityStreamsLikesProperty
- type ActivityStreamsLink
- type ActivityStreamsListen
- type ActivityStreamsLocationProperty
- type ActivityStreamsLocationPropertyIterator
- type ActivityStreamsLongitudeProperty
- type ActivityStreamsManuallyApprovesFollowersProperty
- type ActivityStreamsMediaTypeProperty
- type ActivityStreamsMention
- type ActivityStreamsMove
- type ActivityStreamsMovedToProperty
- type ActivityStreamsNameProperty
- type ActivityStreamsNamePropertyIterator
- type ActivityStreamsNextProperty
- type ActivityStreamsNote
- type ActivityStreamsObject
- type ActivityStreamsObjectProperty
- type ActivityStreamsObjectPropertyIterator
- type ActivityStreamsOffer
- type ActivityStreamsOneOfProperty
- type ActivityStreamsOneOfPropertyIterator
- type ActivityStreamsOrderedCollection
- type ActivityStreamsOrderedCollectionPage
- type ActivityStreamsOrderedItemsProperty
- type ActivityStreamsOrderedItemsPropertyIterator
- type ActivityStreamsOrganization
- type ActivityStreamsOriginProperty
- type ActivityStreamsOriginPropertyIterator
- type ActivityStreamsOutboxProperty
- type ActivityStreamsPage
- type ActivityStreamsPartOfProperty
- type ActivityStreamsPerson
- type ActivityStreamsPlace
- type ActivityStreamsPreferredUsernameProperty
- type ActivityStreamsPrevProperty
- type ActivityStreamsPreviewProperty
- type ActivityStreamsPreviewPropertyIterator
- type ActivityStreamsProfile
- type ActivityStreamsPublishedProperty
- type ActivityStreamsQuestion
- type ActivityStreamsRadiusProperty
- type ActivityStreamsRead
- type ActivityStreamsReject
- type ActivityStreamsRelProperty
- type ActivityStreamsRelPropertyIterator
- type ActivityStreamsRelationship
- type ActivityStreamsRelationshipProperty
- type ActivityStreamsRelationshipPropertyIterator
- type ActivityStreamsRemove
- type ActivityStreamsRepliesProperty
- type ActivityStreamsResultProperty
- type ActivityStreamsResultPropertyIterator
- type ActivityStreamsSensitiveProperty
- type ActivityStreamsSensitivePropertyIterator
- type ActivityStreamsService
- type ActivityStreamsSharedInboxProperty
- type ActivityStreamsSharesProperty
- type ActivityStreamsSourceProperty
- type ActivityStreamsStartIndexProperty
- type ActivityStreamsStartTimeProperty
- type ActivityStreamsStreamsProperty
- type ActivityStreamsStreamsPropertyIterator
- type ActivityStreamsSubjectProperty
- type ActivityStreamsSummaryProperty
- type ActivityStreamsSummaryPropertyIterator
- type ActivityStreamsTagProperty
- type ActivityStreamsTagPropertyIterator
- type ActivityStreamsTargetProperty
- type ActivityStreamsTargetPropertyIterator
- type ActivityStreamsTentativeAccept
- type ActivityStreamsTentativeReject
- type ActivityStreamsToProperty
- type ActivityStreamsToPropertyIterator
- type ActivityStreamsTombstone
- type ActivityStreamsTotalItemsProperty
- type ActivityStreamsTravel
- type ActivityStreamsUndo
- type ActivityStreamsUnitsProperty
- type ActivityStreamsUpdate
- type ActivityStreamsUpdatedProperty
- type ActivityStreamsUrlProperty
- type ActivityStreamsUrlPropertyIterator
- type ActivityStreamsVideo
- type ActivityStreamsView
- type ActivityStreamsWidthProperty
- type FunkwhaleAlbum
- type FunkwhaleArtist
- type FunkwhaleLibrary
- type FunkwhaleTrack
- type GoToSocialAlwaysProperty
- type GoToSocialAlwaysPropertyIterator
- type GoToSocialAnnounceApproval
- type GoToSocialAnnounceAuthorization
- type GoToSocialAnnounceAuthorizationProperty
- type GoToSocialAnnounceRequest
- type GoToSocialApprovalRequiredProperty
- type GoToSocialApprovalRequiredPropertyIterator
- type GoToSocialApprovedByProperty
- type GoToSocialAutomaticApprovalProperty
- type GoToSocialAutomaticApprovalPropertyIterator
- type GoToSocialCanAnnounce
- type GoToSocialCanAnnounceProperty
- type GoToSocialCanAnnouncePropertyIterator
- type GoToSocialCanLike
- type GoToSocialCanLikeProperty
- type GoToSocialCanLikePropertyIterator
- type GoToSocialCanQuote
- type GoToSocialCanQuoteProperty
- type GoToSocialCanQuotePropertyIterator
- type GoToSocialCanReply
- type GoToSocialCanReplyProperty
- type GoToSocialCanReplyPropertyIterator
- type GoToSocialHidesCcPublicFromUnauthedWebProperty
- type GoToSocialHidesToPublicFromUnauthedWebProperty
- type GoToSocialInteractingObjectProperty
- type GoToSocialInteractingObjectPropertyIterator
- type GoToSocialInteractionPolicy
- type GoToSocialInteractionPolicyProperty
- type GoToSocialInteractionPolicyPropertyIterator
- type GoToSocialInteractionTargetProperty
- type GoToSocialInteractionTargetPropertyIterator
- type GoToSocialLikeApproval
- type GoToSocialLikeAuthorization
- type GoToSocialLikeAuthorizationProperty
- type GoToSocialLikeRequest
- type GoToSocialManualApprovalProperty
- type GoToSocialManualApprovalPropertyIterator
- type GoToSocialQuoteAuthorization
- type GoToSocialQuoteAuthorizationProperty
- type GoToSocialQuoteRequest
- type GoToSocialReplyApproval
- type GoToSocialReplyAuthorization
- type GoToSocialReplyAuthorizationProperty
- type GoToSocialReplyRequest
- type JSONLDIdProperty
- type JSONLDTypeProperty
- type JSONLDTypePropertyIterator
- type LitePubEmojiReact
- type SchemaPropertyValue
- type SchemaValueProperty
- type TootBlurhashProperty
- type TootDiscoverableProperty
- type TootEmoji
- type TootFeaturedProperty
- type TootFocalPointProperty
- type TootFocalPointPropertyIterator
- type TootHashtag
- type TootIdentityProof
- type TootIndexableProperty
- type TootSignatureAlgorithmProperty
- type TootSignatureValueProperty
- type TootVotersCountProperty
- type Type
- type W3IDSecurityV1OwnerProperty
- type W3IDSecurityV1PublicKey
- type W3IDSecurityV1PublicKeyPemProperty
- type W3IDSecurityV1PublicKeyProperty
- type W3IDSecurityV1PublicKeyPropertyIterator
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActivityStreamsAccept ¶
type ActivityStreamsAccept interface {
// GetActivityStreamsActor returns the "actor" property if it exists, and
// nil otherwise.
GetActivityStreamsActor() ActivityStreamsActorProperty
// GetActivityStreamsAltitude returns the "altitude" property if it
// exists, and nil otherwise.
GetActivityStreamsAltitude() ActivityStreamsAltitudeProperty
// GetActivityStreamsAttachment returns the "attachment" property if it
// exists, and nil otherwise.
GetActivityStreamsAttachment() ActivityStreamsAttachmentProperty
// GetActivityStreamsAttributedTo returns the "attributedTo" property if
// it exists, and nil otherwise.
GetActivityStreamsAttributedTo() ActivityStreamsAttributedToProperty
// GetActivityStreamsAudience returns the "audience" property if it
// exists, and nil otherwise.
GetActivityStreamsAudience() ActivityStreamsAudienceProperty
// GetActivityStreamsBcc returns the "bcc" property if it exists, and nil
// otherwise.
GetActivityStreamsBcc() ActivityStreamsBccProperty
// GetActivityStreamsBto returns the "bto" property if it exists, and nil
// otherwise.
GetActivityStreamsBto() ActivityStreamsBtoProperty
// GetActivityStreamsCc returns the "cc" property if it exists, and nil
// otherwise.
GetActivityStreamsCc() ActivityStreamsCcProperty
// GetActivityStreamsContent returns the "content" property if it exists,
// and nil otherwise.
GetActivityStreamsContent() ActivityStreamsContentProperty
// GetActivityStreamsContext returns the "context" property if it exists,
// and nil otherwise.
GetActivityStreamsContext() ActivityStreamsContextProperty
// GetActivityStreamsDuration returns the "duration" property if it
// exists, and nil otherwise.
GetActivityStreamsDuration() ActivityStreamsDurationProperty
// GetActivityStreamsEndTime returns the "endTime" property if it exists,
// and nil otherwise.
GetActivityStreamsEndTime() ActivityStreamsEndTimeProperty
// GetActivityStreamsGenerator returns the "generator" property if it
// exists, and nil otherwise.
GetActivityStreamsGenerator() ActivityStreamsGeneratorProperty
// GetActivityStreamsIcon returns the "icon" property if it exists, and
// nil otherwise.
GetActivityStreamsIcon() ActivityStreamsIconProperty
// GetActivityStreamsImage returns the "image" property if it exists, and
// nil otherwise.
GetActivityStreamsImage() ActivityStreamsImageProperty
// GetActivityStreamsInReplyTo returns the "inReplyTo" property if it
// exists, and nil otherwise.
GetActivityStreamsInReplyTo() ActivityStreamsInReplyToProperty
// GetActivityStreamsInstrument returns the "instrument" property if it
// exists, and nil otherwise.
GetActivityStreamsInstrument() ActivityStreamsInstrumentProperty
// GetActivityStreamsLikes returns the "likes" property if it exists, and
// nil otherwise.
GetActivityStreamsLikes() ActivityStreamsLikesProperty
// GetActivityStreamsLocation returns the "location" property if it
// exists, and nil otherwise.
GetActivityStreamsLocation() ActivityStreamsLocationProperty
// GetActivityStreamsMediaType returns the "mediaType" property if it
// exists, and nil otherwise.
GetActivityStreamsMediaType() ActivityStreamsMediaTypeProperty
// GetActivityStreamsName returns the "name" property if it exists, and
// nil otherwise.
GetActivityStreamsName() ActivityStreamsNameProperty
// GetActivityStreamsObject returns the "object" property if it exists,
// and nil otherwise.
GetActivityStreamsObject() ActivityStreamsObjectProperty
// GetActivityStreamsOrigin returns the "origin" property if it exists,
// and nil otherwise.
GetActivityStreamsOrigin() ActivityStreamsOriginProperty
// GetActivityStreamsPreview returns the "preview" property if it exists,
// and nil otherwise.
GetActivityStreamsPreview() ActivityStreamsPreviewProperty
// GetActivityStreamsPublished returns the "published" property if it
// exists, and nil otherwise.
GetActivityStreamsPublished() ActivityStreamsPublishedProperty
// GetActivityStreamsReplies returns the "replies" property if it exists,
// and nil otherwise.
GetActivityStreamsReplies() ActivityStreamsRepliesProperty
// GetActivityStreamsResult returns the "result" property if it exists,
// and nil otherwise.
GetActivityStreamsResult() ActivityStreamsResultProperty
// GetActivityStreamsSensitive returns the "sensitive" property if it
// exists, and nil otherwise.
GetActivityStreamsSensitive() ActivityStreamsSensitiveProperty
// and nil otherwise.
GetActivityStreamsShares() ActivityStreamsSharesProperty
// GetActivityStreamsSource returns the "source" property if it exists,
// and nil otherwise.
GetActivityStreamsSource() ActivityStreamsSourceProperty
// GetActivityStreamsStartTime returns the "startTime" property if it
// exists, and nil otherwise.
GetActivityStreamsStartTime() ActivityStreamsStartTimeProperty
// GetActivityStreamsSummary returns the "summary" property if it exists,
// and nil otherwise.
GetActivityStreamsSummary() ActivityStreamsSummaryProperty
// GetActivityStreamsTag returns the "tag" property if it exists, and nil
// otherwise.
GetActivityStreamsTag() ActivityStreamsTagProperty
// GetActivityStreamsTarget returns the "target" property if it exists,
// and nil otherwise.
GetActivityStreamsTarget() ActivityStreamsTargetProperty
// GetActivityStreamsTo returns the "to" property if it exists, and nil
// otherwise.
GetActivityStreamsTo() ActivityStreamsToProperty
// GetActivityStreamsUpdated returns the "updated" property if it exists,
// and nil otherwise.
GetActivityStreamsUpdated() ActivityStreamsUpdatedProperty
// GetActivityStreamsUrl returns the "url" property if it exists, and nil
// otherwise.
GetActivityStreamsUrl() ActivityStreamsUrlProperty
// GetJSONLDId returns the "id" property if it exists, and nil otherwise.
GetJSONLDId() JSONLDIdProperty
// GetJSONLDType returns the "type" property if it exists, and nil
// otherwise.
GetJSONLDType() JSONLDTypeProperty
// GetTypeName returns the name of this type.
GetTypeName() string
// GetUnknownProperties returns the unknown properties for the Accept
// type. Note that this should not be used by app developers. It is
// only used to help determine which implementation is LessThan the
// other. Developers who are creating a different implementation of
// this type's interface can use this method in their LessThan
// implementation, but routine ActivityPub applications should not use
// this to bypass the code generation tool.
GetUnknownProperties() map[string]interface{}
// IsExtending returns true if the Accept type extends from the other type.
IsExtending(other Type) bool
// JSONLDContext returns the JSONLD URIs required in the context string
// for this type and the specific properties that are set. The value
// in the map is the alias used to import the type and its properties.
JSONLDContext() map[string]string
// LessThan computes if this Accept is lesser, with an arbitrary but
// stable determination.
LessThan(o ActivityStreamsAccept) bool
// Serialize converts this into an interface representation suitable for
// marshalling into a text or binary format.
Serialize() (map[string]interface{}, error)
// SetActivityStreamsActor sets the "actor" property.
SetActivityStreamsActor(i ActivityStreamsActorProperty)
// SetActivityStreamsAltitude sets the "altitude" property.
SetActivityStreamsAltitude(i ActivityStreamsAltitudeProperty)
// SetActivityStreamsAttachment sets the "attachment" property.
SetActivityStreamsAttachment(i ActivityStreamsAttachmentProperty)
// SetActivityStreamsAttributedTo sets the "attributedTo" property.
SetActivityStreamsAttributedTo(i ActivityStreamsAttributedToProperty)
// SetActivityStreamsAudience sets the "audience" property.
SetActivityStreamsAudience(i ActivityStreamsAudienceProperty)
// SetActivityStreamsBcc sets the "bcc" property.
SetActivityStreamsBcc(i ActivityStreamsBccProperty)
// SetActivityStreamsBto sets the "bto" property.
SetActivityStreamsBto(i ActivityStreamsBtoProperty)
// SetActivityStreamsCc sets the "cc" property.
SetActivityStreamsCc(i ActivityStreamsCcProperty)
// SetActivityStreamsContent sets the "content" property.
SetActivityStreamsContent(i ActivityStreamsContentProperty)
// SetActivityStreamsContext sets the "context" property.
SetActivityStreamsContext(i ActivityStreamsContextProperty)
// SetActivityStreamsDuration sets the "duration" property.
SetActivityStreamsDuration(i ActivityStreamsDurationProperty)
// SetActivityStreamsEndTime sets the "endTime" property.
SetActivityStreamsEndTime(i ActivityStreamsEndTimeProperty)
// SetActivityStreamsGenerator sets the "generator" property.
SetActivityStreamsGenerator(i ActivityStreamsGeneratorProperty)
// SetActivityStreamsIcon sets the "icon" property.
SetActivityStreamsIcon(i ActivityStreamsIconProperty)
// SetActivityStreamsImage sets the "image" property.
SetActivityStreamsImage(i ActivityStreamsImageProperty)
// SetActivityStreamsInReplyTo sets the "inReplyTo" property.
SetActivityStreamsInReplyTo(i ActivityStreamsInReplyToProperty)
// SetActivityStreamsInstrument sets the "instrument" property.
SetActivityStreamsInstrument(i ActivityStreamsInstrumentProperty)
// SetActivityStreamsLikes sets the "likes" property.
SetActivityStreamsLikes(i ActivityStreamsLikesProperty)
// SetActivityStreamsLocation sets the "location" property.
SetActivityStreamsLocation(i ActivityStreamsLocationProperty)
// SetActivityStreamsMediaType sets the "mediaType" property.
SetActivityStreamsMediaType(i ActivityStreamsMediaTypeProperty)
// SetActivityStreamsName sets the "name" property.
SetActivityStreamsName(i ActivityStreamsNameProperty)
// SetActivityStreamsObject sets the "object" property.
SetActivityStreamsObject(i ActivityStreamsObjectProperty)
// SetActivityStreamsOrigin sets the "origin" property.
SetActivityStreamsOrigin(i ActivityStreamsOriginProperty)
// SetActivityStreamsPreview sets the "preview" property.
SetActivityStreamsPreview(i ActivityStreamsPreviewProperty)
// SetActivityStreamsPublished sets the "published" property.
SetActivityStreamsPublished(i ActivityStreamsPublishedProperty)
// SetActivityStreamsReplies sets the "replies" property.
SetActivityStreamsReplies(i ActivityStreamsRepliesProperty)
// SetActivityStreamsResult sets the "result" property.
SetActivityStreamsResult(i ActivityStreamsResultProperty)
// SetActivityStreamsSensitive sets the "sensitive" property.
SetActivityStreamsSensitive(i ActivityStreamsSensitiveProperty)
SetActivityStreamsShares(i ActivityStreamsSharesProperty)
// SetActivityStreamsSource sets the "source" property.
SetActivityStreamsSource(i ActivityStreamsSourceProperty)
// SetActivityStreamsStartTime sets the "startTime" property.
SetActivityStreamsStartTime(i ActivityStreamsStartTimeProperty)
// SetActivityStreamsSummary sets the "summary" property.
SetActivityStreamsSummary(i ActivityStreamsSummaryProperty)
// SetActivityStreamsTag sets the "tag" property.
SetActivityStreamsTag(i ActivityStreamsTagProperty)
// SetActivityStreamsTarget sets the "target" property.
SetActivityStreamsTarget(i ActivityStreamsTargetProperty)
// SetActivityStreamsTo sets the "to" property.
SetActivityStreamsTo(i ActivityStreamsToProperty)
// SetActivityStreamsUpdated sets the "updated" property.
SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty)
// SetActivityStreamsUrl sets the "url" property.
SetActivityStreamsUrl(i ActivityStreamsUrlProperty)
// SetJSONLDId sets the "id" property.
SetJSONLDId(i JSONLDIdProperty)
// SetJSONLDType sets the "type" property.
SetJSONLDType(i JSONLDTypeProperty)
// VocabularyURI returns the vocabulary's URI as a string.
VocabularyURI() string
}
Indicates that the actor accepts the object. The target property can be used in certain circumstances to indicate the context into which the object has been accepted.
Example 9 (https://www.w3.org/TR/activitystreams-vocabulary/#ex7a-jsonld):
{
"actor": {
"name": "Sally",
"type": "Person"
},
"object": {
"actor": "http://john.example.org",
"object": {
"name": "Going-Away Party for Jim",
"type": "Event"
},
"type": "Invite"
},
"summary": "Sally accepted an invitation to a party",
"type": "Accept"
}
Example 10 (https://www.w3.org/TR/activitystreams-vocabulary/#ex7b-jsonld):
{
"actor": {
"name": "Sally",
"type": "Person"
},
"object": {
"name": "Joe",
"type": "Person"
},
"summary": "Sally accepted Joe into the club",
"target": {
"name": "The Club",
"type": "Group"
},
"type": "Accept"
}
type ActivityStreamsAccuracyProperty ¶
type ActivityStreamsAccuracyProperty interface {
// Clear ensures no value of this property is set. Calling
// IsXMLSchemaFloat afterwards will return false.
Clear()
// Get returns the value of this property. When IsXMLSchemaFloat returns
// false, Get will return any arbitrary value.
Get() float64
// GetIRI returns the IRI of this property. When IsIRI returns false,
// GetIRI will return any arbitrary value.
GetIRI() *url.URL
// HasAny returns true if the value or IRI is set.
HasAny() bool
// IsIRI returns true if this property is an IRI.
IsIRI() bool
// IsXMLSchemaFloat returns true if this property is set and not an IRI.
IsXMLSchemaFloat() bool
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex() int
// 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.
LessThan(o ActivityStreamsAccuracyProperty) bool
// Name returns the name of this property: "accuracy".
Name() string
// 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.
Serialize() (interface{}, error)
// Set sets the value of this property. Calling IsXMLSchemaFloat
// afterwards will return true.
Set(v float64)
// SetIRI sets the value of this property. Calling IsIRI afterwards will
// return true.
SetIRI(v *url.URL)
}
Indicates the accuracy of position coordinates on a Place objects. Expressed in properties of percentage. e.g. "94.0" means "94.0% accurate".
Example 112 (https://www.w3.org/TR/activitystreams-vocabulary/#ex127-jsonld):
{
"accuracy": 94.5,
"latitude": 36.75,
"longitude": 119.7667,
"name": "Liu Gu Lu Cun, Pingdu, Qingdao, Shandong, China",
"type": "Place"
}
type ActivityStreamsActivity ¶
type ActivityStreamsActivity interface {
// GetActivityStreamsActor returns the "actor" property if it exists, and
// nil otherwise.
GetActivityStreamsActor() ActivityStreamsActorProperty
// GetActivityStreamsAltitude returns the "altitude" property if it
// exists, and nil otherwise.
GetActivityStreamsAltitude() ActivityStreamsAltitudeProperty
// GetActivityStreamsAttachment returns the "attachment" property if it
// exists, and nil otherwise.
GetActivityStreamsAttachment() ActivityStreamsAttachmentProperty
// GetActivityStreamsAttributedTo returns the "attributedTo" property if
// it exists, and nil otherwise.
GetActivityStreamsAttributedTo() ActivityStreamsAttributedToProperty
// GetActivityStreamsAudience returns the "audience" property if it
// exists, and nil otherwise.
GetActivityStreamsAudience() ActivityStreamsAudienceProperty
// GetActivityStreamsBcc returns the "bcc" property if it exists, and nil
// otherwise.
GetActivityStreamsBcc() ActivityStreamsBccProperty
// GetActivityStreamsBto returns the "bto" property if it exists, and nil
// otherwise.
GetActivityStreamsBto() ActivityStreamsBtoProperty
// GetActivityStreamsCc returns the "cc" property if it exists, and nil
// otherwise.
GetActivityStreamsCc() ActivityStreamsCcProperty
// GetActivityStreamsContent returns the "content" property if it exists,
// and nil otherwise.
GetActivityStreamsContent() ActivityStreamsContentProperty
// GetActivityStreamsContext returns the "context" property if it exists,
// and nil otherwise.
GetActivityStreamsContext() ActivityStreamsContextProperty
// GetActivityStreamsDuration returns the "duration" property if it
// exists, and nil otherwise.
GetActivityStreamsDuration() ActivityStreamsDurationProperty
// GetActivityStreamsEndTime returns the "endTime" property if it exists,
// and nil otherwise.
GetActivityStreamsEndTime() ActivityStreamsEndTimeProperty
// GetActivityStreamsGenerator returns the "generator" property if it
// exists, and nil otherwise.
GetActivityStreamsGenerator() ActivityStreamsGeneratorProperty
// GetActivityStreamsIcon returns the "icon" property if it exists, and
// nil otherwise.
GetActivityStreamsIcon() ActivityStreamsIconProperty
// GetActivityStreamsImage returns the "image" property if it exists, and
// nil otherwise.
GetActivityStreamsImage() ActivityStreamsImageProperty
// GetActivityStreamsInReplyTo returns the "inReplyTo" property if it
// exists, and nil otherwise.
GetActivityStreamsInReplyTo() ActivityStreamsInReplyToProperty
// GetActivityStreamsInstrument returns the "instrument" property if it
// exists, and nil otherwise.
GetActivityStreamsInstrument() ActivityStreamsInstrumentProperty
// GetActivityStreamsLikes returns the "likes" property if it exists, and
// nil otherwise.
GetActivityStreamsLikes() ActivityStreamsLikesProperty
// GetActivityStreamsLocation returns the "location" property if it
// exists, and nil otherwise.
GetActivityStreamsLocation() ActivityStreamsLocationProperty
// GetActivityStreamsMediaType returns the "mediaType" property if it
// exists, and nil otherwise.
GetActivityStreamsMediaType() ActivityStreamsMediaTypeProperty
// GetActivityStreamsName returns the "name" property if it exists, and
// nil otherwise.
GetActivityStreamsName() ActivityStreamsNameProperty
// GetActivityStreamsObject returns the "object" property if it exists,
// and nil otherwise.
GetActivityStreamsObject() ActivityStreamsObjectProperty
// GetActivityStreamsOrigin returns the "origin" property if it exists,
// and nil otherwise.
GetActivityStreamsOrigin() ActivityStreamsOriginProperty
// GetActivityStreamsPreview returns the "preview" property if it exists,
// and nil otherwise.
GetActivityStreamsPreview() ActivityStreamsPreviewProperty
// GetActivityStreamsPublished returns the "published" property if it
// exists, and nil otherwise.
GetActivityStreamsPublished() ActivityStreamsPublishedProperty
// GetActivityStreamsReplies returns the "replies" property if it exists,
// and nil otherwise.
GetActivityStreamsReplies() ActivityStreamsRepliesProperty
// GetActivityStreamsResult returns the "result" property if it exists,
// and nil otherwise.
GetActivityStreamsResult() ActivityStreamsResultProperty
// GetActivityStreamsSensitive returns the "sensitive" property if it
// exists, and nil otherwise.
GetActivityStreamsSensitive() ActivityStreamsSensitiveProperty
// and nil otherwise.
GetActivityStreamsShares() ActivityStreamsSharesProperty
// GetActivityStreamsSource returns the "source" property if it exists,
// and nil otherwise.
GetActivityStreamsSource() ActivityStreamsSourceProperty
// GetActivityStreamsStartTime returns the "startTime" property if it
// exists, and nil otherwise.
GetActivityStreamsStartTime() ActivityStreamsStartTimeProperty
// GetActivityStreamsSummary returns the "summary" property if it exists,
// and nil otherwise.
GetActivityStreamsSummary() ActivityStreamsSummaryProperty
// GetActivityStreamsTag returns the "tag" property if it exists, and nil
// otherwise.
GetActivityStreamsTag() ActivityStreamsTagProperty
// GetActivityStreamsTarget returns the "target" property if it exists,
// and nil otherwise.
GetActivityStreamsTarget() ActivityStreamsTargetProperty
// GetActivityStreamsTo returns the "to" property if it exists, and nil
// otherwise.
GetActivityStreamsTo() ActivityStreamsToProperty
// GetActivityStreamsUpdated returns the "updated" property if it exists,
// and nil otherwise.
GetActivityStreamsUpdated() ActivityStreamsUpdatedProperty
// GetActivityStreamsUrl returns the "url" property if it exists, and nil
// otherwise.
GetActivityStreamsUrl() ActivityStreamsUrlProperty
// GetJSONLDId returns the "id" property if it exists, and nil otherwise.
GetJSONLDId() JSONLDIdProperty
// GetJSONLDType returns the "type" property if it exists, and nil
// otherwise.
GetJSONLDType() JSONLDTypeProperty
// GetTypeName returns the name of this type.
GetTypeName() string
// GetUnknownProperties returns the unknown properties for the Activity
// type. Note that this should not be used by app developers. It is
// only used to help determine which implementation is LessThan the
// other. Developers who are creating a different implementation of
// this type's interface can use this method in their LessThan
// implementation, but routine ActivityPub applications should not use
// this to bypass the code generation tool.
GetUnknownProperties() map[string]interface{}
// IsExtending returns true if the Activity type extends from the other
// type.
IsExtending(other Type) bool
// JSONLDContext returns the JSONLD URIs required in the context string
// for this type and the specific properties that are set. The value
// in the map is the alias used to import the type and its properties.
JSONLDContext() map[string]string
// LessThan computes if this Activity is lesser, with an arbitrary but
// stable determination.
LessThan(o ActivityStreamsActivity) bool
// Serialize converts this into an interface representation suitable for
// marshalling into a text or binary format.
Serialize() (map[string]interface{}, error)
// SetActivityStreamsActor sets the "actor" property.
SetActivityStreamsActor(i ActivityStreamsActorProperty)
// SetActivityStreamsAltitude sets the "altitude" property.
SetActivityStreamsAltitude(i ActivityStreamsAltitudeProperty)
// SetActivityStreamsAttachment sets the "attachment" property.
SetActivityStreamsAttachment(i ActivityStreamsAttachmentProperty)
// SetActivityStreamsAttributedTo sets the "attributedTo" property.
SetActivityStreamsAttributedTo(i ActivityStreamsAttributedToProperty)
// SetActivityStreamsAudience sets the "audience" property.
SetActivityStreamsAudience(i ActivityStreamsAudienceProperty)
// SetActivityStreamsBcc sets the "bcc" property.
SetActivityStreamsBcc(i ActivityStreamsBccProperty)
// SetActivityStreamsBto sets the "bto" property.
SetActivityStreamsBto(i ActivityStreamsBtoProperty)
// SetActivityStreamsCc sets the "cc" property.
SetActivityStreamsCc(i ActivityStreamsCcProperty)
// SetActivityStreamsContent sets the "content" property.
SetActivityStreamsContent(i ActivityStreamsContentProperty)
// SetActivityStreamsContext sets the "context" property.
SetActivityStreamsContext(i ActivityStreamsContextProperty)
// SetActivityStreamsDuration sets the "duration" property.
SetActivityStreamsDuration(i ActivityStreamsDurationProperty)
// SetActivityStreamsEndTime sets the "endTime" property.
SetActivityStreamsEndTime(i ActivityStreamsEndTimeProperty)
// SetActivityStreamsGenerator sets the "generator" property.
SetActivityStreamsGenerator(i ActivityStreamsGeneratorProperty)
// SetActivityStreamsIcon sets the "icon" property.
SetActivityStreamsIcon(i ActivityStreamsIconProperty)
// SetActivityStreamsImage sets the "image" property.
SetActivityStreamsImage(i ActivityStreamsImageProperty)
// SetActivityStreamsInReplyTo sets the "inReplyTo" property.
SetActivityStreamsInReplyTo(i ActivityStreamsInReplyToProperty)
// SetActivityStreamsInstrument sets the "instrument" property.
SetActivityStreamsInstrument(i ActivityStreamsInstrumentProperty)
// SetActivityStreamsLikes sets the "likes" property.
SetActivityStreamsLikes(i ActivityStreamsLikesProperty)
// SetActivityStreamsLocation sets the "location" property.
SetActivityStreamsLocation(i ActivityStreamsLocationProperty)
// SetActivityStreamsMediaType sets the "mediaType" property.
SetActivityStreamsMediaType(i ActivityStreamsMediaTypeProperty)
// SetActivityStreamsName sets the "name" property.
SetActivityStreamsName(i ActivityStreamsNameProperty)
// SetActivityStreamsObject sets the "object" property.
SetActivityStreamsObject(i ActivityStreamsObjectProperty)
// SetActivityStreamsOrigin sets the "origin" property.
SetActivityStreamsOrigin(i ActivityStreamsOriginProperty)
// SetActivityStreamsPreview sets the "preview" property.
SetActivityStreamsPreview(i ActivityStreamsPreviewProperty)
// SetActivityStreamsPublished sets the "published" property.
SetActivityStreamsPublished(i ActivityStreamsPublishedProperty)
// SetActivityStreamsReplies sets the "replies" property.
SetActivityStreamsReplies(i ActivityStreamsRepliesProperty)
// SetActivityStreamsResult sets the "result" property.
SetActivityStreamsResult(i ActivityStreamsResultProperty)
// SetActivityStreamsSensitive sets the "sensitive" property.
SetActivityStreamsSensitive(i ActivityStreamsSensitiveProperty)
SetActivityStreamsShares(i ActivityStreamsSharesProperty)
// SetActivityStreamsSource sets the "source" property.
SetActivityStreamsSource(i ActivityStreamsSourceProperty)
// SetActivityStreamsStartTime sets the "startTime" property.
SetActivityStreamsStartTime(i ActivityStreamsStartTimeProperty)
// SetActivityStreamsSummary sets the "summary" property.
SetActivityStreamsSummary(i ActivityStreamsSummaryProperty)
// SetActivityStreamsTag sets the "tag" property.
SetActivityStreamsTag(i ActivityStreamsTagProperty)
// SetActivityStreamsTarget sets the "target" property.
SetActivityStreamsTarget(i ActivityStreamsTargetProperty)
// SetActivityStreamsTo sets the "to" property.
SetActivityStreamsTo(i ActivityStreamsToProperty)
// SetActivityStreamsUpdated sets the "updated" property.
SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty)
// SetActivityStreamsUrl sets the "url" property.
SetActivityStreamsUrl(i ActivityStreamsUrlProperty)
// SetJSONLDId sets the "id" property.
SetJSONLDId(i JSONLDIdProperty)
// SetJSONLDType sets the "type" property.
SetJSONLDType(i JSONLDTypeProperty)
// VocabularyURI returns the vocabulary's URI as a string.
VocabularyURI() string
}
An Activity is a subtype of Object that describes some form of action that may happen, is currently happening, or has already happened. The Activity type itself serves as an abstract base type for all types of activities. It is important to note that the Activity type itself does not carry any specific semantics about the kind of action being taken.
Example 3 (https://www.w3.org/TR/activitystreams-vocabulary/#ex3-jsonld):
{
"actor": {
"name": "Sally",
"type": "Person"
},
"object": {
"name": "A Note",
"type": "Note"
},
"summary": "Sally did something to a note",
"type": "Activity"
}
type ActivityStreamsActorProperty ¶
type ActivityStreamsActorProperty interface {
// AppendActivityStreamsAccept appends a Accept value to the back of a
// list of the property "actor". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAccept(v ActivityStreamsAccept)
// AppendActivityStreamsActivity appends a Activity value to the back of a
// list of the property "actor". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsActivity(v ActivityStreamsActivity)
// AppendActivityStreamsAdd appends a Add value to the back of a list of
// the property "actor". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsAdd(v ActivityStreamsAdd)
// AppendActivityStreamsAnnounce appends a Announce value to the back of a
// list of the property "actor". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// AppendActivityStreamsApplication appends a Application value to the
// back of a list of the property "actor". Invalidates iterators that
// are traversing using Prev.
AppendActivityStreamsApplication(v ActivityStreamsApplication)
// AppendActivityStreamsArrive appends a Arrive value to the back of a
// list of the property "actor". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsArrive(v ActivityStreamsArrive)
// AppendActivityStreamsArticle appends a Article value to the back of a
// list of the property "actor". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsArticle(v ActivityStreamsArticle)
// AppendActivityStreamsAudio appends a Audio value to the back of a list
// of the property "actor". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsAudio(v ActivityStreamsAudio)
// AppendActivityStreamsBlock appends a Block value to the back of a list
// of the property "actor". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsBlock(v ActivityStreamsBlock)
// AppendActivityStreamsCollection appends a Collection value to the back
// of a list of the property "actor". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsCollection(v ActivityStreamsCollection)
// AppendActivityStreamsCollectionPage appends a CollectionPage value to
// the back of a list of the property "actor". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// AppendActivityStreamsCreate appends a Create value to the back of a
// list of the property "actor". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsCreate(v ActivityStreamsCreate)
// AppendActivityStreamsDelete appends a Delete value to the back of a
// list of the property "actor". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDelete(v ActivityStreamsDelete)
// AppendActivityStreamsDislike appends a Dislike value to the back of a
// list of the property "actor". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDislike(v ActivityStreamsDislike)
// AppendActivityStreamsDocument appends a Document value to the back of a
// list of the property "actor". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDocument(v ActivityStreamsDocument)
// AppendActivityStreamsEvent appends a Event value to the back of a list
// of the property "actor". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsEvent(v ActivityStreamsEvent)
// AppendActivityStreamsFlag appends a Flag value to the back of a list of
// the property "actor". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsFlag(v ActivityStreamsFlag)
// AppendActivityStreamsFollow appends a Follow value to the back of a
// list of the property "actor". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsFollow(v ActivityStreamsFollow)
// AppendActivityStreamsGroup appends a Group value to the back of a list
// of the property "actor". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsGroup(v ActivityStreamsGroup)
// AppendActivityStreamsIgnore appends a Ignore value to the back of a
// list of the property "actor". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsIgnore(v ActivityStreamsIgnore)
// AppendActivityStreamsImage appends a Image value to the back of a list
// of the property "actor". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsImage(v ActivityStreamsImage)
// AppendActivityStreamsIntransitiveActivity appends a
// IntransitiveActivity value to the back of a list of the property
// "actor". Invalidates iterators that are traversing using Prev.
AppendActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// AppendActivityStreamsInvite appends a Invite value to the back of a
// list of the property "actor". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsInvite(v ActivityStreamsInvite)
// AppendActivityStreamsJoin appends a Join value to the back of a list of
// the property "actor". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsJoin(v ActivityStreamsJoin)
// AppendActivityStreamsLeave appends a Leave value to the back of a list
// of the property "actor". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsLeave(v ActivityStreamsLeave)
// AppendActivityStreamsLike appends a Like value to the back of a list of
// the property "actor". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsLike(v ActivityStreamsLike)
// AppendActivityStreamsLink appends a Link value to the back of a list of
// the property "actor". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsLink(v ActivityStreamsLink)
// AppendActivityStreamsListen appends a Listen value to the back of a
// list of the property "actor". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsListen(v ActivityStreamsListen)
// AppendActivityStreamsMention appends a Mention value to the back of a
// list of the property "actor". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsMention(v ActivityStreamsMention)
// AppendActivityStreamsMove appends a Move value to the back of a list of
// the property "actor". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsMove(v ActivityStreamsMove)
// AppendActivityStreamsNote appends a Note value to the back of a list of
// the property "actor". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsNote(v ActivityStreamsNote)
// AppendActivityStreamsObject appends a Object value to the back of a
// list of the property "actor". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsObject(v ActivityStreamsObject)
// AppendActivityStreamsOffer appends a Offer value to the back of a list
// of the property "actor". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsOffer(v ActivityStreamsOffer)
// AppendActivityStreamsOrderedCollection appends a OrderedCollection
// value to the back of a list of the property "actor". Invalidates
// iterators that are traversing using Prev.
AppendActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// AppendActivityStreamsOrderedCollectionPage appends a
// OrderedCollectionPage value to the back of a list of the property
// "actor". Invalidates iterators that are traversing using Prev.
AppendActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// AppendActivityStreamsOrganization appends a Organization value to the
// back of a list of the property "actor". Invalidates iterators that
// are traversing using Prev.
AppendActivityStreamsOrganization(v ActivityStreamsOrganization)
// AppendActivityStreamsPage appends a Page value to the back of a list of
// the property "actor". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsPage(v ActivityStreamsPage)
// AppendActivityStreamsPerson appends a Person value to the back of a
// list of the property "actor". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsPerson(v ActivityStreamsPerson)
// AppendActivityStreamsPlace appends a Place value to the back of a list
// of the property "actor". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsPlace(v ActivityStreamsPlace)
// AppendActivityStreamsProfile appends a Profile value to the back of a
// list of the property "actor". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsProfile(v ActivityStreamsProfile)
// AppendActivityStreamsQuestion appends a Question value to the back of a
// list of the property "actor". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsQuestion(v ActivityStreamsQuestion)
// AppendActivityStreamsRead appends a Read value to the back of a list of
// the property "actor". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsRead(v ActivityStreamsRead)
// AppendActivityStreamsReject appends a Reject value to the back of a
// list of the property "actor". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsReject(v ActivityStreamsReject)
// AppendActivityStreamsRelationship appends a Relationship value to the
// back of a list of the property "actor". Invalidates iterators that
// are traversing using Prev.
AppendActivityStreamsRelationship(v ActivityStreamsRelationship)
// AppendActivityStreamsRemove appends a Remove value to the back of a
// list of the property "actor". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsRemove(v ActivityStreamsRemove)
// AppendActivityStreamsService appends a Service value to the back of a
// list of the property "actor". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsService(v ActivityStreamsService)
// AppendActivityStreamsTentativeAccept appends a TentativeAccept value to
// the back of a list of the property "actor". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// AppendActivityStreamsTentativeReject appends a TentativeReject value to
// the back of a list of the property "actor". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// AppendActivityStreamsTombstone appends a Tombstone value to the back of
// a list of the property "actor". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsTombstone(v ActivityStreamsTombstone)
// AppendActivityStreamsTravel appends a Travel value to the back of a
// list of the property "actor". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsTravel(v ActivityStreamsTravel)
// AppendActivityStreamsUndo appends a Undo value to the back of a list of
// the property "actor". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsUndo(v ActivityStreamsUndo)
// AppendActivityStreamsUpdate appends a Update value to the back of a
// list of the property "actor". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsUpdate(v ActivityStreamsUpdate)
// AppendActivityStreamsVideo appends a Video value to the back of a list
// of the property "actor". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsVideo(v ActivityStreamsVideo)
// AppendActivityStreamsView appends a View value to the back of a list of
// the property "actor". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsView(v ActivityStreamsView)
// AppendFunkwhaleAlbum appends a Album value to the back of a list of the
// property "actor". Invalidates iterators that are traversing using
// Prev.
AppendFunkwhaleAlbum(v FunkwhaleAlbum)
// AppendFunkwhaleArtist appends a Artist value to the back of a list of
// the property "actor". Invalidates iterators that are traversing
// using Prev.
AppendFunkwhaleArtist(v FunkwhaleArtist)
// AppendFunkwhaleLibrary appends a Library value to the back of a list of
// the property "actor". Invalidates iterators that are traversing
// using Prev.
AppendFunkwhaleLibrary(v FunkwhaleLibrary)
// AppendFunkwhaleTrack appends a Track value to the back of a list of the
// property "actor". Invalidates iterators that are traversing using
// Prev.
AppendFunkwhaleTrack(v FunkwhaleTrack)
// AppendGoToSocialAnnounceApproval appends a AnnounceApproval value to
// the back of a list of the property "actor". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// AppendGoToSocialAnnounceAuthorization appends a AnnounceAuthorization
// value to the back of a list of the property "actor". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// AppendGoToSocialAnnounceRequest appends a AnnounceRequest value to the
// back of a list of the property "actor". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// AppendGoToSocialLikeApproval appends a LikeApproval value to the back
// of a list of the property "actor". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialLikeApproval(v GoToSocialLikeApproval)
// AppendGoToSocialLikeAuthorization appends a LikeAuthorization value to
// the back of a list of the property "actor". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// AppendGoToSocialLikeRequest appends a LikeRequest value to the back of
// a list of the property "actor". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialLikeRequest(v GoToSocialLikeRequest)
// AppendGoToSocialQuoteAuthorization appends a QuoteAuthorization value
// to the back of a list of the property "actor". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// AppendGoToSocialQuoteRequest appends a QuoteRequest value to the back
// of a list of the property "actor". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// AppendGoToSocialReplyApproval appends a ReplyApproval value to the back
// of a list of the property "actor". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialReplyApproval(v GoToSocialReplyApproval)
// AppendGoToSocialReplyAuthorization appends a ReplyAuthorization value
// to the back of a list of the property "actor". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// AppendGoToSocialReplyRequest appends a ReplyRequest value to the back
// of a list of the property "actor". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialReplyRequest(v GoToSocialReplyRequest)
// AppendIRI appends an IRI value to the back of a list of the property
// "actor"
AppendIRI(v *url.URL)
// AppendLitePubEmojiReact appends a EmojiReact value to the back of a
// list of the property "actor". Invalidates iterators that are
// traversing using Prev.
AppendLitePubEmojiReact(v LitePubEmojiReact)
// AppendSchemaPropertyValue appends a PropertyValue value to the back of
// a list of the property "actor". Invalidates iterators that are
// traversing using Prev.
AppendSchemaPropertyValue(v SchemaPropertyValue)
// AppendTootEmoji appends a Emoji value to the back of a list of the
// property "actor". Invalidates iterators that are traversing using
// Prev.
AppendTootEmoji(v TootEmoji)
// AppendTootHashtag appends a Hashtag value to the back of a list of the
// property "actor". Invalidates iterators that are traversing using
// Prev.
AppendTootHashtag(v TootHashtag)
// AppendTootIdentityProof appends a IdentityProof value to the back of a
// list of the property "actor". Invalidates iterators that are
// traversing using Prev.
AppendTootIdentityProof(v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "actor". Invalidates iterators that are traversing
// using Prev. Returns an error if the type is not a valid one to set
// for this property.
AppendType(t Type) error
// At returns the property value for the specified index. Panics if the
// index is out of bounds.
At(index int) ActivityStreamsActorPropertyIterator
// 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.
Begin() ActivityStreamsActorPropertyIterator
// Empty returns returns true if there are no elements.
Empty() bool
// 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.
End() ActivityStreamsActorPropertyIterator
// InsertActivityStreamsAccept inserts a Accept value at the specified
// index for a property "actor". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsAccept(idx int, v ActivityStreamsAccept)
// InsertActivityStreamsActivity inserts a Activity value at the specified
// index for a property "actor". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsActivity(idx int, v ActivityStreamsActivity)
// InsertActivityStreamsAdd inserts a Add value at the specified index for
// a property "actor". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertActivityStreamsAdd(idx int, v ActivityStreamsAdd)
// InsertActivityStreamsAnnounce inserts a Announce value at the specified
// index for a property "actor". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsAnnounce(idx int, v ActivityStreamsAnnounce)
// InsertActivityStreamsApplication inserts a Application value at the
// specified index for a property "actor". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsApplication(idx int, v ActivityStreamsApplication)
// InsertActivityStreamsArrive inserts a Arrive value at the specified
// index for a property "actor". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsArrive(idx int, v ActivityStreamsArrive)
// InsertActivityStreamsArticle inserts a Article value at the specified
// index for a property "actor". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsArticle(idx int, v ActivityStreamsArticle)
// InsertActivityStreamsAudio inserts a Audio value at the specified index
// for a property "actor". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsAudio(idx int, v ActivityStreamsAudio)
// InsertActivityStreamsBlock inserts a Block value at the specified index
// for a property "actor". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsBlock(idx int, v ActivityStreamsBlock)
// InsertActivityStreamsCollection inserts a Collection value at the
// specified index for a property "actor". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsCollection(idx int, v ActivityStreamsCollection)
// InsertActivityStreamsCollectionPage inserts a CollectionPage value at
// the specified index for a property "actor". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsCollectionPage(idx int, v ActivityStreamsCollectionPage)
// InsertActivityStreamsCreate inserts a Create value at the specified
// index for a property "actor". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsCreate(idx int, v ActivityStreamsCreate)
// InsertActivityStreamsDelete inserts a Delete value at the specified
// index for a property "actor". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDelete(idx int, v ActivityStreamsDelete)
// InsertActivityStreamsDislike inserts a Dislike value at the specified
// index for a property "actor". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDislike(idx int, v ActivityStreamsDislike)
// InsertActivityStreamsDocument inserts a Document value at the specified
// index for a property "actor". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDocument(idx int, v ActivityStreamsDocument)
// InsertActivityStreamsEvent inserts a Event value at the specified index
// for a property "actor". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsEvent(idx int, v ActivityStreamsEvent)
// InsertActivityStreamsFlag inserts a Flag value at the specified index
// for a property "actor". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsFlag(idx int, v ActivityStreamsFlag)
// InsertActivityStreamsFollow inserts a Follow value at the specified
// index for a property "actor". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsFollow(idx int, v ActivityStreamsFollow)
// InsertActivityStreamsGroup inserts a Group value at the specified index
// for a property "actor". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsGroup(idx int, v ActivityStreamsGroup)
// InsertActivityStreamsIgnore inserts a Ignore value at the specified
// index for a property "actor". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsIgnore(idx int, v ActivityStreamsIgnore)
// InsertActivityStreamsImage inserts a Image value at the specified index
// for a property "actor". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsImage(idx int, v ActivityStreamsImage)
// InsertActivityStreamsIntransitiveActivity inserts a
// IntransitiveActivity value at the specified index for a property
// "actor". Existing elements at that index and higher are shifted
// back once. Invalidates all iterators.
InsertActivityStreamsIntransitiveActivity(idx int, v ActivityStreamsIntransitiveActivity)
// InsertActivityStreamsInvite inserts a Invite value at the specified
// index for a property "actor". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsInvite(idx int, v ActivityStreamsInvite)
// InsertActivityStreamsJoin inserts a Join value at the specified index
// for a property "actor". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsJoin(idx int, v ActivityStreamsJoin)
// InsertActivityStreamsLeave inserts a Leave value at the specified index
// for a property "actor". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsLeave(idx int, v ActivityStreamsLeave)
// InsertActivityStreamsLike inserts a Like value at the specified index
// for a property "actor". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsLike(idx int, v ActivityStreamsLike)
// InsertActivityStreamsLink inserts a Link value at the specified index
// for a property "actor". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsLink(idx int, v ActivityStreamsLink)
// InsertActivityStreamsListen inserts a Listen value at the specified
// index for a property "actor". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsListen(idx int, v ActivityStreamsListen)
// InsertActivityStreamsMention inserts a Mention value at the specified
// index for a property "actor". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsMention(idx int, v ActivityStreamsMention)
// InsertActivityStreamsMove inserts a Move value at the specified index
// for a property "actor". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsMove(idx int, v ActivityStreamsMove)
// InsertActivityStreamsNote inserts a Note value at the specified index
// for a property "actor". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsNote(idx int, v ActivityStreamsNote)
// InsertActivityStreamsObject inserts a Object value at the specified
// index for a property "actor". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsObject(idx int, v ActivityStreamsObject)
// InsertActivityStreamsOffer inserts a Offer value at the specified index
// for a property "actor". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsOffer(idx int, v ActivityStreamsOffer)
// InsertActivityStreamsOrderedCollection inserts a OrderedCollection
// value at the specified index for a property "actor". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertActivityStreamsOrderedCollection(idx int, v ActivityStreamsOrderedCollection)
// InsertActivityStreamsOrderedCollectionPage inserts a
// OrderedCollectionPage value at the specified index for a property
// "actor". Existing elements at that index and higher are shifted
// back once. Invalidates all iterators.
InsertActivityStreamsOrderedCollectionPage(idx int, v ActivityStreamsOrderedCollectionPage)
// InsertActivityStreamsOrganization inserts a Organization value at the
// specified index for a property "actor". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsOrganization(idx int, v ActivityStreamsOrganization)
// InsertActivityStreamsPage inserts a Page value at the specified index
// for a property "actor". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsPage(idx int, v ActivityStreamsPage)
// InsertActivityStreamsPerson inserts a Person value at the specified
// index for a property "actor". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsPerson(idx int, v ActivityStreamsPerson)
// InsertActivityStreamsPlace inserts a Place value at the specified index
// for a property "actor". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsPlace(idx int, v ActivityStreamsPlace)
// InsertActivityStreamsProfile inserts a Profile value at the specified
// index for a property "actor". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsProfile(idx int, v ActivityStreamsProfile)
// InsertActivityStreamsQuestion inserts a Question value at the specified
// index for a property "actor". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsQuestion(idx int, v ActivityStreamsQuestion)
// InsertActivityStreamsRead inserts a Read value at the specified index
// for a property "actor". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsRead(idx int, v ActivityStreamsRead)
// InsertActivityStreamsReject inserts a Reject value at the specified
// index for a property "actor". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsReject(idx int, v ActivityStreamsReject)
// InsertActivityStreamsRelationship inserts a Relationship value at the
// specified index for a property "actor". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsRelationship(idx int, v ActivityStreamsRelationship)
// InsertActivityStreamsRemove inserts a Remove value at the specified
// index for a property "actor". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsRemove(idx int, v ActivityStreamsRemove)
// InsertActivityStreamsService inserts a Service value at the specified
// index for a property "actor". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsService(idx int, v ActivityStreamsService)
// InsertActivityStreamsTentativeAccept inserts a TentativeAccept value at
// the specified index for a property "actor". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsTentativeAccept(idx int, v ActivityStreamsTentativeAccept)
// InsertActivityStreamsTentativeReject inserts a TentativeReject value at
// the specified index for a property "actor". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsTentativeReject(idx int, v ActivityStreamsTentativeReject)
// InsertActivityStreamsTombstone inserts a Tombstone value at the
// specified index for a property "actor". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsTombstone(idx int, v ActivityStreamsTombstone)
// InsertActivityStreamsTravel inserts a Travel value at the specified
// index for a property "actor". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsTravel(idx int, v ActivityStreamsTravel)
// InsertActivityStreamsUndo inserts a Undo value at the specified index
// for a property "actor". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsUndo(idx int, v ActivityStreamsUndo)
// InsertActivityStreamsUpdate inserts a Update value at the specified
// index for a property "actor". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsUpdate(idx int, v ActivityStreamsUpdate)
// InsertActivityStreamsVideo inserts a Video value at the specified index
// for a property "actor". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsVideo(idx int, v ActivityStreamsVideo)
// InsertActivityStreamsView inserts a View value at the specified index
// for a property "actor". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsView(idx int, v ActivityStreamsView)
// InsertFunkwhaleAlbum inserts a Album value at the specified index for a
// property "actor". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertFunkwhaleAlbum(idx int, v FunkwhaleAlbum)
// InsertFunkwhaleArtist inserts a Artist value at the specified index for
// a property "actor". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertFunkwhaleArtist(idx int, v FunkwhaleArtist)
// InsertFunkwhaleLibrary inserts a Library value at the specified index
// for a property "actor". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertFunkwhaleLibrary(idx int, v FunkwhaleLibrary)
// InsertFunkwhaleTrack inserts a Track value at the specified index for a
// property "actor". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertFunkwhaleTrack(idx int, v FunkwhaleTrack)
// InsertGoToSocialAnnounceApproval inserts a AnnounceApproval value at
// the specified index for a property "actor". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialAnnounceApproval(idx int, v GoToSocialAnnounceApproval)
// InsertGoToSocialAnnounceAuthorization inserts a AnnounceAuthorization
// value at the specified index for a property "actor". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertGoToSocialAnnounceAuthorization(idx int, v GoToSocialAnnounceAuthorization)
// InsertGoToSocialAnnounceRequest inserts a AnnounceRequest value at the
// specified index for a property "actor". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialAnnounceRequest(idx int, v GoToSocialAnnounceRequest)
// InsertGoToSocialLikeApproval inserts a LikeApproval value at the
// specified index for a property "actor". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialLikeApproval(idx int, v GoToSocialLikeApproval)
// InsertGoToSocialLikeAuthorization inserts a LikeAuthorization value at
// the specified index for a property "actor". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialLikeAuthorization(idx int, v GoToSocialLikeAuthorization)
// InsertGoToSocialLikeRequest inserts a LikeRequest value at the
// specified index for a property "actor". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// InsertGoToSocialQuoteAuthorization inserts a QuoteAuthorization value
// at the specified index for a property "actor". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialQuoteAuthorization(idx int, v GoToSocialQuoteAuthorization)
// InsertGoToSocialQuoteRequest inserts a QuoteRequest value at the
// specified index for a property "actor". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialQuoteRequest(idx int, v GoToSocialQuoteRequest)
// InsertGoToSocialReplyApproval inserts a ReplyApproval value at the
// specified index for a property "actor". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialReplyApproval(idx int, v GoToSocialReplyApproval)
// InsertGoToSocialReplyAuthorization inserts a ReplyAuthorization value
// at the specified index for a property "actor". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialReplyAuthorization(idx int, v GoToSocialReplyAuthorization)
// InsertGoToSocialReplyRequest inserts a ReplyRequest value at the
// specified index for a property "actor". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialReplyRequest(idx int, v GoToSocialReplyRequest)
// Insert inserts an IRI value at the specified index for a property
// "actor". Existing elements at that index and higher are shifted
// back once. Invalidates all iterators.
InsertIRI(idx int, v *url.URL)
// InsertLitePubEmojiReact inserts a EmojiReact value at the specified
// index for a property "actor". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertLitePubEmojiReact(idx int, v LitePubEmojiReact)
// InsertSchemaPropertyValue inserts a PropertyValue value at the
// specified index for a property "actor". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertSchemaPropertyValue(idx int, v SchemaPropertyValue)
// InsertTootEmoji inserts a Emoji value at the specified index for a
// property "actor". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertTootEmoji(idx int, v TootEmoji)
// InsertTootHashtag inserts a Hashtag value at the specified index for a
// property "actor". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertTootHashtag(idx int, v TootHashtag)
// InsertTootIdentityProof inserts a IdentityProof value at the specified
// index for a property "actor". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertTootIdentityProof(idx int, v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "actor". Invalidates all iterators. Returns an error
// if the type is not a valid one to set for this property.
InsertType(idx int, t Type) error
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex(idx int) int
// Len returns the number of values that exist for the "actor" property.
Len() (length int)
// Less computes whether another property is less than this one. Mixing
// types results in a consistent but arbitrary ordering
Less(i, j int) 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.
LessThan(o ActivityStreamsActorProperty) bool
// Name returns the name of this property ("actor") with any alias.
Name() string
// PrependActivityStreamsAccept prepends a Accept value to the front of a
// list of the property "actor". Invalidates all iterators.
PrependActivityStreamsAccept(v ActivityStreamsAccept)
// PrependActivityStreamsActivity prepends a Activity value to the front
// of a list of the property "actor". Invalidates all iterators.
PrependActivityStreamsActivity(v ActivityStreamsActivity)
// PrependActivityStreamsAdd prepends a Add value to the front of a list
// of the property "actor". Invalidates all iterators.
PrependActivityStreamsAdd(v ActivityStreamsAdd)
// PrependActivityStreamsAnnounce prepends a Announce value to the front
// of a list of the property "actor". Invalidates all iterators.
PrependActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// PrependActivityStreamsApplication prepends a Application value to the
// front of a list of the property "actor". Invalidates all iterators.
PrependActivityStreamsApplication(v ActivityStreamsApplication)
// PrependActivityStreamsArrive prepends a Arrive value to the front of a
// list of the property "actor". Invalidates all iterators.
PrependActivityStreamsArrive(v ActivityStreamsArrive)
// PrependActivityStreamsArticle prepends a Article value to the front of
// a list of the property "actor". Invalidates all iterators.
PrependActivityStreamsArticle(v ActivityStreamsArticle)
// PrependActivityStreamsAudio prepends a Audio value to the front of a
// list of the property "actor". Invalidates all iterators.
PrependActivityStreamsAudio(v ActivityStreamsAudio)
// PrependActivityStreamsBlock prepends a Block value to the front of a
// list of the property "actor". Invalidates all iterators.
PrependActivityStreamsBlock(v ActivityStreamsBlock)
// PrependActivityStreamsCollection prepends a Collection value to the
// front of a list of the property "actor". Invalidates all iterators.
PrependActivityStreamsCollection(v ActivityStreamsCollection)
// PrependActivityStreamsCollectionPage prepends a CollectionPage value to
// the front of a list of the property "actor". Invalidates all
// iterators.
PrependActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// PrependActivityStreamsCreate prepends a Create value to the front of a
// list of the property "actor". Invalidates all iterators.
PrependActivityStreamsCreate(v ActivityStreamsCreate)
// PrependActivityStreamsDelete prepends a Delete value to the front of a
// list of the property "actor". Invalidates all iterators.
PrependActivityStreamsDelete(v ActivityStreamsDelete)
// PrependActivityStreamsDislike prepends a Dislike value to the front of
// a list of the property "actor". Invalidates all iterators.
PrependActivityStreamsDislike(v ActivityStreamsDislike)
// PrependActivityStreamsDocument prepends a Document value to the front
// of a list of the property "actor". Invalidates all iterators.
PrependActivityStreamsDocument(v ActivityStreamsDocument)
// PrependActivityStreamsEvent prepends a Event value to the front of a
// list of the property "actor". Invalidates all iterators.
PrependActivityStreamsEvent(v ActivityStreamsEvent)
// PrependActivityStreamsFlag prepends a Flag value to the front of a list
// of the property "actor". Invalidates all iterators.
PrependActivityStreamsFlag(v ActivityStreamsFlag)
// PrependActivityStreamsFollow prepends a Follow value to the front of a
// list of the property "actor". Invalidates all iterators.
PrependActivityStreamsFollow(v ActivityStreamsFollow)
// PrependActivityStreamsGroup prepends a Group value to the front of a
// list of the property "actor". Invalidates all iterators.
PrependActivityStreamsGroup(v ActivityStreamsGroup)
// PrependActivityStreamsIgnore prepends a Ignore value to the front of a
// list of the property "actor". Invalidates all iterators.
PrependActivityStreamsIgnore(v ActivityStreamsIgnore)
// PrependActivityStreamsImage prepends a Image value to the front of a
// list of the property "actor". Invalidates all iterators.
PrependActivityStreamsImage(v ActivityStreamsImage)
// PrependActivityStreamsIntransitiveActivity prepends a
// IntransitiveActivity value to the front of a list of the property
// "actor". Invalidates all iterators.
PrependActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// PrependActivityStreamsInvite prepends a Invite value to the front of a
// list of the property "actor". Invalidates all iterators.
PrependActivityStreamsInvite(v ActivityStreamsInvite)
// PrependActivityStreamsJoin prepends a Join value to the front of a list
// of the property "actor". Invalidates all iterators.
PrependActivityStreamsJoin(v ActivityStreamsJoin)
// PrependActivityStreamsLeave prepends a Leave value to the front of a
// list of the property "actor". Invalidates all iterators.
PrependActivityStreamsLeave(v ActivityStreamsLeave)
// PrependActivityStreamsLike prepends a Like value to the front of a list
// of the property "actor". Invalidates all iterators.
PrependActivityStreamsLike(v ActivityStreamsLike)
// PrependActivityStreamsLink prepends a Link value to the front of a list
// of the property "actor". Invalidates all iterators.
PrependActivityStreamsLink(v ActivityStreamsLink)
// PrependActivityStreamsListen prepends a Listen value to the front of a
// list of the property "actor". Invalidates all iterators.
PrependActivityStreamsListen(v ActivityStreamsListen)
// PrependActivityStreamsMention prepends a Mention value to the front of
// a list of the property "actor". Invalidates all iterators.
PrependActivityStreamsMention(v ActivityStreamsMention)
// PrependActivityStreamsMove prepends a Move value to the front of a list
// of the property "actor". Invalidates all iterators.
PrependActivityStreamsMove(v ActivityStreamsMove)
// PrependActivityStreamsNote prepends a Note value to the front of a list
// of the property "actor". Invalidates all iterators.
PrependActivityStreamsNote(v ActivityStreamsNote)
// PrependActivityStreamsObject prepends a Object value to the front of a
// list of the property "actor". Invalidates all iterators.
PrependActivityStreamsObject(v ActivityStreamsObject)
// PrependActivityStreamsOffer prepends a Offer value to the front of a
// list of the property "actor". Invalidates all iterators.
PrependActivityStreamsOffer(v ActivityStreamsOffer)
// PrependActivityStreamsOrderedCollection prepends a OrderedCollection
// value to the front of a list of the property "actor". Invalidates
// all iterators.
PrependActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// PrependActivityStreamsOrderedCollectionPage prepends a
// OrderedCollectionPage value to the front of a list of the property
// "actor". Invalidates all iterators.
PrependActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// PrependActivityStreamsOrganization prepends a Organization value to the
// front of a list of the property "actor". Invalidates all iterators.
PrependActivityStreamsOrganization(v ActivityStreamsOrganization)
// PrependActivityStreamsPage prepends a Page value to the front of a list
// of the property "actor". Invalidates all iterators.
PrependActivityStreamsPage(v ActivityStreamsPage)
// PrependActivityStreamsPerson prepends a Person value to the front of a
// list of the property "actor". Invalidates all iterators.
PrependActivityStreamsPerson(v ActivityStreamsPerson)
// PrependActivityStreamsPlace prepends a Place value to the front of a
// list of the property "actor". Invalidates all iterators.
PrependActivityStreamsPlace(v ActivityStreamsPlace)
// PrependActivityStreamsProfile prepends a Profile value to the front of
// a list of the property "actor". Invalidates all iterators.
PrependActivityStreamsProfile(v ActivityStreamsProfile)
// PrependActivityStreamsQuestion prepends a Question value to the front
// of a list of the property "actor". Invalidates all iterators.
PrependActivityStreamsQuestion(v ActivityStreamsQuestion)
// PrependActivityStreamsRead prepends a Read value to the front of a list
// of the property "actor". Invalidates all iterators.
PrependActivityStreamsRead(v ActivityStreamsRead)
// PrependActivityStreamsReject prepends a Reject value to the front of a
// list of the property "actor". Invalidates all iterators.
PrependActivityStreamsReject(v ActivityStreamsReject)
// PrependActivityStreamsRelationship prepends a Relationship value to the
// front of a list of the property "actor". Invalidates all iterators.
PrependActivityStreamsRelationship(v ActivityStreamsRelationship)
// PrependActivityStreamsRemove prepends a Remove value to the front of a
// list of the property "actor". Invalidates all iterators.
PrependActivityStreamsRemove(v ActivityStreamsRemove)
// PrependActivityStreamsService prepends a Service value to the front of
// a list of the property "actor". Invalidates all iterators.
PrependActivityStreamsService(v ActivityStreamsService)
// PrependActivityStreamsTentativeAccept prepends a TentativeAccept value
// to the front of a list of the property "actor". Invalidates all
// iterators.
PrependActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// PrependActivityStreamsTentativeReject prepends a TentativeReject value
// to the front of a list of the property "actor". Invalidates all
// iterators.
PrependActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// PrependActivityStreamsTombstone prepends a Tombstone value to the front
// of a list of the property "actor". Invalidates all iterators.
PrependActivityStreamsTombstone(v ActivityStreamsTombstone)
// PrependActivityStreamsTravel prepends a Travel value to the front of a
// list of the property "actor". Invalidates all iterators.
PrependActivityStreamsTravel(v ActivityStreamsTravel)
// PrependActivityStreamsUndo prepends a Undo value to the front of a list
// of the property "actor". Invalidates all iterators.
PrependActivityStreamsUndo(v ActivityStreamsUndo)
// PrependActivityStreamsUpdate prepends a Update value to the front of a
// list of the property "actor". Invalidates all iterators.
PrependActivityStreamsUpdate(v ActivityStreamsUpdate)
// PrependActivityStreamsVideo prepends a Video value to the front of a
// list of the property "actor". Invalidates all iterators.
PrependActivityStreamsVideo(v ActivityStreamsVideo)
// PrependActivityStreamsView prepends a View value to the front of a list
// of the property "actor". Invalidates all iterators.
PrependActivityStreamsView(v ActivityStreamsView)
// PrependFunkwhaleAlbum prepends a Album value to the front of a list of
// the property "actor". Invalidates all iterators.
PrependFunkwhaleAlbum(v FunkwhaleAlbum)
// PrependFunkwhaleArtist prepends a Artist value to the front of a list
// of the property "actor". Invalidates all iterators.
PrependFunkwhaleArtist(v FunkwhaleArtist)
// PrependFunkwhaleLibrary prepends a Library value to the front of a list
// of the property "actor". Invalidates all iterators.
PrependFunkwhaleLibrary(v FunkwhaleLibrary)
// PrependFunkwhaleTrack prepends a Track value to the front of a list of
// the property "actor". Invalidates all iterators.
PrependFunkwhaleTrack(v FunkwhaleTrack)
// PrependGoToSocialAnnounceApproval prepends a AnnounceApproval value to
// the front of a list of the property "actor". Invalidates all
// iterators.
PrependGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// PrependGoToSocialAnnounceAuthorization prepends a AnnounceAuthorization
// value to the front of a list of the property "actor". Invalidates
// all iterators.
PrependGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// PrependGoToSocialAnnounceRequest prepends a AnnounceRequest value to
// the front of a list of the property "actor". Invalidates all
// iterators.
PrependGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// PrependGoToSocialLikeApproval prepends a LikeApproval value to the
// front of a list of the property "actor". Invalidates all iterators.
PrependGoToSocialLikeApproval(v GoToSocialLikeApproval)
// PrependGoToSocialLikeAuthorization prepends a LikeAuthorization value
// to the front of a list of the property "actor". Invalidates all
// iterators.
PrependGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// PrependGoToSocialLikeRequest prepends a LikeRequest value to the front
// of a list of the property "actor". Invalidates all iterators.
PrependGoToSocialLikeRequest(v GoToSocialLikeRequest)
// PrependGoToSocialQuoteAuthorization prepends a QuoteAuthorization value
// to the front of a list of the property "actor". Invalidates all
// iterators.
PrependGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// PrependGoToSocialQuoteRequest prepends a QuoteRequest value to the
// front of a list of the property "actor". Invalidates all iterators.
PrependGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// PrependGoToSocialReplyApproval prepends a ReplyApproval value to the
// front of a list of the property "actor". Invalidates all iterators.
PrependGoToSocialReplyApproval(v GoToSocialReplyApproval)
// PrependGoToSocialReplyAuthorization prepends a ReplyAuthorization value
// to the front of a list of the property "actor". Invalidates all
// iterators.
PrependGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// PrependGoToSocialReplyRequest prepends a ReplyRequest value to the
// front of a list of the property "actor". Invalidates all iterators.
PrependGoToSocialReplyRequest(v GoToSocialReplyRequest)
// PrependIRI prepends an IRI value to the front of a list of the property
// "actor".
PrependIRI(v *url.URL)
// PrependLitePubEmojiReact prepends a EmojiReact value to the front of a
// list of the property "actor". Invalidates all iterators.
PrependLitePubEmojiReact(v LitePubEmojiReact)
// PrependSchemaPropertyValue prepends a PropertyValue value to the front
// of a list of the property "actor". Invalidates all iterators.
PrependSchemaPropertyValue(v SchemaPropertyValue)
// PrependTootEmoji prepends a Emoji value to the front of a list of the
// property "actor". Invalidates all iterators.
PrependTootEmoji(v TootEmoji)
// PrependTootHashtag prepends a Hashtag value to the front of a list of
// the property "actor". Invalidates all iterators.
PrependTootHashtag(v TootHashtag)
// PrependTootIdentityProof prepends a IdentityProof value to the front of
// a list of the property "actor". Invalidates all iterators.
PrependTootIdentityProof(v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "actor". Invalidates all iterators. Returns an error
// if the type is not a valid one to set for this property.
PrependType(t Type) error
// Remove deletes an element at the specified index from a list of the
// property "actor", regardless of its type. Panics if the index is
// out of bounds. Invalidates all iterators.
Remove(idx int)
// 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.
Serialize() (interface{}, error)
// SetActivityStreamsAccept sets a Accept value to be at the specified
// index for the property "actor". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsAccept(idx int, v ActivityStreamsAccept)
// SetActivityStreamsActivity sets a Activity value to be at the specified
// index for the property "actor". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsActivity(idx int, v ActivityStreamsActivity)
// SetActivityStreamsAdd sets a Add value to be at the specified index for
// the property "actor". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsAdd(idx int, v ActivityStreamsAdd)
// SetActivityStreamsAnnounce sets a Announce value to be at the specified
// index for the property "actor". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsAnnounce(idx int, v ActivityStreamsAnnounce)
// SetActivityStreamsApplication sets a Application value to be at the
// specified index for the property "actor". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsApplication(idx int, v ActivityStreamsApplication)
// SetActivityStreamsArrive sets a Arrive value to be at the specified
// index for the property "actor". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsArrive(idx int, v ActivityStreamsArrive)
// SetActivityStreamsArticle sets a Article value to be at the specified
// index for the property "actor". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsArticle(idx int, v ActivityStreamsArticle)
// SetActivityStreamsAudio sets a Audio value to be at the specified index
// for the property "actor". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsAudio(idx int, v ActivityStreamsAudio)
// SetActivityStreamsBlock sets a Block value to be at the specified index
// for the property "actor". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsBlock(idx int, v ActivityStreamsBlock)
// SetActivityStreamsCollection sets a Collection value to be at the
// specified index for the property "actor". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsCollection(idx int, v ActivityStreamsCollection)
// SetActivityStreamsCollectionPage sets a CollectionPage value to be at
// the specified index for the property "actor". Panics if the index
// is out of bounds. Invalidates all iterators.
SetActivityStreamsCollectionPage(idx int, v ActivityStreamsCollectionPage)
// SetActivityStreamsCreate sets a Create value to be at the specified
// index for the property "actor". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsCreate(idx int, v ActivityStreamsCreate)
// SetActivityStreamsDelete sets a Delete value to be at the specified
// index for the property "actor". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsDelete(idx int, v ActivityStreamsDelete)
// SetActivityStreamsDislike sets a Dislike value to be at the specified
// index for the property "actor". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsDislike(idx int, v ActivityStreamsDislike)
// SetActivityStreamsDocument sets a Document value to be at the specified
// index for the property "actor". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsDocument(idx int, v ActivityStreamsDocument)
// SetActivityStreamsEvent sets a Event value to be at the specified index
// for the property "actor". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsEvent(idx int, v ActivityStreamsEvent)
// SetActivityStreamsFlag sets a Flag value to be at the specified index
// for the property "actor". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsFlag(idx int, v ActivityStreamsFlag)
// SetActivityStreamsFollow sets a Follow value to be at the specified
// index for the property "actor". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsFollow(idx int, v ActivityStreamsFollow)
// SetActivityStreamsGroup sets a Group value to be at the specified index
// for the property "actor". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsGroup(idx int, v ActivityStreamsGroup)
// SetActivityStreamsIgnore sets a Ignore value to be at the specified
// index for the property "actor". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsIgnore(idx int, v ActivityStreamsIgnore)
// SetActivityStreamsImage sets a Image value to be at the specified index
// for the property "actor". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsImage(idx int, v ActivityStreamsImage)
// SetActivityStreamsIntransitiveActivity sets a IntransitiveActivity
// value to be at the specified index for the property "actor". Panics
// if the index is out of bounds. Invalidates all iterators.
SetActivityStreamsIntransitiveActivity(idx int, v ActivityStreamsIntransitiveActivity)
// SetActivityStreamsInvite sets a Invite value to be at the specified
// index for the property "actor". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsInvite(idx int, v ActivityStreamsInvite)
// SetActivityStreamsJoin sets a Join value to be at the specified index
// for the property "actor". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsJoin(idx int, v ActivityStreamsJoin)
// SetActivityStreamsLeave sets a Leave value to be at the specified index
// for the property "actor". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsLeave(idx int, v ActivityStreamsLeave)
// SetActivityStreamsLike sets a Like value to be at the specified index
// for the property "actor". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsLike(idx int, v ActivityStreamsLike)
// SetActivityStreamsLink sets a Link value to be at the specified index
// for the property "actor". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsLink(idx int, v ActivityStreamsLink)
// SetActivityStreamsListen sets a Listen value to be at the specified
// index for the property "actor". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsListen(idx int, v ActivityStreamsListen)
// SetActivityStreamsMention sets a Mention value to be at the specified
// index for the property "actor". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsMention(idx int, v ActivityStreamsMention)
// SetActivityStreamsMove sets a Move value to be at the specified index
// for the property "actor". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsMove(idx int, v ActivityStreamsMove)
// SetActivityStreamsNote sets a Note value to be at the specified index
// for the property "actor". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsNote(idx int, v ActivityStreamsNote)
// SetActivityStreamsObject sets a Object value to be at the specified
// index for the property "actor". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsObject(idx int, v ActivityStreamsObject)
// SetActivityStreamsOffer sets a Offer value to be at the specified index
// for the property "actor". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsOffer(idx int, v ActivityStreamsOffer)
// SetActivityStreamsOrderedCollection sets a OrderedCollection value to
// be at the specified index for the property "actor". Panics if the
// index is out of bounds. Invalidates all iterators.
SetActivityStreamsOrderedCollection(idx int, v ActivityStreamsOrderedCollection)
// SetActivityStreamsOrderedCollectionPage sets a OrderedCollectionPage
// value to be at the specified index for the property "actor". Panics
// if the index is out of bounds. Invalidates all iterators.
SetActivityStreamsOrderedCollectionPage(idx int, v ActivityStreamsOrderedCollectionPage)
// SetActivityStreamsOrganization sets a Organization value to be at the
// specified index for the property "actor". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsOrganization(idx int, v ActivityStreamsOrganization)
// SetActivityStreamsPage sets a Page value to be at the specified index
// for the property "actor". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsPage(idx int, v ActivityStreamsPage)
// SetActivityStreamsPerson sets a Person value to be at the specified
// index for the property "actor". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsPerson(idx int, v ActivityStreamsPerson)
// SetActivityStreamsPlace sets a Place value to be at the specified index
// for the property "actor". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsPlace(idx int, v ActivityStreamsPlace)
// SetActivityStreamsProfile sets a Profile value to be at the specified
// index for the property "actor". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsProfile(idx int, v ActivityStreamsProfile)
// SetActivityStreamsQuestion sets a Question value to be at the specified
// index for the property "actor". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsQuestion(idx int, v ActivityStreamsQuestion)
// SetActivityStreamsRead sets a Read value to be at the specified index
// for the property "actor". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsRead(idx int, v ActivityStreamsRead)
// SetActivityStreamsReject sets a Reject value to be at the specified
// index for the property "actor". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsReject(idx int, v ActivityStreamsReject)
// SetActivityStreamsRelationship sets a Relationship value to be at the
// specified index for the property "actor". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsRelationship(idx int, v ActivityStreamsRelationship)
// SetActivityStreamsRemove sets a Remove value to be at the specified
// index for the property "actor". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsRemove(idx int, v ActivityStreamsRemove)
// SetActivityStreamsService sets a Service value to be at the specified
// index for the property "actor". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsService(idx int, v ActivityStreamsService)
// SetActivityStreamsTentativeAccept sets a TentativeAccept value to be at
// the specified index for the property "actor". Panics if the index
// is out of bounds. Invalidates all iterators.
SetActivityStreamsTentativeAccept(idx int, v ActivityStreamsTentativeAccept)
// SetActivityStreamsTentativeReject sets a TentativeReject value to be at
// the specified index for the property "actor". Panics if the index
// is out of bounds. Invalidates all iterators.
SetActivityStreamsTentativeReject(idx int, v ActivityStreamsTentativeReject)
// SetActivityStreamsTombstone sets a Tombstone value to be at the
// specified index for the property "actor". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsTombstone(idx int, v ActivityStreamsTombstone)
// SetActivityStreamsTravel sets a Travel value to be at the specified
// index for the property "actor". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsTravel(idx int, v ActivityStreamsTravel)
// SetActivityStreamsUndo sets a Undo value to be at the specified index
// for the property "actor". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsUndo(idx int, v ActivityStreamsUndo)
// SetActivityStreamsUpdate sets a Update value to be at the specified
// index for the property "actor". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsUpdate(idx int, v ActivityStreamsUpdate)
// SetActivityStreamsVideo sets a Video value to be at the specified index
// for the property "actor". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsVideo(idx int, v ActivityStreamsVideo)
// SetActivityStreamsView sets a View value to be at the specified index
// for the property "actor". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsView(idx int, v ActivityStreamsView)
// SetFunkwhaleAlbum sets a Album value to be at the specified index for
// the property "actor". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleAlbum(idx int, v FunkwhaleAlbum)
// SetFunkwhaleArtist sets a Artist value to be at the specified index for
// the property "actor". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleArtist(idx int, v FunkwhaleArtist)
// SetFunkwhaleLibrary sets a Library value to be at the specified index
// for the property "actor". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleLibrary(idx int, v FunkwhaleLibrary)
// SetFunkwhaleTrack sets a Track value to be at the specified index for
// the property "actor". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleTrack(idx int, v FunkwhaleTrack)
// SetGoToSocialAnnounceApproval sets a AnnounceApproval value to be at
// the specified index for the property "actor". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceApproval(idx int, v GoToSocialAnnounceApproval)
// SetGoToSocialAnnounceAuthorization sets a AnnounceAuthorization value
// to be at the specified index for the property "actor". Panics if
// the index is out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceAuthorization(idx int, v GoToSocialAnnounceAuthorization)
// SetGoToSocialAnnounceRequest sets a AnnounceRequest value to be at the
// specified index for the property "actor". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceRequest(idx int, v GoToSocialAnnounceRequest)
// SetGoToSocialLikeApproval sets a LikeApproval value to be at the
// specified index for the property "actor". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialLikeApproval(idx int, v GoToSocialLikeApproval)
// SetGoToSocialLikeAuthorization sets a LikeAuthorization value to be at
// the specified index for the property "actor". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialLikeAuthorization(idx int, v GoToSocialLikeAuthorization)
// SetGoToSocialLikeRequest sets a LikeRequest value to be at the
// specified index for the property "actor". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// SetGoToSocialQuoteAuthorization sets a QuoteAuthorization value to be
// at the specified index for the property "actor". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialQuoteAuthorization(idx int, v GoToSocialQuoteAuthorization)
// SetGoToSocialQuoteRequest sets a QuoteRequest value to be at the
// specified index for the property "actor". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialQuoteRequest(idx int, v GoToSocialQuoteRequest)
// SetGoToSocialReplyApproval sets a ReplyApproval value to be at the
// specified index for the property "actor". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialReplyApproval(idx int, v GoToSocialReplyApproval)
// SetGoToSocialReplyAuthorization sets a ReplyAuthorization value to be
// at the specified index for the property "actor". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialReplyAuthorization(idx int, v GoToSocialReplyAuthorization)
// SetGoToSocialReplyRequest sets a ReplyRequest value to be at the
// specified index for the property "actor". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialReplyRequest(idx int, v GoToSocialReplyRequest)
// SetIRI sets an IRI value to be at the specified index for the property
// "actor". Panics if the index is out of bounds.
SetIRI(idx int, v *url.URL)
// SetLitePubEmojiReact sets a EmojiReact value to be at the specified
// index for the property "actor". Panics if the index is out of
// bounds. Invalidates all iterators.
SetLitePubEmojiReact(idx int, v LitePubEmojiReact)
// SetSchemaPropertyValue sets a PropertyValue value to be at the
// specified index for the property "actor". Panics if the index is
// out of bounds. Invalidates all iterators.
SetSchemaPropertyValue(idx int, v SchemaPropertyValue)
// SetTootEmoji sets a Emoji value to be at the specified index for the
// property "actor". Panics if the index is out of bounds. Invalidates
// all iterators.
SetTootEmoji(idx int, v TootEmoji)
// SetTootHashtag sets a Hashtag value to be at the specified index for
// the property "actor". Panics if the index is out of bounds.
// Invalidates all iterators.
SetTootHashtag(idx int, v TootHashtag)
// SetTootIdentityProof sets a IdentityProof value to be at the specified
// index for the property "actor". Panics if the index is out of
// bounds. Invalidates all iterators.
SetTootIdentityProof(idx int, v TootIdentityProof)
// SetType sets an arbitrary type value to the specified index of the
// property "actor". 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.
SetType(idx int, t Type) error
// Swap swaps the location of values at two indices for the "actor"
// property.
Swap(i, j int)
}
Describes one or more entities that either performed or are expected to perform the activity. Any single activity can have multiple actors. The actor MAY be specified using an indirect Link.
Example 63 (https://www.w3.org/TR/activitystreams-vocabulary/#ex59-jsonld):
{
"actor": "http://sally.example.org",
"object": "http://example.org/foo",
"summary": "Sally offered the Foo object",
"type": "Offer"
}
Example 64 (https://www.w3.org/TR/activitystreams-vocabulary/#ex60-jsonld):
{
"actor": {
"id": "http://sally.example.org",
"summary": "Sally",
"type": "Person"
},
"object": "http://example.org/foo",
"summary": "Sally offered the Foo object",
"type": "Offer"
}
Example 65 (https://www.w3.org/TR/activitystreams-vocabulary/#ex61-jsonld):
{
"actor": [
"http://joe.example.org",
{
"id": "http://sally.example.org",
"name": "Sally",
"type": "Person"
}
],
"object": "http://example.org/foo",
"summary": "Sally and Joe offered the Foo object",
"type": "Offer"
}
type ActivityStreamsActorPropertyIterator ¶
type ActivityStreamsActorPropertyIterator interface {
// GetActivityStreamsAccept returns the value of this property. When
// IsActivityStreamsAccept returns false, GetActivityStreamsAccept
// will return an arbitrary value.
GetActivityStreamsAccept() ActivityStreamsAccept
// GetActivityStreamsActivity returns the value of this property. When
// IsActivityStreamsActivity returns false, GetActivityStreamsActivity
// will return an arbitrary value.
GetActivityStreamsActivity() ActivityStreamsActivity
// GetActivityStreamsAdd returns the value of this property. When
// IsActivityStreamsAdd returns false, GetActivityStreamsAdd will
// return an arbitrary value.
GetActivityStreamsAdd() ActivityStreamsAdd
// GetActivityStreamsAnnounce returns the value of this property. When
// IsActivityStreamsAnnounce returns false, GetActivityStreamsAnnounce
// will return an arbitrary value.
GetActivityStreamsAnnounce() ActivityStreamsAnnounce
// GetActivityStreamsApplication returns the value of this property. When
// IsActivityStreamsApplication returns false,
// GetActivityStreamsApplication will return an arbitrary value.
GetActivityStreamsApplication() ActivityStreamsApplication
// GetActivityStreamsArrive returns the value of this property. When
// IsActivityStreamsArrive returns false, GetActivityStreamsArrive
// will return an arbitrary value.
GetActivityStreamsArrive() ActivityStreamsArrive
// GetActivityStreamsArticle returns the value of this property. When
// IsActivityStreamsArticle returns false, GetActivityStreamsArticle
// will return an arbitrary value.
GetActivityStreamsArticle() ActivityStreamsArticle
// GetActivityStreamsAudio returns the value of this property. When
// IsActivityStreamsAudio returns false, GetActivityStreamsAudio will
// return an arbitrary value.
GetActivityStreamsAudio() ActivityStreamsAudio
// GetActivityStreamsBlock returns the value of this property. When
// IsActivityStreamsBlock returns false, GetActivityStreamsBlock will
// return an arbitrary value.
GetActivityStreamsBlock() ActivityStreamsBlock
// GetActivityStreamsCollection returns the value of this property. When
// IsActivityStreamsCollection returns false,
// GetActivityStreamsCollection will return an arbitrary value.
GetActivityStreamsCollection() ActivityStreamsCollection
// GetActivityStreamsCollectionPage returns the value of this property.
// When IsActivityStreamsCollectionPage returns false,
// GetActivityStreamsCollectionPage will return an arbitrary value.
GetActivityStreamsCollectionPage() ActivityStreamsCollectionPage
// GetActivityStreamsCreate returns the value of this property. When
// IsActivityStreamsCreate returns false, GetActivityStreamsCreate
// will return an arbitrary value.
GetActivityStreamsCreate() ActivityStreamsCreate
// GetActivityStreamsDelete returns the value of this property. When
// IsActivityStreamsDelete returns false, GetActivityStreamsDelete
// will return an arbitrary value.
GetActivityStreamsDelete() ActivityStreamsDelete
// GetActivityStreamsDislike returns the value of this property. When
// IsActivityStreamsDislike returns false, GetActivityStreamsDislike
// will return an arbitrary value.
GetActivityStreamsDislike() ActivityStreamsDislike
// GetActivityStreamsDocument returns the value of this property. When
// IsActivityStreamsDocument returns false, GetActivityStreamsDocument
// will return an arbitrary value.
GetActivityStreamsDocument() ActivityStreamsDocument
// GetActivityStreamsEvent returns the value of this property. When
// IsActivityStreamsEvent returns false, GetActivityStreamsEvent will
// return an arbitrary value.
GetActivityStreamsEvent() ActivityStreamsEvent
// GetActivityStreamsFlag returns the value of this property. When
// IsActivityStreamsFlag returns false, GetActivityStreamsFlag will
// return an arbitrary value.
GetActivityStreamsFlag() ActivityStreamsFlag
// GetActivityStreamsFollow returns the value of this property. When
// IsActivityStreamsFollow returns false, GetActivityStreamsFollow
// will return an arbitrary value.
GetActivityStreamsFollow() ActivityStreamsFollow
// GetActivityStreamsGroup returns the value of this property. When
// IsActivityStreamsGroup returns false, GetActivityStreamsGroup will
// return an arbitrary value.
GetActivityStreamsGroup() ActivityStreamsGroup
// GetActivityStreamsIgnore returns the value of this property. When
// IsActivityStreamsIgnore returns false, GetActivityStreamsIgnore
// will return an arbitrary value.
GetActivityStreamsIgnore() ActivityStreamsIgnore
// GetActivityStreamsImage returns the value of this property. When
// IsActivityStreamsImage returns false, GetActivityStreamsImage will
// return an arbitrary value.
GetActivityStreamsImage() ActivityStreamsImage
// GetActivityStreamsIntransitiveActivity returns the value of this
// property. When IsActivityStreamsIntransitiveActivity returns false,
// GetActivityStreamsIntransitiveActivity will return an arbitrary
// value.
GetActivityStreamsIntransitiveActivity() ActivityStreamsIntransitiveActivity
// GetActivityStreamsInvite returns the value of this property. When
// IsActivityStreamsInvite returns false, GetActivityStreamsInvite
// will return an arbitrary value.
GetActivityStreamsInvite() ActivityStreamsInvite
// GetActivityStreamsJoin returns the value of this property. When
// IsActivityStreamsJoin returns false, GetActivityStreamsJoin will
// return an arbitrary value.
GetActivityStreamsJoin() ActivityStreamsJoin
// GetActivityStreamsLeave returns the value of this property. When
// IsActivityStreamsLeave returns false, GetActivityStreamsLeave will
// return an arbitrary value.
GetActivityStreamsLeave() ActivityStreamsLeave
// GetActivityStreamsLike returns the value of this property. When
// IsActivityStreamsLike returns false, GetActivityStreamsLike will
// return an arbitrary value.
GetActivityStreamsLike() ActivityStreamsLike
// GetActivityStreamsLink returns the value of this property. When
// IsActivityStreamsLink returns false, GetActivityStreamsLink will
// return an arbitrary value.
GetActivityStreamsLink() ActivityStreamsLink
// GetActivityStreamsListen returns the value of this property. When
// IsActivityStreamsListen returns false, GetActivityStreamsListen
// will return an arbitrary value.
GetActivityStreamsListen() ActivityStreamsListen
// GetActivityStreamsMention returns the value of this property. When
// IsActivityStreamsMention returns false, GetActivityStreamsMention
// will return an arbitrary value.
GetActivityStreamsMention() ActivityStreamsMention
// GetActivityStreamsMove returns the value of this property. When
// IsActivityStreamsMove returns false, GetActivityStreamsMove will
// return an arbitrary value.
GetActivityStreamsMove() ActivityStreamsMove
// GetActivityStreamsNote returns the value of this property. When
// IsActivityStreamsNote returns false, GetActivityStreamsNote will
// return an arbitrary value.
GetActivityStreamsNote() ActivityStreamsNote
// GetActivityStreamsObject returns the value of this property. When
// IsActivityStreamsObject returns false, GetActivityStreamsObject
// will return an arbitrary value.
GetActivityStreamsObject() ActivityStreamsObject
// GetActivityStreamsOffer returns the value of this property. When
// IsActivityStreamsOffer returns false, GetActivityStreamsOffer will
// return an arbitrary value.
GetActivityStreamsOffer() ActivityStreamsOffer
// GetActivityStreamsOrderedCollection returns the value of this property.
// When IsActivityStreamsOrderedCollection returns false,
// GetActivityStreamsOrderedCollection will return an arbitrary value.
GetActivityStreamsOrderedCollection() ActivityStreamsOrderedCollection
// GetActivityStreamsOrderedCollectionPage returns the value of this
// property. When IsActivityStreamsOrderedCollectionPage returns
// false, GetActivityStreamsOrderedCollectionPage will return an
// arbitrary value.
GetActivityStreamsOrderedCollectionPage() ActivityStreamsOrderedCollectionPage
// GetActivityStreamsOrganization returns the value of this property. When
// IsActivityStreamsOrganization returns false,
// GetActivityStreamsOrganization will return an arbitrary value.
GetActivityStreamsOrganization() ActivityStreamsOrganization
// GetActivityStreamsPage returns the value of this property. When
// IsActivityStreamsPage returns false, GetActivityStreamsPage will
// return an arbitrary value.
GetActivityStreamsPage() ActivityStreamsPage
// GetActivityStreamsPerson returns the value of this property. When
// IsActivityStreamsPerson returns false, GetActivityStreamsPerson
// will return an arbitrary value.
GetActivityStreamsPerson() ActivityStreamsPerson
// GetActivityStreamsPlace returns the value of this property. When
// IsActivityStreamsPlace returns false, GetActivityStreamsPlace will
// return an arbitrary value.
GetActivityStreamsPlace() ActivityStreamsPlace
// GetActivityStreamsProfile returns the value of this property. When
// IsActivityStreamsProfile returns false, GetActivityStreamsProfile
// will return an arbitrary value.
GetActivityStreamsProfile() ActivityStreamsProfile
// GetActivityStreamsQuestion returns the value of this property. When
// IsActivityStreamsQuestion returns false, GetActivityStreamsQuestion
// will return an arbitrary value.
GetActivityStreamsQuestion() ActivityStreamsQuestion
// GetActivityStreamsRead returns the value of this property. When
// IsActivityStreamsRead returns false, GetActivityStreamsRead will
// return an arbitrary value.
GetActivityStreamsRead() ActivityStreamsRead
// GetActivityStreamsReject returns the value of this property. When
// IsActivityStreamsReject returns false, GetActivityStreamsReject
// will return an arbitrary value.
GetActivityStreamsReject() ActivityStreamsReject
// GetActivityStreamsRelationship returns the value of this property. When
// IsActivityStreamsRelationship returns false,
// GetActivityStreamsRelationship will return an arbitrary value.
GetActivityStreamsRelationship() ActivityStreamsRelationship
// GetActivityStreamsRemove returns the value of this property. When
// IsActivityStreamsRemove returns false, GetActivityStreamsRemove
// will return an arbitrary value.
GetActivityStreamsRemove() ActivityStreamsRemove
// GetActivityStreamsService returns the value of this property. When
// IsActivityStreamsService returns false, GetActivityStreamsService
// will return an arbitrary value.
GetActivityStreamsService() ActivityStreamsService
// GetActivityStreamsTentativeAccept returns the value of this property.
// When IsActivityStreamsTentativeAccept returns false,
// GetActivityStreamsTentativeAccept will return an arbitrary value.
GetActivityStreamsTentativeAccept() ActivityStreamsTentativeAccept
// GetActivityStreamsTentativeReject returns the value of this property.
// When IsActivityStreamsTentativeReject returns false,
// GetActivityStreamsTentativeReject will return an arbitrary value.
GetActivityStreamsTentativeReject() ActivityStreamsTentativeReject
// GetActivityStreamsTombstone returns the value of this property. When
// IsActivityStreamsTombstone returns false,
// GetActivityStreamsTombstone will return an arbitrary value.
GetActivityStreamsTombstone() ActivityStreamsTombstone
// GetActivityStreamsTravel returns the value of this property. When
// IsActivityStreamsTravel returns false, GetActivityStreamsTravel
// will return an arbitrary value.
GetActivityStreamsTravel() ActivityStreamsTravel
// GetActivityStreamsUndo returns the value of this property. When
// IsActivityStreamsUndo returns false, GetActivityStreamsUndo will
// return an arbitrary value.
GetActivityStreamsUndo() ActivityStreamsUndo
// GetActivityStreamsUpdate returns the value of this property. When
// IsActivityStreamsUpdate returns false, GetActivityStreamsUpdate
// will return an arbitrary value.
GetActivityStreamsUpdate() ActivityStreamsUpdate
// GetActivityStreamsVideo returns the value of this property. When
// IsActivityStreamsVideo returns false, GetActivityStreamsVideo will
// return an arbitrary value.
GetActivityStreamsVideo() ActivityStreamsVideo
// GetActivityStreamsView returns the value of this property. When
// IsActivityStreamsView returns false, GetActivityStreamsView will
// return an arbitrary value.
GetActivityStreamsView() ActivityStreamsView
// GetFunkwhaleAlbum returns the value of this property. When
// IsFunkwhaleAlbum returns false, GetFunkwhaleAlbum will return an
// arbitrary value.
GetFunkwhaleAlbum() FunkwhaleAlbum
// GetFunkwhaleArtist returns the value of this property. When
// IsFunkwhaleArtist returns false, GetFunkwhaleArtist will return an
// arbitrary value.
GetFunkwhaleArtist() FunkwhaleArtist
// GetFunkwhaleLibrary returns the value of this property. When
// IsFunkwhaleLibrary returns false, GetFunkwhaleLibrary will return
// an arbitrary value.
GetFunkwhaleLibrary() FunkwhaleLibrary
// GetFunkwhaleTrack returns the value of this property. When
// IsFunkwhaleTrack returns false, GetFunkwhaleTrack will return an
// arbitrary value.
GetFunkwhaleTrack() FunkwhaleTrack
// GetGoToSocialAnnounceApproval returns the value of this property. When
// IsGoToSocialAnnounceApproval returns false,
// GetGoToSocialAnnounceApproval will return an arbitrary value.
GetGoToSocialAnnounceApproval() GoToSocialAnnounceApproval
// GetGoToSocialAnnounceAuthorization returns the value of this property.
// When IsGoToSocialAnnounceAuthorization returns false,
// GetGoToSocialAnnounceAuthorization will return an arbitrary value.
GetGoToSocialAnnounceAuthorization() GoToSocialAnnounceAuthorization
// GetGoToSocialAnnounceRequest returns the value of this property. When
// IsGoToSocialAnnounceRequest returns false,
// GetGoToSocialAnnounceRequest will return an arbitrary value.
GetGoToSocialAnnounceRequest() GoToSocialAnnounceRequest
// GetGoToSocialLikeApproval returns the value of this property. When
// IsGoToSocialLikeApproval returns false, GetGoToSocialLikeApproval
// will return an arbitrary value.
GetGoToSocialLikeApproval() GoToSocialLikeApproval
// GetGoToSocialLikeAuthorization returns the value of this property. When
// IsGoToSocialLikeAuthorization returns false,
// GetGoToSocialLikeAuthorization will return an arbitrary value.
GetGoToSocialLikeAuthorization() GoToSocialLikeAuthorization
// GetGoToSocialLikeRequest returns the value of this property. When
// IsGoToSocialLikeRequest returns false, GetGoToSocialLikeRequest
// will return an arbitrary value.
GetGoToSocialLikeRequest() GoToSocialLikeRequest
// GetGoToSocialQuoteAuthorization returns the value of this property.
// When IsGoToSocialQuoteAuthorization returns false,
// GetGoToSocialQuoteAuthorization will return an arbitrary value.
GetGoToSocialQuoteAuthorization() GoToSocialQuoteAuthorization
// GetGoToSocialQuoteRequest returns the value of this property. When
// IsGoToSocialQuoteRequest returns false, GetGoToSocialQuoteRequest
// will return an arbitrary value.
GetGoToSocialQuoteRequest() GoToSocialQuoteRequest
// GetGoToSocialReplyApproval returns the value of this property. When
// IsGoToSocialReplyApproval returns false, GetGoToSocialReplyApproval
// will return an arbitrary value.
GetGoToSocialReplyApproval() GoToSocialReplyApproval
// GetGoToSocialReplyAuthorization returns the value of this property.
// When IsGoToSocialReplyAuthorization returns false,
// GetGoToSocialReplyAuthorization will return an arbitrary value.
GetGoToSocialReplyAuthorization() GoToSocialReplyAuthorization
// GetGoToSocialReplyRequest returns the value of this property. When
// IsGoToSocialReplyRequest returns false, GetGoToSocialReplyRequest
// will return an arbitrary value.
GetGoToSocialReplyRequest() GoToSocialReplyRequest
// GetIRI returns the IRI of this property. When IsIRI returns false,
// GetIRI will return an arbitrary value.
GetIRI() *url.URL
// GetLitePubEmojiReact returns the value of this property. When
// IsLitePubEmojiReact returns false, GetLitePubEmojiReact will return
// an arbitrary value.
GetLitePubEmojiReact() LitePubEmojiReact
// GetSchemaPropertyValue returns the value of this property. When
// IsSchemaPropertyValue returns false, GetSchemaPropertyValue will
// return an arbitrary value.
GetSchemaPropertyValue() SchemaPropertyValue
// GetTootEmoji returns the value of this property. When IsTootEmoji
// returns false, GetTootEmoji will return an arbitrary value.
GetTootEmoji() TootEmoji
// GetTootHashtag returns the value of this property. When IsTootHashtag
// returns false, GetTootHashtag will return an arbitrary value.
GetTootHashtag() TootHashtag
// GetTootIdentityProof returns the value of this property. When
// IsTootIdentityProof returns false, GetTootIdentityProof will return
// an arbitrary value.
GetTootIdentityProof() TootIdentityProof
// 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.
GetType() Type
// HasAny returns true if any of the different values is set.
HasAny() 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.
IsActivityStreamsAccept() 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.
IsActivityStreamsActivity() 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.
IsActivityStreamsAdd() 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.
IsActivityStreamsAnnounce() 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.
IsActivityStreamsApplication() 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.
IsActivityStreamsArrive() 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.
IsActivityStreamsArticle() 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.
IsActivityStreamsAudio() 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.
IsActivityStreamsBlock() 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.
IsActivityStreamsCollection() 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.
IsActivityStreamsCollectionPage() 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.
IsActivityStreamsCreate() 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.
IsActivityStreamsDelete() 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.
IsActivityStreamsDislike() 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.
IsActivityStreamsDocument() 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.
IsActivityStreamsEvent() 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.
IsActivityStreamsFlag() 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.
IsActivityStreamsFollow() 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.
IsActivityStreamsGroup() 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.
IsActivityStreamsIgnore() 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.
IsActivityStreamsImage() 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.
IsActivityStreamsIntransitiveActivity() 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.
IsActivityStreamsInvite() 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.
IsActivityStreamsJoin() 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.
IsActivityStreamsLeave() 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.
IsActivityStreamsLike() 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.
IsActivityStreamsLink() 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.
IsActivityStreamsListen() 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.
IsActivityStreamsMention() 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.
IsActivityStreamsMove() 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.
IsActivityStreamsNote() 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.
IsActivityStreamsObject() 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.
IsActivityStreamsOffer() 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.
IsActivityStreamsOrderedCollection() 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.
IsActivityStreamsOrderedCollectionPage() 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.
IsActivityStreamsOrganization() 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.
IsActivityStreamsPage() 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.
IsActivityStreamsPerson() 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.
IsActivityStreamsPlace() 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.
IsActivityStreamsProfile() 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.
IsActivityStreamsQuestion() 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.
IsActivityStreamsRead() 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.
IsActivityStreamsReject() 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.
IsActivityStreamsRelationship() 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.
IsActivityStreamsRemove() 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.
IsActivityStreamsService() 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.
IsActivityStreamsTentativeAccept() 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.
IsActivityStreamsTentativeReject() 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.
IsActivityStreamsTombstone() 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.
IsActivityStreamsTravel() 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.
IsActivityStreamsUndo() 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.
IsActivityStreamsUpdate() 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.
IsActivityStreamsVideo() 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.
IsActivityStreamsView() bool
// IsFunkwhaleAlbum returns true if this property has a type of "Album".
// When true, use the GetFunkwhaleAlbum and SetFunkwhaleAlbum methods
// to access and set this property.
IsFunkwhaleAlbum() bool
// IsFunkwhaleArtist returns true if this property has a type of "Artist".
// When true, use the GetFunkwhaleArtist and SetFunkwhaleArtist
// methods to access and set this property.
IsFunkwhaleArtist() bool
// IsFunkwhaleLibrary returns true if this property has a type of
// "Library". When true, use the GetFunkwhaleLibrary and
// SetFunkwhaleLibrary methods to access and set this property.
IsFunkwhaleLibrary() bool
// IsFunkwhaleTrack returns true if this property has a type of "Track".
// When true, use the GetFunkwhaleTrack and SetFunkwhaleTrack methods
// to access and set this property.
IsFunkwhaleTrack() bool
// IsGoToSocialAnnounceApproval returns true if this property has a type
// of "AnnounceApproval". When true, use the
// GetGoToSocialAnnounceApproval and SetGoToSocialAnnounceApproval
// methods to access and set this property.
IsGoToSocialAnnounceApproval() bool
// IsGoToSocialAnnounceAuthorization returns true if this property has a
// type of "AnnounceAuthorization". When true, use the
// GetGoToSocialAnnounceAuthorization and
// SetGoToSocialAnnounceAuthorization methods to access and set this
// property.
IsGoToSocialAnnounceAuthorization() bool
// IsGoToSocialAnnounceRequest returns true if this property has a type of
// "AnnounceRequest". When true, use the GetGoToSocialAnnounceRequest
// and SetGoToSocialAnnounceRequest methods to access and set this
// property.
IsGoToSocialAnnounceRequest() bool
// IsGoToSocialLikeApproval returns true if this property has a type of
// "LikeApproval". When true, use the GetGoToSocialLikeApproval and
// SetGoToSocialLikeApproval methods to access and set this property.
IsGoToSocialLikeApproval() bool
// IsGoToSocialLikeAuthorization returns true if this property has a type
// of "LikeAuthorization". When true, use the
// GetGoToSocialLikeAuthorization and SetGoToSocialLikeAuthorization
// methods to access and set this property.
IsGoToSocialLikeAuthorization() bool
// IsGoToSocialLikeRequest returns true if this property has a type of
// "LikeRequest". When true, use the GetGoToSocialLikeRequest and
// SetGoToSocialLikeRequest methods to access and set this property.
IsGoToSocialLikeRequest() bool
// IsGoToSocialQuoteAuthorization returns true if this property has a type
// of "QuoteAuthorization". When true, use the
// GetGoToSocialQuoteAuthorization and SetGoToSocialQuoteAuthorization
// methods to access and set this property.
IsGoToSocialQuoteAuthorization() bool
// IsGoToSocialQuoteRequest returns true if this property has a type of
// "QuoteRequest". When true, use the GetGoToSocialQuoteRequest and
// SetGoToSocialQuoteRequest methods to access and set this property.
IsGoToSocialQuoteRequest() bool
// IsGoToSocialReplyApproval returns true if this property has a type of
// "ReplyApproval". When true, use the GetGoToSocialReplyApproval and
// SetGoToSocialReplyApproval methods to access and set this property.
IsGoToSocialReplyApproval() bool
// IsGoToSocialReplyAuthorization returns true if this property has a type
// of "ReplyAuthorization". When true, use the
// GetGoToSocialReplyAuthorization and SetGoToSocialReplyAuthorization
// methods to access and set this property.
IsGoToSocialReplyAuthorization() bool
// IsGoToSocialReplyRequest returns true if this property has a type of
// "ReplyRequest". When true, use the GetGoToSocialReplyRequest and
// SetGoToSocialReplyRequest methods to access and set this property.
IsGoToSocialReplyRequest() bool
// IsIRI returns true if this property is an IRI. When true, use GetIRI
// and SetIRI to access and set this property
IsIRI() bool
// IsLitePubEmojiReact returns true if this property has a type of
// "EmojiReact". When true, use the GetLitePubEmojiReact and
// SetLitePubEmojiReact methods to access and set this property.
IsLitePubEmojiReact() 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.
IsSchemaPropertyValue() 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.
IsTootEmoji() 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.
IsTootHashtag() 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.
IsTootIdentityProof() bool
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex() int
// 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.
LessThan(o ActivityStreamsActorPropertyIterator) bool
// Name returns the name of this property: "ActivityStreamsActor".
Name() string
// Next returns the next iterator, or nil if there is no next iterator.
Next() ActivityStreamsActorPropertyIterator
// Prev returns the previous iterator, or nil if there is no previous
// iterator.
Prev() ActivityStreamsActorPropertyIterator
// SetActivityStreamsAccept sets the value of this property. Calling
// IsActivityStreamsAccept afterwards returns true.
SetActivityStreamsAccept(v ActivityStreamsAccept)
// SetActivityStreamsActivity sets the value of this property. Calling
// IsActivityStreamsActivity afterwards returns true.
SetActivityStreamsActivity(v ActivityStreamsActivity)
// SetActivityStreamsAdd sets the value of this property. Calling
// IsActivityStreamsAdd afterwards returns true.
SetActivityStreamsAdd(v ActivityStreamsAdd)
// SetActivityStreamsAnnounce sets the value of this property. Calling
// IsActivityStreamsAnnounce afterwards returns true.
SetActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// SetActivityStreamsApplication sets the value of this property. Calling
// IsActivityStreamsApplication afterwards returns true.
SetActivityStreamsApplication(v ActivityStreamsApplication)
// SetActivityStreamsArrive sets the value of this property. Calling
// IsActivityStreamsArrive afterwards returns true.
SetActivityStreamsArrive(v ActivityStreamsArrive)
// SetActivityStreamsArticle sets the value of this property. Calling
// IsActivityStreamsArticle afterwards returns true.
SetActivityStreamsArticle(v ActivityStreamsArticle)
// SetActivityStreamsAudio sets the value of this property. Calling
// IsActivityStreamsAudio afterwards returns true.
SetActivityStreamsAudio(v ActivityStreamsAudio)
// SetActivityStreamsBlock sets the value of this property. Calling
// IsActivityStreamsBlock afterwards returns true.
SetActivityStreamsBlock(v ActivityStreamsBlock)
// SetActivityStreamsCollection sets the value of this property. Calling
// IsActivityStreamsCollection afterwards returns true.
SetActivityStreamsCollection(v ActivityStreamsCollection)
// SetActivityStreamsCollectionPage sets the value of this property.
// Calling IsActivityStreamsCollectionPage afterwards returns true.
SetActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// SetActivityStreamsCreate sets the value of this property. Calling
// IsActivityStreamsCreate afterwards returns true.
SetActivityStreamsCreate(v ActivityStreamsCreate)
// SetActivityStreamsDelete sets the value of this property. Calling
// IsActivityStreamsDelete afterwards returns true.
SetActivityStreamsDelete(v ActivityStreamsDelete)
// SetActivityStreamsDislike sets the value of this property. Calling
// IsActivityStreamsDislike afterwards returns true.
SetActivityStreamsDislike(v ActivityStreamsDislike)
// SetActivityStreamsDocument sets the value of this property. Calling
// IsActivityStreamsDocument afterwards returns true.
SetActivityStreamsDocument(v ActivityStreamsDocument)
// SetActivityStreamsEvent sets the value of this property. Calling
// IsActivityStreamsEvent afterwards returns true.
SetActivityStreamsEvent(v ActivityStreamsEvent)
// SetActivityStreamsFlag sets the value of this property. Calling
// IsActivityStreamsFlag afterwards returns true.
SetActivityStreamsFlag(v ActivityStreamsFlag)
// SetActivityStreamsFollow sets the value of this property. Calling
// IsActivityStreamsFollow afterwards returns true.
SetActivityStreamsFollow(v ActivityStreamsFollow)
// SetActivityStreamsGroup sets the value of this property. Calling
// IsActivityStreamsGroup afterwards returns true.
SetActivityStreamsGroup(v ActivityStreamsGroup)
// SetActivityStreamsIgnore sets the value of this property. Calling
// IsActivityStreamsIgnore afterwards returns true.
SetActivityStreamsIgnore(v ActivityStreamsIgnore)
// SetActivityStreamsImage sets the value of this property. Calling
// IsActivityStreamsImage afterwards returns true.
SetActivityStreamsImage(v ActivityStreamsImage)
// SetActivityStreamsIntransitiveActivity sets the value of this property.
// Calling IsActivityStreamsIntransitiveActivity afterwards returns
// true.
SetActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// SetActivityStreamsInvite sets the value of this property. Calling
// IsActivityStreamsInvite afterwards returns true.
SetActivityStreamsInvite(v ActivityStreamsInvite)
// SetActivityStreamsJoin sets the value of this property. Calling
// IsActivityStreamsJoin afterwards returns true.
SetActivityStreamsJoin(v ActivityStreamsJoin)
// SetActivityStreamsLeave sets the value of this property. Calling
// IsActivityStreamsLeave afterwards returns true.
SetActivityStreamsLeave(v ActivityStreamsLeave)
// SetActivityStreamsLike sets the value of this property. Calling
// IsActivityStreamsLike afterwards returns true.
SetActivityStreamsLike(v ActivityStreamsLike)
// SetActivityStreamsLink sets the value of this property. Calling
// IsActivityStreamsLink afterwards returns true.
SetActivityStreamsLink(v ActivityStreamsLink)
// SetActivityStreamsListen sets the value of this property. Calling
// IsActivityStreamsListen afterwards returns true.
SetActivityStreamsListen(v ActivityStreamsListen)
// SetActivityStreamsMention sets the value of this property. Calling
// IsActivityStreamsMention afterwards returns true.
SetActivityStreamsMention(v ActivityStreamsMention)
// SetActivityStreamsMove sets the value of this property. Calling
// IsActivityStreamsMove afterwards returns true.
SetActivityStreamsMove(v ActivityStreamsMove)
// SetActivityStreamsNote sets the value of this property. Calling
// IsActivityStreamsNote afterwards returns true.
SetActivityStreamsNote(v ActivityStreamsNote)
// SetActivityStreamsObject sets the value of this property. Calling
// IsActivityStreamsObject afterwards returns true.
SetActivityStreamsObject(v ActivityStreamsObject)
// SetActivityStreamsOffer sets the value of this property. Calling
// IsActivityStreamsOffer afterwards returns true.
SetActivityStreamsOffer(v ActivityStreamsOffer)
// SetActivityStreamsOrderedCollection sets the value of this property.
// Calling IsActivityStreamsOrderedCollection afterwards returns true.
SetActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// SetActivityStreamsOrderedCollectionPage sets the value of this
// property. Calling IsActivityStreamsOrderedCollectionPage afterwards
// returns true.
SetActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// SetActivityStreamsOrganization sets the value of this property. Calling
// IsActivityStreamsOrganization afterwards returns true.
SetActivityStreamsOrganization(v ActivityStreamsOrganization)
// SetActivityStreamsPage sets the value of this property. Calling
// IsActivityStreamsPage afterwards returns true.
SetActivityStreamsPage(v ActivityStreamsPage)
// SetActivityStreamsPerson sets the value of this property. Calling
// IsActivityStreamsPerson afterwards returns true.
SetActivityStreamsPerson(v ActivityStreamsPerson)
// SetActivityStreamsPlace sets the value of this property. Calling
// IsActivityStreamsPlace afterwards returns true.
SetActivityStreamsPlace(v ActivityStreamsPlace)
// SetActivityStreamsProfile sets the value of this property. Calling
// IsActivityStreamsProfile afterwards returns true.
SetActivityStreamsProfile(v ActivityStreamsProfile)
// SetActivityStreamsQuestion sets the value of this property. Calling
// IsActivityStreamsQuestion afterwards returns true.
SetActivityStreamsQuestion(v ActivityStreamsQuestion)
// SetActivityStreamsRead sets the value of this property. Calling
// IsActivityStreamsRead afterwards returns true.
SetActivityStreamsRead(v ActivityStreamsRead)
// SetActivityStreamsReject sets the value of this property. Calling
// IsActivityStreamsReject afterwards returns true.
SetActivityStreamsReject(v ActivityStreamsReject)
// SetActivityStreamsRelationship sets the value of this property. Calling
// IsActivityStreamsRelationship afterwards returns true.
SetActivityStreamsRelationship(v ActivityStreamsRelationship)
// SetActivityStreamsRemove sets the value of this property. Calling
// IsActivityStreamsRemove afterwards returns true.
SetActivityStreamsRemove(v ActivityStreamsRemove)
// SetActivityStreamsService sets the value of this property. Calling
// IsActivityStreamsService afterwards returns true.
SetActivityStreamsService(v ActivityStreamsService)
// SetActivityStreamsTentativeAccept sets the value of this property.
// Calling IsActivityStreamsTentativeAccept afterwards returns true.
SetActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// SetActivityStreamsTentativeReject sets the value of this property.
// Calling IsActivityStreamsTentativeReject afterwards returns true.
SetActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// SetActivityStreamsTombstone sets the value of this property. Calling
// IsActivityStreamsTombstone afterwards returns true.
SetActivityStreamsTombstone(v ActivityStreamsTombstone)
// SetActivityStreamsTravel sets the value of this property. Calling
// IsActivityStreamsTravel afterwards returns true.
SetActivityStreamsTravel(v ActivityStreamsTravel)
// SetActivityStreamsUndo sets the value of this property. Calling
// IsActivityStreamsUndo afterwards returns true.
SetActivityStreamsUndo(v ActivityStreamsUndo)
// SetActivityStreamsUpdate sets the value of this property. Calling
// IsActivityStreamsUpdate afterwards returns true.
SetActivityStreamsUpdate(v ActivityStreamsUpdate)
// SetActivityStreamsVideo sets the value of this property. Calling
// IsActivityStreamsVideo afterwards returns true.
SetActivityStreamsVideo(v ActivityStreamsVideo)
// SetActivityStreamsView sets the value of this property. Calling
// IsActivityStreamsView afterwards returns true.
SetActivityStreamsView(v ActivityStreamsView)
// SetFunkwhaleAlbum sets the value of this property. Calling
// IsFunkwhaleAlbum afterwards returns true.
SetFunkwhaleAlbum(v FunkwhaleAlbum)
// SetFunkwhaleArtist sets the value of this property. Calling
// IsFunkwhaleArtist afterwards returns true.
SetFunkwhaleArtist(v FunkwhaleArtist)
// SetFunkwhaleLibrary sets the value of this property. Calling
// IsFunkwhaleLibrary afterwards returns true.
SetFunkwhaleLibrary(v FunkwhaleLibrary)
// SetFunkwhaleTrack sets the value of this property. Calling
// IsFunkwhaleTrack afterwards returns true.
SetFunkwhaleTrack(v FunkwhaleTrack)
// SetGoToSocialAnnounceApproval sets the value of this property. Calling
// IsGoToSocialAnnounceApproval afterwards returns true.
SetGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// SetGoToSocialAnnounceAuthorization sets the value of this property.
// Calling IsGoToSocialAnnounceAuthorization afterwards returns true.
SetGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// SetGoToSocialAnnounceRequest sets the value of this property. Calling
// IsGoToSocialAnnounceRequest afterwards returns true.
SetGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// SetGoToSocialLikeApproval sets the value of this property. Calling
// IsGoToSocialLikeApproval afterwards returns true.
SetGoToSocialLikeApproval(v GoToSocialLikeApproval)
// SetGoToSocialLikeAuthorization sets the value of this property. Calling
// IsGoToSocialLikeAuthorization afterwards returns true.
SetGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// SetGoToSocialLikeRequest sets the value of this property. Calling
// IsGoToSocialLikeRequest afterwards returns true.
SetGoToSocialLikeRequest(v GoToSocialLikeRequest)
// SetGoToSocialQuoteAuthorization sets the value of this property.
// Calling IsGoToSocialQuoteAuthorization afterwards returns true.
SetGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// SetGoToSocialQuoteRequest sets the value of this property. Calling
// IsGoToSocialQuoteRequest afterwards returns true.
SetGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// SetGoToSocialReplyApproval sets the value of this property. Calling
// IsGoToSocialReplyApproval afterwards returns true.
SetGoToSocialReplyApproval(v GoToSocialReplyApproval)
// SetGoToSocialReplyAuthorization sets the value of this property.
// Calling IsGoToSocialReplyAuthorization afterwards returns true.
SetGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// SetGoToSocialReplyRequest sets the value of this property. Calling
// IsGoToSocialReplyRequest afterwards returns true.
SetGoToSocialReplyRequest(v GoToSocialReplyRequest)
// SetIRI sets the value of this property. Calling IsIRI afterwards
// returns true.
SetIRI(v *url.URL)
// SetLitePubEmojiReact sets the value of this property. Calling
// IsLitePubEmojiReact afterwards returns true.
SetLitePubEmojiReact(v LitePubEmojiReact)
// SetSchemaPropertyValue sets the value of this property. Calling
// IsSchemaPropertyValue afterwards returns true.
SetSchemaPropertyValue(v SchemaPropertyValue)
// SetTootEmoji sets the value of this property. Calling IsTootEmoji
// afterwards returns true.
SetTootEmoji(v TootEmoji)
// SetTootHashtag sets the value of this property. Calling IsTootHashtag
// afterwards returns true.
SetTootHashtag(v TootHashtag)
// SetTootIdentityProof sets the value of this property. Calling
// IsTootIdentityProof afterwards returns true.
SetTootIdentityProof(v TootIdentityProof)
// 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.
SetType(t Type) error
}
ActivityStreamsActorPropertyIterator represents a single value for the "actor" property.
type ActivityStreamsAdd ¶
type ActivityStreamsAdd interface {
// GetActivityStreamsActor returns the "actor" property if it exists, and
// nil otherwise.
GetActivityStreamsActor() ActivityStreamsActorProperty
// GetActivityStreamsAltitude returns the "altitude" property if it
// exists, and nil otherwise.
GetActivityStreamsAltitude() ActivityStreamsAltitudeProperty
// GetActivityStreamsAttachment returns the "attachment" property if it
// exists, and nil otherwise.
GetActivityStreamsAttachment() ActivityStreamsAttachmentProperty
// GetActivityStreamsAttributedTo returns the "attributedTo" property if
// it exists, and nil otherwise.
GetActivityStreamsAttributedTo() ActivityStreamsAttributedToProperty
// GetActivityStreamsAudience returns the "audience" property if it
// exists, and nil otherwise.
GetActivityStreamsAudience() ActivityStreamsAudienceProperty
// GetActivityStreamsBcc returns the "bcc" property if it exists, and nil
// otherwise.
GetActivityStreamsBcc() ActivityStreamsBccProperty
// GetActivityStreamsBto returns the "bto" property if it exists, and nil
// otherwise.
GetActivityStreamsBto() ActivityStreamsBtoProperty
// GetActivityStreamsCc returns the "cc" property if it exists, and nil
// otherwise.
GetActivityStreamsCc() ActivityStreamsCcProperty
// GetActivityStreamsContent returns the "content" property if it exists,
// and nil otherwise.
GetActivityStreamsContent() ActivityStreamsContentProperty
// GetActivityStreamsContext returns the "context" property if it exists,
// and nil otherwise.
GetActivityStreamsContext() ActivityStreamsContextProperty
// GetActivityStreamsDuration returns the "duration" property if it
// exists, and nil otherwise.
GetActivityStreamsDuration() ActivityStreamsDurationProperty
// GetActivityStreamsEndTime returns the "endTime" property if it exists,
// and nil otherwise.
GetActivityStreamsEndTime() ActivityStreamsEndTimeProperty
// GetActivityStreamsGenerator returns the "generator" property if it
// exists, and nil otherwise.
GetActivityStreamsGenerator() ActivityStreamsGeneratorProperty
// GetActivityStreamsIcon returns the "icon" property if it exists, and
// nil otherwise.
GetActivityStreamsIcon() ActivityStreamsIconProperty
// GetActivityStreamsImage returns the "image" property if it exists, and
// nil otherwise.
GetActivityStreamsImage() ActivityStreamsImageProperty
// GetActivityStreamsInReplyTo returns the "inReplyTo" property if it
// exists, and nil otherwise.
GetActivityStreamsInReplyTo() ActivityStreamsInReplyToProperty
// GetActivityStreamsInstrument returns the "instrument" property if it
// exists, and nil otherwise.
GetActivityStreamsInstrument() ActivityStreamsInstrumentProperty
// GetActivityStreamsLikes returns the "likes" property if it exists, and
// nil otherwise.
GetActivityStreamsLikes() ActivityStreamsLikesProperty
// GetActivityStreamsLocation returns the "location" property if it
// exists, and nil otherwise.
GetActivityStreamsLocation() ActivityStreamsLocationProperty
// GetActivityStreamsMediaType returns the "mediaType" property if it
// exists, and nil otherwise.
GetActivityStreamsMediaType() ActivityStreamsMediaTypeProperty
// GetActivityStreamsName returns the "name" property if it exists, and
// nil otherwise.
GetActivityStreamsName() ActivityStreamsNameProperty
// GetActivityStreamsObject returns the "object" property if it exists,
// and nil otherwise.
GetActivityStreamsObject() ActivityStreamsObjectProperty
// GetActivityStreamsOrigin returns the "origin" property if it exists,
// and nil otherwise.
GetActivityStreamsOrigin() ActivityStreamsOriginProperty
// GetActivityStreamsPreview returns the "preview" property if it exists,
// and nil otherwise.
GetActivityStreamsPreview() ActivityStreamsPreviewProperty
// GetActivityStreamsPublished returns the "published" property if it
// exists, and nil otherwise.
GetActivityStreamsPublished() ActivityStreamsPublishedProperty
// GetActivityStreamsReplies returns the "replies" property if it exists,
// and nil otherwise.
GetActivityStreamsReplies() ActivityStreamsRepliesProperty
// GetActivityStreamsResult returns the "result" property if it exists,
// and nil otherwise.
GetActivityStreamsResult() ActivityStreamsResultProperty
// GetActivityStreamsSensitive returns the "sensitive" property if it
// exists, and nil otherwise.
GetActivityStreamsSensitive() ActivityStreamsSensitiveProperty
// and nil otherwise.
GetActivityStreamsShares() ActivityStreamsSharesProperty
// GetActivityStreamsSource returns the "source" property if it exists,
// and nil otherwise.
GetActivityStreamsSource() ActivityStreamsSourceProperty
// GetActivityStreamsStartTime returns the "startTime" property if it
// exists, and nil otherwise.
GetActivityStreamsStartTime() ActivityStreamsStartTimeProperty
// GetActivityStreamsSummary returns the "summary" property if it exists,
// and nil otherwise.
GetActivityStreamsSummary() ActivityStreamsSummaryProperty
// GetActivityStreamsTag returns the "tag" property if it exists, and nil
// otherwise.
GetActivityStreamsTag() ActivityStreamsTagProperty
// GetActivityStreamsTarget returns the "target" property if it exists,
// and nil otherwise.
GetActivityStreamsTarget() ActivityStreamsTargetProperty
// GetActivityStreamsTo returns the "to" property if it exists, and nil
// otherwise.
GetActivityStreamsTo() ActivityStreamsToProperty
// GetActivityStreamsUpdated returns the "updated" property if it exists,
// and nil otherwise.
GetActivityStreamsUpdated() ActivityStreamsUpdatedProperty
// GetActivityStreamsUrl returns the "url" property if it exists, and nil
// otherwise.
GetActivityStreamsUrl() ActivityStreamsUrlProperty
// GetJSONLDId returns the "id" property if it exists, and nil otherwise.
GetJSONLDId() JSONLDIdProperty
// GetJSONLDType returns the "type" property if it exists, and nil
// otherwise.
GetJSONLDType() JSONLDTypeProperty
// GetTypeName returns the name of this type.
GetTypeName() string
// GetUnknownProperties returns the unknown properties for the Add type.
// Note that this should not be used by app developers. It is only
// used to help determine which implementation is LessThan the other.
// Developers who are creating a different implementation of this
// type's interface can use this method in their LessThan
// implementation, but routine ActivityPub applications should not use
// this to bypass the code generation tool.
GetUnknownProperties() map[string]interface{}
// IsExtending returns true if the Add type extends from the other type.
IsExtending(other Type) bool
// JSONLDContext returns the JSONLD URIs required in the context string
// for this type and the specific properties that are set. The value
// in the map is the alias used to import the type and its properties.
JSONLDContext() map[string]string
// LessThan computes if this Add is lesser, with an arbitrary but stable
// determination.
LessThan(o ActivityStreamsAdd) bool
// Serialize converts this into an interface representation suitable for
// marshalling into a text or binary format.
Serialize() (map[string]interface{}, error)
// SetActivityStreamsActor sets the "actor" property.
SetActivityStreamsActor(i ActivityStreamsActorProperty)
// SetActivityStreamsAltitude sets the "altitude" property.
SetActivityStreamsAltitude(i ActivityStreamsAltitudeProperty)
// SetActivityStreamsAttachment sets the "attachment" property.
SetActivityStreamsAttachment(i ActivityStreamsAttachmentProperty)
// SetActivityStreamsAttributedTo sets the "attributedTo" property.
SetActivityStreamsAttributedTo(i ActivityStreamsAttributedToProperty)
// SetActivityStreamsAudience sets the "audience" property.
SetActivityStreamsAudience(i ActivityStreamsAudienceProperty)
// SetActivityStreamsBcc sets the "bcc" property.
SetActivityStreamsBcc(i ActivityStreamsBccProperty)
// SetActivityStreamsBto sets the "bto" property.
SetActivityStreamsBto(i ActivityStreamsBtoProperty)
// SetActivityStreamsCc sets the "cc" property.
SetActivityStreamsCc(i ActivityStreamsCcProperty)
// SetActivityStreamsContent sets the "content" property.
SetActivityStreamsContent(i ActivityStreamsContentProperty)
// SetActivityStreamsContext sets the "context" property.
SetActivityStreamsContext(i ActivityStreamsContextProperty)
// SetActivityStreamsDuration sets the "duration" property.
SetActivityStreamsDuration(i ActivityStreamsDurationProperty)
// SetActivityStreamsEndTime sets the "endTime" property.
SetActivityStreamsEndTime(i ActivityStreamsEndTimeProperty)
// SetActivityStreamsGenerator sets the "generator" property.
SetActivityStreamsGenerator(i ActivityStreamsGeneratorProperty)
// SetActivityStreamsIcon sets the "icon" property.
SetActivityStreamsIcon(i ActivityStreamsIconProperty)
// SetActivityStreamsImage sets the "image" property.
SetActivityStreamsImage(i ActivityStreamsImageProperty)
// SetActivityStreamsInReplyTo sets the "inReplyTo" property.
SetActivityStreamsInReplyTo(i ActivityStreamsInReplyToProperty)
// SetActivityStreamsInstrument sets the "instrument" property.
SetActivityStreamsInstrument(i ActivityStreamsInstrumentProperty)
// SetActivityStreamsLikes sets the "likes" property.
SetActivityStreamsLikes(i ActivityStreamsLikesProperty)
// SetActivityStreamsLocation sets the "location" property.
SetActivityStreamsLocation(i ActivityStreamsLocationProperty)
// SetActivityStreamsMediaType sets the "mediaType" property.
SetActivityStreamsMediaType(i ActivityStreamsMediaTypeProperty)
// SetActivityStreamsName sets the "name" property.
SetActivityStreamsName(i ActivityStreamsNameProperty)
// SetActivityStreamsObject sets the "object" property.
SetActivityStreamsObject(i ActivityStreamsObjectProperty)
// SetActivityStreamsOrigin sets the "origin" property.
SetActivityStreamsOrigin(i ActivityStreamsOriginProperty)
// SetActivityStreamsPreview sets the "preview" property.
SetActivityStreamsPreview(i ActivityStreamsPreviewProperty)
// SetActivityStreamsPublished sets the "published" property.
SetActivityStreamsPublished(i ActivityStreamsPublishedProperty)
// SetActivityStreamsReplies sets the "replies" property.
SetActivityStreamsReplies(i ActivityStreamsRepliesProperty)
// SetActivityStreamsResult sets the "result" property.
SetActivityStreamsResult(i ActivityStreamsResultProperty)
// SetActivityStreamsSensitive sets the "sensitive" property.
SetActivityStreamsSensitive(i ActivityStreamsSensitiveProperty)
SetActivityStreamsShares(i ActivityStreamsSharesProperty)
// SetActivityStreamsSource sets the "source" property.
SetActivityStreamsSource(i ActivityStreamsSourceProperty)
// SetActivityStreamsStartTime sets the "startTime" property.
SetActivityStreamsStartTime(i ActivityStreamsStartTimeProperty)
// SetActivityStreamsSummary sets the "summary" property.
SetActivityStreamsSummary(i ActivityStreamsSummaryProperty)
// SetActivityStreamsTag sets the "tag" property.
SetActivityStreamsTag(i ActivityStreamsTagProperty)
// SetActivityStreamsTarget sets the "target" property.
SetActivityStreamsTarget(i ActivityStreamsTargetProperty)
// SetActivityStreamsTo sets the "to" property.
SetActivityStreamsTo(i ActivityStreamsToProperty)
// SetActivityStreamsUpdated sets the "updated" property.
SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty)
// SetActivityStreamsUrl sets the "url" property.
SetActivityStreamsUrl(i ActivityStreamsUrlProperty)
// SetJSONLDId sets the "id" property.
SetJSONLDId(i JSONLDIdProperty)
// SetJSONLDType sets the "type" property.
SetJSONLDType(i JSONLDTypeProperty)
// VocabularyURI returns the vocabulary's URI as a string.
VocabularyURI() string
}
Indicates that the actor has added the object to the target. If the target property is not explicitly specified, the target would need to be determined implicitly by context. The origin can be used to identify the context from which the object originated.
Example 12 (https://www.w3.org/TR/activitystreams-vocabulary/#ex9-jsonld):
{
"actor": {
"name": "Sally",
"type": "Person"
},
"object": "http://example.org/abc",
"summary": "Sally added an object",
"type": "Add"
}
Example 13 (https://www.w3.org/TR/activitystreams-vocabulary/#ex10-jsonld):
{
"actor": {
"name": "Sally",
"type": "Person"
},
"object": {
"name": "A picture of my cat",
"type": "Image",
"url": "http://example.org/img/cat.png"
},
"origin": {
"name": "Camera Roll",
"type": "Collection"
},
"summary": "Sally added a picture of her cat to her cat picture
collection",
"target": {
"name": "My Cat Pictures",
"type": "Collection"
},
"type": "Add"
}
type ActivityStreamsAlsoKnownAsProperty ¶
type ActivityStreamsAlsoKnownAsProperty interface {
// AppendIRI appends an IRI value to the back of a list of the property
// "alsoKnownAs"
AppendIRI(v *url.URL)
// AppendXMLSchemaAnyURI appends a anyURI value to the back of a list of
// the property "alsoKnownAs". Invalidates iterators that are
// traversing using Prev.
AppendXMLSchemaAnyURI(v *url.URL)
// At returns the property value for the specified index. Panics if the
// index is out of bounds.
At(index int) ActivityStreamsAlsoKnownAsPropertyIterator
// 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.
Begin() ActivityStreamsAlsoKnownAsPropertyIterator
// Empty returns returns true if there are no elements.
Empty() bool
// 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.
End() ActivityStreamsAlsoKnownAsPropertyIterator
// Insert inserts an IRI value at the specified index for a property
// "alsoKnownAs". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertIRI(idx int, v *url.URL)
// InsertXMLSchemaAnyURI inserts a anyURI value at the specified index for
// a property "alsoKnownAs". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertXMLSchemaAnyURI(idx int, v *url.URL)
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex(idx int) int
// Len returns the number of values that exist for the "alsoKnownAs"
// property.
Len() (length int)
// Less computes whether another property is less than this one. Mixing
// types results in a consistent but arbitrary ordering
Less(i, j int) 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.
LessThan(o ActivityStreamsAlsoKnownAsProperty) bool
// Name returns the name of this property ("alsoKnownAs") with any alias.
Name() string
// PrependIRI prepends an IRI value to the front of a list of the property
// "alsoKnownAs".
PrependIRI(v *url.URL)
// PrependXMLSchemaAnyURI prepends a anyURI value to the front of a list
// of the property "alsoKnownAs". Invalidates all iterators.
PrependXMLSchemaAnyURI(v *url.URL)
// Remove deletes an element at the specified index from a list of the
// property "alsoKnownAs", regardless of its type. Panics if the index
// is out of bounds. Invalidates all iterators.
Remove(idx int)
// 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.
Serialize() (interface{}, error)
// Set sets a anyURI value to be at the specified index for the property
// "alsoKnownAs". Panics if the index is out of bounds. Invalidates
// all iterators.
Set(idx int, v *url.URL)
// SetIRI sets an IRI value to be at the specified index for the property
// "alsoKnownAs". Panics if the index is out of bounds.
SetIRI(idx int, v *url.URL)
// Swap swaps the location of values at two indices for the "alsoKnownAs"
// property.
Swap(i, j int)
}
List of other URIs/AP IDs by which this actor is also known (eg., URIs of 'alt' account, previous account, new account, etc).
type ActivityStreamsAlsoKnownAsPropertyIterator ¶
type ActivityStreamsAlsoKnownAsPropertyIterator interface {
// Get returns the value of this property. When IsXMLSchemaAnyURI returns
// false, Get will return any arbitrary value.
Get() *url.URL
// GetIRI returns the IRI of this property. When IsIRI returns false,
// GetIRI will return any arbitrary value.
GetIRI() *url.URL
// HasAny returns true if the value or IRI is set.
HasAny() bool
// IsIRI returns true if this property is an IRI.
IsIRI() bool
// IsXMLSchemaAnyURI returns true if this property is set and not an IRI.
IsXMLSchemaAnyURI() bool
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex() int
// 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.
LessThan(o ActivityStreamsAlsoKnownAsPropertyIterator) bool
// Name returns the name of this property: "ActivityStreamsAlsoKnownAs".
Name() string
// Next returns the next iterator, or nil if there is no next iterator.
Next() ActivityStreamsAlsoKnownAsPropertyIterator
// Prev returns the previous iterator, or nil if there is no previous
// iterator.
Prev() ActivityStreamsAlsoKnownAsPropertyIterator
// Set sets the value of this property. Calling IsXMLSchemaAnyURI
// afterwards will return true.
Set(v *url.URL)
// SetIRI sets the value of this property. Calling IsIRI afterwards will
// return true.
SetIRI(v *url.URL)
}
ActivityStreamsAlsoKnownAsPropertyIterator represents a single value for the "alsoKnownAs" property.
type ActivityStreamsAltitudeProperty ¶
type ActivityStreamsAltitudeProperty interface {
// Clear ensures no value of this property is set. Calling
// IsXMLSchemaFloat afterwards will return false.
Clear()
// Get returns the value of this property. When IsXMLSchemaFloat returns
// false, Get will return any arbitrary value.
Get() float64
// GetIRI returns the IRI of this property. When IsIRI returns false,
// GetIRI will return any arbitrary value.
GetIRI() *url.URL
// HasAny returns true if the value or IRI is set.
HasAny() bool
// IsIRI returns true if this property is an IRI.
IsIRI() bool
// IsXMLSchemaFloat returns true if this property is set and not an IRI.
IsXMLSchemaFloat() bool
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex() int
// 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.
LessThan(o ActivityStreamsAltitudeProperty) bool
// Name returns the name of this property: "altitude".
Name() string
// 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.
Serialize() (interface{}, error)
// Set sets the value of this property. Calling IsXMLSchemaFloat
// afterwards will return true.
Set(v float64)
// SetIRI sets the value of this property. Calling IsIRI afterwards will
// return true.
SetIRI(v *url.URL)
}
Indicates the altitude of a place. The measurement units is indicated using the units property. If units is not specified, the default is assumed to be "m" indicating meters.
Example 113 (https://www.w3.org/TR/activitystreams-vocabulary/#ex129-jsonld):
{
"altitude": 15,
"latitude": 36.75,
"longitude": 119.7667,
"name": "Fresno Area",
"type": "Place",
"units": "miles"
}
type ActivityStreamsAnnounce ¶
type ActivityStreamsAnnounce interface {
// GetActivityStreamsActor returns the "actor" property if it exists, and
// nil otherwise.
GetActivityStreamsActor() ActivityStreamsActorProperty
// GetActivityStreamsAltitude returns the "altitude" property if it
// exists, and nil otherwise.
GetActivityStreamsAltitude() ActivityStreamsAltitudeProperty
// GetActivityStreamsAttachment returns the "attachment" property if it
// exists, and nil otherwise.
GetActivityStreamsAttachment() ActivityStreamsAttachmentProperty
// GetActivityStreamsAttributedTo returns the "attributedTo" property if
// it exists, and nil otherwise.
GetActivityStreamsAttributedTo() ActivityStreamsAttributedToProperty
// GetActivityStreamsAudience returns the "audience" property if it
// exists, and nil otherwise.
GetActivityStreamsAudience() ActivityStreamsAudienceProperty
// GetActivityStreamsBcc returns the "bcc" property if it exists, and nil
// otherwise.
GetActivityStreamsBcc() ActivityStreamsBccProperty
// GetActivityStreamsBto returns the "bto" property if it exists, and nil
// otherwise.
GetActivityStreamsBto() ActivityStreamsBtoProperty
// GetActivityStreamsCc returns the "cc" property if it exists, and nil
// otherwise.
GetActivityStreamsCc() ActivityStreamsCcProperty
// GetActivityStreamsContent returns the "content" property if it exists,
// and nil otherwise.
GetActivityStreamsContent() ActivityStreamsContentProperty
// GetActivityStreamsContext returns the "context" property if it exists,
// and nil otherwise.
GetActivityStreamsContext() ActivityStreamsContextProperty
// GetActivityStreamsDuration returns the "duration" property if it
// exists, and nil otherwise.
GetActivityStreamsDuration() ActivityStreamsDurationProperty
// GetActivityStreamsEndTime returns the "endTime" property if it exists,
// and nil otherwise.
GetActivityStreamsEndTime() ActivityStreamsEndTimeProperty
// GetActivityStreamsGenerator returns the "generator" property if it
// exists, and nil otherwise.
GetActivityStreamsGenerator() ActivityStreamsGeneratorProperty
// GetActivityStreamsIcon returns the "icon" property if it exists, and
// nil otherwise.
GetActivityStreamsIcon() ActivityStreamsIconProperty
// GetActivityStreamsImage returns the "image" property if it exists, and
// nil otherwise.
GetActivityStreamsImage() ActivityStreamsImageProperty
// GetActivityStreamsInReplyTo returns the "inReplyTo" property if it
// exists, and nil otherwise.
GetActivityStreamsInReplyTo() ActivityStreamsInReplyToProperty
// GetActivityStreamsInstrument returns the "instrument" property if it
// exists, and nil otherwise.
GetActivityStreamsInstrument() ActivityStreamsInstrumentProperty
// GetActivityStreamsLikes returns the "likes" property if it exists, and
// nil otherwise.
GetActivityStreamsLikes() ActivityStreamsLikesProperty
// GetActivityStreamsLocation returns the "location" property if it
// exists, and nil otherwise.
GetActivityStreamsLocation() ActivityStreamsLocationProperty
// GetActivityStreamsMediaType returns the "mediaType" property if it
// exists, and nil otherwise.
GetActivityStreamsMediaType() ActivityStreamsMediaTypeProperty
// GetActivityStreamsName returns the "name" property if it exists, and
// nil otherwise.
GetActivityStreamsName() ActivityStreamsNameProperty
// GetActivityStreamsObject returns the "object" property if it exists,
// and nil otherwise.
GetActivityStreamsObject() ActivityStreamsObjectProperty
// GetActivityStreamsOrigin returns the "origin" property if it exists,
// and nil otherwise.
GetActivityStreamsOrigin() ActivityStreamsOriginProperty
// GetActivityStreamsPreview returns the "preview" property if it exists,
// and nil otherwise.
GetActivityStreamsPreview() ActivityStreamsPreviewProperty
// GetActivityStreamsPublished returns the "published" property if it
// exists, and nil otherwise.
GetActivityStreamsPublished() ActivityStreamsPublishedProperty
// GetActivityStreamsReplies returns the "replies" property if it exists,
// and nil otherwise.
GetActivityStreamsReplies() ActivityStreamsRepliesProperty
// GetActivityStreamsResult returns the "result" property if it exists,
// and nil otherwise.
GetActivityStreamsResult() ActivityStreamsResultProperty
// GetActivityStreamsSensitive returns the "sensitive" property if it
// exists, and nil otherwise.
GetActivityStreamsSensitive() ActivityStreamsSensitiveProperty
// and nil otherwise.
GetActivityStreamsShares() ActivityStreamsSharesProperty
// GetActivityStreamsSource returns the "source" property if it exists,
// and nil otherwise.
GetActivityStreamsSource() ActivityStreamsSourceProperty
// GetActivityStreamsStartTime returns the "startTime" property if it
// exists, and nil otherwise.
GetActivityStreamsStartTime() ActivityStreamsStartTimeProperty
// GetActivityStreamsSummary returns the "summary" property if it exists,
// and nil otherwise.
GetActivityStreamsSummary() ActivityStreamsSummaryProperty
// GetActivityStreamsTag returns the "tag" property if it exists, and nil
// otherwise.
GetActivityStreamsTag() ActivityStreamsTagProperty
// GetActivityStreamsTarget returns the "target" property if it exists,
// and nil otherwise.
GetActivityStreamsTarget() ActivityStreamsTargetProperty
// GetActivityStreamsTo returns the "to" property if it exists, and nil
// otherwise.
GetActivityStreamsTo() ActivityStreamsToProperty
// GetActivityStreamsUpdated returns the "updated" property if it exists,
// and nil otherwise.
GetActivityStreamsUpdated() ActivityStreamsUpdatedProperty
// GetActivityStreamsUrl returns the "url" property if it exists, and nil
// otherwise.
GetActivityStreamsUrl() ActivityStreamsUrlProperty
// GetGoToSocialAnnounceAuthorization returns the "announceAuthorization"
// property if it exists, and nil otherwise.
GetGoToSocialAnnounceAuthorization() GoToSocialAnnounceAuthorizationProperty
// GetGoToSocialApprovedBy returns the "approvedBy" property if it exists,
// and nil otherwise.
GetGoToSocialApprovedBy() GoToSocialApprovedByProperty
// GetJSONLDId returns the "id" property if it exists, and nil otherwise.
GetJSONLDId() JSONLDIdProperty
// GetJSONLDType returns the "type" property if it exists, and nil
// otherwise.
GetJSONLDType() JSONLDTypeProperty
// GetTypeName returns the name of this type.
GetTypeName() string
// GetUnknownProperties returns the unknown properties for the Announce
// type. Note that this should not be used by app developers. It is
// only used to help determine which implementation is LessThan the
// other. Developers who are creating a different implementation of
// this type's interface can use this method in their LessThan
// implementation, but routine ActivityPub applications should not use
// this to bypass the code generation tool.
GetUnknownProperties() map[string]interface{}
// IsExtending returns true if the Announce type extends from the other
// type.
IsExtending(other Type) bool
// JSONLDContext returns the JSONLD URIs required in the context string
// for this type and the specific properties that are set. The value
// in the map is the alias used to import the type and its properties.
JSONLDContext() map[string]string
// LessThan computes if this Announce is lesser, with an arbitrary but
// stable determination.
LessThan(o ActivityStreamsAnnounce) bool
// Serialize converts this into an interface representation suitable for
// marshalling into a text or binary format.
Serialize() (map[string]interface{}, error)
// SetActivityStreamsActor sets the "actor" property.
SetActivityStreamsActor(i ActivityStreamsActorProperty)
// SetActivityStreamsAltitude sets the "altitude" property.
SetActivityStreamsAltitude(i ActivityStreamsAltitudeProperty)
// SetActivityStreamsAttachment sets the "attachment" property.
SetActivityStreamsAttachment(i ActivityStreamsAttachmentProperty)
// SetActivityStreamsAttributedTo sets the "attributedTo" property.
SetActivityStreamsAttributedTo(i ActivityStreamsAttributedToProperty)
// SetActivityStreamsAudience sets the "audience" property.
SetActivityStreamsAudience(i ActivityStreamsAudienceProperty)
// SetActivityStreamsBcc sets the "bcc" property.
SetActivityStreamsBcc(i ActivityStreamsBccProperty)
// SetActivityStreamsBto sets the "bto" property.
SetActivityStreamsBto(i ActivityStreamsBtoProperty)
// SetActivityStreamsCc sets the "cc" property.
SetActivityStreamsCc(i ActivityStreamsCcProperty)
// SetActivityStreamsContent sets the "content" property.
SetActivityStreamsContent(i ActivityStreamsContentProperty)
// SetActivityStreamsContext sets the "context" property.
SetActivityStreamsContext(i ActivityStreamsContextProperty)
// SetActivityStreamsDuration sets the "duration" property.
SetActivityStreamsDuration(i ActivityStreamsDurationProperty)
// SetActivityStreamsEndTime sets the "endTime" property.
SetActivityStreamsEndTime(i ActivityStreamsEndTimeProperty)
// SetActivityStreamsGenerator sets the "generator" property.
SetActivityStreamsGenerator(i ActivityStreamsGeneratorProperty)
// SetActivityStreamsIcon sets the "icon" property.
SetActivityStreamsIcon(i ActivityStreamsIconProperty)
// SetActivityStreamsImage sets the "image" property.
SetActivityStreamsImage(i ActivityStreamsImageProperty)
// SetActivityStreamsInReplyTo sets the "inReplyTo" property.
SetActivityStreamsInReplyTo(i ActivityStreamsInReplyToProperty)
// SetActivityStreamsInstrument sets the "instrument" property.
SetActivityStreamsInstrument(i ActivityStreamsInstrumentProperty)
// SetActivityStreamsLikes sets the "likes" property.
SetActivityStreamsLikes(i ActivityStreamsLikesProperty)
// SetActivityStreamsLocation sets the "location" property.
SetActivityStreamsLocation(i ActivityStreamsLocationProperty)
// SetActivityStreamsMediaType sets the "mediaType" property.
SetActivityStreamsMediaType(i ActivityStreamsMediaTypeProperty)
// SetActivityStreamsName sets the "name" property.
SetActivityStreamsName(i ActivityStreamsNameProperty)
// SetActivityStreamsObject sets the "object" property.
SetActivityStreamsObject(i ActivityStreamsObjectProperty)
// SetActivityStreamsOrigin sets the "origin" property.
SetActivityStreamsOrigin(i ActivityStreamsOriginProperty)
// SetActivityStreamsPreview sets the "preview" property.
SetActivityStreamsPreview(i ActivityStreamsPreviewProperty)
// SetActivityStreamsPublished sets the "published" property.
SetActivityStreamsPublished(i ActivityStreamsPublishedProperty)
// SetActivityStreamsReplies sets the "replies" property.
SetActivityStreamsReplies(i ActivityStreamsRepliesProperty)
// SetActivityStreamsResult sets the "result" property.
SetActivityStreamsResult(i ActivityStreamsResultProperty)
// SetActivityStreamsSensitive sets the "sensitive" property.
SetActivityStreamsSensitive(i ActivityStreamsSensitiveProperty)
SetActivityStreamsShares(i ActivityStreamsSharesProperty)
// SetActivityStreamsSource sets the "source" property.
SetActivityStreamsSource(i ActivityStreamsSourceProperty)
// SetActivityStreamsStartTime sets the "startTime" property.
SetActivityStreamsStartTime(i ActivityStreamsStartTimeProperty)
// SetActivityStreamsSummary sets the "summary" property.
SetActivityStreamsSummary(i ActivityStreamsSummaryProperty)
// SetActivityStreamsTag sets the "tag" property.
SetActivityStreamsTag(i ActivityStreamsTagProperty)
// SetActivityStreamsTarget sets the "target" property.
SetActivityStreamsTarget(i ActivityStreamsTargetProperty)
// SetActivityStreamsTo sets the "to" property.
SetActivityStreamsTo(i ActivityStreamsToProperty)
// SetActivityStreamsUpdated sets the "updated" property.
SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty)
// SetActivityStreamsUrl sets the "url" property.
SetActivityStreamsUrl(i ActivityStreamsUrlProperty)
// SetGoToSocialAnnounceAuthorization sets the "announceAuthorization"
// property.
SetGoToSocialAnnounceAuthorization(i GoToSocialAnnounceAuthorizationProperty)
// SetGoToSocialApprovedBy sets the "approvedBy" property.
SetGoToSocialApprovedBy(i GoToSocialApprovedByProperty)
// SetJSONLDId sets the "id" property.
SetJSONLDId(i JSONLDIdProperty)
// SetJSONLDType sets the "type" property.
SetJSONLDType(i JSONLDTypeProperty)
// VocabularyURI returns the vocabulary's URI as a string.
VocabularyURI() string
}
Indicates that the actor is calling the target's attention the object. The origin typically has no defined meaning.
Example 36 (https://www.w3.org/TR/activitystreams-vocabulary/#ex170-jsonld):
{
"actor": {
"id": "http://sally.example.org",
"name": "Sally",
"type": "Person"
},
"object": {
"actor": "http://sally.example.org",
"location": {
"name": "Work",
"type": "Place"
},
"type": "Arrive"
},
"summary": "Sally announced that she had arrived at work",
"type": "Announce"
}
type ActivityStreamsAnyOfProperty ¶
type ActivityStreamsAnyOfProperty interface {
// AppendActivityStreamsAccept appends a Accept value to the back of a
// list of the property "anyOf". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAccept(v ActivityStreamsAccept)
// AppendActivityStreamsActivity appends a Activity value to the back of a
// list of the property "anyOf". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsActivity(v ActivityStreamsActivity)
// AppendActivityStreamsAdd appends a Add value to the back of a list of
// the property "anyOf". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsAdd(v ActivityStreamsAdd)
// AppendActivityStreamsAnnounce appends a Announce value to the back of a
// list of the property "anyOf". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// AppendActivityStreamsApplication appends a Application value to the
// back of a list of the property "anyOf". Invalidates iterators that
// are traversing using Prev.
AppendActivityStreamsApplication(v ActivityStreamsApplication)
// AppendActivityStreamsArrive appends a Arrive value to the back of a
// list of the property "anyOf". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsArrive(v ActivityStreamsArrive)
// AppendActivityStreamsArticle appends a Article value to the back of a
// list of the property "anyOf". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsArticle(v ActivityStreamsArticle)
// AppendActivityStreamsAudio appends a Audio value to the back of a list
// of the property "anyOf". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsAudio(v ActivityStreamsAudio)
// AppendActivityStreamsBlock appends a Block value to the back of a list
// of the property "anyOf". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsBlock(v ActivityStreamsBlock)
// AppendActivityStreamsCollection appends a Collection value to the back
// of a list of the property "anyOf". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsCollection(v ActivityStreamsCollection)
// AppendActivityStreamsCollectionPage appends a CollectionPage value to
// the back of a list of the property "anyOf". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// AppendActivityStreamsCreate appends a Create value to the back of a
// list of the property "anyOf". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsCreate(v ActivityStreamsCreate)
// AppendActivityStreamsDelete appends a Delete value to the back of a
// list of the property "anyOf". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDelete(v ActivityStreamsDelete)
// AppendActivityStreamsDislike appends a Dislike value to the back of a
// list of the property "anyOf". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDislike(v ActivityStreamsDislike)
// AppendActivityStreamsDocument appends a Document value to the back of a
// list of the property "anyOf". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDocument(v ActivityStreamsDocument)
// AppendActivityStreamsEvent appends a Event value to the back of a list
// of the property "anyOf". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsEvent(v ActivityStreamsEvent)
// AppendActivityStreamsFlag appends a Flag value to the back of a list of
// the property "anyOf". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsFlag(v ActivityStreamsFlag)
// AppendActivityStreamsFollow appends a Follow value to the back of a
// list of the property "anyOf". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsFollow(v ActivityStreamsFollow)
// AppendActivityStreamsGroup appends a Group value to the back of a list
// of the property "anyOf". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsGroup(v ActivityStreamsGroup)
// AppendActivityStreamsIgnore appends a Ignore value to the back of a
// list of the property "anyOf". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsIgnore(v ActivityStreamsIgnore)
// AppendActivityStreamsImage appends a Image value to the back of a list
// of the property "anyOf". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsImage(v ActivityStreamsImage)
// AppendActivityStreamsIntransitiveActivity appends a
// IntransitiveActivity value to the back of a list of the property
// "anyOf". Invalidates iterators that are traversing using Prev.
AppendActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// AppendActivityStreamsInvite appends a Invite value to the back of a
// list of the property "anyOf". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsInvite(v ActivityStreamsInvite)
// AppendActivityStreamsJoin appends a Join value to the back of a list of
// the property "anyOf". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsJoin(v ActivityStreamsJoin)
// AppendActivityStreamsLeave appends a Leave value to the back of a list
// of the property "anyOf". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsLeave(v ActivityStreamsLeave)
// AppendActivityStreamsLike appends a Like value to the back of a list of
// the property "anyOf". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsLike(v ActivityStreamsLike)
// AppendActivityStreamsLink appends a Link value to the back of a list of
// the property "anyOf". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsLink(v ActivityStreamsLink)
// AppendActivityStreamsListen appends a Listen value to the back of a
// list of the property "anyOf". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsListen(v ActivityStreamsListen)
// AppendActivityStreamsMention appends a Mention value to the back of a
// list of the property "anyOf". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsMention(v ActivityStreamsMention)
// AppendActivityStreamsMove appends a Move value to the back of a list of
// the property "anyOf". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsMove(v ActivityStreamsMove)
// AppendActivityStreamsNote appends a Note value to the back of a list of
// the property "anyOf". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsNote(v ActivityStreamsNote)
// AppendActivityStreamsObject appends a Object value to the back of a
// list of the property "anyOf". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsObject(v ActivityStreamsObject)
// AppendActivityStreamsOffer appends a Offer value to the back of a list
// of the property "anyOf". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsOffer(v ActivityStreamsOffer)
// AppendActivityStreamsOrderedCollection appends a OrderedCollection
// value to the back of a list of the property "anyOf". Invalidates
// iterators that are traversing using Prev.
AppendActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// AppendActivityStreamsOrderedCollectionPage appends a
// OrderedCollectionPage value to the back of a list of the property
// "anyOf". Invalidates iterators that are traversing using Prev.
AppendActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// AppendActivityStreamsOrganization appends a Organization value to the
// back of a list of the property "anyOf". Invalidates iterators that
// are traversing using Prev.
AppendActivityStreamsOrganization(v ActivityStreamsOrganization)
// AppendActivityStreamsPage appends a Page value to the back of a list of
// the property "anyOf". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsPage(v ActivityStreamsPage)
// AppendActivityStreamsPerson appends a Person value to the back of a
// list of the property "anyOf". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsPerson(v ActivityStreamsPerson)
// AppendActivityStreamsPlace appends a Place value to the back of a list
// of the property "anyOf". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsPlace(v ActivityStreamsPlace)
// AppendActivityStreamsProfile appends a Profile value to the back of a
// list of the property "anyOf". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsProfile(v ActivityStreamsProfile)
// AppendActivityStreamsQuestion appends a Question value to the back of a
// list of the property "anyOf". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsQuestion(v ActivityStreamsQuestion)
// AppendActivityStreamsRead appends a Read value to the back of a list of
// the property "anyOf". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsRead(v ActivityStreamsRead)
// AppendActivityStreamsReject appends a Reject value to the back of a
// list of the property "anyOf". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsReject(v ActivityStreamsReject)
// AppendActivityStreamsRelationship appends a Relationship value to the
// back of a list of the property "anyOf". Invalidates iterators that
// are traversing using Prev.
AppendActivityStreamsRelationship(v ActivityStreamsRelationship)
// AppendActivityStreamsRemove appends a Remove value to the back of a
// list of the property "anyOf". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsRemove(v ActivityStreamsRemove)
// AppendActivityStreamsService appends a Service value to the back of a
// list of the property "anyOf". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsService(v ActivityStreamsService)
// AppendActivityStreamsTentativeAccept appends a TentativeAccept value to
// the back of a list of the property "anyOf". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// AppendActivityStreamsTentativeReject appends a TentativeReject value to
// the back of a list of the property "anyOf". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// AppendActivityStreamsTombstone appends a Tombstone value to the back of
// a list of the property "anyOf". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsTombstone(v ActivityStreamsTombstone)
// AppendActivityStreamsTravel appends a Travel value to the back of a
// list of the property "anyOf". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsTravel(v ActivityStreamsTravel)
// AppendActivityStreamsUndo appends a Undo value to the back of a list of
// the property "anyOf". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsUndo(v ActivityStreamsUndo)
// AppendActivityStreamsUpdate appends a Update value to the back of a
// list of the property "anyOf". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsUpdate(v ActivityStreamsUpdate)
// AppendActivityStreamsVideo appends a Video value to the back of a list
// of the property "anyOf". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsVideo(v ActivityStreamsVideo)
// AppendActivityStreamsView appends a View value to the back of a list of
// the property "anyOf". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsView(v ActivityStreamsView)
// AppendFunkwhaleAlbum appends a Album value to the back of a list of the
// property "anyOf". Invalidates iterators that are traversing using
// Prev.
AppendFunkwhaleAlbum(v FunkwhaleAlbum)
// AppendFunkwhaleArtist appends a Artist value to the back of a list of
// the property "anyOf". Invalidates iterators that are traversing
// using Prev.
AppendFunkwhaleArtist(v FunkwhaleArtist)
// AppendFunkwhaleLibrary appends a Library value to the back of a list of
// the property "anyOf". Invalidates iterators that are traversing
// using Prev.
AppendFunkwhaleLibrary(v FunkwhaleLibrary)
// AppendFunkwhaleTrack appends a Track value to the back of a list of the
// property "anyOf". Invalidates iterators that are traversing using
// Prev.
AppendFunkwhaleTrack(v FunkwhaleTrack)
// AppendGoToSocialAnnounceApproval appends a AnnounceApproval value to
// the back of a list of the property "anyOf". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// AppendGoToSocialAnnounceAuthorization appends a AnnounceAuthorization
// value to the back of a list of the property "anyOf". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// AppendGoToSocialAnnounceRequest appends a AnnounceRequest value to the
// back of a list of the property "anyOf". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// AppendGoToSocialLikeApproval appends a LikeApproval value to the back
// of a list of the property "anyOf". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialLikeApproval(v GoToSocialLikeApproval)
// AppendGoToSocialLikeAuthorization appends a LikeAuthorization value to
// the back of a list of the property "anyOf". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// AppendGoToSocialLikeRequest appends a LikeRequest value to the back of
// a list of the property "anyOf". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialLikeRequest(v GoToSocialLikeRequest)
// AppendGoToSocialQuoteAuthorization appends a QuoteAuthorization value
// to the back of a list of the property "anyOf". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// AppendGoToSocialQuoteRequest appends a QuoteRequest value to the back
// of a list of the property "anyOf". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// AppendGoToSocialReplyApproval appends a ReplyApproval value to the back
// of a list of the property "anyOf". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialReplyApproval(v GoToSocialReplyApproval)
// AppendGoToSocialReplyAuthorization appends a ReplyAuthorization value
// to the back of a list of the property "anyOf". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// AppendGoToSocialReplyRequest appends a ReplyRequest value to the back
// of a list of the property "anyOf". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialReplyRequest(v GoToSocialReplyRequest)
// AppendIRI appends an IRI value to the back of a list of the property
// "anyOf"
AppendIRI(v *url.URL)
// AppendLitePubEmojiReact appends a EmojiReact value to the back of a
// list of the property "anyOf". Invalidates iterators that are
// traversing using Prev.
AppendLitePubEmojiReact(v LitePubEmojiReact)
// AppendSchemaPropertyValue appends a PropertyValue value to the back of
// a list of the property "anyOf". Invalidates iterators that are
// traversing using Prev.
AppendSchemaPropertyValue(v SchemaPropertyValue)
// AppendTootEmoji appends a Emoji value to the back of a list of the
// property "anyOf". Invalidates iterators that are traversing using
// Prev.
AppendTootEmoji(v TootEmoji)
// AppendTootHashtag appends a Hashtag value to the back of a list of the
// property "anyOf". Invalidates iterators that are traversing using
// Prev.
AppendTootHashtag(v TootHashtag)
// AppendTootIdentityProof appends a IdentityProof value to the back of a
// list of the property "anyOf". Invalidates iterators that are
// traversing using Prev.
AppendTootIdentityProof(v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "anyOf". Invalidates iterators that are traversing
// using Prev. Returns an error if the type is not a valid one to set
// for this property.
AppendType(t Type) error
// At returns the property value for the specified index. Panics if the
// index is out of bounds.
At(index int) ActivityStreamsAnyOfPropertyIterator
// 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.
Begin() ActivityStreamsAnyOfPropertyIterator
// Empty returns returns true if there are no elements.
Empty() bool
// 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.
End() ActivityStreamsAnyOfPropertyIterator
// InsertActivityStreamsAccept inserts a Accept value at the specified
// index for a property "anyOf". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsAccept(idx int, v ActivityStreamsAccept)
// InsertActivityStreamsActivity inserts a Activity value at the specified
// index for a property "anyOf". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsActivity(idx int, v ActivityStreamsActivity)
// InsertActivityStreamsAdd inserts a Add value at the specified index for
// a property "anyOf". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertActivityStreamsAdd(idx int, v ActivityStreamsAdd)
// InsertActivityStreamsAnnounce inserts a Announce value at the specified
// index for a property "anyOf". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsAnnounce(idx int, v ActivityStreamsAnnounce)
// InsertActivityStreamsApplication inserts a Application value at the
// specified index for a property "anyOf". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsApplication(idx int, v ActivityStreamsApplication)
// InsertActivityStreamsArrive inserts a Arrive value at the specified
// index for a property "anyOf". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsArrive(idx int, v ActivityStreamsArrive)
// InsertActivityStreamsArticle inserts a Article value at the specified
// index for a property "anyOf". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsArticle(idx int, v ActivityStreamsArticle)
// InsertActivityStreamsAudio inserts a Audio value at the specified index
// for a property "anyOf". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsAudio(idx int, v ActivityStreamsAudio)
// InsertActivityStreamsBlock inserts a Block value at the specified index
// for a property "anyOf". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsBlock(idx int, v ActivityStreamsBlock)
// InsertActivityStreamsCollection inserts a Collection value at the
// specified index for a property "anyOf". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsCollection(idx int, v ActivityStreamsCollection)
// InsertActivityStreamsCollectionPage inserts a CollectionPage value at
// the specified index for a property "anyOf". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsCollectionPage(idx int, v ActivityStreamsCollectionPage)
// InsertActivityStreamsCreate inserts a Create value at the specified
// index for a property "anyOf". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsCreate(idx int, v ActivityStreamsCreate)
// InsertActivityStreamsDelete inserts a Delete value at the specified
// index for a property "anyOf". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDelete(idx int, v ActivityStreamsDelete)
// InsertActivityStreamsDislike inserts a Dislike value at the specified
// index for a property "anyOf". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDislike(idx int, v ActivityStreamsDislike)
// InsertActivityStreamsDocument inserts a Document value at the specified
// index for a property "anyOf". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDocument(idx int, v ActivityStreamsDocument)
// InsertActivityStreamsEvent inserts a Event value at the specified index
// for a property "anyOf". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsEvent(idx int, v ActivityStreamsEvent)
// InsertActivityStreamsFlag inserts a Flag value at the specified index
// for a property "anyOf". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsFlag(idx int, v ActivityStreamsFlag)
// InsertActivityStreamsFollow inserts a Follow value at the specified
// index for a property "anyOf". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsFollow(idx int, v ActivityStreamsFollow)
// InsertActivityStreamsGroup inserts a Group value at the specified index
// for a property "anyOf". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsGroup(idx int, v ActivityStreamsGroup)
// InsertActivityStreamsIgnore inserts a Ignore value at the specified
// index for a property "anyOf". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsIgnore(idx int, v ActivityStreamsIgnore)
// InsertActivityStreamsImage inserts a Image value at the specified index
// for a property "anyOf". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsImage(idx int, v ActivityStreamsImage)
// InsertActivityStreamsIntransitiveActivity inserts a
// IntransitiveActivity value at the specified index for a property
// "anyOf". Existing elements at that index and higher are shifted
// back once. Invalidates all iterators.
InsertActivityStreamsIntransitiveActivity(idx int, v ActivityStreamsIntransitiveActivity)
// InsertActivityStreamsInvite inserts a Invite value at the specified
// index for a property "anyOf". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsInvite(idx int, v ActivityStreamsInvite)
// InsertActivityStreamsJoin inserts a Join value at the specified index
// for a property "anyOf". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsJoin(idx int, v ActivityStreamsJoin)
// InsertActivityStreamsLeave inserts a Leave value at the specified index
// for a property "anyOf". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsLeave(idx int, v ActivityStreamsLeave)
// InsertActivityStreamsLike inserts a Like value at the specified index
// for a property "anyOf". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsLike(idx int, v ActivityStreamsLike)
// InsertActivityStreamsLink inserts a Link value at the specified index
// for a property "anyOf". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsLink(idx int, v ActivityStreamsLink)
// InsertActivityStreamsListen inserts a Listen value at the specified
// index for a property "anyOf". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsListen(idx int, v ActivityStreamsListen)
// InsertActivityStreamsMention inserts a Mention value at the specified
// index for a property "anyOf". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsMention(idx int, v ActivityStreamsMention)
// InsertActivityStreamsMove inserts a Move value at the specified index
// for a property "anyOf". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsMove(idx int, v ActivityStreamsMove)
// InsertActivityStreamsNote inserts a Note value at the specified index
// for a property "anyOf". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsNote(idx int, v ActivityStreamsNote)
// InsertActivityStreamsObject inserts a Object value at the specified
// index for a property "anyOf". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsObject(idx int, v ActivityStreamsObject)
// InsertActivityStreamsOffer inserts a Offer value at the specified index
// for a property "anyOf". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsOffer(idx int, v ActivityStreamsOffer)
// InsertActivityStreamsOrderedCollection inserts a OrderedCollection
// value at the specified index for a property "anyOf". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertActivityStreamsOrderedCollection(idx int, v ActivityStreamsOrderedCollection)
// InsertActivityStreamsOrderedCollectionPage inserts a
// OrderedCollectionPage value at the specified index for a property
// "anyOf". Existing elements at that index and higher are shifted
// back once. Invalidates all iterators.
InsertActivityStreamsOrderedCollectionPage(idx int, v ActivityStreamsOrderedCollectionPage)
// InsertActivityStreamsOrganization inserts a Organization value at the
// specified index for a property "anyOf". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsOrganization(idx int, v ActivityStreamsOrganization)
// InsertActivityStreamsPage inserts a Page value at the specified index
// for a property "anyOf". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsPage(idx int, v ActivityStreamsPage)
// InsertActivityStreamsPerson inserts a Person value at the specified
// index for a property "anyOf". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsPerson(idx int, v ActivityStreamsPerson)
// InsertActivityStreamsPlace inserts a Place value at the specified index
// for a property "anyOf". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsPlace(idx int, v ActivityStreamsPlace)
// InsertActivityStreamsProfile inserts a Profile value at the specified
// index for a property "anyOf". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsProfile(idx int, v ActivityStreamsProfile)
// InsertActivityStreamsQuestion inserts a Question value at the specified
// index for a property "anyOf". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsQuestion(idx int, v ActivityStreamsQuestion)
// InsertActivityStreamsRead inserts a Read value at the specified index
// for a property "anyOf". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsRead(idx int, v ActivityStreamsRead)
// InsertActivityStreamsReject inserts a Reject value at the specified
// index for a property "anyOf". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsReject(idx int, v ActivityStreamsReject)
// InsertActivityStreamsRelationship inserts a Relationship value at the
// specified index for a property "anyOf". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsRelationship(idx int, v ActivityStreamsRelationship)
// InsertActivityStreamsRemove inserts a Remove value at the specified
// index for a property "anyOf". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsRemove(idx int, v ActivityStreamsRemove)
// InsertActivityStreamsService inserts a Service value at the specified
// index for a property "anyOf". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsService(idx int, v ActivityStreamsService)
// InsertActivityStreamsTentativeAccept inserts a TentativeAccept value at
// the specified index for a property "anyOf". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsTentativeAccept(idx int, v ActivityStreamsTentativeAccept)
// InsertActivityStreamsTentativeReject inserts a TentativeReject value at
// the specified index for a property "anyOf". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsTentativeReject(idx int, v ActivityStreamsTentativeReject)
// InsertActivityStreamsTombstone inserts a Tombstone value at the
// specified index for a property "anyOf". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsTombstone(idx int, v ActivityStreamsTombstone)
// InsertActivityStreamsTravel inserts a Travel value at the specified
// index for a property "anyOf". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsTravel(idx int, v ActivityStreamsTravel)
// InsertActivityStreamsUndo inserts a Undo value at the specified index
// for a property "anyOf". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsUndo(idx int, v ActivityStreamsUndo)
// InsertActivityStreamsUpdate inserts a Update value at the specified
// index for a property "anyOf". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsUpdate(idx int, v ActivityStreamsUpdate)
// InsertActivityStreamsVideo inserts a Video value at the specified index
// for a property "anyOf". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsVideo(idx int, v ActivityStreamsVideo)
// InsertActivityStreamsView inserts a View value at the specified index
// for a property "anyOf". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsView(idx int, v ActivityStreamsView)
// InsertFunkwhaleAlbum inserts a Album value at the specified index for a
// property "anyOf". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertFunkwhaleAlbum(idx int, v FunkwhaleAlbum)
// InsertFunkwhaleArtist inserts a Artist value at the specified index for
// a property "anyOf". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertFunkwhaleArtist(idx int, v FunkwhaleArtist)
// InsertFunkwhaleLibrary inserts a Library value at the specified index
// for a property "anyOf". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertFunkwhaleLibrary(idx int, v FunkwhaleLibrary)
// InsertFunkwhaleTrack inserts a Track value at the specified index for a
// property "anyOf". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertFunkwhaleTrack(idx int, v FunkwhaleTrack)
// InsertGoToSocialAnnounceApproval inserts a AnnounceApproval value at
// the specified index for a property "anyOf". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialAnnounceApproval(idx int, v GoToSocialAnnounceApproval)
// InsertGoToSocialAnnounceAuthorization inserts a AnnounceAuthorization
// value at the specified index for a property "anyOf". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertGoToSocialAnnounceAuthorization(idx int, v GoToSocialAnnounceAuthorization)
// InsertGoToSocialAnnounceRequest inserts a AnnounceRequest value at the
// specified index for a property "anyOf". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialAnnounceRequest(idx int, v GoToSocialAnnounceRequest)
// InsertGoToSocialLikeApproval inserts a LikeApproval value at the
// specified index for a property "anyOf". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialLikeApproval(idx int, v GoToSocialLikeApproval)
// InsertGoToSocialLikeAuthorization inserts a LikeAuthorization value at
// the specified index for a property "anyOf". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialLikeAuthorization(idx int, v GoToSocialLikeAuthorization)
// InsertGoToSocialLikeRequest inserts a LikeRequest value at the
// specified index for a property "anyOf". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// InsertGoToSocialQuoteAuthorization inserts a QuoteAuthorization value
// at the specified index for a property "anyOf". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialQuoteAuthorization(idx int, v GoToSocialQuoteAuthorization)
// InsertGoToSocialQuoteRequest inserts a QuoteRequest value at the
// specified index for a property "anyOf". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialQuoteRequest(idx int, v GoToSocialQuoteRequest)
// InsertGoToSocialReplyApproval inserts a ReplyApproval value at the
// specified index for a property "anyOf". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialReplyApproval(idx int, v GoToSocialReplyApproval)
// InsertGoToSocialReplyAuthorization inserts a ReplyAuthorization value
// at the specified index for a property "anyOf". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialReplyAuthorization(idx int, v GoToSocialReplyAuthorization)
// InsertGoToSocialReplyRequest inserts a ReplyRequest value at the
// specified index for a property "anyOf". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialReplyRequest(idx int, v GoToSocialReplyRequest)
// Insert inserts an IRI value at the specified index for a property
// "anyOf". Existing elements at that index and higher are shifted
// back once. Invalidates all iterators.
InsertIRI(idx int, v *url.URL)
// InsertLitePubEmojiReact inserts a EmojiReact value at the specified
// index for a property "anyOf". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertLitePubEmojiReact(idx int, v LitePubEmojiReact)
// InsertSchemaPropertyValue inserts a PropertyValue value at the
// specified index for a property "anyOf". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertSchemaPropertyValue(idx int, v SchemaPropertyValue)
// InsertTootEmoji inserts a Emoji value at the specified index for a
// property "anyOf". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertTootEmoji(idx int, v TootEmoji)
// InsertTootHashtag inserts a Hashtag value at the specified index for a
// property "anyOf". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertTootHashtag(idx int, v TootHashtag)
// InsertTootIdentityProof inserts a IdentityProof value at the specified
// index for a property "anyOf". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertTootIdentityProof(idx int, v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "anyOf". Invalidates all iterators. Returns an error
// if the type is not a valid one to set for this property.
InsertType(idx int, t Type) error
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex(idx int) int
// Len returns the number of values that exist for the "anyOf" property.
Len() (length int)
// Less computes whether another property is less than this one. Mixing
// types results in a consistent but arbitrary ordering
Less(i, j int) 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.
LessThan(o ActivityStreamsAnyOfProperty) bool
// Name returns the name of this property ("anyOf") with any alias.
Name() string
// PrependActivityStreamsAccept prepends a Accept value to the front of a
// list of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsAccept(v ActivityStreamsAccept)
// PrependActivityStreamsActivity prepends a Activity value to the front
// of a list of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsActivity(v ActivityStreamsActivity)
// PrependActivityStreamsAdd prepends a Add value to the front of a list
// of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsAdd(v ActivityStreamsAdd)
// PrependActivityStreamsAnnounce prepends a Announce value to the front
// of a list of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// PrependActivityStreamsApplication prepends a Application value to the
// front of a list of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsApplication(v ActivityStreamsApplication)
// PrependActivityStreamsArrive prepends a Arrive value to the front of a
// list of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsArrive(v ActivityStreamsArrive)
// PrependActivityStreamsArticle prepends a Article value to the front of
// a list of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsArticle(v ActivityStreamsArticle)
// PrependActivityStreamsAudio prepends a Audio value to the front of a
// list of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsAudio(v ActivityStreamsAudio)
// PrependActivityStreamsBlock prepends a Block value to the front of a
// list of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsBlock(v ActivityStreamsBlock)
// PrependActivityStreamsCollection prepends a Collection value to the
// front of a list of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsCollection(v ActivityStreamsCollection)
// PrependActivityStreamsCollectionPage prepends a CollectionPage value to
// the front of a list of the property "anyOf". Invalidates all
// iterators.
PrependActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// PrependActivityStreamsCreate prepends a Create value to the front of a
// list of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsCreate(v ActivityStreamsCreate)
// PrependActivityStreamsDelete prepends a Delete value to the front of a
// list of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsDelete(v ActivityStreamsDelete)
// PrependActivityStreamsDislike prepends a Dislike value to the front of
// a list of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsDislike(v ActivityStreamsDislike)
// PrependActivityStreamsDocument prepends a Document value to the front
// of a list of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsDocument(v ActivityStreamsDocument)
// PrependActivityStreamsEvent prepends a Event value to the front of a
// list of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsEvent(v ActivityStreamsEvent)
// PrependActivityStreamsFlag prepends a Flag value to the front of a list
// of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsFlag(v ActivityStreamsFlag)
// PrependActivityStreamsFollow prepends a Follow value to the front of a
// list of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsFollow(v ActivityStreamsFollow)
// PrependActivityStreamsGroup prepends a Group value to the front of a
// list of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsGroup(v ActivityStreamsGroup)
// PrependActivityStreamsIgnore prepends a Ignore value to the front of a
// list of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsIgnore(v ActivityStreamsIgnore)
// PrependActivityStreamsImage prepends a Image value to the front of a
// list of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsImage(v ActivityStreamsImage)
// PrependActivityStreamsIntransitiveActivity prepends a
// IntransitiveActivity value to the front of a list of the property
// "anyOf". Invalidates all iterators.
PrependActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// PrependActivityStreamsInvite prepends a Invite value to the front of a
// list of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsInvite(v ActivityStreamsInvite)
// PrependActivityStreamsJoin prepends a Join value to the front of a list
// of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsJoin(v ActivityStreamsJoin)
// PrependActivityStreamsLeave prepends a Leave value to the front of a
// list of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsLeave(v ActivityStreamsLeave)
// PrependActivityStreamsLike prepends a Like value to the front of a list
// of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsLike(v ActivityStreamsLike)
// PrependActivityStreamsLink prepends a Link value to the front of a list
// of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsLink(v ActivityStreamsLink)
// PrependActivityStreamsListen prepends a Listen value to the front of a
// list of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsListen(v ActivityStreamsListen)
// PrependActivityStreamsMention prepends a Mention value to the front of
// a list of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsMention(v ActivityStreamsMention)
// PrependActivityStreamsMove prepends a Move value to the front of a list
// of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsMove(v ActivityStreamsMove)
// PrependActivityStreamsNote prepends a Note value to the front of a list
// of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsNote(v ActivityStreamsNote)
// PrependActivityStreamsObject prepends a Object value to the front of a
// list of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsObject(v ActivityStreamsObject)
// PrependActivityStreamsOffer prepends a Offer value to the front of a
// list of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsOffer(v ActivityStreamsOffer)
// PrependActivityStreamsOrderedCollection prepends a OrderedCollection
// value to the front of a list of the property "anyOf". Invalidates
// all iterators.
PrependActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// PrependActivityStreamsOrderedCollectionPage prepends a
// OrderedCollectionPage value to the front of a list of the property
// "anyOf". Invalidates all iterators.
PrependActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// PrependActivityStreamsOrganization prepends a Organization value to the
// front of a list of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsOrganization(v ActivityStreamsOrganization)
// PrependActivityStreamsPage prepends a Page value to the front of a list
// of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsPage(v ActivityStreamsPage)
// PrependActivityStreamsPerson prepends a Person value to the front of a
// list of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsPerson(v ActivityStreamsPerson)
// PrependActivityStreamsPlace prepends a Place value to the front of a
// list of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsPlace(v ActivityStreamsPlace)
// PrependActivityStreamsProfile prepends a Profile value to the front of
// a list of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsProfile(v ActivityStreamsProfile)
// PrependActivityStreamsQuestion prepends a Question value to the front
// of a list of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsQuestion(v ActivityStreamsQuestion)
// PrependActivityStreamsRead prepends a Read value to the front of a list
// of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsRead(v ActivityStreamsRead)
// PrependActivityStreamsReject prepends a Reject value to the front of a
// list of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsReject(v ActivityStreamsReject)
// PrependActivityStreamsRelationship prepends a Relationship value to the
// front of a list of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsRelationship(v ActivityStreamsRelationship)
// PrependActivityStreamsRemove prepends a Remove value to the front of a
// list of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsRemove(v ActivityStreamsRemove)
// PrependActivityStreamsService prepends a Service value to the front of
// a list of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsService(v ActivityStreamsService)
// PrependActivityStreamsTentativeAccept prepends a TentativeAccept value
// to the front of a list of the property "anyOf". Invalidates all
// iterators.
PrependActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// PrependActivityStreamsTentativeReject prepends a TentativeReject value
// to the front of a list of the property "anyOf". Invalidates all
// iterators.
PrependActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// PrependActivityStreamsTombstone prepends a Tombstone value to the front
// of a list of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsTombstone(v ActivityStreamsTombstone)
// PrependActivityStreamsTravel prepends a Travel value to the front of a
// list of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsTravel(v ActivityStreamsTravel)
// PrependActivityStreamsUndo prepends a Undo value to the front of a list
// of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsUndo(v ActivityStreamsUndo)
// PrependActivityStreamsUpdate prepends a Update value to the front of a
// list of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsUpdate(v ActivityStreamsUpdate)
// PrependActivityStreamsVideo prepends a Video value to the front of a
// list of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsVideo(v ActivityStreamsVideo)
// PrependActivityStreamsView prepends a View value to the front of a list
// of the property "anyOf". Invalidates all iterators.
PrependActivityStreamsView(v ActivityStreamsView)
// PrependFunkwhaleAlbum prepends a Album value to the front of a list of
// the property "anyOf". Invalidates all iterators.
PrependFunkwhaleAlbum(v FunkwhaleAlbum)
// PrependFunkwhaleArtist prepends a Artist value to the front of a list
// of the property "anyOf". Invalidates all iterators.
PrependFunkwhaleArtist(v FunkwhaleArtist)
// PrependFunkwhaleLibrary prepends a Library value to the front of a list
// of the property "anyOf". Invalidates all iterators.
PrependFunkwhaleLibrary(v FunkwhaleLibrary)
// PrependFunkwhaleTrack prepends a Track value to the front of a list of
// the property "anyOf". Invalidates all iterators.
PrependFunkwhaleTrack(v FunkwhaleTrack)
// PrependGoToSocialAnnounceApproval prepends a AnnounceApproval value to
// the front of a list of the property "anyOf". Invalidates all
// iterators.
PrependGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// PrependGoToSocialAnnounceAuthorization prepends a AnnounceAuthorization
// value to the front of a list of the property "anyOf". Invalidates
// all iterators.
PrependGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// PrependGoToSocialAnnounceRequest prepends a AnnounceRequest value to
// the front of a list of the property "anyOf". Invalidates all
// iterators.
PrependGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// PrependGoToSocialLikeApproval prepends a LikeApproval value to the
// front of a list of the property "anyOf". Invalidates all iterators.
PrependGoToSocialLikeApproval(v GoToSocialLikeApproval)
// PrependGoToSocialLikeAuthorization prepends a LikeAuthorization value
// to the front of a list of the property "anyOf". Invalidates all
// iterators.
PrependGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// PrependGoToSocialLikeRequest prepends a LikeRequest value to the front
// of a list of the property "anyOf". Invalidates all iterators.
PrependGoToSocialLikeRequest(v GoToSocialLikeRequest)
// PrependGoToSocialQuoteAuthorization prepends a QuoteAuthorization value
// to the front of a list of the property "anyOf". Invalidates all
// iterators.
PrependGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// PrependGoToSocialQuoteRequest prepends a QuoteRequest value to the
// front of a list of the property "anyOf". Invalidates all iterators.
PrependGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// PrependGoToSocialReplyApproval prepends a ReplyApproval value to the
// front of a list of the property "anyOf". Invalidates all iterators.
PrependGoToSocialReplyApproval(v GoToSocialReplyApproval)
// PrependGoToSocialReplyAuthorization prepends a ReplyAuthorization value
// to the front of a list of the property "anyOf". Invalidates all
// iterators.
PrependGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// PrependGoToSocialReplyRequest prepends a ReplyRequest value to the
// front of a list of the property "anyOf". Invalidates all iterators.
PrependGoToSocialReplyRequest(v GoToSocialReplyRequest)
// PrependIRI prepends an IRI value to the front of a list of the property
// "anyOf".
PrependIRI(v *url.URL)
// PrependLitePubEmojiReact prepends a EmojiReact value to the front of a
// list of the property "anyOf". Invalidates all iterators.
PrependLitePubEmojiReact(v LitePubEmojiReact)
// PrependSchemaPropertyValue prepends a PropertyValue value to the front
// of a list of the property "anyOf". Invalidates all iterators.
PrependSchemaPropertyValue(v SchemaPropertyValue)
// PrependTootEmoji prepends a Emoji value to the front of a list of the
// property "anyOf". Invalidates all iterators.
PrependTootEmoji(v TootEmoji)
// PrependTootHashtag prepends a Hashtag value to the front of a list of
// the property "anyOf". Invalidates all iterators.
PrependTootHashtag(v TootHashtag)
// PrependTootIdentityProof prepends a IdentityProof value to the front of
// a list of the property "anyOf". Invalidates all iterators.
PrependTootIdentityProof(v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "anyOf". Invalidates all iterators. Returns an error
// if the type is not a valid one to set for this property.
PrependType(t Type) error
// Remove deletes an element at the specified index from a list of the
// property "anyOf", regardless of its type. Panics if the index is
// out of bounds. Invalidates all iterators.
Remove(idx int)
// 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.
Serialize() (interface{}, error)
// SetActivityStreamsAccept sets a Accept value to be at the specified
// index for the property "anyOf". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsAccept(idx int, v ActivityStreamsAccept)
// SetActivityStreamsActivity sets a Activity value to be at the specified
// index for the property "anyOf". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsActivity(idx int, v ActivityStreamsActivity)
// SetActivityStreamsAdd sets a Add value to be at the specified index for
// the property "anyOf". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsAdd(idx int, v ActivityStreamsAdd)
// SetActivityStreamsAnnounce sets a Announce value to be at the specified
// index for the property "anyOf". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsAnnounce(idx int, v ActivityStreamsAnnounce)
// SetActivityStreamsApplication sets a Application value to be at the
// specified index for the property "anyOf". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsApplication(idx int, v ActivityStreamsApplication)
// SetActivityStreamsArrive sets a Arrive value to be at the specified
// index for the property "anyOf". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsArrive(idx int, v ActivityStreamsArrive)
// SetActivityStreamsArticle sets a Article value to be at the specified
// index for the property "anyOf". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsArticle(idx int, v ActivityStreamsArticle)
// SetActivityStreamsAudio sets a Audio value to be at the specified index
// for the property "anyOf". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsAudio(idx int, v ActivityStreamsAudio)
// SetActivityStreamsBlock sets a Block value to be at the specified index
// for the property "anyOf". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsBlock(idx int, v ActivityStreamsBlock)
// SetActivityStreamsCollection sets a Collection value to be at the
// specified index for the property "anyOf". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsCollection(idx int, v ActivityStreamsCollection)
// SetActivityStreamsCollectionPage sets a CollectionPage value to be at
// the specified index for the property "anyOf". Panics if the index
// is out of bounds. Invalidates all iterators.
SetActivityStreamsCollectionPage(idx int, v ActivityStreamsCollectionPage)
// SetActivityStreamsCreate sets a Create value to be at the specified
// index for the property "anyOf". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsCreate(idx int, v ActivityStreamsCreate)
// SetActivityStreamsDelete sets a Delete value to be at the specified
// index for the property "anyOf". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsDelete(idx int, v ActivityStreamsDelete)
// SetActivityStreamsDislike sets a Dislike value to be at the specified
// index for the property "anyOf". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsDislike(idx int, v ActivityStreamsDislike)
// SetActivityStreamsDocument sets a Document value to be at the specified
// index for the property "anyOf". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsDocument(idx int, v ActivityStreamsDocument)
// SetActivityStreamsEvent sets a Event value to be at the specified index
// for the property "anyOf". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsEvent(idx int, v ActivityStreamsEvent)
// SetActivityStreamsFlag sets a Flag value to be at the specified index
// for the property "anyOf". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsFlag(idx int, v ActivityStreamsFlag)
// SetActivityStreamsFollow sets a Follow value to be at the specified
// index for the property "anyOf". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsFollow(idx int, v ActivityStreamsFollow)
// SetActivityStreamsGroup sets a Group value to be at the specified index
// for the property "anyOf". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsGroup(idx int, v ActivityStreamsGroup)
// SetActivityStreamsIgnore sets a Ignore value to be at the specified
// index for the property "anyOf". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsIgnore(idx int, v ActivityStreamsIgnore)
// SetActivityStreamsImage sets a Image value to be at the specified index
// for the property "anyOf". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsImage(idx int, v ActivityStreamsImage)
// SetActivityStreamsIntransitiveActivity sets a IntransitiveActivity
// value to be at the specified index for the property "anyOf". Panics
// if the index is out of bounds. Invalidates all iterators.
SetActivityStreamsIntransitiveActivity(idx int, v ActivityStreamsIntransitiveActivity)
// SetActivityStreamsInvite sets a Invite value to be at the specified
// index for the property "anyOf". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsInvite(idx int, v ActivityStreamsInvite)
// SetActivityStreamsJoin sets a Join value to be at the specified index
// for the property "anyOf". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsJoin(idx int, v ActivityStreamsJoin)
// SetActivityStreamsLeave sets a Leave value to be at the specified index
// for the property "anyOf". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsLeave(idx int, v ActivityStreamsLeave)
// SetActivityStreamsLike sets a Like value to be at the specified index
// for the property "anyOf". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsLike(idx int, v ActivityStreamsLike)
// SetActivityStreamsLink sets a Link value to be at the specified index
// for the property "anyOf". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsLink(idx int, v ActivityStreamsLink)
// SetActivityStreamsListen sets a Listen value to be at the specified
// index for the property "anyOf". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsListen(idx int, v ActivityStreamsListen)
// SetActivityStreamsMention sets a Mention value to be at the specified
// index for the property "anyOf". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsMention(idx int, v ActivityStreamsMention)
// SetActivityStreamsMove sets a Move value to be at the specified index
// for the property "anyOf". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsMove(idx int, v ActivityStreamsMove)
// SetActivityStreamsNote sets a Note value to be at the specified index
// for the property "anyOf". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsNote(idx int, v ActivityStreamsNote)
// SetActivityStreamsObject sets a Object value to be at the specified
// index for the property "anyOf". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsObject(idx int, v ActivityStreamsObject)
// SetActivityStreamsOffer sets a Offer value to be at the specified index
// for the property "anyOf". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsOffer(idx int, v ActivityStreamsOffer)
// SetActivityStreamsOrderedCollection sets a OrderedCollection value to
// be at the specified index for the property "anyOf". Panics if the
// index is out of bounds. Invalidates all iterators.
SetActivityStreamsOrderedCollection(idx int, v ActivityStreamsOrderedCollection)
// SetActivityStreamsOrderedCollectionPage sets a OrderedCollectionPage
// value to be at the specified index for the property "anyOf". Panics
// if the index is out of bounds. Invalidates all iterators.
SetActivityStreamsOrderedCollectionPage(idx int, v ActivityStreamsOrderedCollectionPage)
// SetActivityStreamsOrganization sets a Organization value to be at the
// specified index for the property "anyOf". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsOrganization(idx int, v ActivityStreamsOrganization)
// SetActivityStreamsPage sets a Page value to be at the specified index
// for the property "anyOf". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsPage(idx int, v ActivityStreamsPage)
// SetActivityStreamsPerson sets a Person value to be at the specified
// index for the property "anyOf". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsPerson(idx int, v ActivityStreamsPerson)
// SetActivityStreamsPlace sets a Place value to be at the specified index
// for the property "anyOf". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsPlace(idx int, v ActivityStreamsPlace)
// SetActivityStreamsProfile sets a Profile value to be at the specified
// index for the property "anyOf". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsProfile(idx int, v ActivityStreamsProfile)
// SetActivityStreamsQuestion sets a Question value to be at the specified
// index for the property "anyOf". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsQuestion(idx int, v ActivityStreamsQuestion)
// SetActivityStreamsRead sets a Read value to be at the specified index
// for the property "anyOf". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsRead(idx int, v ActivityStreamsRead)
// SetActivityStreamsReject sets a Reject value to be at the specified
// index for the property "anyOf". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsReject(idx int, v ActivityStreamsReject)
// SetActivityStreamsRelationship sets a Relationship value to be at the
// specified index for the property "anyOf". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsRelationship(idx int, v ActivityStreamsRelationship)
// SetActivityStreamsRemove sets a Remove value to be at the specified
// index for the property "anyOf". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsRemove(idx int, v ActivityStreamsRemove)
// SetActivityStreamsService sets a Service value to be at the specified
// index for the property "anyOf". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsService(idx int, v ActivityStreamsService)
// SetActivityStreamsTentativeAccept sets a TentativeAccept value to be at
// the specified index for the property "anyOf". Panics if the index
// is out of bounds. Invalidates all iterators.
SetActivityStreamsTentativeAccept(idx int, v ActivityStreamsTentativeAccept)
// SetActivityStreamsTentativeReject sets a TentativeReject value to be at
// the specified index for the property "anyOf". Panics if the index
// is out of bounds. Invalidates all iterators.
SetActivityStreamsTentativeReject(idx int, v ActivityStreamsTentativeReject)
// SetActivityStreamsTombstone sets a Tombstone value to be at the
// specified index for the property "anyOf". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsTombstone(idx int, v ActivityStreamsTombstone)
// SetActivityStreamsTravel sets a Travel value to be at the specified
// index for the property "anyOf". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsTravel(idx int, v ActivityStreamsTravel)
// SetActivityStreamsUndo sets a Undo value to be at the specified index
// for the property "anyOf". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsUndo(idx int, v ActivityStreamsUndo)
// SetActivityStreamsUpdate sets a Update value to be at the specified
// index for the property "anyOf". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsUpdate(idx int, v ActivityStreamsUpdate)
// SetActivityStreamsVideo sets a Video value to be at the specified index
// for the property "anyOf". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsVideo(idx int, v ActivityStreamsVideo)
// SetActivityStreamsView sets a View value to be at the specified index
// for the property "anyOf". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsView(idx int, v ActivityStreamsView)
// SetFunkwhaleAlbum sets a Album value to be at the specified index for
// the property "anyOf". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleAlbum(idx int, v FunkwhaleAlbum)
// SetFunkwhaleArtist sets a Artist value to be at the specified index for
// the property "anyOf". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleArtist(idx int, v FunkwhaleArtist)
// SetFunkwhaleLibrary sets a Library value to be at the specified index
// for the property "anyOf". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleLibrary(idx int, v FunkwhaleLibrary)
// SetFunkwhaleTrack sets a Track value to be at the specified index for
// the property "anyOf". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleTrack(idx int, v FunkwhaleTrack)
// SetGoToSocialAnnounceApproval sets a AnnounceApproval value to be at
// the specified index for the property "anyOf". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceApproval(idx int, v GoToSocialAnnounceApproval)
// SetGoToSocialAnnounceAuthorization sets a AnnounceAuthorization value
// to be at the specified index for the property "anyOf". Panics if
// the index is out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceAuthorization(idx int, v GoToSocialAnnounceAuthorization)
// SetGoToSocialAnnounceRequest sets a AnnounceRequest value to be at the
// specified index for the property "anyOf". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceRequest(idx int, v GoToSocialAnnounceRequest)
// SetGoToSocialLikeApproval sets a LikeApproval value to be at the
// specified index for the property "anyOf". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialLikeApproval(idx int, v GoToSocialLikeApproval)
// SetGoToSocialLikeAuthorization sets a LikeAuthorization value to be at
// the specified index for the property "anyOf". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialLikeAuthorization(idx int, v GoToSocialLikeAuthorization)
// SetGoToSocialLikeRequest sets a LikeRequest value to be at the
// specified index for the property "anyOf". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// SetGoToSocialQuoteAuthorization sets a QuoteAuthorization value to be
// at the specified index for the property "anyOf". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialQuoteAuthorization(idx int, v GoToSocialQuoteAuthorization)
// SetGoToSocialQuoteRequest sets a QuoteRequest value to be at the
// specified index for the property "anyOf". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialQuoteRequest(idx int, v GoToSocialQuoteRequest)
// SetGoToSocialReplyApproval sets a ReplyApproval value to be at the
// specified index for the property "anyOf". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialReplyApproval(idx int, v GoToSocialReplyApproval)
// SetGoToSocialReplyAuthorization sets a ReplyAuthorization value to be
// at the specified index for the property "anyOf". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialReplyAuthorization(idx int, v GoToSocialReplyAuthorization)
// SetGoToSocialReplyRequest sets a ReplyRequest value to be at the
// specified index for the property "anyOf". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialReplyRequest(idx int, v GoToSocialReplyRequest)
// SetIRI sets an IRI value to be at the specified index for the property
// "anyOf". Panics if the index is out of bounds.
SetIRI(idx int, v *url.URL)
// SetLitePubEmojiReact sets a EmojiReact value to be at the specified
// index for the property "anyOf". Panics if the index is out of
// bounds. Invalidates all iterators.
SetLitePubEmojiReact(idx int, v LitePubEmojiReact)
// SetSchemaPropertyValue sets a PropertyValue value to be at the
// specified index for the property "anyOf". Panics if the index is
// out of bounds. Invalidates all iterators.
SetSchemaPropertyValue(idx int, v SchemaPropertyValue)
// SetTootEmoji sets a Emoji value to be at the specified index for the
// property "anyOf". Panics if the index is out of bounds. Invalidates
// all iterators.
SetTootEmoji(idx int, v TootEmoji)
// SetTootHashtag sets a Hashtag value to be at the specified index for
// the property "anyOf". Panics if the index is out of bounds.
// Invalidates all iterators.
SetTootHashtag(idx int, v TootHashtag)
// SetTootIdentityProof sets a IdentityProof value to be at the specified
// index for the property "anyOf". Panics if the index is out of
// bounds. Invalidates all iterators.
SetTootIdentityProof(idx int, v TootIdentityProof)
// SetType sets an arbitrary type value to the specified index of the
// property "anyOf". 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.
SetType(idx int, t Type) error
// Swap swaps the location of values at two indices for the "anyOf"
// property.
Swap(i, j int)
}
Identifies an inclusive option for a Question. Use of anyOf implies that the Question can have multiple answers. To indicate that a Question can have only one answer, use oneOf.
Example 92 (https://www.w3.org/TR/activitystreams-vocabulary/#ex94-jsonld):
{
"anyOf": [
{
"name": "Option A",
"type": "Note"
},
{
"name": "Option B",
"type": "Note"
}
],
"name": "What is the answer?",
"type": "Question"
}
type ActivityStreamsAnyOfPropertyIterator ¶
type ActivityStreamsAnyOfPropertyIterator interface {
// GetActivityStreamsAccept returns the value of this property. When
// IsActivityStreamsAccept returns false, GetActivityStreamsAccept
// will return an arbitrary value.
GetActivityStreamsAccept() ActivityStreamsAccept
// GetActivityStreamsActivity returns the value of this property. When
// IsActivityStreamsActivity returns false, GetActivityStreamsActivity
// will return an arbitrary value.
GetActivityStreamsActivity() ActivityStreamsActivity
// GetActivityStreamsAdd returns the value of this property. When
// IsActivityStreamsAdd returns false, GetActivityStreamsAdd will
// return an arbitrary value.
GetActivityStreamsAdd() ActivityStreamsAdd
// GetActivityStreamsAnnounce returns the value of this property. When
// IsActivityStreamsAnnounce returns false, GetActivityStreamsAnnounce
// will return an arbitrary value.
GetActivityStreamsAnnounce() ActivityStreamsAnnounce
// GetActivityStreamsApplication returns the value of this property. When
// IsActivityStreamsApplication returns false,
// GetActivityStreamsApplication will return an arbitrary value.
GetActivityStreamsApplication() ActivityStreamsApplication
// GetActivityStreamsArrive returns the value of this property. When
// IsActivityStreamsArrive returns false, GetActivityStreamsArrive
// will return an arbitrary value.
GetActivityStreamsArrive() ActivityStreamsArrive
// GetActivityStreamsArticle returns the value of this property. When
// IsActivityStreamsArticle returns false, GetActivityStreamsArticle
// will return an arbitrary value.
GetActivityStreamsArticle() ActivityStreamsArticle
// GetActivityStreamsAudio returns the value of this property. When
// IsActivityStreamsAudio returns false, GetActivityStreamsAudio will
// return an arbitrary value.
GetActivityStreamsAudio() ActivityStreamsAudio
// GetActivityStreamsBlock returns the value of this property. When
// IsActivityStreamsBlock returns false, GetActivityStreamsBlock will
// return an arbitrary value.
GetActivityStreamsBlock() ActivityStreamsBlock
// GetActivityStreamsCollection returns the value of this property. When
// IsActivityStreamsCollection returns false,
// GetActivityStreamsCollection will return an arbitrary value.
GetActivityStreamsCollection() ActivityStreamsCollection
// GetActivityStreamsCollectionPage returns the value of this property.
// When IsActivityStreamsCollectionPage returns false,
// GetActivityStreamsCollectionPage will return an arbitrary value.
GetActivityStreamsCollectionPage() ActivityStreamsCollectionPage
// GetActivityStreamsCreate returns the value of this property. When
// IsActivityStreamsCreate returns false, GetActivityStreamsCreate
// will return an arbitrary value.
GetActivityStreamsCreate() ActivityStreamsCreate
// GetActivityStreamsDelete returns the value of this property. When
// IsActivityStreamsDelete returns false, GetActivityStreamsDelete
// will return an arbitrary value.
GetActivityStreamsDelete() ActivityStreamsDelete
// GetActivityStreamsDislike returns the value of this property. When
// IsActivityStreamsDislike returns false, GetActivityStreamsDislike
// will return an arbitrary value.
GetActivityStreamsDislike() ActivityStreamsDislike
// GetActivityStreamsDocument returns the value of this property. When
// IsActivityStreamsDocument returns false, GetActivityStreamsDocument
// will return an arbitrary value.
GetActivityStreamsDocument() ActivityStreamsDocument
// GetActivityStreamsEvent returns the value of this property. When
// IsActivityStreamsEvent returns false, GetActivityStreamsEvent will
// return an arbitrary value.
GetActivityStreamsEvent() ActivityStreamsEvent
// GetActivityStreamsFlag returns the value of this property. When
// IsActivityStreamsFlag returns false, GetActivityStreamsFlag will
// return an arbitrary value.
GetActivityStreamsFlag() ActivityStreamsFlag
// GetActivityStreamsFollow returns the value of this property. When
// IsActivityStreamsFollow returns false, GetActivityStreamsFollow
// will return an arbitrary value.
GetActivityStreamsFollow() ActivityStreamsFollow
// GetActivityStreamsGroup returns the value of this property. When
// IsActivityStreamsGroup returns false, GetActivityStreamsGroup will
// return an arbitrary value.
GetActivityStreamsGroup() ActivityStreamsGroup
// GetActivityStreamsIgnore returns the value of this property. When
// IsActivityStreamsIgnore returns false, GetActivityStreamsIgnore
// will return an arbitrary value.
GetActivityStreamsIgnore() ActivityStreamsIgnore
// GetActivityStreamsImage returns the value of this property. When
// IsActivityStreamsImage returns false, GetActivityStreamsImage will
// return an arbitrary value.
GetActivityStreamsImage() ActivityStreamsImage
// GetActivityStreamsIntransitiveActivity returns the value of this
// property. When IsActivityStreamsIntransitiveActivity returns false,
// GetActivityStreamsIntransitiveActivity will return an arbitrary
// value.
GetActivityStreamsIntransitiveActivity() ActivityStreamsIntransitiveActivity
// GetActivityStreamsInvite returns the value of this property. When
// IsActivityStreamsInvite returns false, GetActivityStreamsInvite
// will return an arbitrary value.
GetActivityStreamsInvite() ActivityStreamsInvite
// GetActivityStreamsJoin returns the value of this property. When
// IsActivityStreamsJoin returns false, GetActivityStreamsJoin will
// return an arbitrary value.
GetActivityStreamsJoin() ActivityStreamsJoin
// GetActivityStreamsLeave returns the value of this property. When
// IsActivityStreamsLeave returns false, GetActivityStreamsLeave will
// return an arbitrary value.
GetActivityStreamsLeave() ActivityStreamsLeave
// GetActivityStreamsLike returns the value of this property. When
// IsActivityStreamsLike returns false, GetActivityStreamsLike will
// return an arbitrary value.
GetActivityStreamsLike() ActivityStreamsLike
// GetActivityStreamsLink returns the value of this property. When
// IsActivityStreamsLink returns false, GetActivityStreamsLink will
// return an arbitrary value.
GetActivityStreamsLink() ActivityStreamsLink
// GetActivityStreamsListen returns the value of this property. When
// IsActivityStreamsListen returns false, GetActivityStreamsListen
// will return an arbitrary value.
GetActivityStreamsListen() ActivityStreamsListen
// GetActivityStreamsMention returns the value of this property. When
// IsActivityStreamsMention returns false, GetActivityStreamsMention
// will return an arbitrary value.
GetActivityStreamsMention() ActivityStreamsMention
// GetActivityStreamsMove returns the value of this property. When
// IsActivityStreamsMove returns false, GetActivityStreamsMove will
// return an arbitrary value.
GetActivityStreamsMove() ActivityStreamsMove
// GetActivityStreamsNote returns the value of this property. When
// IsActivityStreamsNote returns false, GetActivityStreamsNote will
// return an arbitrary value.
GetActivityStreamsNote() ActivityStreamsNote
// GetActivityStreamsObject returns the value of this property. When
// IsActivityStreamsObject returns false, GetActivityStreamsObject
// will return an arbitrary value.
GetActivityStreamsObject() ActivityStreamsObject
// GetActivityStreamsOffer returns the value of this property. When
// IsActivityStreamsOffer returns false, GetActivityStreamsOffer will
// return an arbitrary value.
GetActivityStreamsOffer() ActivityStreamsOffer
// GetActivityStreamsOrderedCollection returns the value of this property.
// When IsActivityStreamsOrderedCollection returns false,
// GetActivityStreamsOrderedCollection will return an arbitrary value.
GetActivityStreamsOrderedCollection() ActivityStreamsOrderedCollection
// GetActivityStreamsOrderedCollectionPage returns the value of this
// property. When IsActivityStreamsOrderedCollectionPage returns
// false, GetActivityStreamsOrderedCollectionPage will return an
// arbitrary value.
GetActivityStreamsOrderedCollectionPage() ActivityStreamsOrderedCollectionPage
// GetActivityStreamsOrganization returns the value of this property. When
// IsActivityStreamsOrganization returns false,
// GetActivityStreamsOrganization will return an arbitrary value.
GetActivityStreamsOrganization() ActivityStreamsOrganization
// GetActivityStreamsPage returns the value of this property. When
// IsActivityStreamsPage returns false, GetActivityStreamsPage will
// return an arbitrary value.
GetActivityStreamsPage() ActivityStreamsPage
// GetActivityStreamsPerson returns the value of this property. When
// IsActivityStreamsPerson returns false, GetActivityStreamsPerson
// will return an arbitrary value.
GetActivityStreamsPerson() ActivityStreamsPerson
// GetActivityStreamsPlace returns the value of this property. When
// IsActivityStreamsPlace returns false, GetActivityStreamsPlace will
// return an arbitrary value.
GetActivityStreamsPlace() ActivityStreamsPlace
// GetActivityStreamsProfile returns the value of this property. When
// IsActivityStreamsProfile returns false, GetActivityStreamsProfile
// will return an arbitrary value.
GetActivityStreamsProfile() ActivityStreamsProfile
// GetActivityStreamsQuestion returns the value of this property. When
// IsActivityStreamsQuestion returns false, GetActivityStreamsQuestion
// will return an arbitrary value.
GetActivityStreamsQuestion() ActivityStreamsQuestion
// GetActivityStreamsRead returns the value of this property. When
// IsActivityStreamsRead returns false, GetActivityStreamsRead will
// return an arbitrary value.
GetActivityStreamsRead() ActivityStreamsRead
// GetActivityStreamsReject returns the value of this property. When
// IsActivityStreamsReject returns false, GetActivityStreamsReject
// will return an arbitrary value.
GetActivityStreamsReject() ActivityStreamsReject
// GetActivityStreamsRelationship returns the value of this property. When
// IsActivityStreamsRelationship returns false,
// GetActivityStreamsRelationship will return an arbitrary value.
GetActivityStreamsRelationship() ActivityStreamsRelationship
// GetActivityStreamsRemove returns the value of this property. When
// IsActivityStreamsRemove returns false, GetActivityStreamsRemove
// will return an arbitrary value.
GetActivityStreamsRemove() ActivityStreamsRemove
// GetActivityStreamsService returns the value of this property. When
// IsActivityStreamsService returns false, GetActivityStreamsService
// will return an arbitrary value.
GetActivityStreamsService() ActivityStreamsService
// GetActivityStreamsTentativeAccept returns the value of this property.
// When IsActivityStreamsTentativeAccept returns false,
// GetActivityStreamsTentativeAccept will return an arbitrary value.
GetActivityStreamsTentativeAccept() ActivityStreamsTentativeAccept
// GetActivityStreamsTentativeReject returns the value of this property.
// When IsActivityStreamsTentativeReject returns false,
// GetActivityStreamsTentativeReject will return an arbitrary value.
GetActivityStreamsTentativeReject() ActivityStreamsTentativeReject
// GetActivityStreamsTombstone returns the value of this property. When
// IsActivityStreamsTombstone returns false,
// GetActivityStreamsTombstone will return an arbitrary value.
GetActivityStreamsTombstone() ActivityStreamsTombstone
// GetActivityStreamsTravel returns the value of this property. When
// IsActivityStreamsTravel returns false, GetActivityStreamsTravel
// will return an arbitrary value.
GetActivityStreamsTravel() ActivityStreamsTravel
// GetActivityStreamsUndo returns the value of this property. When
// IsActivityStreamsUndo returns false, GetActivityStreamsUndo will
// return an arbitrary value.
GetActivityStreamsUndo() ActivityStreamsUndo
// GetActivityStreamsUpdate returns the value of this property. When
// IsActivityStreamsUpdate returns false, GetActivityStreamsUpdate
// will return an arbitrary value.
GetActivityStreamsUpdate() ActivityStreamsUpdate
// GetActivityStreamsVideo returns the value of this property. When
// IsActivityStreamsVideo returns false, GetActivityStreamsVideo will
// return an arbitrary value.
GetActivityStreamsVideo() ActivityStreamsVideo
// GetActivityStreamsView returns the value of this property. When
// IsActivityStreamsView returns false, GetActivityStreamsView will
// return an arbitrary value.
GetActivityStreamsView() ActivityStreamsView
// GetFunkwhaleAlbum returns the value of this property. When
// IsFunkwhaleAlbum returns false, GetFunkwhaleAlbum will return an
// arbitrary value.
GetFunkwhaleAlbum() FunkwhaleAlbum
// GetFunkwhaleArtist returns the value of this property. When
// IsFunkwhaleArtist returns false, GetFunkwhaleArtist will return an
// arbitrary value.
GetFunkwhaleArtist() FunkwhaleArtist
// GetFunkwhaleLibrary returns the value of this property. When
// IsFunkwhaleLibrary returns false, GetFunkwhaleLibrary will return
// an arbitrary value.
GetFunkwhaleLibrary() FunkwhaleLibrary
// GetFunkwhaleTrack returns the value of this property. When
// IsFunkwhaleTrack returns false, GetFunkwhaleTrack will return an
// arbitrary value.
GetFunkwhaleTrack() FunkwhaleTrack
// GetGoToSocialAnnounceApproval returns the value of this property. When
// IsGoToSocialAnnounceApproval returns false,
// GetGoToSocialAnnounceApproval will return an arbitrary value.
GetGoToSocialAnnounceApproval() GoToSocialAnnounceApproval
// GetGoToSocialAnnounceAuthorization returns the value of this property.
// When IsGoToSocialAnnounceAuthorization returns false,
// GetGoToSocialAnnounceAuthorization will return an arbitrary value.
GetGoToSocialAnnounceAuthorization() GoToSocialAnnounceAuthorization
// GetGoToSocialAnnounceRequest returns the value of this property. When
// IsGoToSocialAnnounceRequest returns false,
// GetGoToSocialAnnounceRequest will return an arbitrary value.
GetGoToSocialAnnounceRequest() GoToSocialAnnounceRequest
// GetGoToSocialLikeApproval returns the value of this property. When
// IsGoToSocialLikeApproval returns false, GetGoToSocialLikeApproval
// will return an arbitrary value.
GetGoToSocialLikeApproval() GoToSocialLikeApproval
// GetGoToSocialLikeAuthorization returns the value of this property. When
// IsGoToSocialLikeAuthorization returns false,
// GetGoToSocialLikeAuthorization will return an arbitrary value.
GetGoToSocialLikeAuthorization() GoToSocialLikeAuthorization
// GetGoToSocialLikeRequest returns the value of this property. When
// IsGoToSocialLikeRequest returns false, GetGoToSocialLikeRequest
// will return an arbitrary value.
GetGoToSocialLikeRequest() GoToSocialLikeRequest
// GetGoToSocialQuoteAuthorization returns the value of this property.
// When IsGoToSocialQuoteAuthorization returns false,
// GetGoToSocialQuoteAuthorization will return an arbitrary value.
GetGoToSocialQuoteAuthorization() GoToSocialQuoteAuthorization
// GetGoToSocialQuoteRequest returns the value of this property. When
// IsGoToSocialQuoteRequest returns false, GetGoToSocialQuoteRequest
// will return an arbitrary value.
GetGoToSocialQuoteRequest() GoToSocialQuoteRequest
// GetGoToSocialReplyApproval returns the value of this property. When
// IsGoToSocialReplyApproval returns false, GetGoToSocialReplyApproval
// will return an arbitrary value.
GetGoToSocialReplyApproval() GoToSocialReplyApproval
// GetGoToSocialReplyAuthorization returns the value of this property.
// When IsGoToSocialReplyAuthorization returns false,
// GetGoToSocialReplyAuthorization will return an arbitrary value.
GetGoToSocialReplyAuthorization() GoToSocialReplyAuthorization
// GetGoToSocialReplyRequest returns the value of this property. When
// IsGoToSocialReplyRequest returns false, GetGoToSocialReplyRequest
// will return an arbitrary value.
GetGoToSocialReplyRequest() GoToSocialReplyRequest
// GetIRI returns the IRI of this property. When IsIRI returns false,
// GetIRI will return an arbitrary value.
GetIRI() *url.URL
// GetLitePubEmojiReact returns the value of this property. When
// IsLitePubEmojiReact returns false, GetLitePubEmojiReact will return
// an arbitrary value.
GetLitePubEmojiReact() LitePubEmojiReact
// GetSchemaPropertyValue returns the value of this property. When
// IsSchemaPropertyValue returns false, GetSchemaPropertyValue will
// return an arbitrary value.
GetSchemaPropertyValue() SchemaPropertyValue
// GetTootEmoji returns the value of this property. When IsTootEmoji
// returns false, GetTootEmoji will return an arbitrary value.
GetTootEmoji() TootEmoji
// GetTootHashtag returns the value of this property. When IsTootHashtag
// returns false, GetTootHashtag will return an arbitrary value.
GetTootHashtag() TootHashtag
// GetTootIdentityProof returns the value of this property. When
// IsTootIdentityProof returns false, GetTootIdentityProof will return
// an arbitrary value.
GetTootIdentityProof() TootIdentityProof
// 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.
GetType() Type
// HasAny returns true if any of the different values is set.
HasAny() 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.
IsActivityStreamsAccept() 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.
IsActivityStreamsActivity() 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.
IsActivityStreamsAdd() 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.
IsActivityStreamsAnnounce() 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.
IsActivityStreamsApplication() 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.
IsActivityStreamsArrive() 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.
IsActivityStreamsArticle() 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.
IsActivityStreamsAudio() 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.
IsActivityStreamsBlock() 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.
IsActivityStreamsCollection() 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.
IsActivityStreamsCollectionPage() 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.
IsActivityStreamsCreate() 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.
IsActivityStreamsDelete() 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.
IsActivityStreamsDislike() 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.
IsActivityStreamsDocument() 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.
IsActivityStreamsEvent() 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.
IsActivityStreamsFlag() 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.
IsActivityStreamsFollow() 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.
IsActivityStreamsGroup() 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.
IsActivityStreamsIgnore() 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.
IsActivityStreamsImage() 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.
IsActivityStreamsIntransitiveActivity() 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.
IsActivityStreamsInvite() 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.
IsActivityStreamsJoin() 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.
IsActivityStreamsLeave() 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.
IsActivityStreamsLike() 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.
IsActivityStreamsLink() 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.
IsActivityStreamsListen() 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.
IsActivityStreamsMention() 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.
IsActivityStreamsMove() 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.
IsActivityStreamsNote() 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.
IsActivityStreamsObject() 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.
IsActivityStreamsOffer() 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.
IsActivityStreamsOrderedCollection() 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.
IsActivityStreamsOrderedCollectionPage() 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.
IsActivityStreamsOrganization() 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.
IsActivityStreamsPage() 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.
IsActivityStreamsPerson() 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.
IsActivityStreamsPlace() 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.
IsActivityStreamsProfile() 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.
IsActivityStreamsQuestion() 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.
IsActivityStreamsRead() 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.
IsActivityStreamsReject() 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.
IsActivityStreamsRelationship() 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.
IsActivityStreamsRemove() 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.
IsActivityStreamsService() 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.
IsActivityStreamsTentativeAccept() 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.
IsActivityStreamsTentativeReject() 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.
IsActivityStreamsTombstone() 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.
IsActivityStreamsTravel() 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.
IsActivityStreamsUndo() 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.
IsActivityStreamsUpdate() 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.
IsActivityStreamsVideo() 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.
IsActivityStreamsView() bool
// IsFunkwhaleAlbum returns true if this property has a type of "Album".
// When true, use the GetFunkwhaleAlbum and SetFunkwhaleAlbum methods
// to access and set this property.
IsFunkwhaleAlbum() bool
// IsFunkwhaleArtist returns true if this property has a type of "Artist".
// When true, use the GetFunkwhaleArtist and SetFunkwhaleArtist
// methods to access and set this property.
IsFunkwhaleArtist() bool
// IsFunkwhaleLibrary returns true if this property has a type of
// "Library". When true, use the GetFunkwhaleLibrary and
// SetFunkwhaleLibrary methods to access and set this property.
IsFunkwhaleLibrary() bool
// IsFunkwhaleTrack returns true if this property has a type of "Track".
// When true, use the GetFunkwhaleTrack and SetFunkwhaleTrack methods
// to access and set this property.
IsFunkwhaleTrack() bool
// IsGoToSocialAnnounceApproval returns true if this property has a type
// of "AnnounceApproval". When true, use the
// GetGoToSocialAnnounceApproval and SetGoToSocialAnnounceApproval
// methods to access and set this property.
IsGoToSocialAnnounceApproval() bool
// IsGoToSocialAnnounceAuthorization returns true if this property has a
// type of "AnnounceAuthorization". When true, use the
// GetGoToSocialAnnounceAuthorization and
// SetGoToSocialAnnounceAuthorization methods to access and set this
// property.
IsGoToSocialAnnounceAuthorization() bool
// IsGoToSocialAnnounceRequest returns true if this property has a type of
// "AnnounceRequest". When true, use the GetGoToSocialAnnounceRequest
// and SetGoToSocialAnnounceRequest methods to access and set this
// property.
IsGoToSocialAnnounceRequest() bool
// IsGoToSocialLikeApproval returns true if this property has a type of
// "LikeApproval". When true, use the GetGoToSocialLikeApproval and
// SetGoToSocialLikeApproval methods to access and set this property.
IsGoToSocialLikeApproval() bool
// IsGoToSocialLikeAuthorization returns true if this property has a type
// of "LikeAuthorization". When true, use the
// GetGoToSocialLikeAuthorization and SetGoToSocialLikeAuthorization
// methods to access and set this property.
IsGoToSocialLikeAuthorization() bool
// IsGoToSocialLikeRequest returns true if this property has a type of
// "LikeRequest". When true, use the GetGoToSocialLikeRequest and
// SetGoToSocialLikeRequest methods to access and set this property.
IsGoToSocialLikeRequest() bool
// IsGoToSocialQuoteAuthorization returns true if this property has a type
// of "QuoteAuthorization". When true, use the
// GetGoToSocialQuoteAuthorization and SetGoToSocialQuoteAuthorization
// methods to access and set this property.
IsGoToSocialQuoteAuthorization() bool
// IsGoToSocialQuoteRequest returns true if this property has a type of
// "QuoteRequest". When true, use the GetGoToSocialQuoteRequest and
// SetGoToSocialQuoteRequest methods to access and set this property.
IsGoToSocialQuoteRequest() bool
// IsGoToSocialReplyApproval returns true if this property has a type of
// "ReplyApproval". When true, use the GetGoToSocialReplyApproval and
// SetGoToSocialReplyApproval methods to access and set this property.
IsGoToSocialReplyApproval() bool
// IsGoToSocialReplyAuthorization returns true if this property has a type
// of "ReplyAuthorization". When true, use the
// GetGoToSocialReplyAuthorization and SetGoToSocialReplyAuthorization
// methods to access and set this property.
IsGoToSocialReplyAuthorization() bool
// IsGoToSocialReplyRequest returns true if this property has a type of
// "ReplyRequest". When true, use the GetGoToSocialReplyRequest and
// SetGoToSocialReplyRequest methods to access and set this property.
IsGoToSocialReplyRequest() bool
// IsIRI returns true if this property is an IRI. When true, use GetIRI
// and SetIRI to access and set this property
IsIRI() bool
// IsLitePubEmojiReact returns true if this property has a type of
// "EmojiReact". When true, use the GetLitePubEmojiReact and
// SetLitePubEmojiReact methods to access and set this property.
IsLitePubEmojiReact() 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.
IsSchemaPropertyValue() 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.
IsTootEmoji() 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.
IsTootHashtag() 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.
IsTootIdentityProof() bool
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex() int
// 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.
LessThan(o ActivityStreamsAnyOfPropertyIterator) bool
// Name returns the name of this property: "ActivityStreamsAnyOf".
Name() string
// Next returns the next iterator, or nil if there is no next iterator.
Next() ActivityStreamsAnyOfPropertyIterator
// Prev returns the previous iterator, or nil if there is no previous
// iterator.
Prev() ActivityStreamsAnyOfPropertyIterator
// SetActivityStreamsAccept sets the value of this property. Calling
// IsActivityStreamsAccept afterwards returns true.
SetActivityStreamsAccept(v ActivityStreamsAccept)
// SetActivityStreamsActivity sets the value of this property. Calling
// IsActivityStreamsActivity afterwards returns true.
SetActivityStreamsActivity(v ActivityStreamsActivity)
// SetActivityStreamsAdd sets the value of this property. Calling
// IsActivityStreamsAdd afterwards returns true.
SetActivityStreamsAdd(v ActivityStreamsAdd)
// SetActivityStreamsAnnounce sets the value of this property. Calling
// IsActivityStreamsAnnounce afterwards returns true.
SetActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// SetActivityStreamsApplication sets the value of this property. Calling
// IsActivityStreamsApplication afterwards returns true.
SetActivityStreamsApplication(v ActivityStreamsApplication)
// SetActivityStreamsArrive sets the value of this property. Calling
// IsActivityStreamsArrive afterwards returns true.
SetActivityStreamsArrive(v ActivityStreamsArrive)
// SetActivityStreamsArticle sets the value of this property. Calling
// IsActivityStreamsArticle afterwards returns true.
SetActivityStreamsArticle(v ActivityStreamsArticle)
// SetActivityStreamsAudio sets the value of this property. Calling
// IsActivityStreamsAudio afterwards returns true.
SetActivityStreamsAudio(v ActivityStreamsAudio)
// SetActivityStreamsBlock sets the value of this property. Calling
// IsActivityStreamsBlock afterwards returns true.
SetActivityStreamsBlock(v ActivityStreamsBlock)
// SetActivityStreamsCollection sets the value of this property. Calling
// IsActivityStreamsCollection afterwards returns true.
SetActivityStreamsCollection(v ActivityStreamsCollection)
// SetActivityStreamsCollectionPage sets the value of this property.
// Calling IsActivityStreamsCollectionPage afterwards returns true.
SetActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// SetActivityStreamsCreate sets the value of this property. Calling
// IsActivityStreamsCreate afterwards returns true.
SetActivityStreamsCreate(v ActivityStreamsCreate)
// SetActivityStreamsDelete sets the value of this property. Calling
// IsActivityStreamsDelete afterwards returns true.
SetActivityStreamsDelete(v ActivityStreamsDelete)
// SetActivityStreamsDislike sets the value of this property. Calling
// IsActivityStreamsDislike afterwards returns true.
SetActivityStreamsDislike(v ActivityStreamsDislike)
// SetActivityStreamsDocument sets the value of this property. Calling
// IsActivityStreamsDocument afterwards returns true.
SetActivityStreamsDocument(v ActivityStreamsDocument)
// SetActivityStreamsEvent sets the value of this property. Calling
// IsActivityStreamsEvent afterwards returns true.
SetActivityStreamsEvent(v ActivityStreamsEvent)
// SetActivityStreamsFlag sets the value of this property. Calling
// IsActivityStreamsFlag afterwards returns true.
SetActivityStreamsFlag(v ActivityStreamsFlag)
// SetActivityStreamsFollow sets the value of this property. Calling
// IsActivityStreamsFollow afterwards returns true.
SetActivityStreamsFollow(v ActivityStreamsFollow)
// SetActivityStreamsGroup sets the value of this property. Calling
// IsActivityStreamsGroup afterwards returns true.
SetActivityStreamsGroup(v ActivityStreamsGroup)
// SetActivityStreamsIgnore sets the value of this property. Calling
// IsActivityStreamsIgnore afterwards returns true.
SetActivityStreamsIgnore(v ActivityStreamsIgnore)
// SetActivityStreamsImage sets the value of this property. Calling
// IsActivityStreamsImage afterwards returns true.
SetActivityStreamsImage(v ActivityStreamsImage)
// SetActivityStreamsIntransitiveActivity sets the value of this property.
// Calling IsActivityStreamsIntransitiveActivity afterwards returns
// true.
SetActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// SetActivityStreamsInvite sets the value of this property. Calling
// IsActivityStreamsInvite afterwards returns true.
SetActivityStreamsInvite(v ActivityStreamsInvite)
// SetActivityStreamsJoin sets the value of this property. Calling
// IsActivityStreamsJoin afterwards returns true.
SetActivityStreamsJoin(v ActivityStreamsJoin)
// SetActivityStreamsLeave sets the value of this property. Calling
// IsActivityStreamsLeave afterwards returns true.
SetActivityStreamsLeave(v ActivityStreamsLeave)
// SetActivityStreamsLike sets the value of this property. Calling
// IsActivityStreamsLike afterwards returns true.
SetActivityStreamsLike(v ActivityStreamsLike)
// SetActivityStreamsLink sets the value of this property. Calling
// IsActivityStreamsLink afterwards returns true.
SetActivityStreamsLink(v ActivityStreamsLink)
// SetActivityStreamsListen sets the value of this property. Calling
// IsActivityStreamsListen afterwards returns true.
SetActivityStreamsListen(v ActivityStreamsListen)
// SetActivityStreamsMention sets the value of this property. Calling
// IsActivityStreamsMention afterwards returns true.
SetActivityStreamsMention(v ActivityStreamsMention)
// SetActivityStreamsMove sets the value of this property. Calling
// IsActivityStreamsMove afterwards returns true.
SetActivityStreamsMove(v ActivityStreamsMove)
// SetActivityStreamsNote sets the value of this property. Calling
// IsActivityStreamsNote afterwards returns true.
SetActivityStreamsNote(v ActivityStreamsNote)
// SetActivityStreamsObject sets the value of this property. Calling
// IsActivityStreamsObject afterwards returns true.
SetActivityStreamsObject(v ActivityStreamsObject)
// SetActivityStreamsOffer sets the value of this property. Calling
// IsActivityStreamsOffer afterwards returns true.
SetActivityStreamsOffer(v ActivityStreamsOffer)
// SetActivityStreamsOrderedCollection sets the value of this property.
// Calling IsActivityStreamsOrderedCollection afterwards returns true.
SetActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// SetActivityStreamsOrderedCollectionPage sets the value of this
// property. Calling IsActivityStreamsOrderedCollectionPage afterwards
// returns true.
SetActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// SetActivityStreamsOrganization sets the value of this property. Calling
// IsActivityStreamsOrganization afterwards returns true.
SetActivityStreamsOrganization(v ActivityStreamsOrganization)
// SetActivityStreamsPage sets the value of this property. Calling
// IsActivityStreamsPage afterwards returns true.
SetActivityStreamsPage(v ActivityStreamsPage)
// SetActivityStreamsPerson sets the value of this property. Calling
// IsActivityStreamsPerson afterwards returns true.
SetActivityStreamsPerson(v ActivityStreamsPerson)
// SetActivityStreamsPlace sets the value of this property. Calling
// IsActivityStreamsPlace afterwards returns true.
SetActivityStreamsPlace(v ActivityStreamsPlace)
// SetActivityStreamsProfile sets the value of this property. Calling
// IsActivityStreamsProfile afterwards returns true.
SetActivityStreamsProfile(v ActivityStreamsProfile)
// SetActivityStreamsQuestion sets the value of this property. Calling
// IsActivityStreamsQuestion afterwards returns true.
SetActivityStreamsQuestion(v ActivityStreamsQuestion)
// SetActivityStreamsRead sets the value of this property. Calling
// IsActivityStreamsRead afterwards returns true.
SetActivityStreamsRead(v ActivityStreamsRead)
// SetActivityStreamsReject sets the value of this property. Calling
// IsActivityStreamsReject afterwards returns true.
SetActivityStreamsReject(v ActivityStreamsReject)
// SetActivityStreamsRelationship sets the value of this property. Calling
// IsActivityStreamsRelationship afterwards returns true.
SetActivityStreamsRelationship(v ActivityStreamsRelationship)
// SetActivityStreamsRemove sets the value of this property. Calling
// IsActivityStreamsRemove afterwards returns true.
SetActivityStreamsRemove(v ActivityStreamsRemove)
// SetActivityStreamsService sets the value of this property. Calling
// IsActivityStreamsService afterwards returns true.
SetActivityStreamsService(v ActivityStreamsService)
// SetActivityStreamsTentativeAccept sets the value of this property.
// Calling IsActivityStreamsTentativeAccept afterwards returns true.
SetActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// SetActivityStreamsTentativeReject sets the value of this property.
// Calling IsActivityStreamsTentativeReject afterwards returns true.
SetActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// SetActivityStreamsTombstone sets the value of this property. Calling
// IsActivityStreamsTombstone afterwards returns true.
SetActivityStreamsTombstone(v ActivityStreamsTombstone)
// SetActivityStreamsTravel sets the value of this property. Calling
// IsActivityStreamsTravel afterwards returns true.
SetActivityStreamsTravel(v ActivityStreamsTravel)
// SetActivityStreamsUndo sets the value of this property. Calling
// IsActivityStreamsUndo afterwards returns true.
SetActivityStreamsUndo(v ActivityStreamsUndo)
// SetActivityStreamsUpdate sets the value of this property. Calling
// IsActivityStreamsUpdate afterwards returns true.
SetActivityStreamsUpdate(v ActivityStreamsUpdate)
// SetActivityStreamsVideo sets the value of this property. Calling
// IsActivityStreamsVideo afterwards returns true.
SetActivityStreamsVideo(v ActivityStreamsVideo)
// SetActivityStreamsView sets the value of this property. Calling
// IsActivityStreamsView afterwards returns true.
SetActivityStreamsView(v ActivityStreamsView)
// SetFunkwhaleAlbum sets the value of this property. Calling
// IsFunkwhaleAlbum afterwards returns true.
SetFunkwhaleAlbum(v FunkwhaleAlbum)
// SetFunkwhaleArtist sets the value of this property. Calling
// IsFunkwhaleArtist afterwards returns true.
SetFunkwhaleArtist(v FunkwhaleArtist)
// SetFunkwhaleLibrary sets the value of this property. Calling
// IsFunkwhaleLibrary afterwards returns true.
SetFunkwhaleLibrary(v FunkwhaleLibrary)
// SetFunkwhaleTrack sets the value of this property. Calling
// IsFunkwhaleTrack afterwards returns true.
SetFunkwhaleTrack(v FunkwhaleTrack)
// SetGoToSocialAnnounceApproval sets the value of this property. Calling
// IsGoToSocialAnnounceApproval afterwards returns true.
SetGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// SetGoToSocialAnnounceAuthorization sets the value of this property.
// Calling IsGoToSocialAnnounceAuthorization afterwards returns true.
SetGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// SetGoToSocialAnnounceRequest sets the value of this property. Calling
// IsGoToSocialAnnounceRequest afterwards returns true.
SetGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// SetGoToSocialLikeApproval sets the value of this property. Calling
// IsGoToSocialLikeApproval afterwards returns true.
SetGoToSocialLikeApproval(v GoToSocialLikeApproval)
// SetGoToSocialLikeAuthorization sets the value of this property. Calling
// IsGoToSocialLikeAuthorization afterwards returns true.
SetGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// SetGoToSocialLikeRequest sets the value of this property. Calling
// IsGoToSocialLikeRequest afterwards returns true.
SetGoToSocialLikeRequest(v GoToSocialLikeRequest)
// SetGoToSocialQuoteAuthorization sets the value of this property.
// Calling IsGoToSocialQuoteAuthorization afterwards returns true.
SetGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// SetGoToSocialQuoteRequest sets the value of this property. Calling
// IsGoToSocialQuoteRequest afterwards returns true.
SetGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// SetGoToSocialReplyApproval sets the value of this property. Calling
// IsGoToSocialReplyApproval afterwards returns true.
SetGoToSocialReplyApproval(v GoToSocialReplyApproval)
// SetGoToSocialReplyAuthorization sets the value of this property.
// Calling IsGoToSocialReplyAuthorization afterwards returns true.
SetGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// SetGoToSocialReplyRequest sets the value of this property. Calling
// IsGoToSocialReplyRequest afterwards returns true.
SetGoToSocialReplyRequest(v GoToSocialReplyRequest)
// SetIRI sets the value of this property. Calling IsIRI afterwards
// returns true.
SetIRI(v *url.URL)
// SetLitePubEmojiReact sets the value of this property. Calling
// IsLitePubEmojiReact afterwards returns true.
SetLitePubEmojiReact(v LitePubEmojiReact)
// SetSchemaPropertyValue sets the value of this property. Calling
// IsSchemaPropertyValue afterwards returns true.
SetSchemaPropertyValue(v SchemaPropertyValue)
// SetTootEmoji sets the value of this property. Calling IsTootEmoji
// afterwards returns true.
SetTootEmoji(v TootEmoji)
// SetTootHashtag sets the value of this property. Calling IsTootHashtag
// afterwards returns true.
SetTootHashtag(v TootHashtag)
// SetTootIdentityProof sets the value of this property. Calling
// IsTootIdentityProof afterwards returns true.
SetTootIdentityProof(v TootIdentityProof)
// 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.
SetType(t Type) error
}
ActivityStreamsAnyOfPropertyIterator represents a single value for the "anyOf" property.
type ActivityStreamsApplication ¶
type ActivityStreamsApplication interface {
// GetActivityStreamsAlsoKnownAs returns the "alsoKnownAs" property if it
// exists, and nil otherwise.
GetActivityStreamsAlsoKnownAs() ActivityStreamsAlsoKnownAsProperty
// GetActivityStreamsAltitude returns the "altitude" property if it
// exists, and nil otherwise.
GetActivityStreamsAltitude() ActivityStreamsAltitudeProperty
// GetActivityStreamsAttachment returns the "attachment" property if it
// exists, and nil otherwise.
GetActivityStreamsAttachment() ActivityStreamsAttachmentProperty
// GetActivityStreamsAttributedTo returns the "attributedTo" property if
// it exists, and nil otherwise.
GetActivityStreamsAttributedTo() ActivityStreamsAttributedToProperty
// GetActivityStreamsAudience returns the "audience" property if it
// exists, and nil otherwise.
GetActivityStreamsAudience() ActivityStreamsAudienceProperty
// GetActivityStreamsBcc returns the "bcc" property if it exists, and nil
// otherwise.
GetActivityStreamsBcc() ActivityStreamsBccProperty
// GetActivityStreamsBto returns the "bto" property if it exists, and nil
// otherwise.
GetActivityStreamsBto() ActivityStreamsBtoProperty
// GetActivityStreamsCc returns the "cc" property if it exists, and nil
// otherwise.
GetActivityStreamsCc() ActivityStreamsCcProperty
// GetActivityStreamsContent returns the "content" property if it exists,
// and nil otherwise.
GetActivityStreamsContent() ActivityStreamsContentProperty
// GetActivityStreamsContext returns the "context" property if it exists,
// and nil otherwise.
GetActivityStreamsContext() ActivityStreamsContextProperty
// GetActivityStreamsDuration returns the "duration" property if it
// exists, and nil otherwise.
GetActivityStreamsDuration() ActivityStreamsDurationProperty
// GetActivityStreamsEndTime returns the "endTime" property if it exists,
// and nil otherwise.
GetActivityStreamsEndTime() ActivityStreamsEndTimeProperty
// GetActivityStreamsEndpoints returns the "endpoints" property if it
// exists, and nil otherwise.
GetActivityStreamsEndpoints() ActivityStreamsEndpointsProperty
// GetActivityStreamsFollowers returns the "followers" property if it
// exists, and nil otherwise.
GetActivityStreamsFollowers() ActivityStreamsFollowersProperty
// GetActivityStreamsFollowing returns the "following" property if it
// exists, and nil otherwise.
GetActivityStreamsFollowing() ActivityStreamsFollowingProperty
// GetActivityStreamsGenerator returns the "generator" property if it
// exists, and nil otherwise.
GetActivityStreamsGenerator() ActivityStreamsGeneratorProperty
// GetActivityStreamsIcon returns the "icon" property if it exists, and
// nil otherwise.
GetActivityStreamsIcon() ActivityStreamsIconProperty
// GetActivityStreamsImage returns the "image" property if it exists, and
// nil otherwise.
GetActivityStreamsImage() ActivityStreamsImageProperty
// GetActivityStreamsInReplyTo returns the "inReplyTo" property if it
// exists, and nil otherwise.
GetActivityStreamsInReplyTo() ActivityStreamsInReplyToProperty
// GetActivityStreamsInbox returns the "inbox" property if it exists, and
// nil otherwise.
GetActivityStreamsInbox() ActivityStreamsInboxProperty
// GetActivityStreamsLiked returns the "liked" property if it exists, and
// nil otherwise.
GetActivityStreamsLiked() ActivityStreamsLikedProperty
// GetActivityStreamsLikes returns the "likes" property if it exists, and
// nil otherwise.
GetActivityStreamsLikes() ActivityStreamsLikesProperty
// GetActivityStreamsLocation returns the "location" property if it
// exists, and nil otherwise.
GetActivityStreamsLocation() ActivityStreamsLocationProperty
// GetActivityStreamsManuallyApprovesFollowers returns the
// "manuallyApprovesFollowers" property if it exists, and nil
// otherwise.
GetActivityStreamsManuallyApprovesFollowers() ActivityStreamsManuallyApprovesFollowersProperty
// GetActivityStreamsMediaType returns the "mediaType" property if it
// exists, and nil otherwise.
GetActivityStreamsMediaType() ActivityStreamsMediaTypeProperty
// GetActivityStreamsMovedTo returns the "movedTo" property if it exists,
// and nil otherwise.
GetActivityStreamsMovedTo() ActivityStreamsMovedToProperty
// GetActivityStreamsName returns the "name" property if it exists, and
// nil otherwise.
GetActivityStreamsName() ActivityStreamsNameProperty
// GetActivityStreamsObject returns the "object" property if it exists,
// and nil otherwise.
GetActivityStreamsObject() ActivityStreamsObjectProperty
// GetActivityStreamsOutbox returns the "outbox" property if it exists,
// and nil otherwise.
GetActivityStreamsOutbox() ActivityStreamsOutboxProperty
// GetActivityStreamsPreferredUsername returns the "preferredUsername"
// property if it exists, and nil otherwise.
GetActivityStreamsPreferredUsername() ActivityStreamsPreferredUsernameProperty
// GetActivityStreamsPreview returns the "preview" property if it exists,
// and nil otherwise.
GetActivityStreamsPreview() ActivityStreamsPreviewProperty
// GetActivityStreamsPublished returns the "published" property if it
// exists, and nil otherwise.
GetActivityStreamsPublished() ActivityStreamsPublishedProperty
// GetActivityStreamsReplies returns the "replies" property if it exists,
// and nil otherwise.
GetActivityStreamsReplies() ActivityStreamsRepliesProperty
// GetActivityStreamsSensitive returns the "sensitive" property if it
// exists, and nil otherwise.
GetActivityStreamsSensitive() ActivityStreamsSensitiveProperty
// and nil otherwise.
GetActivityStreamsShares() ActivityStreamsSharesProperty
// GetActivityStreamsSource returns the "source" property if it exists,
// and nil otherwise.
GetActivityStreamsSource() ActivityStreamsSourceProperty
// GetActivityStreamsStartTime returns the "startTime" property if it
// exists, and nil otherwise.
GetActivityStreamsStartTime() ActivityStreamsStartTimeProperty
// GetActivityStreamsStreams returns the "streams" property if it exists,
// and nil otherwise.
GetActivityStreamsStreams() ActivityStreamsStreamsProperty
// GetActivityStreamsSummary returns the "summary" property if it exists,
// and nil otherwise.
GetActivityStreamsSummary() ActivityStreamsSummaryProperty
// GetActivityStreamsTag returns the "tag" property if it exists, and nil
// otherwise.
GetActivityStreamsTag() ActivityStreamsTagProperty
// GetActivityStreamsTo returns the "to" property if it exists, and nil
// otherwise.
GetActivityStreamsTo() ActivityStreamsToProperty
// GetActivityStreamsUpdated returns the "updated" property if it exists,
// and nil otherwise.
GetActivityStreamsUpdated() ActivityStreamsUpdatedProperty
// GetActivityStreamsUrl returns the "url" property if it exists, and nil
// otherwise.
GetActivityStreamsUrl() ActivityStreamsUrlProperty
// GetGoToSocialHidesCcPublicFromUnauthedWeb returns the
// "hidesCcPublicFromUnauthedWeb" property if it exists, and nil
// otherwise.
GetGoToSocialHidesCcPublicFromUnauthedWeb() GoToSocialHidesCcPublicFromUnauthedWebProperty
// GetGoToSocialHidesToPublicFromUnauthedWeb returns the
// "hidesToPublicFromUnauthedWeb" property if it exists, and nil
// otherwise.
GetGoToSocialHidesToPublicFromUnauthedWeb() GoToSocialHidesToPublicFromUnauthedWebProperty
// GetJSONLDId returns the "id" property if it exists, and nil otherwise.
GetJSONLDId() JSONLDIdProperty
// GetJSONLDType returns the "type" property if it exists, and nil
// otherwise.
GetJSONLDType() JSONLDTypeProperty
// GetTootDiscoverable returns the "discoverable" property if it exists,
// and nil otherwise.
GetTootDiscoverable() TootDiscoverableProperty
// GetTootFeatured returns the "featured" property if it exists, and nil
// otherwise.
GetTootFeatured() TootFeaturedProperty
// GetTootIndexable returns the "indexable" property if it exists, and nil
// otherwise.
GetTootIndexable() TootIndexableProperty
// GetTypeName returns the name of this type.
GetTypeName() string
// GetUnknownProperties returns the unknown properties for the Application
// type. Note that this should not be used by app developers. It is
// only used to help determine which implementation is LessThan the
// other. Developers who are creating a different implementation of
// this type's interface can use this method in their LessThan
// implementation, but routine ActivityPub applications should not use
// this to bypass the code generation tool.
GetUnknownProperties() map[string]interface{}
// GetW3IDSecurityV1PublicKey returns the "publicKey" property if it
// exists, and nil otherwise.
GetW3IDSecurityV1PublicKey() W3IDSecurityV1PublicKeyProperty
// IsExtending returns true if the Application type extends from the other
// type.
IsExtending(other Type) bool
// JSONLDContext returns the JSONLD URIs required in the context string
// for this type and the specific properties that are set. The value
// in the map is the alias used to import the type and its properties.
JSONLDContext() map[string]string
// LessThan computes if this Application is lesser, with an arbitrary but
// stable determination.
LessThan(o ActivityStreamsApplication) bool
// Serialize converts this into an interface representation suitable for
// marshalling into a text or binary format.
Serialize() (map[string]interface{}, error)
// SetActivityStreamsAlsoKnownAs sets the "alsoKnownAs" property.
SetActivityStreamsAlsoKnownAs(i ActivityStreamsAlsoKnownAsProperty)
// SetActivityStreamsAltitude sets the "altitude" property.
SetActivityStreamsAltitude(i ActivityStreamsAltitudeProperty)
// SetActivityStreamsAttachment sets the "attachment" property.
SetActivityStreamsAttachment(i ActivityStreamsAttachmentProperty)
// SetActivityStreamsAttributedTo sets the "attributedTo" property.
SetActivityStreamsAttributedTo(i ActivityStreamsAttributedToProperty)
// SetActivityStreamsAudience sets the "audience" property.
SetActivityStreamsAudience(i ActivityStreamsAudienceProperty)
// SetActivityStreamsBcc sets the "bcc" property.
SetActivityStreamsBcc(i ActivityStreamsBccProperty)
// SetActivityStreamsBto sets the "bto" property.
SetActivityStreamsBto(i ActivityStreamsBtoProperty)
// SetActivityStreamsCc sets the "cc" property.
SetActivityStreamsCc(i ActivityStreamsCcProperty)
// SetActivityStreamsContent sets the "content" property.
SetActivityStreamsContent(i ActivityStreamsContentProperty)
// SetActivityStreamsContext sets the "context" property.
SetActivityStreamsContext(i ActivityStreamsContextProperty)
// SetActivityStreamsDuration sets the "duration" property.
SetActivityStreamsDuration(i ActivityStreamsDurationProperty)
// SetActivityStreamsEndTime sets the "endTime" property.
SetActivityStreamsEndTime(i ActivityStreamsEndTimeProperty)
// SetActivityStreamsEndpoints sets the "endpoints" property.
SetActivityStreamsEndpoints(i ActivityStreamsEndpointsProperty)
// SetActivityStreamsFollowers sets the "followers" property.
SetActivityStreamsFollowers(i ActivityStreamsFollowersProperty)
// SetActivityStreamsFollowing sets the "following" property.
SetActivityStreamsFollowing(i ActivityStreamsFollowingProperty)
// SetActivityStreamsGenerator sets the "generator" property.
SetActivityStreamsGenerator(i ActivityStreamsGeneratorProperty)
// SetActivityStreamsIcon sets the "icon" property.
SetActivityStreamsIcon(i ActivityStreamsIconProperty)
// SetActivityStreamsImage sets the "image" property.
SetActivityStreamsImage(i ActivityStreamsImageProperty)
// SetActivityStreamsInReplyTo sets the "inReplyTo" property.
SetActivityStreamsInReplyTo(i ActivityStreamsInReplyToProperty)
// SetActivityStreamsInbox sets the "inbox" property.
SetActivityStreamsInbox(i ActivityStreamsInboxProperty)
// SetActivityStreamsLiked sets the "liked" property.
SetActivityStreamsLiked(i ActivityStreamsLikedProperty)
// SetActivityStreamsLikes sets the "likes" property.
SetActivityStreamsLikes(i ActivityStreamsLikesProperty)
// SetActivityStreamsLocation sets the "location" property.
SetActivityStreamsLocation(i ActivityStreamsLocationProperty)
// SetActivityStreamsManuallyApprovesFollowers sets the
// "manuallyApprovesFollowers" property.
SetActivityStreamsManuallyApprovesFollowers(i ActivityStreamsManuallyApprovesFollowersProperty)
// SetActivityStreamsMediaType sets the "mediaType" property.
SetActivityStreamsMediaType(i ActivityStreamsMediaTypeProperty)
// SetActivityStreamsMovedTo sets the "movedTo" property.
SetActivityStreamsMovedTo(i ActivityStreamsMovedToProperty)
// SetActivityStreamsName sets the "name" property.
SetActivityStreamsName(i ActivityStreamsNameProperty)
// SetActivityStreamsObject sets the "object" property.
SetActivityStreamsObject(i ActivityStreamsObjectProperty)
// SetActivityStreamsOutbox sets the "outbox" property.
SetActivityStreamsOutbox(i ActivityStreamsOutboxProperty)
// SetActivityStreamsPreferredUsername sets the "preferredUsername"
// property.
SetActivityStreamsPreferredUsername(i ActivityStreamsPreferredUsernameProperty)
// SetActivityStreamsPreview sets the "preview" property.
SetActivityStreamsPreview(i ActivityStreamsPreviewProperty)
// SetActivityStreamsPublished sets the "published" property.
SetActivityStreamsPublished(i ActivityStreamsPublishedProperty)
// SetActivityStreamsReplies sets the "replies" property.
SetActivityStreamsReplies(i ActivityStreamsRepliesProperty)
// SetActivityStreamsSensitive sets the "sensitive" property.
SetActivityStreamsSensitive(i ActivityStreamsSensitiveProperty)
SetActivityStreamsShares(i ActivityStreamsSharesProperty)
// SetActivityStreamsSource sets the "source" property.
SetActivityStreamsSource(i ActivityStreamsSourceProperty)
// SetActivityStreamsStartTime sets the "startTime" property.
SetActivityStreamsStartTime(i ActivityStreamsStartTimeProperty)
// SetActivityStreamsStreams sets the "streams" property.
SetActivityStreamsStreams(i ActivityStreamsStreamsProperty)
// SetActivityStreamsSummary sets the "summary" property.
SetActivityStreamsSummary(i ActivityStreamsSummaryProperty)
// SetActivityStreamsTag sets the "tag" property.
SetActivityStreamsTag(i ActivityStreamsTagProperty)
// SetActivityStreamsTo sets the "to" property.
SetActivityStreamsTo(i ActivityStreamsToProperty)
// SetActivityStreamsUpdated sets the "updated" property.
SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty)
// SetActivityStreamsUrl sets the "url" property.
SetActivityStreamsUrl(i ActivityStreamsUrlProperty)
// SetGoToSocialHidesCcPublicFromUnauthedWeb sets the
// "hidesCcPublicFromUnauthedWeb" property.
SetGoToSocialHidesCcPublicFromUnauthedWeb(i GoToSocialHidesCcPublicFromUnauthedWebProperty)
// SetGoToSocialHidesToPublicFromUnauthedWeb sets the
// "hidesToPublicFromUnauthedWeb" property.
SetGoToSocialHidesToPublicFromUnauthedWeb(i GoToSocialHidesToPublicFromUnauthedWebProperty)
// SetJSONLDId sets the "id" property.
SetJSONLDId(i JSONLDIdProperty)
// SetJSONLDType sets the "type" property.
SetJSONLDType(i JSONLDTypeProperty)
// SetTootDiscoverable sets the "discoverable" property.
SetTootDiscoverable(i TootDiscoverableProperty)
// SetTootFeatured sets the "featured" property.
SetTootFeatured(i TootFeaturedProperty)
// SetTootIndexable sets the "indexable" property.
SetTootIndexable(i TootIndexableProperty)
// SetW3IDSecurityV1PublicKey sets the "publicKey" property.
SetW3IDSecurityV1PublicKey(i W3IDSecurityV1PublicKeyProperty)
// VocabularyURI returns the vocabulary's URI as a string.
VocabularyURI() string
}
Describes a software application.
Example 42 (https://www.w3.org/TR/activitystreams-vocabulary/#ex34-jsonld):
{
"name": "Exampletron 3000",
"type": "Application"
}
type ActivityStreamsArrive ¶
type ActivityStreamsArrive interface {
// GetActivityStreamsActor returns the "actor" property if it exists, and
// nil otherwise.
GetActivityStreamsActor() ActivityStreamsActorProperty
// GetActivityStreamsAltitude returns the "altitude" property if it
// exists, and nil otherwise.
GetActivityStreamsAltitude() ActivityStreamsAltitudeProperty
// GetActivityStreamsAttachment returns the "attachment" property if it
// exists, and nil otherwise.
GetActivityStreamsAttachment() ActivityStreamsAttachmentProperty
// GetActivityStreamsAttributedTo returns the "attributedTo" property if
// it exists, and nil otherwise.
GetActivityStreamsAttributedTo() ActivityStreamsAttributedToProperty
// GetActivityStreamsAudience returns the "audience" property if it
// exists, and nil otherwise.
GetActivityStreamsAudience() ActivityStreamsAudienceProperty
// GetActivityStreamsBcc returns the "bcc" property if it exists, and nil
// otherwise.
GetActivityStreamsBcc() ActivityStreamsBccProperty
// GetActivityStreamsBto returns the "bto" property if it exists, and nil
// otherwise.
GetActivityStreamsBto() ActivityStreamsBtoProperty
// GetActivityStreamsCc returns the "cc" property if it exists, and nil
// otherwise.
GetActivityStreamsCc() ActivityStreamsCcProperty
// GetActivityStreamsContent returns the "content" property if it exists,
// and nil otherwise.
GetActivityStreamsContent() ActivityStreamsContentProperty
// GetActivityStreamsContext returns the "context" property if it exists,
// and nil otherwise.
GetActivityStreamsContext() ActivityStreamsContextProperty
// GetActivityStreamsDuration returns the "duration" property if it
// exists, and nil otherwise.
GetActivityStreamsDuration() ActivityStreamsDurationProperty
// GetActivityStreamsEndTime returns the "endTime" property if it exists,
// and nil otherwise.
GetActivityStreamsEndTime() ActivityStreamsEndTimeProperty
// GetActivityStreamsGenerator returns the "generator" property if it
// exists, and nil otherwise.
GetActivityStreamsGenerator() ActivityStreamsGeneratorProperty
// GetActivityStreamsIcon returns the "icon" property if it exists, and
// nil otherwise.
GetActivityStreamsIcon() ActivityStreamsIconProperty
// GetActivityStreamsImage returns the "image" property if it exists, and
// nil otherwise.
GetActivityStreamsImage() ActivityStreamsImageProperty
// GetActivityStreamsInReplyTo returns the "inReplyTo" property if it
// exists, and nil otherwise.
GetActivityStreamsInReplyTo() ActivityStreamsInReplyToProperty
// GetActivityStreamsInstrument returns the "instrument" property if it
// exists, and nil otherwise.
GetActivityStreamsInstrument() ActivityStreamsInstrumentProperty
// GetActivityStreamsLikes returns the "likes" property if it exists, and
// nil otherwise.
GetActivityStreamsLikes() ActivityStreamsLikesProperty
// GetActivityStreamsLocation returns the "location" property if it
// exists, and nil otherwise.
GetActivityStreamsLocation() ActivityStreamsLocationProperty
// GetActivityStreamsMediaType returns the "mediaType" property if it
// exists, and nil otherwise.
GetActivityStreamsMediaType() ActivityStreamsMediaTypeProperty
// GetActivityStreamsName returns the "name" property if it exists, and
// nil otherwise.
GetActivityStreamsName() ActivityStreamsNameProperty
// GetActivityStreamsOrigin returns the "origin" property if it exists,
// and nil otherwise.
GetActivityStreamsOrigin() ActivityStreamsOriginProperty
// GetActivityStreamsPreview returns the "preview" property if it exists,
// and nil otherwise.
GetActivityStreamsPreview() ActivityStreamsPreviewProperty
// GetActivityStreamsPublished returns the "published" property if it
// exists, and nil otherwise.
GetActivityStreamsPublished() ActivityStreamsPublishedProperty
// GetActivityStreamsReplies returns the "replies" property if it exists,
// and nil otherwise.
GetActivityStreamsReplies() ActivityStreamsRepliesProperty
// GetActivityStreamsResult returns the "result" property if it exists,
// and nil otherwise.
GetActivityStreamsResult() ActivityStreamsResultProperty
// GetActivityStreamsSensitive returns the "sensitive" property if it
// exists, and nil otherwise.
GetActivityStreamsSensitive() ActivityStreamsSensitiveProperty
// and nil otherwise.
GetActivityStreamsShares() ActivityStreamsSharesProperty
// GetActivityStreamsSource returns the "source" property if it exists,
// and nil otherwise.
GetActivityStreamsSource() ActivityStreamsSourceProperty
// GetActivityStreamsStartTime returns the "startTime" property if it
// exists, and nil otherwise.
GetActivityStreamsStartTime() ActivityStreamsStartTimeProperty
// GetActivityStreamsSummary returns the "summary" property if it exists,
// and nil otherwise.
GetActivityStreamsSummary() ActivityStreamsSummaryProperty
// GetActivityStreamsTag returns the "tag" property if it exists, and nil
// otherwise.
GetActivityStreamsTag() ActivityStreamsTagProperty
// GetActivityStreamsTarget returns the "target" property if it exists,
// and nil otherwise.
GetActivityStreamsTarget() ActivityStreamsTargetProperty
// GetActivityStreamsTo returns the "to" property if it exists, and nil
// otherwise.
GetActivityStreamsTo() ActivityStreamsToProperty
// GetActivityStreamsUpdated returns the "updated" property if it exists,
// and nil otherwise.
GetActivityStreamsUpdated() ActivityStreamsUpdatedProperty
// GetActivityStreamsUrl returns the "url" property if it exists, and nil
// otherwise.
GetActivityStreamsUrl() ActivityStreamsUrlProperty
// GetJSONLDId returns the "id" property if it exists, and nil otherwise.
GetJSONLDId() JSONLDIdProperty
// GetJSONLDType returns the "type" property if it exists, and nil
// otherwise.
GetJSONLDType() JSONLDTypeProperty
// GetTypeName returns the name of this type.
GetTypeName() string
// GetUnknownProperties returns the unknown properties for the Arrive
// type. Note that this should not be used by app developers. It is
// only used to help determine which implementation is LessThan the
// other. Developers who are creating a different implementation of
// this type's interface can use this method in their LessThan
// implementation, but routine ActivityPub applications should not use
// this to bypass the code generation tool.
GetUnknownProperties() map[string]interface{}
// IsExtending returns true if the Arrive type extends from the other type.
IsExtending(other Type) bool
// JSONLDContext returns the JSONLD URIs required in the context string
// for this type and the specific properties that are set. The value
// in the map is the alias used to import the type and its properties.
JSONLDContext() map[string]string
// LessThan computes if this Arrive is lesser, with an arbitrary but
// stable determination.
LessThan(o ActivityStreamsArrive) bool
// Serialize converts this into an interface representation suitable for
// marshalling into a text or binary format.
Serialize() (map[string]interface{}, error)
// SetActivityStreamsActor sets the "actor" property.
SetActivityStreamsActor(i ActivityStreamsActorProperty)
// SetActivityStreamsAltitude sets the "altitude" property.
SetActivityStreamsAltitude(i ActivityStreamsAltitudeProperty)
// SetActivityStreamsAttachment sets the "attachment" property.
SetActivityStreamsAttachment(i ActivityStreamsAttachmentProperty)
// SetActivityStreamsAttributedTo sets the "attributedTo" property.
SetActivityStreamsAttributedTo(i ActivityStreamsAttributedToProperty)
// SetActivityStreamsAudience sets the "audience" property.
SetActivityStreamsAudience(i ActivityStreamsAudienceProperty)
// SetActivityStreamsBcc sets the "bcc" property.
SetActivityStreamsBcc(i ActivityStreamsBccProperty)
// SetActivityStreamsBto sets the "bto" property.
SetActivityStreamsBto(i ActivityStreamsBtoProperty)
// SetActivityStreamsCc sets the "cc" property.
SetActivityStreamsCc(i ActivityStreamsCcProperty)
// SetActivityStreamsContent sets the "content" property.
SetActivityStreamsContent(i ActivityStreamsContentProperty)
// SetActivityStreamsContext sets the "context" property.
SetActivityStreamsContext(i ActivityStreamsContextProperty)
// SetActivityStreamsDuration sets the "duration" property.
SetActivityStreamsDuration(i ActivityStreamsDurationProperty)
// SetActivityStreamsEndTime sets the "endTime" property.
SetActivityStreamsEndTime(i ActivityStreamsEndTimeProperty)
// SetActivityStreamsGenerator sets the "generator" property.
SetActivityStreamsGenerator(i ActivityStreamsGeneratorProperty)
// SetActivityStreamsIcon sets the "icon" property.
SetActivityStreamsIcon(i ActivityStreamsIconProperty)
// SetActivityStreamsImage sets the "image" property.
SetActivityStreamsImage(i ActivityStreamsImageProperty)
// SetActivityStreamsInReplyTo sets the "inReplyTo" property.
SetActivityStreamsInReplyTo(i ActivityStreamsInReplyToProperty)
// SetActivityStreamsInstrument sets the "instrument" property.
SetActivityStreamsInstrument(i ActivityStreamsInstrumentProperty)
// SetActivityStreamsLikes sets the "likes" property.
SetActivityStreamsLikes(i ActivityStreamsLikesProperty)
// SetActivityStreamsLocation sets the "location" property.
SetActivityStreamsLocation(i ActivityStreamsLocationProperty)
// SetActivityStreamsMediaType sets the "mediaType" property.
SetActivityStreamsMediaType(i ActivityStreamsMediaTypeProperty)
// SetActivityStreamsName sets the "name" property.
SetActivityStreamsName(i ActivityStreamsNameProperty)
// SetActivityStreamsOrigin sets the "origin" property.
SetActivityStreamsOrigin(i ActivityStreamsOriginProperty)
// SetActivityStreamsPreview sets the "preview" property.
SetActivityStreamsPreview(i ActivityStreamsPreviewProperty)
// SetActivityStreamsPublished sets the "published" property.
SetActivityStreamsPublished(i ActivityStreamsPublishedProperty)
// SetActivityStreamsReplies sets the "replies" property.
SetActivityStreamsReplies(i ActivityStreamsRepliesProperty)
// SetActivityStreamsResult sets the "result" property.
SetActivityStreamsResult(i ActivityStreamsResultProperty)
// SetActivityStreamsSensitive sets the "sensitive" property.
SetActivityStreamsSensitive(i ActivityStreamsSensitiveProperty)
SetActivityStreamsShares(i ActivityStreamsSharesProperty)
// SetActivityStreamsSource sets the "source" property.
SetActivityStreamsSource(i ActivityStreamsSourceProperty)
// SetActivityStreamsStartTime sets the "startTime" property.
SetActivityStreamsStartTime(i ActivityStreamsStartTimeProperty)
// SetActivityStreamsSummary sets the "summary" property.
SetActivityStreamsSummary(i ActivityStreamsSummaryProperty)
// SetActivityStreamsTag sets the "tag" property.
SetActivityStreamsTag(i ActivityStreamsTagProperty)
// SetActivityStreamsTarget sets the "target" property.
SetActivityStreamsTarget(i ActivityStreamsTargetProperty)
// SetActivityStreamsTo sets the "to" property.
SetActivityStreamsTo(i ActivityStreamsToProperty)
// SetActivityStreamsUpdated sets the "updated" property.
SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty)
// SetActivityStreamsUrl sets the "url" property.
SetActivityStreamsUrl(i ActivityStreamsUrlProperty)
// SetJSONLDId sets the "id" property.
SetJSONLDId(i JSONLDIdProperty)
// SetJSONLDType sets the "type" property.
SetJSONLDType(i JSONLDTypeProperty)
// VocabularyURI returns the vocabulary's URI as a string.
VocabularyURI() string
}
An IntransitiveActivity that indicates that the actor has arrived at the location. The origin can be used to identify the context from which the actor originated. The target typically has no defined meaning.
Example 14 (https://www.w3.org/TR/activitystreams-vocabulary/#ex11-jsonld):
{
"actor": {
"name": "Sally",
"type": "Person"
},
"location": {
"name": "Work",
"type": "Place"
},
"origin": {
"name": "Home",
"type": "Place"
},
"summary": "Sally arrived at work",
"type": "Arrive"
}
type ActivityStreamsArticle ¶
type ActivityStreamsArticle interface {
// GetActivityStreamsAltitude returns the "altitude" property if it
// exists, and nil otherwise.
GetActivityStreamsAltitude() ActivityStreamsAltitudeProperty
// GetActivityStreamsAttachment returns the "attachment" property if it
// exists, and nil otherwise.
GetActivityStreamsAttachment() ActivityStreamsAttachmentProperty
// GetActivityStreamsAttributedTo returns the "attributedTo" property if
// it exists, and nil otherwise.
GetActivityStreamsAttributedTo() ActivityStreamsAttributedToProperty
// GetActivityStreamsAudience returns the "audience" property if it
// exists, and nil otherwise.
GetActivityStreamsAudience() ActivityStreamsAudienceProperty
// GetActivityStreamsBcc returns the "bcc" property if it exists, and nil
// otherwise.
GetActivityStreamsBcc() ActivityStreamsBccProperty
// GetActivityStreamsBto returns the "bto" property if it exists, and nil
// otherwise.
GetActivityStreamsBto() ActivityStreamsBtoProperty
// GetActivityStreamsCc returns the "cc" property if it exists, and nil
// otherwise.
GetActivityStreamsCc() ActivityStreamsCcProperty
// GetActivityStreamsContent returns the "content" property if it exists,
// and nil otherwise.
GetActivityStreamsContent() ActivityStreamsContentProperty
// GetActivityStreamsContext returns the "context" property if it exists,
// and nil otherwise.
GetActivityStreamsContext() ActivityStreamsContextProperty
// GetActivityStreamsDuration returns the "duration" property if it
// exists, and nil otherwise.
GetActivityStreamsDuration() ActivityStreamsDurationProperty
// GetActivityStreamsEndTime returns the "endTime" property if it exists,
// and nil otherwise.
GetActivityStreamsEndTime() ActivityStreamsEndTimeProperty
// GetActivityStreamsGenerator returns the "generator" property if it
// exists, and nil otherwise.
GetActivityStreamsGenerator() ActivityStreamsGeneratorProperty
// GetActivityStreamsIcon returns the "icon" property if it exists, and
// nil otherwise.
GetActivityStreamsIcon() ActivityStreamsIconProperty
// GetActivityStreamsImage returns the "image" property if it exists, and
// nil otherwise.
GetActivityStreamsImage() ActivityStreamsImageProperty
// GetActivityStreamsInReplyTo returns the "inReplyTo" property if it
// exists, and nil otherwise.
GetActivityStreamsInReplyTo() ActivityStreamsInReplyToProperty
// GetActivityStreamsLikes returns the "likes" property if it exists, and
// nil otherwise.
GetActivityStreamsLikes() ActivityStreamsLikesProperty
// GetActivityStreamsLocation returns the "location" property if it
// exists, and nil otherwise.
GetActivityStreamsLocation() ActivityStreamsLocationProperty
// GetActivityStreamsMediaType returns the "mediaType" property if it
// exists, and nil otherwise.
GetActivityStreamsMediaType() ActivityStreamsMediaTypeProperty
// GetActivityStreamsName returns the "name" property if it exists, and
// nil otherwise.
GetActivityStreamsName() ActivityStreamsNameProperty
// GetActivityStreamsObject returns the "object" property if it exists,
// and nil otherwise.
GetActivityStreamsObject() ActivityStreamsObjectProperty
// GetActivityStreamsPreview returns the "preview" property if it exists,
// and nil otherwise.
GetActivityStreamsPreview() ActivityStreamsPreviewProperty
// GetActivityStreamsPublished returns the "published" property if it
// exists, and nil otherwise.
GetActivityStreamsPublished() ActivityStreamsPublishedProperty
// GetActivityStreamsReplies returns the "replies" property if it exists,
// and nil otherwise.
GetActivityStreamsReplies() ActivityStreamsRepliesProperty
// GetActivityStreamsSensitive returns the "sensitive" property if it
// exists, and nil otherwise.
GetActivityStreamsSensitive() ActivityStreamsSensitiveProperty
// and nil otherwise.
GetActivityStreamsShares() ActivityStreamsSharesProperty
// GetActivityStreamsSource returns the "source" property if it exists,
// and nil otherwise.
GetActivityStreamsSource() ActivityStreamsSourceProperty
// GetActivityStreamsStartTime returns the "startTime" property if it
// exists, and nil otherwise.
GetActivityStreamsStartTime() ActivityStreamsStartTimeProperty
// GetActivityStreamsSummary returns the "summary" property if it exists,
// and nil otherwise.
GetActivityStreamsSummary() ActivityStreamsSummaryProperty
// GetActivityStreamsTag returns the "tag" property if it exists, and nil
// otherwise.
GetActivityStreamsTag() ActivityStreamsTagProperty
// GetActivityStreamsTo returns the "to" property if it exists, and nil
// otherwise.
GetActivityStreamsTo() ActivityStreamsToProperty
// GetActivityStreamsUpdated returns the "updated" property if it exists,
// and nil otherwise.
GetActivityStreamsUpdated() ActivityStreamsUpdatedProperty
// GetActivityStreamsUrl returns the "url" property if it exists, and nil
// otherwise.
GetActivityStreamsUrl() ActivityStreamsUrlProperty
// GetGoToSocialApprovedBy returns the "approvedBy" property if it exists,
// and nil otherwise.
GetGoToSocialApprovedBy() GoToSocialApprovedByProperty
// GetGoToSocialInteractionPolicy returns the "interactionPolicy" property
// if it exists, and nil otherwise.
GetGoToSocialInteractionPolicy() GoToSocialInteractionPolicyProperty
// GetGoToSocialQuoteAuthorization returns the "quoteAuthorization"
// property if it exists, and nil otherwise.
GetGoToSocialQuoteAuthorization() GoToSocialQuoteAuthorizationProperty
// GetGoToSocialReplyAuthorization returns the "replyAuthorization"
// property if it exists, and nil otherwise.
GetGoToSocialReplyAuthorization() GoToSocialReplyAuthorizationProperty
// GetJSONLDId returns the "id" property if it exists, and nil otherwise.
GetJSONLDId() JSONLDIdProperty
// GetJSONLDType returns the "type" property if it exists, and nil
// otherwise.
GetJSONLDType() JSONLDTypeProperty
// GetTypeName returns the name of this type.
GetTypeName() string
// GetUnknownProperties returns the unknown properties for the Article
// type. Note that this should not be used by app developers. It is
// only used to help determine which implementation is LessThan the
// other. Developers who are creating a different implementation of
// this type's interface can use this method in their LessThan
// implementation, but routine ActivityPub applications should not use
// this to bypass the code generation tool.
GetUnknownProperties() map[string]interface{}
// IsExtending returns true if the Article type extends from the other
// type.
IsExtending(other Type) bool
// JSONLDContext returns the JSONLD URIs required in the context string
// for this type and the specific properties that are set. The value
// in the map is the alias used to import the type and its properties.
JSONLDContext() map[string]string
// LessThan computes if this Article is lesser, with an arbitrary but
// stable determination.
LessThan(o ActivityStreamsArticle) bool
// Serialize converts this into an interface representation suitable for
// marshalling into a text or binary format.
Serialize() (map[string]interface{}, error)
// SetActivityStreamsAltitude sets the "altitude" property.
SetActivityStreamsAltitude(i ActivityStreamsAltitudeProperty)
// SetActivityStreamsAttachment sets the "attachment" property.
SetActivityStreamsAttachment(i ActivityStreamsAttachmentProperty)
// SetActivityStreamsAttributedTo sets the "attributedTo" property.
SetActivityStreamsAttributedTo(i ActivityStreamsAttributedToProperty)
// SetActivityStreamsAudience sets the "audience" property.
SetActivityStreamsAudience(i ActivityStreamsAudienceProperty)
// SetActivityStreamsBcc sets the "bcc" property.
SetActivityStreamsBcc(i ActivityStreamsBccProperty)
// SetActivityStreamsBto sets the "bto" property.
SetActivityStreamsBto(i ActivityStreamsBtoProperty)
// SetActivityStreamsCc sets the "cc" property.
SetActivityStreamsCc(i ActivityStreamsCcProperty)
// SetActivityStreamsContent sets the "content" property.
SetActivityStreamsContent(i ActivityStreamsContentProperty)
// SetActivityStreamsContext sets the "context" property.
SetActivityStreamsContext(i ActivityStreamsContextProperty)
// SetActivityStreamsDuration sets the "duration" property.
SetActivityStreamsDuration(i ActivityStreamsDurationProperty)
// SetActivityStreamsEndTime sets the "endTime" property.
SetActivityStreamsEndTime(i ActivityStreamsEndTimeProperty)
// SetActivityStreamsGenerator sets the "generator" property.
SetActivityStreamsGenerator(i ActivityStreamsGeneratorProperty)
// SetActivityStreamsIcon sets the "icon" property.
SetActivityStreamsIcon(i ActivityStreamsIconProperty)
// SetActivityStreamsImage sets the "image" property.
SetActivityStreamsImage(i ActivityStreamsImageProperty)
// SetActivityStreamsInReplyTo sets the "inReplyTo" property.
SetActivityStreamsInReplyTo(i ActivityStreamsInReplyToProperty)
// SetActivityStreamsLikes sets the "likes" property.
SetActivityStreamsLikes(i ActivityStreamsLikesProperty)
// SetActivityStreamsLocation sets the "location" property.
SetActivityStreamsLocation(i ActivityStreamsLocationProperty)
// SetActivityStreamsMediaType sets the "mediaType" property.
SetActivityStreamsMediaType(i ActivityStreamsMediaTypeProperty)
// SetActivityStreamsName sets the "name" property.
SetActivityStreamsName(i ActivityStreamsNameProperty)
// SetActivityStreamsObject sets the "object" property.
SetActivityStreamsObject(i ActivityStreamsObjectProperty)
// SetActivityStreamsPreview sets the "preview" property.
SetActivityStreamsPreview(i ActivityStreamsPreviewProperty)
// SetActivityStreamsPublished sets the "published" property.
SetActivityStreamsPublished(i ActivityStreamsPublishedProperty)
// SetActivityStreamsReplies sets the "replies" property.
SetActivityStreamsReplies(i ActivityStreamsRepliesProperty)
// SetActivityStreamsSensitive sets the "sensitive" property.
SetActivityStreamsSensitive(i ActivityStreamsSensitiveProperty)
SetActivityStreamsShares(i ActivityStreamsSharesProperty)
// SetActivityStreamsSource sets the "source" property.
SetActivityStreamsSource(i ActivityStreamsSourceProperty)
// SetActivityStreamsStartTime sets the "startTime" property.
SetActivityStreamsStartTime(i ActivityStreamsStartTimeProperty)
// SetActivityStreamsSummary sets the "summary" property.
SetActivityStreamsSummary(i ActivityStreamsSummaryProperty)
// SetActivityStreamsTag sets the "tag" property.
SetActivityStreamsTag(i ActivityStreamsTagProperty)
// SetActivityStreamsTo sets the "to" property.
SetActivityStreamsTo(i ActivityStreamsToProperty)
// SetActivityStreamsUpdated sets the "updated" property.
SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty)
// SetActivityStreamsUrl sets the "url" property.
SetActivityStreamsUrl(i ActivityStreamsUrlProperty)
// SetGoToSocialApprovedBy sets the "approvedBy" property.
SetGoToSocialApprovedBy(i GoToSocialApprovedByProperty)
// SetGoToSocialInteractionPolicy sets the "interactionPolicy" property.
SetGoToSocialInteractionPolicy(i GoToSocialInteractionPolicyProperty)
// SetGoToSocialQuoteAuthorization sets the "quoteAuthorization" property.
SetGoToSocialQuoteAuthorization(i GoToSocialQuoteAuthorizationProperty)
// SetGoToSocialReplyAuthorization sets the "replyAuthorization" property.
SetGoToSocialReplyAuthorization(i GoToSocialReplyAuthorizationProperty)
// SetJSONLDId sets the "id" property.
SetJSONLDId(i JSONLDIdProperty)
// SetJSONLDType sets the "type" property.
SetJSONLDType(i JSONLDTypeProperty)
// VocabularyURI returns the vocabulary's URI as a string.
VocabularyURI() string
}
Represents any kind of multi-paragraph written work.
Example 48 (https://www.w3.org/TR/activitystreams-vocabulary/#ex43-jsonld):
{
"attributedTo": "http://sally.example.org",
"content": "\u003cdiv\u003e... you will never believe
...\u003c/div\u003e",
"name": "What a Crazy Day I Had", "type": "Article" }
type ActivityStreamsAttachmentProperty ¶
type ActivityStreamsAttachmentProperty interface {
// AppendActivityStreamsAccept appends a Accept value to the back of a
// list of the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAccept(v ActivityStreamsAccept)
// AppendActivityStreamsActivity appends a Activity value to the back of a
// list of the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsActivity(v ActivityStreamsActivity)
// AppendActivityStreamsAdd appends a Add value to the back of a list of
// the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAdd(v ActivityStreamsAdd)
// AppendActivityStreamsAnnounce appends a Announce value to the back of a
// list of the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// AppendActivityStreamsApplication appends a Application value to the
// back of a list of the property "attachment". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsApplication(v ActivityStreamsApplication)
// AppendActivityStreamsArrive appends a Arrive value to the back of a
// list of the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsArrive(v ActivityStreamsArrive)
// AppendActivityStreamsArticle appends a Article value to the back of a
// list of the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsArticle(v ActivityStreamsArticle)
// AppendActivityStreamsAudio appends a Audio value to the back of a list
// of the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAudio(v ActivityStreamsAudio)
// AppendActivityStreamsBlock appends a Block value to the back of a list
// of the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsBlock(v ActivityStreamsBlock)
// AppendActivityStreamsCollection appends a Collection value to the back
// of a list of the property "attachment". Invalidates iterators that
// are traversing using Prev.
AppendActivityStreamsCollection(v ActivityStreamsCollection)
// AppendActivityStreamsCollectionPage appends a CollectionPage value to
// the back of a list of the property "attachment". Invalidates
// iterators that are traversing using Prev.
AppendActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// AppendActivityStreamsCreate appends a Create value to the back of a
// list of the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsCreate(v ActivityStreamsCreate)
// AppendActivityStreamsDelete appends a Delete value to the back of a
// list of the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDelete(v ActivityStreamsDelete)
// AppendActivityStreamsDislike appends a Dislike value to the back of a
// list of the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDislike(v ActivityStreamsDislike)
// AppendActivityStreamsDocument appends a Document value to the back of a
// list of the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDocument(v ActivityStreamsDocument)
// AppendActivityStreamsEvent appends a Event value to the back of a list
// of the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsEvent(v ActivityStreamsEvent)
// AppendActivityStreamsFlag appends a Flag value to the back of a list of
// the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsFlag(v ActivityStreamsFlag)
// AppendActivityStreamsFollow appends a Follow value to the back of a
// list of the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsFollow(v ActivityStreamsFollow)
// AppendActivityStreamsGroup appends a Group value to the back of a list
// of the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsGroup(v ActivityStreamsGroup)
// AppendActivityStreamsIgnore appends a Ignore value to the back of a
// list of the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsIgnore(v ActivityStreamsIgnore)
// AppendActivityStreamsImage appends a Image value to the back of a list
// of the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsImage(v ActivityStreamsImage)
// AppendActivityStreamsIntransitiveActivity appends a
// IntransitiveActivity value to the back of a list of the property
// "attachment". Invalidates iterators that are traversing using Prev.
AppendActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// AppendActivityStreamsInvite appends a Invite value to the back of a
// list of the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsInvite(v ActivityStreamsInvite)
// AppendActivityStreamsJoin appends a Join value to the back of a list of
// the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsJoin(v ActivityStreamsJoin)
// AppendActivityStreamsLeave appends a Leave value to the back of a list
// of the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsLeave(v ActivityStreamsLeave)
// AppendActivityStreamsLike appends a Like value to the back of a list of
// the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsLike(v ActivityStreamsLike)
// AppendActivityStreamsLink appends a Link value to the back of a list of
// the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsLink(v ActivityStreamsLink)
// AppendActivityStreamsListen appends a Listen value to the back of a
// list of the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsListen(v ActivityStreamsListen)
// AppendActivityStreamsMention appends a Mention value to the back of a
// list of the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsMention(v ActivityStreamsMention)
// AppendActivityStreamsMove appends a Move value to the back of a list of
// the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsMove(v ActivityStreamsMove)
// AppendActivityStreamsNote appends a Note value to the back of a list of
// the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsNote(v ActivityStreamsNote)
// AppendActivityStreamsObject appends a Object value to the back of a
// list of the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsObject(v ActivityStreamsObject)
// AppendActivityStreamsOffer appends a Offer value to the back of a list
// of the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsOffer(v ActivityStreamsOffer)
// AppendActivityStreamsOrderedCollection appends a OrderedCollection
// value to the back of a list of the property "attachment".
// Invalidates iterators that are traversing using Prev.
AppendActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// AppendActivityStreamsOrderedCollectionPage appends a
// OrderedCollectionPage value to the back of a list of the property
// "attachment". Invalidates iterators that are traversing using Prev.
AppendActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// AppendActivityStreamsOrganization appends a Organization value to the
// back of a list of the property "attachment". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsOrganization(v ActivityStreamsOrganization)
// AppendActivityStreamsPage appends a Page value to the back of a list of
// the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsPage(v ActivityStreamsPage)
// AppendActivityStreamsPerson appends a Person value to the back of a
// list of the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsPerson(v ActivityStreamsPerson)
// AppendActivityStreamsPlace appends a Place value to the back of a list
// of the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsPlace(v ActivityStreamsPlace)
// AppendActivityStreamsProfile appends a Profile value to the back of a
// list of the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsProfile(v ActivityStreamsProfile)
// AppendActivityStreamsQuestion appends a Question value to the back of a
// list of the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsQuestion(v ActivityStreamsQuestion)
// AppendActivityStreamsRead appends a Read value to the back of a list of
// the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsRead(v ActivityStreamsRead)
// AppendActivityStreamsReject appends a Reject value to the back of a
// list of the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsReject(v ActivityStreamsReject)
// AppendActivityStreamsRelationship appends a Relationship value to the
// back of a list of the property "attachment". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsRelationship(v ActivityStreamsRelationship)
// AppendActivityStreamsRemove appends a Remove value to the back of a
// list of the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsRemove(v ActivityStreamsRemove)
// AppendActivityStreamsService appends a Service value to the back of a
// list of the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsService(v ActivityStreamsService)
// AppendActivityStreamsTentativeAccept appends a TentativeAccept value to
// the back of a list of the property "attachment". Invalidates
// iterators that are traversing using Prev.
AppendActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// AppendActivityStreamsTentativeReject appends a TentativeReject value to
// the back of a list of the property "attachment". Invalidates
// iterators that are traversing using Prev.
AppendActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// AppendActivityStreamsTombstone appends a Tombstone value to the back of
// a list of the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsTombstone(v ActivityStreamsTombstone)
// AppendActivityStreamsTravel appends a Travel value to the back of a
// list of the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsTravel(v ActivityStreamsTravel)
// AppendActivityStreamsUndo appends a Undo value to the back of a list of
// the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsUndo(v ActivityStreamsUndo)
// AppendActivityStreamsUpdate appends a Update value to the back of a
// list of the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsUpdate(v ActivityStreamsUpdate)
// AppendActivityStreamsVideo appends a Video value to the back of a list
// of the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsVideo(v ActivityStreamsVideo)
// AppendActivityStreamsView appends a View value to the back of a list of
// the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsView(v ActivityStreamsView)
// AppendFunkwhaleAlbum appends a Album value to the back of a list of the
// property "attachment". Invalidates iterators that are traversing
// using Prev.
AppendFunkwhaleAlbum(v FunkwhaleAlbum)
// AppendFunkwhaleArtist appends a Artist value to the back of a list of
// the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendFunkwhaleArtist(v FunkwhaleArtist)
// AppendFunkwhaleLibrary appends a Library value to the back of a list of
// the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendFunkwhaleLibrary(v FunkwhaleLibrary)
// AppendFunkwhaleTrack appends a Track value to the back of a list of the
// property "attachment". Invalidates iterators that are traversing
// using Prev.
AppendFunkwhaleTrack(v FunkwhaleTrack)
// AppendGoToSocialAnnounceApproval appends a AnnounceApproval value to
// the back of a list of the property "attachment". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// AppendGoToSocialAnnounceAuthorization appends a AnnounceAuthorization
// value to the back of a list of the property "attachment".
// Invalidates iterators that are traversing using Prev.
AppendGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// AppendGoToSocialAnnounceRequest appends a AnnounceRequest value to the
// back of a list of the property "attachment". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// AppendGoToSocialLikeApproval appends a LikeApproval value to the back
// of a list of the property "attachment". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialLikeApproval(v GoToSocialLikeApproval)
// AppendGoToSocialLikeAuthorization appends a LikeAuthorization value to
// the back of a list of the property "attachment". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// AppendGoToSocialLikeRequest appends a LikeRequest value to the back of
// a list of the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialLikeRequest(v GoToSocialLikeRequest)
// AppendGoToSocialQuoteAuthorization appends a QuoteAuthorization value
// to the back of a list of the property "attachment". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// AppendGoToSocialQuoteRequest appends a QuoteRequest value to the back
// of a list of the property "attachment". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// AppendGoToSocialReplyApproval appends a ReplyApproval value to the back
// of a list of the property "attachment". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialReplyApproval(v GoToSocialReplyApproval)
// AppendGoToSocialReplyAuthorization appends a ReplyAuthorization value
// to the back of a list of the property "attachment". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// AppendGoToSocialReplyRequest appends a ReplyRequest value to the back
// of a list of the property "attachment". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialReplyRequest(v GoToSocialReplyRequest)
// AppendIRI appends an IRI value to the back of a list of the property
// "attachment"
AppendIRI(v *url.URL)
// AppendLitePubEmojiReact appends a EmojiReact value to the back of a
// list of the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendLitePubEmojiReact(v LitePubEmojiReact)
// AppendSchemaPropertyValue appends a PropertyValue value to the back of
// a list of the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendSchemaPropertyValue(v SchemaPropertyValue)
// AppendTootEmoji appends a Emoji value to the back of a list of the
// property "attachment". Invalidates iterators that are traversing
// using Prev.
AppendTootEmoji(v TootEmoji)
// AppendTootHashtag appends a Hashtag value to the back of a list of the
// property "attachment". Invalidates iterators that are traversing
// using Prev.
AppendTootHashtag(v TootHashtag)
// AppendTootIdentityProof appends a IdentityProof value to the back of a
// list of the property "attachment". Invalidates iterators that are
// traversing using Prev.
AppendTootIdentityProof(v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "attachment". Invalidates iterators that are
// traversing using Prev. Returns an error if the type is not a valid
// one to set for this property.
AppendType(t Type) error
// At returns the property value for the specified index. Panics if the
// index is out of bounds.
At(index int) ActivityStreamsAttachmentPropertyIterator
// 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.
Begin() ActivityStreamsAttachmentPropertyIterator
// Empty returns returns true if there are no elements.
Empty() bool
// 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.
End() ActivityStreamsAttachmentPropertyIterator
// InsertActivityStreamsAccept inserts a Accept value at the specified
// index for a property "attachment". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsAccept(idx int, v ActivityStreamsAccept)
// InsertActivityStreamsActivity inserts a Activity value at the specified
// index for a property "attachment". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsActivity(idx int, v ActivityStreamsActivity)
// InsertActivityStreamsAdd inserts a Add value at the specified index for
// a property "attachment". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsAdd(idx int, v ActivityStreamsAdd)
// InsertActivityStreamsAnnounce inserts a Announce value at the specified
// index for a property "attachment". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsAnnounce(idx int, v ActivityStreamsAnnounce)
// InsertActivityStreamsApplication inserts a Application value at the
// specified index for a property "attachment". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsApplication(idx int, v ActivityStreamsApplication)
// InsertActivityStreamsArrive inserts a Arrive value at the specified
// index for a property "attachment". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsArrive(idx int, v ActivityStreamsArrive)
// InsertActivityStreamsArticle inserts a Article value at the specified
// index for a property "attachment". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsArticle(idx int, v ActivityStreamsArticle)
// InsertActivityStreamsAudio inserts a Audio value at the specified index
// for a property "attachment". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsAudio(idx int, v ActivityStreamsAudio)
// InsertActivityStreamsBlock inserts a Block value at the specified index
// for a property "attachment". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsBlock(idx int, v ActivityStreamsBlock)
// InsertActivityStreamsCollection inserts a Collection value at the
// specified index for a property "attachment". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsCollection(idx int, v ActivityStreamsCollection)
// InsertActivityStreamsCollectionPage inserts a CollectionPage value at
// the specified index for a property "attachment". Existing elements
// at that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsCollectionPage(idx int, v ActivityStreamsCollectionPage)
// InsertActivityStreamsCreate inserts a Create value at the specified
// index for a property "attachment". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsCreate(idx int, v ActivityStreamsCreate)
// InsertActivityStreamsDelete inserts a Delete value at the specified
// index for a property "attachment". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDelete(idx int, v ActivityStreamsDelete)
// InsertActivityStreamsDislike inserts a Dislike value at the specified
// index for a property "attachment". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDislike(idx int, v ActivityStreamsDislike)
// InsertActivityStreamsDocument inserts a Document value at the specified
// index for a property "attachment". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDocument(idx int, v ActivityStreamsDocument)
// InsertActivityStreamsEvent inserts a Event value at the specified index
// for a property "attachment". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsEvent(idx int, v ActivityStreamsEvent)
// InsertActivityStreamsFlag inserts a Flag value at the specified index
// for a property "attachment". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsFlag(idx int, v ActivityStreamsFlag)
// InsertActivityStreamsFollow inserts a Follow value at the specified
// index for a property "attachment". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsFollow(idx int, v ActivityStreamsFollow)
// InsertActivityStreamsGroup inserts a Group value at the specified index
// for a property "attachment". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsGroup(idx int, v ActivityStreamsGroup)
// InsertActivityStreamsIgnore inserts a Ignore value at the specified
// index for a property "attachment". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsIgnore(idx int, v ActivityStreamsIgnore)
// InsertActivityStreamsImage inserts a Image value at the specified index
// for a property "attachment". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsImage(idx int, v ActivityStreamsImage)
// InsertActivityStreamsIntransitiveActivity inserts a
// IntransitiveActivity value at the specified index for a property
// "attachment". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertActivityStreamsIntransitiveActivity(idx int, v ActivityStreamsIntransitiveActivity)
// InsertActivityStreamsInvite inserts a Invite value at the specified
// index for a property "attachment". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsInvite(idx int, v ActivityStreamsInvite)
// InsertActivityStreamsJoin inserts a Join value at the specified index
// for a property "attachment". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsJoin(idx int, v ActivityStreamsJoin)
// InsertActivityStreamsLeave inserts a Leave value at the specified index
// for a property "attachment". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsLeave(idx int, v ActivityStreamsLeave)
// InsertActivityStreamsLike inserts a Like value at the specified index
// for a property "attachment". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsLike(idx int, v ActivityStreamsLike)
// InsertActivityStreamsLink inserts a Link value at the specified index
// for a property "attachment". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsLink(idx int, v ActivityStreamsLink)
// InsertActivityStreamsListen inserts a Listen value at the specified
// index for a property "attachment". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsListen(idx int, v ActivityStreamsListen)
// InsertActivityStreamsMention inserts a Mention value at the specified
// index for a property "attachment". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsMention(idx int, v ActivityStreamsMention)
// InsertActivityStreamsMove inserts a Move value at the specified index
// for a property "attachment". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsMove(idx int, v ActivityStreamsMove)
// InsertActivityStreamsNote inserts a Note value at the specified index
// for a property "attachment". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsNote(idx int, v ActivityStreamsNote)
// InsertActivityStreamsObject inserts a Object value at the specified
// index for a property "attachment". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsObject(idx int, v ActivityStreamsObject)
// InsertActivityStreamsOffer inserts a Offer value at the specified index
// for a property "attachment". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsOffer(idx int, v ActivityStreamsOffer)
// InsertActivityStreamsOrderedCollection inserts a OrderedCollection
// value at the specified index for a property "attachment". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertActivityStreamsOrderedCollection(idx int, v ActivityStreamsOrderedCollection)
// InsertActivityStreamsOrderedCollectionPage inserts a
// OrderedCollectionPage value at the specified index for a property
// "attachment". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertActivityStreamsOrderedCollectionPage(idx int, v ActivityStreamsOrderedCollectionPage)
// InsertActivityStreamsOrganization inserts a Organization value at the
// specified index for a property "attachment". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsOrganization(idx int, v ActivityStreamsOrganization)
// InsertActivityStreamsPage inserts a Page value at the specified index
// for a property "attachment". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsPage(idx int, v ActivityStreamsPage)
// InsertActivityStreamsPerson inserts a Person value at the specified
// index for a property "attachment". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsPerson(idx int, v ActivityStreamsPerson)
// InsertActivityStreamsPlace inserts a Place value at the specified index
// for a property "attachment". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsPlace(idx int, v ActivityStreamsPlace)
// InsertActivityStreamsProfile inserts a Profile value at the specified
// index for a property "attachment". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsProfile(idx int, v ActivityStreamsProfile)
// InsertActivityStreamsQuestion inserts a Question value at the specified
// index for a property "attachment". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsQuestion(idx int, v ActivityStreamsQuestion)
// InsertActivityStreamsRead inserts a Read value at the specified index
// for a property "attachment". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsRead(idx int, v ActivityStreamsRead)
// InsertActivityStreamsReject inserts a Reject value at the specified
// index for a property "attachment". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsReject(idx int, v ActivityStreamsReject)
// InsertActivityStreamsRelationship inserts a Relationship value at the
// specified index for a property "attachment". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsRelationship(idx int, v ActivityStreamsRelationship)
// InsertActivityStreamsRemove inserts a Remove value at the specified
// index for a property "attachment". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsRemove(idx int, v ActivityStreamsRemove)
// InsertActivityStreamsService inserts a Service value at the specified
// index for a property "attachment". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsService(idx int, v ActivityStreamsService)
// InsertActivityStreamsTentativeAccept inserts a TentativeAccept value at
// the specified index for a property "attachment". Existing elements
// at that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsTentativeAccept(idx int, v ActivityStreamsTentativeAccept)
// InsertActivityStreamsTentativeReject inserts a TentativeReject value at
// the specified index for a property "attachment". Existing elements
// at that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsTentativeReject(idx int, v ActivityStreamsTentativeReject)
// InsertActivityStreamsTombstone inserts a Tombstone value at the
// specified index for a property "attachment". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsTombstone(idx int, v ActivityStreamsTombstone)
// InsertActivityStreamsTravel inserts a Travel value at the specified
// index for a property "attachment". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsTravel(idx int, v ActivityStreamsTravel)
// InsertActivityStreamsUndo inserts a Undo value at the specified index
// for a property "attachment". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsUndo(idx int, v ActivityStreamsUndo)
// InsertActivityStreamsUpdate inserts a Update value at the specified
// index for a property "attachment". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsUpdate(idx int, v ActivityStreamsUpdate)
// InsertActivityStreamsVideo inserts a Video value at the specified index
// for a property "attachment". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsVideo(idx int, v ActivityStreamsVideo)
// InsertActivityStreamsView inserts a View value at the specified index
// for a property "attachment". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsView(idx int, v ActivityStreamsView)
// InsertFunkwhaleAlbum inserts a Album value at the specified index for a
// property "attachment". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertFunkwhaleAlbum(idx int, v FunkwhaleAlbum)
// InsertFunkwhaleArtist inserts a Artist value at the specified index for
// a property "attachment". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertFunkwhaleArtist(idx int, v FunkwhaleArtist)
// InsertFunkwhaleLibrary inserts a Library value at the specified index
// for a property "attachment". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertFunkwhaleLibrary(idx int, v FunkwhaleLibrary)
// InsertFunkwhaleTrack inserts a Track value at the specified index for a
// property "attachment". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertFunkwhaleTrack(idx int, v FunkwhaleTrack)
// InsertGoToSocialAnnounceApproval inserts a AnnounceApproval value at
// the specified index for a property "attachment". Existing elements
// at that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialAnnounceApproval(idx int, v GoToSocialAnnounceApproval)
// InsertGoToSocialAnnounceAuthorization inserts a AnnounceAuthorization
// value at the specified index for a property "attachment". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertGoToSocialAnnounceAuthorization(idx int, v GoToSocialAnnounceAuthorization)
// InsertGoToSocialAnnounceRequest inserts a AnnounceRequest value at the
// specified index for a property "attachment". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialAnnounceRequest(idx int, v GoToSocialAnnounceRequest)
// InsertGoToSocialLikeApproval inserts a LikeApproval value at the
// specified index for a property "attachment". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialLikeApproval(idx int, v GoToSocialLikeApproval)
// InsertGoToSocialLikeAuthorization inserts a LikeAuthorization value at
// the specified index for a property "attachment". Existing elements
// at that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialLikeAuthorization(idx int, v GoToSocialLikeAuthorization)
// InsertGoToSocialLikeRequest inserts a LikeRequest value at the
// specified index for a property "attachment". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// InsertGoToSocialQuoteAuthorization inserts a QuoteAuthorization value
// at the specified index for a property "attachment". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertGoToSocialQuoteAuthorization(idx int, v GoToSocialQuoteAuthorization)
// InsertGoToSocialQuoteRequest inserts a QuoteRequest value at the
// specified index for a property "attachment". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialQuoteRequest(idx int, v GoToSocialQuoteRequest)
// InsertGoToSocialReplyApproval inserts a ReplyApproval value at the
// specified index for a property "attachment". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialReplyApproval(idx int, v GoToSocialReplyApproval)
// InsertGoToSocialReplyAuthorization inserts a ReplyAuthorization value
// at the specified index for a property "attachment". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertGoToSocialReplyAuthorization(idx int, v GoToSocialReplyAuthorization)
// InsertGoToSocialReplyRequest inserts a ReplyRequest value at the
// specified index for a property "attachment". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialReplyRequest(idx int, v GoToSocialReplyRequest)
// Insert inserts an IRI value at the specified index for a property
// "attachment". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertIRI(idx int, v *url.URL)
// InsertLitePubEmojiReact inserts a EmojiReact value at the specified
// index for a property "attachment". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertLitePubEmojiReact(idx int, v LitePubEmojiReact)
// InsertSchemaPropertyValue inserts a PropertyValue value at the
// specified index for a property "attachment". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertSchemaPropertyValue(idx int, v SchemaPropertyValue)
// InsertTootEmoji inserts a Emoji value at the specified index for a
// property "attachment". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertTootEmoji(idx int, v TootEmoji)
// InsertTootHashtag inserts a Hashtag value at the specified index for a
// property "attachment". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertTootHashtag(idx int, v TootHashtag)
// InsertTootIdentityProof inserts a IdentityProof value at the specified
// index for a property "attachment". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertTootIdentityProof(idx int, v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "attachment". Invalidates all iterators. Returns an
// error if the type is not a valid one to set for this property.
InsertType(idx int, t Type) error
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex(idx int) int
// Len returns the number of values that exist for the "attachment"
// property.
Len() (length int)
// Less computes whether another property is less than this one. Mixing
// types results in a consistent but arbitrary ordering
Less(i, j int) 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.
LessThan(o ActivityStreamsAttachmentProperty) bool
// Name returns the name of this property ("attachment") with any alias.
Name() string
// PrependActivityStreamsAccept prepends a Accept value to the front of a
// list of the property "attachment". Invalidates all iterators.
PrependActivityStreamsAccept(v ActivityStreamsAccept)
// PrependActivityStreamsActivity prepends a Activity value to the front
// of a list of the property "attachment". Invalidates all iterators.
PrependActivityStreamsActivity(v ActivityStreamsActivity)
// PrependActivityStreamsAdd prepends a Add value to the front of a list
// of the property "attachment". Invalidates all iterators.
PrependActivityStreamsAdd(v ActivityStreamsAdd)
// PrependActivityStreamsAnnounce prepends a Announce value to the front
// of a list of the property "attachment". Invalidates all iterators.
PrependActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// PrependActivityStreamsApplication prepends a Application value to the
// front of a list of the property "attachment". Invalidates all
// iterators.
PrependActivityStreamsApplication(v ActivityStreamsApplication)
// PrependActivityStreamsArrive prepends a Arrive value to the front of a
// list of the property "attachment". Invalidates all iterators.
PrependActivityStreamsArrive(v ActivityStreamsArrive)
// PrependActivityStreamsArticle prepends a Article value to the front of
// a list of the property "attachment". Invalidates all iterators.
PrependActivityStreamsArticle(v ActivityStreamsArticle)
// PrependActivityStreamsAudio prepends a Audio value to the front of a
// list of the property "attachment". Invalidates all iterators.
PrependActivityStreamsAudio(v ActivityStreamsAudio)
// PrependActivityStreamsBlock prepends a Block value to the front of a
// list of the property "attachment". Invalidates all iterators.
PrependActivityStreamsBlock(v ActivityStreamsBlock)
// PrependActivityStreamsCollection prepends a Collection value to the
// front of a list of the property "attachment". Invalidates all
// iterators.
PrependActivityStreamsCollection(v ActivityStreamsCollection)
// PrependActivityStreamsCollectionPage prepends a CollectionPage value to
// the front of a list of the property "attachment". Invalidates all
// iterators.
PrependActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// PrependActivityStreamsCreate prepends a Create value to the front of a
// list of the property "attachment". Invalidates all iterators.
PrependActivityStreamsCreate(v ActivityStreamsCreate)
// PrependActivityStreamsDelete prepends a Delete value to the front of a
// list of the property "attachment". Invalidates all iterators.
PrependActivityStreamsDelete(v ActivityStreamsDelete)
// PrependActivityStreamsDislike prepends a Dislike value to the front of
// a list of the property "attachment". Invalidates all iterators.
PrependActivityStreamsDislike(v ActivityStreamsDislike)
// PrependActivityStreamsDocument prepends a Document value to the front
// of a list of the property "attachment". Invalidates all iterators.
PrependActivityStreamsDocument(v ActivityStreamsDocument)
// PrependActivityStreamsEvent prepends a Event value to the front of a
// list of the property "attachment". Invalidates all iterators.
PrependActivityStreamsEvent(v ActivityStreamsEvent)
// PrependActivityStreamsFlag prepends a Flag value to the front of a list
// of the property "attachment". Invalidates all iterators.
PrependActivityStreamsFlag(v ActivityStreamsFlag)
// PrependActivityStreamsFollow prepends a Follow value to the front of a
// list of the property "attachment". Invalidates all iterators.
PrependActivityStreamsFollow(v ActivityStreamsFollow)
// PrependActivityStreamsGroup prepends a Group value to the front of a
// list of the property "attachment". Invalidates all iterators.
PrependActivityStreamsGroup(v ActivityStreamsGroup)
// PrependActivityStreamsIgnore prepends a Ignore value to the front of a
// list of the property "attachment". Invalidates all iterators.
PrependActivityStreamsIgnore(v ActivityStreamsIgnore)
// PrependActivityStreamsImage prepends a Image value to the front of a
// list of the property "attachment". Invalidates all iterators.
PrependActivityStreamsImage(v ActivityStreamsImage)
// PrependActivityStreamsIntransitiveActivity prepends a
// IntransitiveActivity value to the front of a list of the property
// "attachment". Invalidates all iterators.
PrependActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// PrependActivityStreamsInvite prepends a Invite value to the front of a
// list of the property "attachment". Invalidates all iterators.
PrependActivityStreamsInvite(v ActivityStreamsInvite)
// PrependActivityStreamsJoin prepends a Join value to the front of a list
// of the property "attachment". Invalidates all iterators.
PrependActivityStreamsJoin(v ActivityStreamsJoin)
// PrependActivityStreamsLeave prepends a Leave value to the front of a
// list of the property "attachment". Invalidates all iterators.
PrependActivityStreamsLeave(v ActivityStreamsLeave)
// PrependActivityStreamsLike prepends a Like value to the front of a list
// of the property "attachment". Invalidates all iterators.
PrependActivityStreamsLike(v ActivityStreamsLike)
// PrependActivityStreamsLink prepends a Link value to the front of a list
// of the property "attachment". Invalidates all iterators.
PrependActivityStreamsLink(v ActivityStreamsLink)
// PrependActivityStreamsListen prepends a Listen value to the front of a
// list of the property "attachment". Invalidates all iterators.
PrependActivityStreamsListen(v ActivityStreamsListen)
// PrependActivityStreamsMention prepends a Mention value to the front of
// a list of the property "attachment". Invalidates all iterators.
PrependActivityStreamsMention(v ActivityStreamsMention)
// PrependActivityStreamsMove prepends a Move value to the front of a list
// of the property "attachment". Invalidates all iterators.
PrependActivityStreamsMove(v ActivityStreamsMove)
// PrependActivityStreamsNote prepends a Note value to the front of a list
// of the property "attachment". Invalidates all iterators.
PrependActivityStreamsNote(v ActivityStreamsNote)
// PrependActivityStreamsObject prepends a Object value to the front of a
// list of the property "attachment". Invalidates all iterators.
PrependActivityStreamsObject(v ActivityStreamsObject)
// PrependActivityStreamsOffer prepends a Offer value to the front of a
// list of the property "attachment". Invalidates all iterators.
PrependActivityStreamsOffer(v ActivityStreamsOffer)
// PrependActivityStreamsOrderedCollection prepends a OrderedCollection
// value to the front of a list of the property "attachment".
// Invalidates all iterators.
PrependActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// PrependActivityStreamsOrderedCollectionPage prepends a
// OrderedCollectionPage value to the front of a list of the property
// "attachment". Invalidates all iterators.
PrependActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// PrependActivityStreamsOrganization prepends a Organization value to the
// front of a list of the property "attachment". Invalidates all
// iterators.
PrependActivityStreamsOrganization(v ActivityStreamsOrganization)
// PrependActivityStreamsPage prepends a Page value to the front of a list
// of the property "attachment". Invalidates all iterators.
PrependActivityStreamsPage(v ActivityStreamsPage)
// PrependActivityStreamsPerson prepends a Person value to the front of a
// list of the property "attachment". Invalidates all iterators.
PrependActivityStreamsPerson(v ActivityStreamsPerson)
// PrependActivityStreamsPlace prepends a Place value to the front of a
// list of the property "attachment". Invalidates all iterators.
PrependActivityStreamsPlace(v ActivityStreamsPlace)
// PrependActivityStreamsProfile prepends a Profile value to the front of
// a list of the property "attachment". Invalidates all iterators.
PrependActivityStreamsProfile(v ActivityStreamsProfile)
// PrependActivityStreamsQuestion prepends a Question value to the front
// of a list of the property "attachment". Invalidates all iterators.
PrependActivityStreamsQuestion(v ActivityStreamsQuestion)
// PrependActivityStreamsRead prepends a Read value to the front of a list
// of the property "attachment". Invalidates all iterators.
PrependActivityStreamsRead(v ActivityStreamsRead)
// PrependActivityStreamsReject prepends a Reject value to the front of a
// list of the property "attachment". Invalidates all iterators.
PrependActivityStreamsReject(v ActivityStreamsReject)
// PrependActivityStreamsRelationship prepends a Relationship value to the
// front of a list of the property "attachment". Invalidates all
// iterators.
PrependActivityStreamsRelationship(v ActivityStreamsRelationship)
// PrependActivityStreamsRemove prepends a Remove value to the front of a
// list of the property "attachment". Invalidates all iterators.
PrependActivityStreamsRemove(v ActivityStreamsRemove)
// PrependActivityStreamsService prepends a Service value to the front of
// a list of the property "attachment". Invalidates all iterators.
PrependActivityStreamsService(v ActivityStreamsService)
// PrependActivityStreamsTentativeAccept prepends a TentativeAccept value
// to the front of a list of the property "attachment". Invalidates
// all iterators.
PrependActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// PrependActivityStreamsTentativeReject prepends a TentativeReject value
// to the front of a list of the property "attachment". Invalidates
// all iterators.
PrependActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// PrependActivityStreamsTombstone prepends a Tombstone value to the front
// of a list of the property "attachment". Invalidates all iterators.
PrependActivityStreamsTombstone(v ActivityStreamsTombstone)
// PrependActivityStreamsTravel prepends a Travel value to the front of a
// list of the property "attachment". Invalidates all iterators.
PrependActivityStreamsTravel(v ActivityStreamsTravel)
// PrependActivityStreamsUndo prepends a Undo value to the front of a list
// of the property "attachment". Invalidates all iterators.
PrependActivityStreamsUndo(v ActivityStreamsUndo)
// PrependActivityStreamsUpdate prepends a Update value to the front of a
// list of the property "attachment". Invalidates all iterators.
PrependActivityStreamsUpdate(v ActivityStreamsUpdate)
// PrependActivityStreamsVideo prepends a Video value to the front of a
// list of the property "attachment". Invalidates all iterators.
PrependActivityStreamsVideo(v ActivityStreamsVideo)
// PrependActivityStreamsView prepends a View value to the front of a list
// of the property "attachment". Invalidates all iterators.
PrependActivityStreamsView(v ActivityStreamsView)
// PrependFunkwhaleAlbum prepends a Album value to the front of a list of
// the property "attachment". Invalidates all iterators.
PrependFunkwhaleAlbum(v FunkwhaleAlbum)
// PrependFunkwhaleArtist prepends a Artist value to the front of a list
// of the property "attachment". Invalidates all iterators.
PrependFunkwhaleArtist(v FunkwhaleArtist)
// PrependFunkwhaleLibrary prepends a Library value to the front of a list
// of the property "attachment". Invalidates all iterators.
PrependFunkwhaleLibrary(v FunkwhaleLibrary)
// PrependFunkwhaleTrack prepends a Track value to the front of a list of
// the property "attachment". Invalidates all iterators.
PrependFunkwhaleTrack(v FunkwhaleTrack)
// PrependGoToSocialAnnounceApproval prepends a AnnounceApproval value to
// the front of a list of the property "attachment". Invalidates all
// iterators.
PrependGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// PrependGoToSocialAnnounceAuthorization prepends a AnnounceAuthorization
// value to the front of a list of the property "attachment".
// Invalidates all iterators.
PrependGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// PrependGoToSocialAnnounceRequest prepends a AnnounceRequest value to
// the front of a list of the property "attachment". Invalidates all
// iterators.
PrependGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// PrependGoToSocialLikeApproval prepends a LikeApproval value to the
// front of a list of the property "attachment". Invalidates all
// iterators.
PrependGoToSocialLikeApproval(v GoToSocialLikeApproval)
// PrependGoToSocialLikeAuthorization prepends a LikeAuthorization value
// to the front of a list of the property "attachment". Invalidates
// all iterators.
PrependGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// PrependGoToSocialLikeRequest prepends a LikeRequest value to the front
// of a list of the property "attachment". Invalidates all iterators.
PrependGoToSocialLikeRequest(v GoToSocialLikeRequest)
// PrependGoToSocialQuoteAuthorization prepends a QuoteAuthorization value
// to the front of a list of the property "attachment". Invalidates
// all iterators.
PrependGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// PrependGoToSocialQuoteRequest prepends a QuoteRequest value to the
// front of a list of the property "attachment". Invalidates all
// iterators.
PrependGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// PrependGoToSocialReplyApproval prepends a ReplyApproval value to the
// front of a list of the property "attachment". Invalidates all
// iterators.
PrependGoToSocialReplyApproval(v GoToSocialReplyApproval)
// PrependGoToSocialReplyAuthorization prepends a ReplyAuthorization value
// to the front of a list of the property "attachment". Invalidates
// all iterators.
PrependGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// PrependGoToSocialReplyRequest prepends a ReplyRequest value to the
// front of a list of the property "attachment". Invalidates all
// iterators.
PrependGoToSocialReplyRequest(v GoToSocialReplyRequest)
// PrependIRI prepends an IRI value to the front of a list of the property
// "attachment".
PrependIRI(v *url.URL)
// PrependLitePubEmojiReact prepends a EmojiReact value to the front of a
// list of the property "attachment". Invalidates all iterators.
PrependLitePubEmojiReact(v LitePubEmojiReact)
// PrependSchemaPropertyValue prepends a PropertyValue value to the front
// of a list of the property "attachment". Invalidates all iterators.
PrependSchemaPropertyValue(v SchemaPropertyValue)
// PrependTootEmoji prepends a Emoji value to the front of a list of the
// property "attachment". Invalidates all iterators.
PrependTootEmoji(v TootEmoji)
// PrependTootHashtag prepends a Hashtag value to the front of a list of
// the property "attachment". Invalidates all iterators.
PrependTootHashtag(v TootHashtag)
// PrependTootIdentityProof prepends a IdentityProof value to the front of
// a list of the property "attachment". Invalidates all iterators.
PrependTootIdentityProof(v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "attachment". Invalidates all iterators. Returns an
// error if the type is not a valid one to set for this property.
PrependType(t Type) error
// Remove deletes an element at the specified index from a list of the
// property "attachment", regardless of its type. Panics if the index
// is out of bounds. Invalidates all iterators.
Remove(idx int)
// 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.
Serialize() (interface{}, error)
// SetActivityStreamsAccept sets a Accept value to be at the specified
// index for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsAccept(idx int, v ActivityStreamsAccept)
// SetActivityStreamsActivity sets a Activity value to be at the specified
// index for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsActivity(idx int, v ActivityStreamsActivity)
// SetActivityStreamsAdd sets a Add value to be at the specified index for
// the property "attachment". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsAdd(idx int, v ActivityStreamsAdd)
// SetActivityStreamsAnnounce sets a Announce value to be at the specified
// index for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsAnnounce(idx int, v ActivityStreamsAnnounce)
// SetActivityStreamsApplication sets a Application value to be at the
// specified index for the property "attachment". Panics if the index
// is out of bounds. Invalidates all iterators.
SetActivityStreamsApplication(idx int, v ActivityStreamsApplication)
// SetActivityStreamsArrive sets a Arrive value to be at the specified
// index for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsArrive(idx int, v ActivityStreamsArrive)
// SetActivityStreamsArticle sets a Article value to be at the specified
// index for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsArticle(idx int, v ActivityStreamsArticle)
// SetActivityStreamsAudio sets a Audio value to be at the specified index
// for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsAudio(idx int, v ActivityStreamsAudio)
// SetActivityStreamsBlock sets a Block value to be at the specified index
// for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsBlock(idx int, v ActivityStreamsBlock)
// SetActivityStreamsCollection sets a Collection value to be at the
// specified index for the property "attachment". Panics if the index
// is out of bounds. Invalidates all iterators.
SetActivityStreamsCollection(idx int, v ActivityStreamsCollection)
// SetActivityStreamsCollectionPage sets a CollectionPage value to be at
// the specified index for the property "attachment". Panics if the
// index is out of bounds. Invalidates all iterators.
SetActivityStreamsCollectionPage(idx int, v ActivityStreamsCollectionPage)
// SetActivityStreamsCreate sets a Create value to be at the specified
// index for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsCreate(idx int, v ActivityStreamsCreate)
// SetActivityStreamsDelete sets a Delete value to be at the specified
// index for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsDelete(idx int, v ActivityStreamsDelete)
// SetActivityStreamsDislike sets a Dislike value to be at the specified
// index for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsDislike(idx int, v ActivityStreamsDislike)
// SetActivityStreamsDocument sets a Document value to be at the specified
// index for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsDocument(idx int, v ActivityStreamsDocument)
// SetActivityStreamsEvent sets a Event value to be at the specified index
// for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsEvent(idx int, v ActivityStreamsEvent)
// SetActivityStreamsFlag sets a Flag value to be at the specified index
// for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsFlag(idx int, v ActivityStreamsFlag)
// SetActivityStreamsFollow sets a Follow value to be at the specified
// index for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsFollow(idx int, v ActivityStreamsFollow)
// SetActivityStreamsGroup sets a Group value to be at the specified index
// for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsGroup(idx int, v ActivityStreamsGroup)
// SetActivityStreamsIgnore sets a Ignore value to be at the specified
// index for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsIgnore(idx int, v ActivityStreamsIgnore)
// SetActivityStreamsImage sets a Image value to be at the specified index
// for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsImage(idx int, v ActivityStreamsImage)
// SetActivityStreamsIntransitiveActivity sets a IntransitiveActivity
// value to be at the specified index for the property "attachment".
// Panics if the index is out of bounds. Invalidates all iterators.
SetActivityStreamsIntransitiveActivity(idx int, v ActivityStreamsIntransitiveActivity)
// SetActivityStreamsInvite sets a Invite value to be at the specified
// index for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsInvite(idx int, v ActivityStreamsInvite)
// SetActivityStreamsJoin sets a Join value to be at the specified index
// for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsJoin(idx int, v ActivityStreamsJoin)
// SetActivityStreamsLeave sets a Leave value to be at the specified index
// for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsLeave(idx int, v ActivityStreamsLeave)
// SetActivityStreamsLike sets a Like value to be at the specified index
// for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsLike(idx int, v ActivityStreamsLike)
// SetActivityStreamsLink sets a Link value to be at the specified index
// for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsLink(idx int, v ActivityStreamsLink)
// SetActivityStreamsListen sets a Listen value to be at the specified
// index for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsListen(idx int, v ActivityStreamsListen)
// SetActivityStreamsMention sets a Mention value to be at the specified
// index for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsMention(idx int, v ActivityStreamsMention)
// SetActivityStreamsMove sets a Move value to be at the specified index
// for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsMove(idx int, v ActivityStreamsMove)
// SetActivityStreamsNote sets a Note value to be at the specified index
// for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsNote(idx int, v ActivityStreamsNote)
// SetActivityStreamsObject sets a Object value to be at the specified
// index for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsObject(idx int, v ActivityStreamsObject)
// SetActivityStreamsOffer sets a Offer value to be at the specified index
// for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsOffer(idx int, v ActivityStreamsOffer)
// SetActivityStreamsOrderedCollection sets a OrderedCollection value to
// be at the specified index for the property "attachment". Panics if
// the index is out of bounds. Invalidates all iterators.
SetActivityStreamsOrderedCollection(idx int, v ActivityStreamsOrderedCollection)
// SetActivityStreamsOrderedCollectionPage sets a OrderedCollectionPage
// value to be at the specified index for the property "attachment".
// Panics if the index is out of bounds. Invalidates all iterators.
SetActivityStreamsOrderedCollectionPage(idx int, v ActivityStreamsOrderedCollectionPage)
// SetActivityStreamsOrganization sets a Organization value to be at the
// specified index for the property "attachment". Panics if the index
// is out of bounds. Invalidates all iterators.
SetActivityStreamsOrganization(idx int, v ActivityStreamsOrganization)
// SetActivityStreamsPage sets a Page value to be at the specified index
// for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsPage(idx int, v ActivityStreamsPage)
// SetActivityStreamsPerson sets a Person value to be at the specified
// index for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsPerson(idx int, v ActivityStreamsPerson)
// SetActivityStreamsPlace sets a Place value to be at the specified index
// for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsPlace(idx int, v ActivityStreamsPlace)
// SetActivityStreamsProfile sets a Profile value to be at the specified
// index for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsProfile(idx int, v ActivityStreamsProfile)
// SetActivityStreamsQuestion sets a Question value to be at the specified
// index for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsQuestion(idx int, v ActivityStreamsQuestion)
// SetActivityStreamsRead sets a Read value to be at the specified index
// for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsRead(idx int, v ActivityStreamsRead)
// SetActivityStreamsReject sets a Reject value to be at the specified
// index for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsReject(idx int, v ActivityStreamsReject)
// SetActivityStreamsRelationship sets a Relationship value to be at the
// specified index for the property "attachment". Panics if the index
// is out of bounds. Invalidates all iterators.
SetActivityStreamsRelationship(idx int, v ActivityStreamsRelationship)
// SetActivityStreamsRemove sets a Remove value to be at the specified
// index for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsRemove(idx int, v ActivityStreamsRemove)
// SetActivityStreamsService sets a Service value to be at the specified
// index for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsService(idx int, v ActivityStreamsService)
// SetActivityStreamsTentativeAccept sets a TentativeAccept value to be at
// the specified index for the property "attachment". Panics if the
// index is out of bounds. Invalidates all iterators.
SetActivityStreamsTentativeAccept(idx int, v ActivityStreamsTentativeAccept)
// SetActivityStreamsTentativeReject sets a TentativeReject value to be at
// the specified index for the property "attachment". Panics if the
// index is out of bounds. Invalidates all iterators.
SetActivityStreamsTentativeReject(idx int, v ActivityStreamsTentativeReject)
// SetActivityStreamsTombstone sets a Tombstone value to be at the
// specified index for the property "attachment". Panics if the index
// is out of bounds. Invalidates all iterators.
SetActivityStreamsTombstone(idx int, v ActivityStreamsTombstone)
// SetActivityStreamsTravel sets a Travel value to be at the specified
// index for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsTravel(idx int, v ActivityStreamsTravel)
// SetActivityStreamsUndo sets a Undo value to be at the specified index
// for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsUndo(idx int, v ActivityStreamsUndo)
// SetActivityStreamsUpdate sets a Update value to be at the specified
// index for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsUpdate(idx int, v ActivityStreamsUpdate)
// SetActivityStreamsVideo sets a Video value to be at the specified index
// for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsVideo(idx int, v ActivityStreamsVideo)
// SetActivityStreamsView sets a View value to be at the specified index
// for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsView(idx int, v ActivityStreamsView)
// SetFunkwhaleAlbum sets a Album value to be at the specified index for
// the property "attachment". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleAlbum(idx int, v FunkwhaleAlbum)
// SetFunkwhaleArtist sets a Artist value to be at the specified index for
// the property "attachment". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleArtist(idx int, v FunkwhaleArtist)
// SetFunkwhaleLibrary sets a Library value to be at the specified index
// for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetFunkwhaleLibrary(idx int, v FunkwhaleLibrary)
// SetFunkwhaleTrack sets a Track value to be at the specified index for
// the property "attachment". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleTrack(idx int, v FunkwhaleTrack)
// SetGoToSocialAnnounceApproval sets a AnnounceApproval value to be at
// the specified index for the property "attachment". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceApproval(idx int, v GoToSocialAnnounceApproval)
// SetGoToSocialAnnounceAuthorization sets a AnnounceAuthorization value
// to be at the specified index for the property "attachment". Panics
// if the index is out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceAuthorization(idx int, v GoToSocialAnnounceAuthorization)
// SetGoToSocialAnnounceRequest sets a AnnounceRequest value to be at the
// specified index for the property "attachment". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceRequest(idx int, v GoToSocialAnnounceRequest)
// SetGoToSocialLikeApproval sets a LikeApproval value to be at the
// specified index for the property "attachment". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialLikeApproval(idx int, v GoToSocialLikeApproval)
// SetGoToSocialLikeAuthorization sets a LikeAuthorization value to be at
// the specified index for the property "attachment". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialLikeAuthorization(idx int, v GoToSocialLikeAuthorization)
// SetGoToSocialLikeRequest sets a LikeRequest value to be at the
// specified index for the property "attachment". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// SetGoToSocialQuoteAuthorization sets a QuoteAuthorization value to be
// at the specified index for the property "attachment". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialQuoteAuthorization(idx int, v GoToSocialQuoteAuthorization)
// SetGoToSocialQuoteRequest sets a QuoteRequest value to be at the
// specified index for the property "attachment". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialQuoteRequest(idx int, v GoToSocialQuoteRequest)
// SetGoToSocialReplyApproval sets a ReplyApproval value to be at the
// specified index for the property "attachment". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialReplyApproval(idx int, v GoToSocialReplyApproval)
// SetGoToSocialReplyAuthorization sets a ReplyAuthorization value to be
// at the specified index for the property "attachment". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialReplyAuthorization(idx int, v GoToSocialReplyAuthorization)
// SetGoToSocialReplyRequest sets a ReplyRequest value to be at the
// specified index for the property "attachment". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialReplyRequest(idx int, v GoToSocialReplyRequest)
// SetIRI sets an IRI value to be at the specified index for the property
// "attachment". Panics if the index is out of bounds.
SetIRI(idx int, v *url.URL)
// SetLitePubEmojiReact sets a EmojiReact value to be at the specified
// index for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetLitePubEmojiReact(idx int, v LitePubEmojiReact)
// SetSchemaPropertyValue sets a PropertyValue value to be at the
// specified index for the property "attachment". Panics if the index
// is out of bounds. Invalidates all iterators.
SetSchemaPropertyValue(idx int, v SchemaPropertyValue)
// SetTootEmoji sets a Emoji value to be at the specified index for the
// property "attachment". Panics if the index is out of bounds.
// Invalidates all iterators.
SetTootEmoji(idx int, v TootEmoji)
// SetTootHashtag sets a Hashtag value to be at the specified index for
// the property "attachment". Panics if the index is out of bounds.
// Invalidates all iterators.
SetTootHashtag(idx int, v TootHashtag)
// SetTootIdentityProof sets a IdentityProof value to be at the specified
// index for the property "attachment". Panics if the index is out of
// bounds. Invalidates all iterators.
SetTootIdentityProof(idx int, v TootIdentityProof)
// SetType sets an arbitrary type value to the specified index of the
// property "attachment". 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.
SetType(idx int, t Type) error
// Swap swaps the location of values at two indices for the "attachment"
// property.
Swap(i, j int)
}
Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email.
Example 66 (https://www.w3.org/TR/activitystreams-vocabulary/#ex64-jsonld):
{
"attachment": {
"content": "This is what he looks like.",
"type": "Image",
"url": "http://example.org/cat.jpeg"
},
"name": "Have you seen my cat?",
"type": "Note"
}
type ActivityStreamsAttachmentPropertyIterator ¶
type ActivityStreamsAttachmentPropertyIterator interface {
// GetActivityStreamsAccept returns the value of this property. When
// IsActivityStreamsAccept returns false, GetActivityStreamsAccept
// will return an arbitrary value.
GetActivityStreamsAccept() ActivityStreamsAccept
// GetActivityStreamsActivity returns the value of this property. When
// IsActivityStreamsActivity returns false, GetActivityStreamsActivity
// will return an arbitrary value.
GetActivityStreamsActivity() ActivityStreamsActivity
// GetActivityStreamsAdd returns the value of this property. When
// IsActivityStreamsAdd returns false, GetActivityStreamsAdd will
// return an arbitrary value.
GetActivityStreamsAdd() ActivityStreamsAdd
// GetActivityStreamsAnnounce returns the value of this property. When
// IsActivityStreamsAnnounce returns false, GetActivityStreamsAnnounce
// will return an arbitrary value.
GetActivityStreamsAnnounce() ActivityStreamsAnnounce
// GetActivityStreamsApplication returns the value of this property. When
// IsActivityStreamsApplication returns false,
// GetActivityStreamsApplication will return an arbitrary value.
GetActivityStreamsApplication() ActivityStreamsApplication
// GetActivityStreamsArrive returns the value of this property. When
// IsActivityStreamsArrive returns false, GetActivityStreamsArrive
// will return an arbitrary value.
GetActivityStreamsArrive() ActivityStreamsArrive
// GetActivityStreamsArticle returns the value of this property. When
// IsActivityStreamsArticle returns false, GetActivityStreamsArticle
// will return an arbitrary value.
GetActivityStreamsArticle() ActivityStreamsArticle
// GetActivityStreamsAudio returns the value of this property. When
// IsActivityStreamsAudio returns false, GetActivityStreamsAudio will
// return an arbitrary value.
GetActivityStreamsAudio() ActivityStreamsAudio
// GetActivityStreamsBlock returns the value of this property. When
// IsActivityStreamsBlock returns false, GetActivityStreamsBlock will
// return an arbitrary value.
GetActivityStreamsBlock() ActivityStreamsBlock
// GetActivityStreamsCollection returns the value of this property. When
// IsActivityStreamsCollection returns false,
// GetActivityStreamsCollection will return an arbitrary value.
GetActivityStreamsCollection() ActivityStreamsCollection
// GetActivityStreamsCollectionPage returns the value of this property.
// When IsActivityStreamsCollectionPage returns false,
// GetActivityStreamsCollectionPage will return an arbitrary value.
GetActivityStreamsCollectionPage() ActivityStreamsCollectionPage
// GetActivityStreamsCreate returns the value of this property. When
// IsActivityStreamsCreate returns false, GetActivityStreamsCreate
// will return an arbitrary value.
GetActivityStreamsCreate() ActivityStreamsCreate
// GetActivityStreamsDelete returns the value of this property. When
// IsActivityStreamsDelete returns false, GetActivityStreamsDelete
// will return an arbitrary value.
GetActivityStreamsDelete() ActivityStreamsDelete
// GetActivityStreamsDislike returns the value of this property. When
// IsActivityStreamsDislike returns false, GetActivityStreamsDislike
// will return an arbitrary value.
GetActivityStreamsDislike() ActivityStreamsDislike
// GetActivityStreamsDocument returns the value of this property. When
// IsActivityStreamsDocument returns false, GetActivityStreamsDocument
// will return an arbitrary value.
GetActivityStreamsDocument() ActivityStreamsDocument
// GetActivityStreamsEvent returns the value of this property. When
// IsActivityStreamsEvent returns false, GetActivityStreamsEvent will
// return an arbitrary value.
GetActivityStreamsEvent() ActivityStreamsEvent
// GetActivityStreamsFlag returns the value of this property. When
// IsActivityStreamsFlag returns false, GetActivityStreamsFlag will
// return an arbitrary value.
GetActivityStreamsFlag() ActivityStreamsFlag
// GetActivityStreamsFollow returns the value of this property. When
// IsActivityStreamsFollow returns false, GetActivityStreamsFollow
// will return an arbitrary value.
GetActivityStreamsFollow() ActivityStreamsFollow
// GetActivityStreamsGroup returns the value of this property. When
// IsActivityStreamsGroup returns false, GetActivityStreamsGroup will
// return an arbitrary value.
GetActivityStreamsGroup() ActivityStreamsGroup
// GetActivityStreamsIgnore returns the value of this property. When
// IsActivityStreamsIgnore returns false, GetActivityStreamsIgnore
// will return an arbitrary value.
GetActivityStreamsIgnore() ActivityStreamsIgnore
// GetActivityStreamsImage returns the value of this property. When
// IsActivityStreamsImage returns false, GetActivityStreamsImage will
// return an arbitrary value.
GetActivityStreamsImage() ActivityStreamsImage
// GetActivityStreamsIntransitiveActivity returns the value of this
// property. When IsActivityStreamsIntransitiveActivity returns false,
// GetActivityStreamsIntransitiveActivity will return an arbitrary
// value.
GetActivityStreamsIntransitiveActivity() ActivityStreamsIntransitiveActivity
// GetActivityStreamsInvite returns the value of this property. When
// IsActivityStreamsInvite returns false, GetActivityStreamsInvite
// will return an arbitrary value.
GetActivityStreamsInvite() ActivityStreamsInvite
// GetActivityStreamsJoin returns the value of this property. When
// IsActivityStreamsJoin returns false, GetActivityStreamsJoin will
// return an arbitrary value.
GetActivityStreamsJoin() ActivityStreamsJoin
// GetActivityStreamsLeave returns the value of this property. When
// IsActivityStreamsLeave returns false, GetActivityStreamsLeave will
// return an arbitrary value.
GetActivityStreamsLeave() ActivityStreamsLeave
// GetActivityStreamsLike returns the value of this property. When
// IsActivityStreamsLike returns false, GetActivityStreamsLike will
// return an arbitrary value.
GetActivityStreamsLike() ActivityStreamsLike
// GetActivityStreamsLink returns the value of this property. When
// IsActivityStreamsLink returns false, GetActivityStreamsLink will
// return an arbitrary value.
GetActivityStreamsLink() ActivityStreamsLink
// GetActivityStreamsListen returns the value of this property. When
// IsActivityStreamsListen returns false, GetActivityStreamsListen
// will return an arbitrary value.
GetActivityStreamsListen() ActivityStreamsListen
// GetActivityStreamsMention returns the value of this property. When
// IsActivityStreamsMention returns false, GetActivityStreamsMention
// will return an arbitrary value.
GetActivityStreamsMention() ActivityStreamsMention
// GetActivityStreamsMove returns the value of this property. When
// IsActivityStreamsMove returns false, GetActivityStreamsMove will
// return an arbitrary value.
GetActivityStreamsMove() ActivityStreamsMove
// GetActivityStreamsNote returns the value of this property. When
// IsActivityStreamsNote returns false, GetActivityStreamsNote will
// return an arbitrary value.
GetActivityStreamsNote() ActivityStreamsNote
// GetActivityStreamsObject returns the value of this property. When
// IsActivityStreamsObject returns false, GetActivityStreamsObject
// will return an arbitrary value.
GetActivityStreamsObject() ActivityStreamsObject
// GetActivityStreamsOffer returns the value of this property. When
// IsActivityStreamsOffer returns false, GetActivityStreamsOffer will
// return an arbitrary value.
GetActivityStreamsOffer() ActivityStreamsOffer
// GetActivityStreamsOrderedCollection returns the value of this property.
// When IsActivityStreamsOrderedCollection returns false,
// GetActivityStreamsOrderedCollection will return an arbitrary value.
GetActivityStreamsOrderedCollection() ActivityStreamsOrderedCollection
// GetActivityStreamsOrderedCollectionPage returns the value of this
// property. When IsActivityStreamsOrderedCollectionPage returns
// false, GetActivityStreamsOrderedCollectionPage will return an
// arbitrary value.
GetActivityStreamsOrderedCollectionPage() ActivityStreamsOrderedCollectionPage
// GetActivityStreamsOrganization returns the value of this property. When
// IsActivityStreamsOrganization returns false,
// GetActivityStreamsOrganization will return an arbitrary value.
GetActivityStreamsOrganization() ActivityStreamsOrganization
// GetActivityStreamsPage returns the value of this property. When
// IsActivityStreamsPage returns false, GetActivityStreamsPage will
// return an arbitrary value.
GetActivityStreamsPage() ActivityStreamsPage
// GetActivityStreamsPerson returns the value of this property. When
// IsActivityStreamsPerson returns false, GetActivityStreamsPerson
// will return an arbitrary value.
GetActivityStreamsPerson() ActivityStreamsPerson
// GetActivityStreamsPlace returns the value of this property. When
// IsActivityStreamsPlace returns false, GetActivityStreamsPlace will
// return an arbitrary value.
GetActivityStreamsPlace() ActivityStreamsPlace
// GetActivityStreamsProfile returns the value of this property. When
// IsActivityStreamsProfile returns false, GetActivityStreamsProfile
// will return an arbitrary value.
GetActivityStreamsProfile() ActivityStreamsProfile
// GetActivityStreamsQuestion returns the value of this property. When
// IsActivityStreamsQuestion returns false, GetActivityStreamsQuestion
// will return an arbitrary value.
GetActivityStreamsQuestion() ActivityStreamsQuestion
// GetActivityStreamsRead returns the value of this property. When
// IsActivityStreamsRead returns false, GetActivityStreamsRead will
// return an arbitrary value.
GetActivityStreamsRead() ActivityStreamsRead
// GetActivityStreamsReject returns the value of this property. When
// IsActivityStreamsReject returns false, GetActivityStreamsReject
// will return an arbitrary value.
GetActivityStreamsReject() ActivityStreamsReject
// GetActivityStreamsRelationship returns the value of this property. When
// IsActivityStreamsRelationship returns false,
// GetActivityStreamsRelationship will return an arbitrary value.
GetActivityStreamsRelationship() ActivityStreamsRelationship
// GetActivityStreamsRemove returns the value of this property. When
// IsActivityStreamsRemove returns false, GetActivityStreamsRemove
// will return an arbitrary value.
GetActivityStreamsRemove() ActivityStreamsRemove
// GetActivityStreamsService returns the value of this property. When
// IsActivityStreamsService returns false, GetActivityStreamsService
// will return an arbitrary value.
GetActivityStreamsService() ActivityStreamsService
// GetActivityStreamsTentativeAccept returns the value of this property.
// When IsActivityStreamsTentativeAccept returns false,
// GetActivityStreamsTentativeAccept will return an arbitrary value.
GetActivityStreamsTentativeAccept() ActivityStreamsTentativeAccept
// GetActivityStreamsTentativeReject returns the value of this property.
// When IsActivityStreamsTentativeReject returns false,
// GetActivityStreamsTentativeReject will return an arbitrary value.
GetActivityStreamsTentativeReject() ActivityStreamsTentativeReject
// GetActivityStreamsTombstone returns the value of this property. When
// IsActivityStreamsTombstone returns false,
// GetActivityStreamsTombstone will return an arbitrary value.
GetActivityStreamsTombstone() ActivityStreamsTombstone
// GetActivityStreamsTravel returns the value of this property. When
// IsActivityStreamsTravel returns false, GetActivityStreamsTravel
// will return an arbitrary value.
GetActivityStreamsTravel() ActivityStreamsTravel
// GetActivityStreamsUndo returns the value of this property. When
// IsActivityStreamsUndo returns false, GetActivityStreamsUndo will
// return an arbitrary value.
GetActivityStreamsUndo() ActivityStreamsUndo
// GetActivityStreamsUpdate returns the value of this property. When
// IsActivityStreamsUpdate returns false, GetActivityStreamsUpdate
// will return an arbitrary value.
GetActivityStreamsUpdate() ActivityStreamsUpdate
// GetActivityStreamsVideo returns the value of this property. When
// IsActivityStreamsVideo returns false, GetActivityStreamsVideo will
// return an arbitrary value.
GetActivityStreamsVideo() ActivityStreamsVideo
// GetActivityStreamsView returns the value of this property. When
// IsActivityStreamsView returns false, GetActivityStreamsView will
// return an arbitrary value.
GetActivityStreamsView() ActivityStreamsView
// GetFunkwhaleAlbum returns the value of this property. When
// IsFunkwhaleAlbum returns false, GetFunkwhaleAlbum will return an
// arbitrary value.
GetFunkwhaleAlbum() FunkwhaleAlbum
// GetFunkwhaleArtist returns the value of this property. When
// IsFunkwhaleArtist returns false, GetFunkwhaleArtist will return an
// arbitrary value.
GetFunkwhaleArtist() FunkwhaleArtist
// GetFunkwhaleLibrary returns the value of this property. When
// IsFunkwhaleLibrary returns false, GetFunkwhaleLibrary will return
// an arbitrary value.
GetFunkwhaleLibrary() FunkwhaleLibrary
// GetFunkwhaleTrack returns the value of this property. When
// IsFunkwhaleTrack returns false, GetFunkwhaleTrack will return an
// arbitrary value.
GetFunkwhaleTrack() FunkwhaleTrack
// GetGoToSocialAnnounceApproval returns the value of this property. When
// IsGoToSocialAnnounceApproval returns false,
// GetGoToSocialAnnounceApproval will return an arbitrary value.
GetGoToSocialAnnounceApproval() GoToSocialAnnounceApproval
// GetGoToSocialAnnounceAuthorization returns the value of this property.
// When IsGoToSocialAnnounceAuthorization returns false,
// GetGoToSocialAnnounceAuthorization will return an arbitrary value.
GetGoToSocialAnnounceAuthorization() GoToSocialAnnounceAuthorization
// GetGoToSocialAnnounceRequest returns the value of this property. When
// IsGoToSocialAnnounceRequest returns false,
// GetGoToSocialAnnounceRequest will return an arbitrary value.
GetGoToSocialAnnounceRequest() GoToSocialAnnounceRequest
// GetGoToSocialLikeApproval returns the value of this property. When
// IsGoToSocialLikeApproval returns false, GetGoToSocialLikeApproval
// will return an arbitrary value.
GetGoToSocialLikeApproval() GoToSocialLikeApproval
// GetGoToSocialLikeAuthorization returns the value of this property. When
// IsGoToSocialLikeAuthorization returns false,
// GetGoToSocialLikeAuthorization will return an arbitrary value.
GetGoToSocialLikeAuthorization() GoToSocialLikeAuthorization
// GetGoToSocialLikeRequest returns the value of this property. When
// IsGoToSocialLikeRequest returns false, GetGoToSocialLikeRequest
// will return an arbitrary value.
GetGoToSocialLikeRequest() GoToSocialLikeRequest
// GetGoToSocialQuoteAuthorization returns the value of this property.
// When IsGoToSocialQuoteAuthorization returns false,
// GetGoToSocialQuoteAuthorization will return an arbitrary value.
GetGoToSocialQuoteAuthorization() GoToSocialQuoteAuthorization
// GetGoToSocialQuoteRequest returns the value of this property. When
// IsGoToSocialQuoteRequest returns false, GetGoToSocialQuoteRequest
// will return an arbitrary value.
GetGoToSocialQuoteRequest() GoToSocialQuoteRequest
// GetGoToSocialReplyApproval returns the value of this property. When
// IsGoToSocialReplyApproval returns false, GetGoToSocialReplyApproval
// will return an arbitrary value.
GetGoToSocialReplyApproval() GoToSocialReplyApproval
// GetGoToSocialReplyAuthorization returns the value of this property.
// When IsGoToSocialReplyAuthorization returns false,
// GetGoToSocialReplyAuthorization will return an arbitrary value.
GetGoToSocialReplyAuthorization() GoToSocialReplyAuthorization
// GetGoToSocialReplyRequest returns the value of this property. When
// IsGoToSocialReplyRequest returns false, GetGoToSocialReplyRequest
// will return an arbitrary value.
GetGoToSocialReplyRequest() GoToSocialReplyRequest
// GetIRI returns the IRI of this property. When IsIRI returns false,
// GetIRI will return an arbitrary value.
GetIRI() *url.URL
// GetLitePubEmojiReact returns the value of this property. When
// IsLitePubEmojiReact returns false, GetLitePubEmojiReact will return
// an arbitrary value.
GetLitePubEmojiReact() LitePubEmojiReact
// GetSchemaPropertyValue returns the value of this property. When
// IsSchemaPropertyValue returns false, GetSchemaPropertyValue will
// return an arbitrary value.
GetSchemaPropertyValue() SchemaPropertyValue
// GetTootEmoji returns the value of this property. When IsTootEmoji
// returns false, GetTootEmoji will return an arbitrary value.
GetTootEmoji() TootEmoji
// GetTootHashtag returns the value of this property. When IsTootHashtag
// returns false, GetTootHashtag will return an arbitrary value.
GetTootHashtag() TootHashtag
// GetTootIdentityProof returns the value of this property. When
// IsTootIdentityProof returns false, GetTootIdentityProof will return
// an arbitrary value.
GetTootIdentityProof() TootIdentityProof
// 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.
GetType() Type
// HasAny returns true if any of the different values is set.
HasAny() 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.
IsActivityStreamsAccept() 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.
IsActivityStreamsActivity() 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.
IsActivityStreamsAdd() 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.
IsActivityStreamsAnnounce() 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.
IsActivityStreamsApplication() 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.
IsActivityStreamsArrive() 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.
IsActivityStreamsArticle() 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.
IsActivityStreamsAudio() 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.
IsActivityStreamsBlock() 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.
IsActivityStreamsCollection() 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.
IsActivityStreamsCollectionPage() 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.
IsActivityStreamsCreate() 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.
IsActivityStreamsDelete() 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.
IsActivityStreamsDislike() 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.
IsActivityStreamsDocument() 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.
IsActivityStreamsEvent() 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.
IsActivityStreamsFlag() 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.
IsActivityStreamsFollow() 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.
IsActivityStreamsGroup() 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.
IsActivityStreamsIgnore() 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.
IsActivityStreamsImage() 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.
IsActivityStreamsIntransitiveActivity() 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.
IsActivityStreamsInvite() 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.
IsActivityStreamsJoin() 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.
IsActivityStreamsLeave() 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.
IsActivityStreamsLike() 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.
IsActivityStreamsLink() 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.
IsActivityStreamsListen() 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.
IsActivityStreamsMention() 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.
IsActivityStreamsMove() 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.
IsActivityStreamsNote() 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.
IsActivityStreamsObject() 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.
IsActivityStreamsOffer() 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.
IsActivityStreamsOrderedCollection() 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.
IsActivityStreamsOrderedCollectionPage() 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.
IsActivityStreamsOrganization() 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.
IsActivityStreamsPage() 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.
IsActivityStreamsPerson() 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.
IsActivityStreamsPlace() 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.
IsActivityStreamsProfile() 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.
IsActivityStreamsQuestion() 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.
IsActivityStreamsRead() 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.
IsActivityStreamsReject() 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.
IsActivityStreamsRelationship() 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.
IsActivityStreamsRemove() 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.
IsActivityStreamsService() 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.
IsActivityStreamsTentativeAccept() 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.
IsActivityStreamsTentativeReject() 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.
IsActivityStreamsTombstone() 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.
IsActivityStreamsTravel() 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.
IsActivityStreamsUndo() 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.
IsActivityStreamsUpdate() 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.
IsActivityStreamsVideo() 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.
IsActivityStreamsView() bool
// IsFunkwhaleAlbum returns true if this property has a type of "Album".
// When true, use the GetFunkwhaleAlbum and SetFunkwhaleAlbum methods
// to access and set this property.
IsFunkwhaleAlbum() bool
// IsFunkwhaleArtist returns true if this property has a type of "Artist".
// When true, use the GetFunkwhaleArtist and SetFunkwhaleArtist
// methods to access and set this property.
IsFunkwhaleArtist() bool
// IsFunkwhaleLibrary returns true if this property has a type of
// "Library". When true, use the GetFunkwhaleLibrary and
// SetFunkwhaleLibrary methods to access and set this property.
IsFunkwhaleLibrary() bool
// IsFunkwhaleTrack returns true if this property has a type of "Track".
// When true, use the GetFunkwhaleTrack and SetFunkwhaleTrack methods
// to access and set this property.
IsFunkwhaleTrack() bool
// IsGoToSocialAnnounceApproval returns true if this property has a type
// of "AnnounceApproval". When true, use the
// GetGoToSocialAnnounceApproval and SetGoToSocialAnnounceApproval
// methods to access and set this property.
IsGoToSocialAnnounceApproval() bool
// IsGoToSocialAnnounceAuthorization returns true if this property has a
// type of "AnnounceAuthorization". When true, use the
// GetGoToSocialAnnounceAuthorization and
// SetGoToSocialAnnounceAuthorization methods to access and set this
// property.
IsGoToSocialAnnounceAuthorization() bool
// IsGoToSocialAnnounceRequest returns true if this property has a type of
// "AnnounceRequest". When true, use the GetGoToSocialAnnounceRequest
// and SetGoToSocialAnnounceRequest methods to access and set this
// property.
IsGoToSocialAnnounceRequest() bool
// IsGoToSocialLikeApproval returns true if this property has a type of
// "LikeApproval". When true, use the GetGoToSocialLikeApproval and
// SetGoToSocialLikeApproval methods to access and set this property.
IsGoToSocialLikeApproval() bool
// IsGoToSocialLikeAuthorization returns true if this property has a type
// of "LikeAuthorization". When true, use the
// GetGoToSocialLikeAuthorization and SetGoToSocialLikeAuthorization
// methods to access and set this property.
IsGoToSocialLikeAuthorization() bool
// IsGoToSocialLikeRequest returns true if this property has a type of
// "LikeRequest". When true, use the GetGoToSocialLikeRequest and
// SetGoToSocialLikeRequest methods to access and set this property.
IsGoToSocialLikeRequest() bool
// IsGoToSocialQuoteAuthorization returns true if this property has a type
// of "QuoteAuthorization". When true, use the
// GetGoToSocialQuoteAuthorization and SetGoToSocialQuoteAuthorization
// methods to access and set this property.
IsGoToSocialQuoteAuthorization() bool
// IsGoToSocialQuoteRequest returns true if this property has a type of
// "QuoteRequest". When true, use the GetGoToSocialQuoteRequest and
// SetGoToSocialQuoteRequest methods to access and set this property.
IsGoToSocialQuoteRequest() bool
// IsGoToSocialReplyApproval returns true if this property has a type of
// "ReplyApproval". When true, use the GetGoToSocialReplyApproval and
// SetGoToSocialReplyApproval methods to access and set this property.
IsGoToSocialReplyApproval() bool
// IsGoToSocialReplyAuthorization returns true if this property has a type
// of "ReplyAuthorization". When true, use the
// GetGoToSocialReplyAuthorization and SetGoToSocialReplyAuthorization
// methods to access and set this property.
IsGoToSocialReplyAuthorization() bool
// IsGoToSocialReplyRequest returns true if this property has a type of
// "ReplyRequest". When true, use the GetGoToSocialReplyRequest and
// SetGoToSocialReplyRequest methods to access and set this property.
IsGoToSocialReplyRequest() bool
// IsIRI returns true if this property is an IRI. When true, use GetIRI
// and SetIRI to access and set this property
IsIRI() bool
// IsLitePubEmojiReact returns true if this property has a type of
// "EmojiReact". When true, use the GetLitePubEmojiReact and
// SetLitePubEmojiReact methods to access and set this property.
IsLitePubEmojiReact() 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.
IsSchemaPropertyValue() 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.
IsTootEmoji() 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.
IsTootHashtag() 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.
IsTootIdentityProof() bool
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex() int
// 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.
LessThan(o ActivityStreamsAttachmentPropertyIterator) bool
// Name returns the name of this property: "ActivityStreamsAttachment".
Name() string
// Next returns the next iterator, or nil if there is no next iterator.
Next() ActivityStreamsAttachmentPropertyIterator
// Prev returns the previous iterator, or nil if there is no previous
// iterator.
Prev() ActivityStreamsAttachmentPropertyIterator
// SetActivityStreamsAccept sets the value of this property. Calling
// IsActivityStreamsAccept afterwards returns true.
SetActivityStreamsAccept(v ActivityStreamsAccept)
// SetActivityStreamsActivity sets the value of this property. Calling
// IsActivityStreamsActivity afterwards returns true.
SetActivityStreamsActivity(v ActivityStreamsActivity)
// SetActivityStreamsAdd sets the value of this property. Calling
// IsActivityStreamsAdd afterwards returns true.
SetActivityStreamsAdd(v ActivityStreamsAdd)
// SetActivityStreamsAnnounce sets the value of this property. Calling
// IsActivityStreamsAnnounce afterwards returns true.
SetActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// SetActivityStreamsApplication sets the value of this property. Calling
// IsActivityStreamsApplication afterwards returns true.
SetActivityStreamsApplication(v ActivityStreamsApplication)
// SetActivityStreamsArrive sets the value of this property. Calling
// IsActivityStreamsArrive afterwards returns true.
SetActivityStreamsArrive(v ActivityStreamsArrive)
// SetActivityStreamsArticle sets the value of this property. Calling
// IsActivityStreamsArticle afterwards returns true.
SetActivityStreamsArticle(v ActivityStreamsArticle)
// SetActivityStreamsAudio sets the value of this property. Calling
// IsActivityStreamsAudio afterwards returns true.
SetActivityStreamsAudio(v ActivityStreamsAudio)
// SetActivityStreamsBlock sets the value of this property. Calling
// IsActivityStreamsBlock afterwards returns true.
SetActivityStreamsBlock(v ActivityStreamsBlock)
// SetActivityStreamsCollection sets the value of this property. Calling
// IsActivityStreamsCollection afterwards returns true.
SetActivityStreamsCollection(v ActivityStreamsCollection)
// SetActivityStreamsCollectionPage sets the value of this property.
// Calling IsActivityStreamsCollectionPage afterwards returns true.
SetActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// SetActivityStreamsCreate sets the value of this property. Calling
// IsActivityStreamsCreate afterwards returns true.
SetActivityStreamsCreate(v ActivityStreamsCreate)
// SetActivityStreamsDelete sets the value of this property. Calling
// IsActivityStreamsDelete afterwards returns true.
SetActivityStreamsDelete(v ActivityStreamsDelete)
// SetActivityStreamsDislike sets the value of this property. Calling
// IsActivityStreamsDislike afterwards returns true.
SetActivityStreamsDislike(v ActivityStreamsDislike)
// SetActivityStreamsDocument sets the value of this property. Calling
// IsActivityStreamsDocument afterwards returns true.
SetActivityStreamsDocument(v ActivityStreamsDocument)
// SetActivityStreamsEvent sets the value of this property. Calling
// IsActivityStreamsEvent afterwards returns true.
SetActivityStreamsEvent(v ActivityStreamsEvent)
// SetActivityStreamsFlag sets the value of this property. Calling
// IsActivityStreamsFlag afterwards returns true.
SetActivityStreamsFlag(v ActivityStreamsFlag)
// SetActivityStreamsFollow sets the value of this property. Calling
// IsActivityStreamsFollow afterwards returns true.
SetActivityStreamsFollow(v ActivityStreamsFollow)
// SetActivityStreamsGroup sets the value of this property. Calling
// IsActivityStreamsGroup afterwards returns true.
SetActivityStreamsGroup(v ActivityStreamsGroup)
// SetActivityStreamsIgnore sets the value of this property. Calling
// IsActivityStreamsIgnore afterwards returns true.
SetActivityStreamsIgnore(v ActivityStreamsIgnore)
// SetActivityStreamsImage sets the value of this property. Calling
// IsActivityStreamsImage afterwards returns true.
SetActivityStreamsImage(v ActivityStreamsImage)
// SetActivityStreamsIntransitiveActivity sets the value of this property.
// Calling IsActivityStreamsIntransitiveActivity afterwards returns
// true.
SetActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// SetActivityStreamsInvite sets the value of this property. Calling
// IsActivityStreamsInvite afterwards returns true.
SetActivityStreamsInvite(v ActivityStreamsInvite)
// SetActivityStreamsJoin sets the value of this property. Calling
// IsActivityStreamsJoin afterwards returns true.
SetActivityStreamsJoin(v ActivityStreamsJoin)
// SetActivityStreamsLeave sets the value of this property. Calling
// IsActivityStreamsLeave afterwards returns true.
SetActivityStreamsLeave(v ActivityStreamsLeave)
// SetActivityStreamsLike sets the value of this property. Calling
// IsActivityStreamsLike afterwards returns true.
SetActivityStreamsLike(v ActivityStreamsLike)
// SetActivityStreamsLink sets the value of this property. Calling
// IsActivityStreamsLink afterwards returns true.
SetActivityStreamsLink(v ActivityStreamsLink)
// SetActivityStreamsListen sets the value of this property. Calling
// IsActivityStreamsListen afterwards returns true.
SetActivityStreamsListen(v ActivityStreamsListen)
// SetActivityStreamsMention sets the value of this property. Calling
// IsActivityStreamsMention afterwards returns true.
SetActivityStreamsMention(v ActivityStreamsMention)
// SetActivityStreamsMove sets the value of this property. Calling
// IsActivityStreamsMove afterwards returns true.
SetActivityStreamsMove(v ActivityStreamsMove)
// SetActivityStreamsNote sets the value of this property. Calling
// IsActivityStreamsNote afterwards returns true.
SetActivityStreamsNote(v ActivityStreamsNote)
// SetActivityStreamsObject sets the value of this property. Calling
// IsActivityStreamsObject afterwards returns true.
SetActivityStreamsObject(v ActivityStreamsObject)
// SetActivityStreamsOffer sets the value of this property. Calling
// IsActivityStreamsOffer afterwards returns true.
SetActivityStreamsOffer(v ActivityStreamsOffer)
// SetActivityStreamsOrderedCollection sets the value of this property.
// Calling IsActivityStreamsOrderedCollection afterwards returns true.
SetActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// SetActivityStreamsOrderedCollectionPage sets the value of this
// property. Calling IsActivityStreamsOrderedCollectionPage afterwards
// returns true.
SetActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// SetActivityStreamsOrganization sets the value of this property. Calling
// IsActivityStreamsOrganization afterwards returns true.
SetActivityStreamsOrganization(v ActivityStreamsOrganization)
// SetActivityStreamsPage sets the value of this property. Calling
// IsActivityStreamsPage afterwards returns true.
SetActivityStreamsPage(v ActivityStreamsPage)
// SetActivityStreamsPerson sets the value of this property. Calling
// IsActivityStreamsPerson afterwards returns true.
SetActivityStreamsPerson(v ActivityStreamsPerson)
// SetActivityStreamsPlace sets the value of this property. Calling
// IsActivityStreamsPlace afterwards returns true.
SetActivityStreamsPlace(v ActivityStreamsPlace)
// SetActivityStreamsProfile sets the value of this property. Calling
// IsActivityStreamsProfile afterwards returns true.
SetActivityStreamsProfile(v ActivityStreamsProfile)
// SetActivityStreamsQuestion sets the value of this property. Calling
// IsActivityStreamsQuestion afterwards returns true.
SetActivityStreamsQuestion(v ActivityStreamsQuestion)
// SetActivityStreamsRead sets the value of this property. Calling
// IsActivityStreamsRead afterwards returns true.
SetActivityStreamsRead(v ActivityStreamsRead)
// SetActivityStreamsReject sets the value of this property. Calling
// IsActivityStreamsReject afterwards returns true.
SetActivityStreamsReject(v ActivityStreamsReject)
// SetActivityStreamsRelationship sets the value of this property. Calling
// IsActivityStreamsRelationship afterwards returns true.
SetActivityStreamsRelationship(v ActivityStreamsRelationship)
// SetActivityStreamsRemove sets the value of this property. Calling
// IsActivityStreamsRemove afterwards returns true.
SetActivityStreamsRemove(v ActivityStreamsRemove)
// SetActivityStreamsService sets the value of this property. Calling
// IsActivityStreamsService afterwards returns true.
SetActivityStreamsService(v ActivityStreamsService)
// SetActivityStreamsTentativeAccept sets the value of this property.
// Calling IsActivityStreamsTentativeAccept afterwards returns true.
SetActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// SetActivityStreamsTentativeReject sets the value of this property.
// Calling IsActivityStreamsTentativeReject afterwards returns true.
SetActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// SetActivityStreamsTombstone sets the value of this property. Calling
// IsActivityStreamsTombstone afterwards returns true.
SetActivityStreamsTombstone(v ActivityStreamsTombstone)
// SetActivityStreamsTravel sets the value of this property. Calling
// IsActivityStreamsTravel afterwards returns true.
SetActivityStreamsTravel(v ActivityStreamsTravel)
// SetActivityStreamsUndo sets the value of this property. Calling
// IsActivityStreamsUndo afterwards returns true.
SetActivityStreamsUndo(v ActivityStreamsUndo)
// SetActivityStreamsUpdate sets the value of this property. Calling
// IsActivityStreamsUpdate afterwards returns true.
SetActivityStreamsUpdate(v ActivityStreamsUpdate)
// SetActivityStreamsVideo sets the value of this property. Calling
// IsActivityStreamsVideo afterwards returns true.
SetActivityStreamsVideo(v ActivityStreamsVideo)
// SetActivityStreamsView sets the value of this property. Calling
// IsActivityStreamsView afterwards returns true.
SetActivityStreamsView(v ActivityStreamsView)
// SetFunkwhaleAlbum sets the value of this property. Calling
// IsFunkwhaleAlbum afterwards returns true.
SetFunkwhaleAlbum(v FunkwhaleAlbum)
// SetFunkwhaleArtist sets the value of this property. Calling
// IsFunkwhaleArtist afterwards returns true.
SetFunkwhaleArtist(v FunkwhaleArtist)
// SetFunkwhaleLibrary sets the value of this property. Calling
// IsFunkwhaleLibrary afterwards returns true.
SetFunkwhaleLibrary(v FunkwhaleLibrary)
// SetFunkwhaleTrack sets the value of this property. Calling
// IsFunkwhaleTrack afterwards returns true.
SetFunkwhaleTrack(v FunkwhaleTrack)
// SetGoToSocialAnnounceApproval sets the value of this property. Calling
// IsGoToSocialAnnounceApproval afterwards returns true.
SetGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// SetGoToSocialAnnounceAuthorization sets the value of this property.
// Calling IsGoToSocialAnnounceAuthorization afterwards returns true.
SetGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// SetGoToSocialAnnounceRequest sets the value of this property. Calling
// IsGoToSocialAnnounceRequest afterwards returns true.
SetGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// SetGoToSocialLikeApproval sets the value of this property. Calling
// IsGoToSocialLikeApproval afterwards returns true.
SetGoToSocialLikeApproval(v GoToSocialLikeApproval)
// SetGoToSocialLikeAuthorization sets the value of this property. Calling
// IsGoToSocialLikeAuthorization afterwards returns true.
SetGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// SetGoToSocialLikeRequest sets the value of this property. Calling
// IsGoToSocialLikeRequest afterwards returns true.
SetGoToSocialLikeRequest(v GoToSocialLikeRequest)
// SetGoToSocialQuoteAuthorization sets the value of this property.
// Calling IsGoToSocialQuoteAuthorization afterwards returns true.
SetGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// SetGoToSocialQuoteRequest sets the value of this property. Calling
// IsGoToSocialQuoteRequest afterwards returns true.
SetGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// SetGoToSocialReplyApproval sets the value of this property. Calling
// IsGoToSocialReplyApproval afterwards returns true.
SetGoToSocialReplyApproval(v GoToSocialReplyApproval)
// SetGoToSocialReplyAuthorization sets the value of this property.
// Calling IsGoToSocialReplyAuthorization afterwards returns true.
SetGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// SetGoToSocialReplyRequest sets the value of this property. Calling
// IsGoToSocialReplyRequest afterwards returns true.
SetGoToSocialReplyRequest(v GoToSocialReplyRequest)
// SetIRI sets the value of this property. Calling IsIRI afterwards
// returns true.
SetIRI(v *url.URL)
// SetLitePubEmojiReact sets the value of this property. Calling
// IsLitePubEmojiReact afterwards returns true.
SetLitePubEmojiReact(v LitePubEmojiReact)
// SetSchemaPropertyValue sets the value of this property. Calling
// IsSchemaPropertyValue afterwards returns true.
SetSchemaPropertyValue(v SchemaPropertyValue)
// SetTootEmoji sets the value of this property. Calling IsTootEmoji
// afterwards returns true.
SetTootEmoji(v TootEmoji)
// SetTootHashtag sets the value of this property. Calling IsTootHashtag
// afterwards returns true.
SetTootHashtag(v TootHashtag)
// SetTootIdentityProof sets the value of this property. Calling
// IsTootIdentityProof afterwards returns true.
SetTootIdentityProof(v TootIdentityProof)
// 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.
SetType(t Type) error
}
ActivityStreamsAttachmentPropertyIterator represents a single value for the "attachment" property.
type ActivityStreamsAttributedToProperty ¶
type ActivityStreamsAttributedToProperty interface {
// AppendActivityStreamsAccept appends a Accept value to the back of a
// list of the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAccept(v ActivityStreamsAccept)
// AppendActivityStreamsActivity appends a Activity value to the back of a
// list of the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsActivity(v ActivityStreamsActivity)
// AppendActivityStreamsAdd appends a Add value to the back of a list of
// the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAdd(v ActivityStreamsAdd)
// AppendActivityStreamsAnnounce appends a Announce value to the back of a
// list of the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// AppendActivityStreamsApplication appends a Application value to the
// back of a list of the property "attributedTo". Invalidates
// iterators that are traversing using Prev.
AppendActivityStreamsApplication(v ActivityStreamsApplication)
// AppendActivityStreamsArrive appends a Arrive value to the back of a
// list of the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsArrive(v ActivityStreamsArrive)
// AppendActivityStreamsArticle appends a Article value to the back of a
// list of the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsArticle(v ActivityStreamsArticle)
// AppendActivityStreamsAudio appends a Audio value to the back of a list
// of the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAudio(v ActivityStreamsAudio)
// AppendActivityStreamsBlock appends a Block value to the back of a list
// of the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsBlock(v ActivityStreamsBlock)
// AppendActivityStreamsCollection appends a Collection value to the back
// of a list of the property "attributedTo". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsCollection(v ActivityStreamsCollection)
// AppendActivityStreamsCollectionPage appends a CollectionPage value to
// the back of a list of the property "attributedTo". Invalidates
// iterators that are traversing using Prev.
AppendActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// AppendActivityStreamsCreate appends a Create value to the back of a
// list of the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsCreate(v ActivityStreamsCreate)
// AppendActivityStreamsDelete appends a Delete value to the back of a
// list of the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDelete(v ActivityStreamsDelete)
// AppendActivityStreamsDislike appends a Dislike value to the back of a
// list of the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDislike(v ActivityStreamsDislike)
// AppendActivityStreamsDocument appends a Document value to the back of a
// list of the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDocument(v ActivityStreamsDocument)
// AppendActivityStreamsEvent appends a Event value to the back of a list
// of the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsEvent(v ActivityStreamsEvent)
// AppendActivityStreamsFlag appends a Flag value to the back of a list of
// the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsFlag(v ActivityStreamsFlag)
// AppendActivityStreamsFollow appends a Follow value to the back of a
// list of the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsFollow(v ActivityStreamsFollow)
// AppendActivityStreamsGroup appends a Group value to the back of a list
// of the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsGroup(v ActivityStreamsGroup)
// AppendActivityStreamsIgnore appends a Ignore value to the back of a
// list of the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsIgnore(v ActivityStreamsIgnore)
// AppendActivityStreamsImage appends a Image value to the back of a list
// of the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsImage(v ActivityStreamsImage)
// AppendActivityStreamsIntransitiveActivity appends a
// IntransitiveActivity value to the back of a list of the property
// "attributedTo". Invalidates iterators that are traversing using
// Prev.
AppendActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// AppendActivityStreamsInvite appends a Invite value to the back of a
// list of the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsInvite(v ActivityStreamsInvite)
// AppendActivityStreamsJoin appends a Join value to the back of a list of
// the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsJoin(v ActivityStreamsJoin)
// AppendActivityStreamsLeave appends a Leave value to the back of a list
// of the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsLeave(v ActivityStreamsLeave)
// AppendActivityStreamsLike appends a Like value to the back of a list of
// the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsLike(v ActivityStreamsLike)
// AppendActivityStreamsLink appends a Link value to the back of a list of
// the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsLink(v ActivityStreamsLink)
// AppendActivityStreamsListen appends a Listen value to the back of a
// list of the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsListen(v ActivityStreamsListen)
// AppendActivityStreamsMention appends a Mention value to the back of a
// list of the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsMention(v ActivityStreamsMention)
// AppendActivityStreamsMove appends a Move value to the back of a list of
// the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsMove(v ActivityStreamsMove)
// AppendActivityStreamsNote appends a Note value to the back of a list of
// the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsNote(v ActivityStreamsNote)
// AppendActivityStreamsObject appends a Object value to the back of a
// list of the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsObject(v ActivityStreamsObject)
// AppendActivityStreamsOffer appends a Offer value to the back of a list
// of the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsOffer(v ActivityStreamsOffer)
// AppendActivityStreamsOrderedCollection appends a OrderedCollection
// value to the back of a list of the property "attributedTo".
// Invalidates iterators that are traversing using Prev.
AppendActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// AppendActivityStreamsOrderedCollectionPage appends a
// OrderedCollectionPage value to the back of a list of the property
// "attributedTo". Invalidates iterators that are traversing using
// Prev.
AppendActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// AppendActivityStreamsOrganization appends a Organization value to the
// back of a list of the property "attributedTo". Invalidates
// iterators that are traversing using Prev.
AppendActivityStreamsOrganization(v ActivityStreamsOrganization)
// AppendActivityStreamsPage appends a Page value to the back of a list of
// the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsPage(v ActivityStreamsPage)
// AppendActivityStreamsPerson appends a Person value to the back of a
// list of the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsPerson(v ActivityStreamsPerson)
// AppendActivityStreamsPlace appends a Place value to the back of a list
// of the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsPlace(v ActivityStreamsPlace)
// AppendActivityStreamsProfile appends a Profile value to the back of a
// list of the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsProfile(v ActivityStreamsProfile)
// AppendActivityStreamsQuestion appends a Question value to the back of a
// list of the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsQuestion(v ActivityStreamsQuestion)
// AppendActivityStreamsRead appends a Read value to the back of a list of
// the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsRead(v ActivityStreamsRead)
// AppendActivityStreamsReject appends a Reject value to the back of a
// list of the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsReject(v ActivityStreamsReject)
// AppendActivityStreamsRelationship appends a Relationship value to the
// back of a list of the property "attributedTo". Invalidates
// iterators that are traversing using Prev.
AppendActivityStreamsRelationship(v ActivityStreamsRelationship)
// AppendActivityStreamsRemove appends a Remove value to the back of a
// list of the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsRemove(v ActivityStreamsRemove)
// AppendActivityStreamsService appends a Service value to the back of a
// list of the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsService(v ActivityStreamsService)
// AppendActivityStreamsTentativeAccept appends a TentativeAccept value to
// the back of a list of the property "attributedTo". Invalidates
// iterators that are traversing using Prev.
AppendActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// AppendActivityStreamsTentativeReject appends a TentativeReject value to
// the back of a list of the property "attributedTo". Invalidates
// iterators that are traversing using Prev.
AppendActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// AppendActivityStreamsTombstone appends a Tombstone value to the back of
// a list of the property "attributedTo". Invalidates iterators that
// are traversing using Prev.
AppendActivityStreamsTombstone(v ActivityStreamsTombstone)
// AppendActivityStreamsTravel appends a Travel value to the back of a
// list of the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsTravel(v ActivityStreamsTravel)
// AppendActivityStreamsUndo appends a Undo value to the back of a list of
// the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsUndo(v ActivityStreamsUndo)
// AppendActivityStreamsUpdate appends a Update value to the back of a
// list of the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsUpdate(v ActivityStreamsUpdate)
// AppendActivityStreamsVideo appends a Video value to the back of a list
// of the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsVideo(v ActivityStreamsVideo)
// AppendActivityStreamsView appends a View value to the back of a list of
// the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsView(v ActivityStreamsView)
// AppendFunkwhaleAlbum appends a Album value to the back of a list of the
// property "attributedTo". Invalidates iterators that are traversing
// using Prev.
AppendFunkwhaleAlbum(v FunkwhaleAlbum)
// AppendFunkwhaleArtist appends a Artist value to the back of a list of
// the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendFunkwhaleArtist(v FunkwhaleArtist)
// AppendFunkwhaleLibrary appends a Library value to the back of a list of
// the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendFunkwhaleLibrary(v FunkwhaleLibrary)
// AppendFunkwhaleTrack appends a Track value to the back of a list of the
// property "attributedTo". Invalidates iterators that are traversing
// using Prev.
AppendFunkwhaleTrack(v FunkwhaleTrack)
// AppendGoToSocialAnnounceApproval appends a AnnounceApproval value to
// the back of a list of the property "attributedTo". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// AppendGoToSocialAnnounceAuthorization appends a AnnounceAuthorization
// value to the back of a list of the property "attributedTo".
// Invalidates iterators that are traversing using Prev.
AppendGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// AppendGoToSocialAnnounceRequest appends a AnnounceRequest value to the
// back of a list of the property "attributedTo". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// AppendGoToSocialLikeApproval appends a LikeApproval value to the back
// of a list of the property "attributedTo". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialLikeApproval(v GoToSocialLikeApproval)
// AppendGoToSocialLikeAuthorization appends a LikeAuthorization value to
// the back of a list of the property "attributedTo". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// AppendGoToSocialLikeRequest appends a LikeRequest value to the back of
// a list of the property "attributedTo". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialLikeRequest(v GoToSocialLikeRequest)
// AppendGoToSocialQuoteAuthorization appends a QuoteAuthorization value
// to the back of a list of the property "attributedTo". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// AppendGoToSocialQuoteRequest appends a QuoteRequest value to the back
// of a list of the property "attributedTo". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// AppendGoToSocialReplyApproval appends a ReplyApproval value to the back
// of a list of the property "attributedTo". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialReplyApproval(v GoToSocialReplyApproval)
// AppendGoToSocialReplyAuthorization appends a ReplyAuthorization value
// to the back of a list of the property "attributedTo". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// AppendGoToSocialReplyRequest appends a ReplyRequest value to the back
// of a list of the property "attributedTo". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialReplyRequest(v GoToSocialReplyRequest)
// AppendIRI appends an IRI value to the back of a list of the property
// "attributedTo"
AppendIRI(v *url.URL)
// AppendLitePubEmojiReact appends a EmojiReact value to the back of a
// list of the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendLitePubEmojiReact(v LitePubEmojiReact)
// AppendSchemaPropertyValue appends a PropertyValue value to the back of
// a list of the property "attributedTo". Invalidates iterators that
// are traversing using Prev.
AppendSchemaPropertyValue(v SchemaPropertyValue)
// AppendTootEmoji appends a Emoji value to the back of a list of the
// property "attributedTo". Invalidates iterators that are traversing
// using Prev.
AppendTootEmoji(v TootEmoji)
// AppendTootHashtag appends a Hashtag value to the back of a list of the
// property "attributedTo". Invalidates iterators that are traversing
// using Prev.
AppendTootHashtag(v TootHashtag)
// AppendTootIdentityProof appends a IdentityProof value to the back of a
// list of the property "attributedTo". Invalidates iterators that are
// traversing using Prev.
AppendTootIdentityProof(v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "attributedTo". Invalidates iterators that are
// traversing using Prev. Returns an error if the type is not a valid
// one to set for this property.
AppendType(t Type) error
// At returns the property value for the specified index. Panics if the
// index is out of bounds.
At(index int) ActivityStreamsAttributedToPropertyIterator
// 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.
Begin() ActivityStreamsAttributedToPropertyIterator
// Empty returns returns true if there are no elements.
Empty() bool
// 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.
End() ActivityStreamsAttributedToPropertyIterator
// InsertActivityStreamsAccept inserts a Accept value at the specified
// index for a property "attributedTo". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsAccept(idx int, v ActivityStreamsAccept)
// InsertActivityStreamsActivity inserts a Activity value at the specified
// index for a property "attributedTo". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsActivity(idx int, v ActivityStreamsActivity)
// InsertActivityStreamsAdd inserts a Add value at the specified index for
// a property "attributedTo". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsAdd(idx int, v ActivityStreamsAdd)
// InsertActivityStreamsAnnounce inserts a Announce value at the specified
// index for a property "attributedTo". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsAnnounce(idx int, v ActivityStreamsAnnounce)
// InsertActivityStreamsApplication inserts a Application value at the
// specified index for a property "attributedTo". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsApplication(idx int, v ActivityStreamsApplication)
// InsertActivityStreamsArrive inserts a Arrive value at the specified
// index for a property "attributedTo". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsArrive(idx int, v ActivityStreamsArrive)
// InsertActivityStreamsArticle inserts a Article value at the specified
// index for a property "attributedTo". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsArticle(idx int, v ActivityStreamsArticle)
// InsertActivityStreamsAudio inserts a Audio value at the specified index
// for a property "attributedTo". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsAudio(idx int, v ActivityStreamsAudio)
// InsertActivityStreamsBlock inserts a Block value at the specified index
// for a property "attributedTo". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsBlock(idx int, v ActivityStreamsBlock)
// InsertActivityStreamsCollection inserts a Collection value at the
// specified index for a property "attributedTo". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsCollection(idx int, v ActivityStreamsCollection)
// InsertActivityStreamsCollectionPage inserts a CollectionPage value at
// the specified index for a property "attributedTo". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertActivityStreamsCollectionPage(idx int, v ActivityStreamsCollectionPage)
// InsertActivityStreamsCreate inserts a Create value at the specified
// index for a property "attributedTo". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsCreate(idx int, v ActivityStreamsCreate)
// InsertActivityStreamsDelete inserts a Delete value at the specified
// index for a property "attributedTo". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDelete(idx int, v ActivityStreamsDelete)
// InsertActivityStreamsDislike inserts a Dislike value at the specified
// index for a property "attributedTo". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDislike(idx int, v ActivityStreamsDislike)
// InsertActivityStreamsDocument inserts a Document value at the specified
// index for a property "attributedTo". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDocument(idx int, v ActivityStreamsDocument)
// InsertActivityStreamsEvent inserts a Event value at the specified index
// for a property "attributedTo". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsEvent(idx int, v ActivityStreamsEvent)
// InsertActivityStreamsFlag inserts a Flag value at the specified index
// for a property "attributedTo". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsFlag(idx int, v ActivityStreamsFlag)
// InsertActivityStreamsFollow inserts a Follow value at the specified
// index for a property "attributedTo". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsFollow(idx int, v ActivityStreamsFollow)
// InsertActivityStreamsGroup inserts a Group value at the specified index
// for a property "attributedTo". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsGroup(idx int, v ActivityStreamsGroup)
// InsertActivityStreamsIgnore inserts a Ignore value at the specified
// index for a property "attributedTo". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsIgnore(idx int, v ActivityStreamsIgnore)
// InsertActivityStreamsImage inserts a Image value at the specified index
// for a property "attributedTo". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsImage(idx int, v ActivityStreamsImage)
// InsertActivityStreamsIntransitiveActivity inserts a
// IntransitiveActivity value at the specified index for a property
// "attributedTo". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertActivityStreamsIntransitiveActivity(idx int, v ActivityStreamsIntransitiveActivity)
// InsertActivityStreamsInvite inserts a Invite value at the specified
// index for a property "attributedTo". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsInvite(idx int, v ActivityStreamsInvite)
// InsertActivityStreamsJoin inserts a Join value at the specified index
// for a property "attributedTo". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsJoin(idx int, v ActivityStreamsJoin)
// InsertActivityStreamsLeave inserts a Leave value at the specified index
// for a property "attributedTo". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsLeave(idx int, v ActivityStreamsLeave)
// InsertActivityStreamsLike inserts a Like value at the specified index
// for a property "attributedTo". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsLike(idx int, v ActivityStreamsLike)
// InsertActivityStreamsLink inserts a Link value at the specified index
// for a property "attributedTo". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsLink(idx int, v ActivityStreamsLink)
// InsertActivityStreamsListen inserts a Listen value at the specified
// index for a property "attributedTo". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsListen(idx int, v ActivityStreamsListen)
// InsertActivityStreamsMention inserts a Mention value at the specified
// index for a property "attributedTo". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsMention(idx int, v ActivityStreamsMention)
// InsertActivityStreamsMove inserts a Move value at the specified index
// for a property "attributedTo". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsMove(idx int, v ActivityStreamsMove)
// InsertActivityStreamsNote inserts a Note value at the specified index
// for a property "attributedTo". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsNote(idx int, v ActivityStreamsNote)
// InsertActivityStreamsObject inserts a Object value at the specified
// index for a property "attributedTo". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsObject(idx int, v ActivityStreamsObject)
// InsertActivityStreamsOffer inserts a Offer value at the specified index
// for a property "attributedTo". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsOffer(idx int, v ActivityStreamsOffer)
// InsertActivityStreamsOrderedCollection inserts a OrderedCollection
// value at the specified index for a property "attributedTo".
// Existing elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertActivityStreamsOrderedCollection(idx int, v ActivityStreamsOrderedCollection)
// InsertActivityStreamsOrderedCollectionPage inserts a
// OrderedCollectionPage value at the specified index for a property
// "attributedTo". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertActivityStreamsOrderedCollectionPage(idx int, v ActivityStreamsOrderedCollectionPage)
// InsertActivityStreamsOrganization inserts a Organization value at the
// specified index for a property "attributedTo". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsOrganization(idx int, v ActivityStreamsOrganization)
// InsertActivityStreamsPage inserts a Page value at the specified index
// for a property "attributedTo". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsPage(idx int, v ActivityStreamsPage)
// InsertActivityStreamsPerson inserts a Person value at the specified
// index for a property "attributedTo". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsPerson(idx int, v ActivityStreamsPerson)
// InsertActivityStreamsPlace inserts a Place value at the specified index
// for a property "attributedTo". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsPlace(idx int, v ActivityStreamsPlace)
// InsertActivityStreamsProfile inserts a Profile value at the specified
// index for a property "attributedTo". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsProfile(idx int, v ActivityStreamsProfile)
// InsertActivityStreamsQuestion inserts a Question value at the specified
// index for a property "attributedTo". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsQuestion(idx int, v ActivityStreamsQuestion)
// InsertActivityStreamsRead inserts a Read value at the specified index
// for a property "attributedTo". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsRead(idx int, v ActivityStreamsRead)
// InsertActivityStreamsReject inserts a Reject value at the specified
// index for a property "attributedTo". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsReject(idx int, v ActivityStreamsReject)
// InsertActivityStreamsRelationship inserts a Relationship value at the
// specified index for a property "attributedTo". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsRelationship(idx int, v ActivityStreamsRelationship)
// InsertActivityStreamsRemove inserts a Remove value at the specified
// index for a property "attributedTo". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsRemove(idx int, v ActivityStreamsRemove)
// InsertActivityStreamsService inserts a Service value at the specified
// index for a property "attributedTo". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsService(idx int, v ActivityStreamsService)
// InsertActivityStreamsTentativeAccept inserts a TentativeAccept value at
// the specified index for a property "attributedTo". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertActivityStreamsTentativeAccept(idx int, v ActivityStreamsTentativeAccept)
// InsertActivityStreamsTentativeReject inserts a TentativeReject value at
// the specified index for a property "attributedTo". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertActivityStreamsTentativeReject(idx int, v ActivityStreamsTentativeReject)
// InsertActivityStreamsTombstone inserts a Tombstone value at the
// specified index for a property "attributedTo". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsTombstone(idx int, v ActivityStreamsTombstone)
// InsertActivityStreamsTravel inserts a Travel value at the specified
// index for a property "attributedTo". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsTravel(idx int, v ActivityStreamsTravel)
// InsertActivityStreamsUndo inserts a Undo value at the specified index
// for a property "attributedTo". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsUndo(idx int, v ActivityStreamsUndo)
// InsertActivityStreamsUpdate inserts a Update value at the specified
// index for a property "attributedTo". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsUpdate(idx int, v ActivityStreamsUpdate)
// InsertActivityStreamsVideo inserts a Video value at the specified index
// for a property "attributedTo". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsVideo(idx int, v ActivityStreamsVideo)
// InsertActivityStreamsView inserts a View value at the specified index
// for a property "attributedTo". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsView(idx int, v ActivityStreamsView)
// InsertFunkwhaleAlbum inserts a Album value at the specified index for a
// property "attributedTo". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertFunkwhaleAlbum(idx int, v FunkwhaleAlbum)
// InsertFunkwhaleArtist inserts a Artist value at the specified index for
// a property "attributedTo". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertFunkwhaleArtist(idx int, v FunkwhaleArtist)
// InsertFunkwhaleLibrary inserts a Library value at the specified index
// for a property "attributedTo". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertFunkwhaleLibrary(idx int, v FunkwhaleLibrary)
// InsertFunkwhaleTrack inserts a Track value at the specified index for a
// property "attributedTo". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertFunkwhaleTrack(idx int, v FunkwhaleTrack)
// InsertGoToSocialAnnounceApproval inserts a AnnounceApproval value at
// the specified index for a property "attributedTo". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertGoToSocialAnnounceApproval(idx int, v GoToSocialAnnounceApproval)
// InsertGoToSocialAnnounceAuthorization inserts a AnnounceAuthorization
// value at the specified index for a property "attributedTo".
// Existing elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertGoToSocialAnnounceAuthorization(idx int, v GoToSocialAnnounceAuthorization)
// InsertGoToSocialAnnounceRequest inserts a AnnounceRequest value at the
// specified index for a property "attributedTo". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialAnnounceRequest(idx int, v GoToSocialAnnounceRequest)
// InsertGoToSocialLikeApproval inserts a LikeApproval value at the
// specified index for a property "attributedTo". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialLikeApproval(idx int, v GoToSocialLikeApproval)
// InsertGoToSocialLikeAuthorization inserts a LikeAuthorization value at
// the specified index for a property "attributedTo". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertGoToSocialLikeAuthorization(idx int, v GoToSocialLikeAuthorization)
// InsertGoToSocialLikeRequest inserts a LikeRequest value at the
// specified index for a property "attributedTo". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// InsertGoToSocialQuoteAuthorization inserts a QuoteAuthorization value
// at the specified index for a property "attributedTo". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertGoToSocialQuoteAuthorization(idx int, v GoToSocialQuoteAuthorization)
// InsertGoToSocialQuoteRequest inserts a QuoteRequest value at the
// specified index for a property "attributedTo". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialQuoteRequest(idx int, v GoToSocialQuoteRequest)
// InsertGoToSocialReplyApproval inserts a ReplyApproval value at the
// specified index for a property "attributedTo". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialReplyApproval(idx int, v GoToSocialReplyApproval)
// InsertGoToSocialReplyAuthorization inserts a ReplyAuthorization value
// at the specified index for a property "attributedTo". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertGoToSocialReplyAuthorization(idx int, v GoToSocialReplyAuthorization)
// InsertGoToSocialReplyRequest inserts a ReplyRequest value at the
// specified index for a property "attributedTo". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialReplyRequest(idx int, v GoToSocialReplyRequest)
// Insert inserts an IRI value at the specified index for a property
// "attributedTo". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertIRI(idx int, v *url.URL)
// InsertLitePubEmojiReact inserts a EmojiReact value at the specified
// index for a property "attributedTo". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertLitePubEmojiReact(idx int, v LitePubEmojiReact)
// InsertSchemaPropertyValue inserts a PropertyValue value at the
// specified index for a property "attributedTo". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertSchemaPropertyValue(idx int, v SchemaPropertyValue)
// InsertTootEmoji inserts a Emoji value at the specified index for a
// property "attributedTo". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertTootEmoji(idx int, v TootEmoji)
// InsertTootHashtag inserts a Hashtag value at the specified index for a
// property "attributedTo". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertTootHashtag(idx int, v TootHashtag)
// InsertTootIdentityProof inserts a IdentityProof value at the specified
// index for a property "attributedTo". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertTootIdentityProof(idx int, v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "attributedTo". Invalidates all iterators. Returns an
// error if the type is not a valid one to set for this property.
InsertType(idx int, t Type) error
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex(idx int) int
// Len returns the number of values that exist for the "attributedTo"
// property.
Len() (length int)
// Less computes whether another property is less than this one. Mixing
// types results in a consistent but arbitrary ordering
Less(i, j int) 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.
LessThan(o ActivityStreamsAttributedToProperty) bool
// Name returns the name of this property ("attributedTo") with any alias.
Name() string
// PrependActivityStreamsAccept prepends a Accept value to the front of a
// list of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsAccept(v ActivityStreamsAccept)
// PrependActivityStreamsActivity prepends a Activity value to the front
// of a list of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsActivity(v ActivityStreamsActivity)
// PrependActivityStreamsAdd prepends a Add value to the front of a list
// of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsAdd(v ActivityStreamsAdd)
// PrependActivityStreamsAnnounce prepends a Announce value to the front
// of a list of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// PrependActivityStreamsApplication prepends a Application value to the
// front of a list of the property "attributedTo". Invalidates all
// iterators.
PrependActivityStreamsApplication(v ActivityStreamsApplication)
// PrependActivityStreamsArrive prepends a Arrive value to the front of a
// list of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsArrive(v ActivityStreamsArrive)
// PrependActivityStreamsArticle prepends a Article value to the front of
// a list of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsArticle(v ActivityStreamsArticle)
// PrependActivityStreamsAudio prepends a Audio value to the front of a
// list of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsAudio(v ActivityStreamsAudio)
// PrependActivityStreamsBlock prepends a Block value to the front of a
// list of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsBlock(v ActivityStreamsBlock)
// PrependActivityStreamsCollection prepends a Collection value to the
// front of a list of the property "attributedTo". Invalidates all
// iterators.
PrependActivityStreamsCollection(v ActivityStreamsCollection)
// PrependActivityStreamsCollectionPage prepends a CollectionPage value to
// the front of a list of the property "attributedTo". Invalidates all
// iterators.
PrependActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// PrependActivityStreamsCreate prepends a Create value to the front of a
// list of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsCreate(v ActivityStreamsCreate)
// PrependActivityStreamsDelete prepends a Delete value to the front of a
// list of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsDelete(v ActivityStreamsDelete)
// PrependActivityStreamsDislike prepends a Dislike value to the front of
// a list of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsDislike(v ActivityStreamsDislike)
// PrependActivityStreamsDocument prepends a Document value to the front
// of a list of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsDocument(v ActivityStreamsDocument)
// PrependActivityStreamsEvent prepends a Event value to the front of a
// list of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsEvent(v ActivityStreamsEvent)
// PrependActivityStreamsFlag prepends a Flag value to the front of a list
// of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsFlag(v ActivityStreamsFlag)
// PrependActivityStreamsFollow prepends a Follow value to the front of a
// list of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsFollow(v ActivityStreamsFollow)
// PrependActivityStreamsGroup prepends a Group value to the front of a
// list of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsGroup(v ActivityStreamsGroup)
// PrependActivityStreamsIgnore prepends a Ignore value to the front of a
// list of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsIgnore(v ActivityStreamsIgnore)
// PrependActivityStreamsImage prepends a Image value to the front of a
// list of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsImage(v ActivityStreamsImage)
// PrependActivityStreamsIntransitiveActivity prepends a
// IntransitiveActivity value to the front of a list of the property
// "attributedTo". Invalidates all iterators.
PrependActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// PrependActivityStreamsInvite prepends a Invite value to the front of a
// list of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsInvite(v ActivityStreamsInvite)
// PrependActivityStreamsJoin prepends a Join value to the front of a list
// of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsJoin(v ActivityStreamsJoin)
// PrependActivityStreamsLeave prepends a Leave value to the front of a
// list of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsLeave(v ActivityStreamsLeave)
// PrependActivityStreamsLike prepends a Like value to the front of a list
// of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsLike(v ActivityStreamsLike)
// PrependActivityStreamsLink prepends a Link value to the front of a list
// of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsLink(v ActivityStreamsLink)
// PrependActivityStreamsListen prepends a Listen value to the front of a
// list of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsListen(v ActivityStreamsListen)
// PrependActivityStreamsMention prepends a Mention value to the front of
// a list of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsMention(v ActivityStreamsMention)
// PrependActivityStreamsMove prepends a Move value to the front of a list
// of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsMove(v ActivityStreamsMove)
// PrependActivityStreamsNote prepends a Note value to the front of a list
// of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsNote(v ActivityStreamsNote)
// PrependActivityStreamsObject prepends a Object value to the front of a
// list of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsObject(v ActivityStreamsObject)
// PrependActivityStreamsOffer prepends a Offer value to the front of a
// list of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsOffer(v ActivityStreamsOffer)
// PrependActivityStreamsOrderedCollection prepends a OrderedCollection
// value to the front of a list of the property "attributedTo".
// Invalidates all iterators.
PrependActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// PrependActivityStreamsOrderedCollectionPage prepends a
// OrderedCollectionPage value to the front of a list of the property
// "attributedTo". Invalidates all iterators.
PrependActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// PrependActivityStreamsOrganization prepends a Organization value to the
// front of a list of the property "attributedTo". Invalidates all
// iterators.
PrependActivityStreamsOrganization(v ActivityStreamsOrganization)
// PrependActivityStreamsPage prepends a Page value to the front of a list
// of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsPage(v ActivityStreamsPage)
// PrependActivityStreamsPerson prepends a Person value to the front of a
// list of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsPerson(v ActivityStreamsPerson)
// PrependActivityStreamsPlace prepends a Place value to the front of a
// list of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsPlace(v ActivityStreamsPlace)
// PrependActivityStreamsProfile prepends a Profile value to the front of
// a list of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsProfile(v ActivityStreamsProfile)
// PrependActivityStreamsQuestion prepends a Question value to the front
// of a list of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsQuestion(v ActivityStreamsQuestion)
// PrependActivityStreamsRead prepends a Read value to the front of a list
// of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsRead(v ActivityStreamsRead)
// PrependActivityStreamsReject prepends a Reject value to the front of a
// list of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsReject(v ActivityStreamsReject)
// PrependActivityStreamsRelationship prepends a Relationship value to the
// front of a list of the property "attributedTo". Invalidates all
// iterators.
PrependActivityStreamsRelationship(v ActivityStreamsRelationship)
// PrependActivityStreamsRemove prepends a Remove value to the front of a
// list of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsRemove(v ActivityStreamsRemove)
// PrependActivityStreamsService prepends a Service value to the front of
// a list of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsService(v ActivityStreamsService)
// PrependActivityStreamsTentativeAccept prepends a TentativeAccept value
// to the front of a list of the property "attributedTo". Invalidates
// all iterators.
PrependActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// PrependActivityStreamsTentativeReject prepends a TentativeReject value
// to the front of a list of the property "attributedTo". Invalidates
// all iterators.
PrependActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// PrependActivityStreamsTombstone prepends a Tombstone value to the front
// of a list of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsTombstone(v ActivityStreamsTombstone)
// PrependActivityStreamsTravel prepends a Travel value to the front of a
// list of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsTravel(v ActivityStreamsTravel)
// PrependActivityStreamsUndo prepends a Undo value to the front of a list
// of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsUndo(v ActivityStreamsUndo)
// PrependActivityStreamsUpdate prepends a Update value to the front of a
// list of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsUpdate(v ActivityStreamsUpdate)
// PrependActivityStreamsVideo prepends a Video value to the front of a
// list of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsVideo(v ActivityStreamsVideo)
// PrependActivityStreamsView prepends a View value to the front of a list
// of the property "attributedTo". Invalidates all iterators.
PrependActivityStreamsView(v ActivityStreamsView)
// PrependFunkwhaleAlbum prepends a Album value to the front of a list of
// the property "attributedTo". Invalidates all iterators.
PrependFunkwhaleAlbum(v FunkwhaleAlbum)
// PrependFunkwhaleArtist prepends a Artist value to the front of a list
// of the property "attributedTo". Invalidates all iterators.
PrependFunkwhaleArtist(v FunkwhaleArtist)
// PrependFunkwhaleLibrary prepends a Library value to the front of a list
// of the property "attributedTo". Invalidates all iterators.
PrependFunkwhaleLibrary(v FunkwhaleLibrary)
// PrependFunkwhaleTrack prepends a Track value to the front of a list of
// the property "attributedTo". Invalidates all iterators.
PrependFunkwhaleTrack(v FunkwhaleTrack)
// PrependGoToSocialAnnounceApproval prepends a AnnounceApproval value to
// the front of a list of the property "attributedTo". Invalidates all
// iterators.
PrependGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// PrependGoToSocialAnnounceAuthorization prepends a AnnounceAuthorization
// value to the front of a list of the property "attributedTo".
// Invalidates all iterators.
PrependGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// PrependGoToSocialAnnounceRequest prepends a AnnounceRequest value to
// the front of a list of the property "attributedTo". Invalidates all
// iterators.
PrependGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// PrependGoToSocialLikeApproval prepends a LikeApproval value to the
// front of a list of the property "attributedTo". Invalidates all
// iterators.
PrependGoToSocialLikeApproval(v GoToSocialLikeApproval)
// PrependGoToSocialLikeAuthorization prepends a LikeAuthorization value
// to the front of a list of the property "attributedTo". Invalidates
// all iterators.
PrependGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// PrependGoToSocialLikeRequest prepends a LikeRequest value to the front
// of a list of the property "attributedTo". Invalidates all iterators.
PrependGoToSocialLikeRequest(v GoToSocialLikeRequest)
// PrependGoToSocialQuoteAuthorization prepends a QuoteAuthorization value
// to the front of a list of the property "attributedTo". Invalidates
// all iterators.
PrependGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// PrependGoToSocialQuoteRequest prepends a QuoteRequest value to the
// front of a list of the property "attributedTo". Invalidates all
// iterators.
PrependGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// PrependGoToSocialReplyApproval prepends a ReplyApproval value to the
// front of a list of the property "attributedTo". Invalidates all
// iterators.
PrependGoToSocialReplyApproval(v GoToSocialReplyApproval)
// PrependGoToSocialReplyAuthorization prepends a ReplyAuthorization value
// to the front of a list of the property "attributedTo". Invalidates
// all iterators.
PrependGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// PrependGoToSocialReplyRequest prepends a ReplyRequest value to the
// front of a list of the property "attributedTo". Invalidates all
// iterators.
PrependGoToSocialReplyRequest(v GoToSocialReplyRequest)
// PrependIRI prepends an IRI value to the front of a list of the property
// "attributedTo".
PrependIRI(v *url.URL)
// PrependLitePubEmojiReact prepends a EmojiReact value to the front of a
// list of the property "attributedTo". Invalidates all iterators.
PrependLitePubEmojiReact(v LitePubEmojiReact)
// PrependSchemaPropertyValue prepends a PropertyValue value to the front
// of a list of the property "attributedTo". Invalidates all iterators.
PrependSchemaPropertyValue(v SchemaPropertyValue)
// PrependTootEmoji prepends a Emoji value to the front of a list of the
// property "attributedTo". Invalidates all iterators.
PrependTootEmoji(v TootEmoji)
// PrependTootHashtag prepends a Hashtag value to the front of a list of
// the property "attributedTo". Invalidates all iterators.
PrependTootHashtag(v TootHashtag)
// PrependTootIdentityProof prepends a IdentityProof value to the front of
// a list of the property "attributedTo". Invalidates all iterators.
PrependTootIdentityProof(v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "attributedTo". Invalidates all iterators. Returns an
// error if the type is not a valid one to set for this property.
PrependType(t Type) error
// Remove deletes an element at the specified index from a list of the
// property "attributedTo", regardless of its type. Panics if the
// index is out of bounds. Invalidates all iterators.
Remove(idx int)
// 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.
Serialize() (interface{}, error)
// SetActivityStreamsAccept sets a Accept value to be at the specified
// index for the property "attributedTo". Panics if the index is out
// of bounds. Invalidates all iterators.
SetActivityStreamsAccept(idx int, v ActivityStreamsAccept)
// SetActivityStreamsActivity sets a Activity value to be at the specified
// index for the property "attributedTo". Panics if the index is out
// of bounds. Invalidates all iterators.
SetActivityStreamsActivity(idx int, v ActivityStreamsActivity)
// SetActivityStreamsAdd sets a Add value to be at the specified index for
// the property "attributedTo". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsAdd(idx int, v ActivityStreamsAdd)
// SetActivityStreamsAnnounce sets a Announce value to be at the specified
// index for the property "attributedTo". Panics if the index is out
// of bounds. Invalidates all iterators.
SetActivityStreamsAnnounce(idx int, v ActivityStreamsAnnounce)
// SetActivityStreamsApplication sets a Application value to be at the
// specified index for the property "attributedTo". Panics if the
// index is out of bounds. Invalidates all iterators.
SetActivityStreamsApplication(idx int, v ActivityStreamsApplication)
// SetActivityStreamsArrive sets a Arrive value to be at the specified
// index for the property "attributedTo". Panics if the index is out
// of bounds. Invalidates all iterators.
SetActivityStreamsArrive(idx int, v ActivityStreamsArrive)
// SetActivityStreamsArticle sets a Article value to be at the specified
// index for the property "attributedTo". Panics if the index is out
// of bounds. Invalidates all iterators.
SetActivityStreamsArticle(idx int, v ActivityStreamsArticle)
// SetActivityStreamsAudio sets a Audio value to be at the specified index
// for the property "attributedTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsAudio(idx int, v ActivityStreamsAudio)
// SetActivityStreamsBlock sets a Block value to be at the specified index
// for the property "attributedTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsBlock(idx int, v ActivityStreamsBlock)
// SetActivityStreamsCollection sets a Collection value to be at the
// specified index for the property "attributedTo". Panics if the
// index is out of bounds. Invalidates all iterators.
SetActivityStreamsCollection(idx int, v ActivityStreamsCollection)
// SetActivityStreamsCollectionPage sets a CollectionPage value to be at
// the specified index for the property "attributedTo". Panics if the
// index is out of bounds. Invalidates all iterators.
SetActivityStreamsCollectionPage(idx int, v ActivityStreamsCollectionPage)
// SetActivityStreamsCreate sets a Create value to be at the specified
// index for the property "attributedTo". Panics if the index is out
// of bounds. Invalidates all iterators.
SetActivityStreamsCreate(idx int, v ActivityStreamsCreate)
// SetActivityStreamsDelete sets a Delete value to be at the specified
// index for the property "attributedTo". Panics if the index is out
// of bounds. Invalidates all iterators.
SetActivityStreamsDelete(idx int, v ActivityStreamsDelete)
// SetActivityStreamsDislike sets a Dislike value to be at the specified
// index for the property "attributedTo". Panics if the index is out
// of bounds. Invalidates all iterators.
SetActivityStreamsDislike(idx int, v ActivityStreamsDislike)
// SetActivityStreamsDocument sets a Document value to be at the specified
// index for the property "attributedTo". Panics if the index is out
// of bounds. Invalidates all iterators.
SetActivityStreamsDocument(idx int, v ActivityStreamsDocument)
// SetActivityStreamsEvent sets a Event value to be at the specified index
// for the property "attributedTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsEvent(idx int, v ActivityStreamsEvent)
// SetActivityStreamsFlag sets a Flag value to be at the specified index
// for the property "attributedTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsFlag(idx int, v ActivityStreamsFlag)
// SetActivityStreamsFollow sets a Follow value to be at the specified
// index for the property "attributedTo". Panics if the index is out
// of bounds. Invalidates all iterators.
SetActivityStreamsFollow(idx int, v ActivityStreamsFollow)
// SetActivityStreamsGroup sets a Group value to be at the specified index
// for the property "attributedTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsGroup(idx int, v ActivityStreamsGroup)
// SetActivityStreamsIgnore sets a Ignore value to be at the specified
// index for the property "attributedTo". Panics if the index is out
// of bounds. Invalidates all iterators.
SetActivityStreamsIgnore(idx int, v ActivityStreamsIgnore)
// SetActivityStreamsImage sets a Image value to be at the specified index
// for the property "attributedTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsImage(idx int, v ActivityStreamsImage)
// SetActivityStreamsIntransitiveActivity sets a IntransitiveActivity
// value to be at the specified index for the property "attributedTo".
// Panics if the index is out of bounds. Invalidates all iterators.
SetActivityStreamsIntransitiveActivity(idx int, v ActivityStreamsIntransitiveActivity)
// SetActivityStreamsInvite sets a Invite value to be at the specified
// index for the property "attributedTo". Panics if the index is out
// of bounds. Invalidates all iterators.
SetActivityStreamsInvite(idx int, v ActivityStreamsInvite)
// SetActivityStreamsJoin sets a Join value to be at the specified index
// for the property "attributedTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsJoin(idx int, v ActivityStreamsJoin)
// SetActivityStreamsLeave sets a Leave value to be at the specified index
// for the property "attributedTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsLeave(idx int, v ActivityStreamsLeave)
// SetActivityStreamsLike sets a Like value to be at the specified index
// for the property "attributedTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsLike(idx int, v ActivityStreamsLike)
// SetActivityStreamsLink sets a Link value to be at the specified index
// for the property "attributedTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsLink(idx int, v ActivityStreamsLink)
// SetActivityStreamsListen sets a Listen value to be at the specified
// index for the property "attributedTo". Panics if the index is out
// of bounds. Invalidates all iterators.
SetActivityStreamsListen(idx int, v ActivityStreamsListen)
// SetActivityStreamsMention sets a Mention value to be at the specified
// index for the property "attributedTo". Panics if the index is out
// of bounds. Invalidates all iterators.
SetActivityStreamsMention(idx int, v ActivityStreamsMention)
// SetActivityStreamsMove sets a Move value to be at the specified index
// for the property "attributedTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsMove(idx int, v ActivityStreamsMove)
// SetActivityStreamsNote sets a Note value to be at the specified index
// for the property "attributedTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsNote(idx int, v ActivityStreamsNote)
// SetActivityStreamsObject sets a Object value to be at the specified
// index for the property "attributedTo". Panics if the index is out
// of bounds. Invalidates all iterators.
SetActivityStreamsObject(idx int, v ActivityStreamsObject)
// SetActivityStreamsOffer sets a Offer value to be at the specified index
// for the property "attributedTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsOffer(idx int, v ActivityStreamsOffer)
// SetActivityStreamsOrderedCollection sets a OrderedCollection value to
// be at the specified index for the property "attributedTo". Panics
// if the index is out of bounds. Invalidates all iterators.
SetActivityStreamsOrderedCollection(idx int, v ActivityStreamsOrderedCollection)
// SetActivityStreamsOrderedCollectionPage sets a OrderedCollectionPage
// value to be at the specified index for the property "attributedTo".
// Panics if the index is out of bounds. Invalidates all iterators.
SetActivityStreamsOrderedCollectionPage(idx int, v ActivityStreamsOrderedCollectionPage)
// SetActivityStreamsOrganization sets a Organization value to be at the
// specified index for the property "attributedTo". Panics if the
// index is out of bounds. Invalidates all iterators.
SetActivityStreamsOrganization(idx int, v ActivityStreamsOrganization)
// SetActivityStreamsPage sets a Page value to be at the specified index
// for the property "attributedTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsPage(idx int, v ActivityStreamsPage)
// SetActivityStreamsPerson sets a Person value to be at the specified
// index for the property "attributedTo". Panics if the index is out
// of bounds. Invalidates all iterators.
SetActivityStreamsPerson(idx int, v ActivityStreamsPerson)
// SetActivityStreamsPlace sets a Place value to be at the specified index
// for the property "attributedTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsPlace(idx int, v ActivityStreamsPlace)
// SetActivityStreamsProfile sets a Profile value to be at the specified
// index for the property "attributedTo". Panics if the index is out
// of bounds. Invalidates all iterators.
SetActivityStreamsProfile(idx int, v ActivityStreamsProfile)
// SetActivityStreamsQuestion sets a Question value to be at the specified
// index for the property "attributedTo". Panics if the index is out
// of bounds. Invalidates all iterators.
SetActivityStreamsQuestion(idx int, v ActivityStreamsQuestion)
// SetActivityStreamsRead sets a Read value to be at the specified index
// for the property "attributedTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsRead(idx int, v ActivityStreamsRead)
// SetActivityStreamsReject sets a Reject value to be at the specified
// index for the property "attributedTo". Panics if the index is out
// of bounds. Invalidates all iterators.
SetActivityStreamsReject(idx int, v ActivityStreamsReject)
// SetActivityStreamsRelationship sets a Relationship value to be at the
// specified index for the property "attributedTo". Panics if the
// index is out of bounds. Invalidates all iterators.
SetActivityStreamsRelationship(idx int, v ActivityStreamsRelationship)
// SetActivityStreamsRemove sets a Remove value to be at the specified
// index for the property "attributedTo". Panics if the index is out
// of bounds. Invalidates all iterators.
SetActivityStreamsRemove(idx int, v ActivityStreamsRemove)
// SetActivityStreamsService sets a Service value to be at the specified
// index for the property "attributedTo". Panics if the index is out
// of bounds. Invalidates all iterators.
SetActivityStreamsService(idx int, v ActivityStreamsService)
// SetActivityStreamsTentativeAccept sets a TentativeAccept value to be at
// the specified index for the property "attributedTo". Panics if the
// index is out of bounds. Invalidates all iterators.
SetActivityStreamsTentativeAccept(idx int, v ActivityStreamsTentativeAccept)
// SetActivityStreamsTentativeReject sets a TentativeReject value to be at
// the specified index for the property "attributedTo". Panics if the
// index is out of bounds. Invalidates all iterators.
SetActivityStreamsTentativeReject(idx int, v ActivityStreamsTentativeReject)
// SetActivityStreamsTombstone sets a Tombstone value to be at the
// specified index for the property "attributedTo". Panics if the
// index is out of bounds. Invalidates all iterators.
SetActivityStreamsTombstone(idx int, v ActivityStreamsTombstone)
// SetActivityStreamsTravel sets a Travel value to be at the specified
// index for the property "attributedTo". Panics if the index is out
// of bounds. Invalidates all iterators.
SetActivityStreamsTravel(idx int, v ActivityStreamsTravel)
// SetActivityStreamsUndo sets a Undo value to be at the specified index
// for the property "attributedTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsUndo(idx int, v ActivityStreamsUndo)
// SetActivityStreamsUpdate sets a Update value to be at the specified
// index for the property "attributedTo". Panics if the index is out
// of bounds. Invalidates all iterators.
SetActivityStreamsUpdate(idx int, v ActivityStreamsUpdate)
// SetActivityStreamsVideo sets a Video value to be at the specified index
// for the property "attributedTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsVideo(idx int, v ActivityStreamsVideo)
// SetActivityStreamsView sets a View value to be at the specified index
// for the property "attributedTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsView(idx int, v ActivityStreamsView)
// SetFunkwhaleAlbum sets a Album value to be at the specified index for
// the property "attributedTo". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleAlbum(idx int, v FunkwhaleAlbum)
// SetFunkwhaleArtist sets a Artist value to be at the specified index for
// the property "attributedTo". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleArtist(idx int, v FunkwhaleArtist)
// SetFunkwhaleLibrary sets a Library value to be at the specified index
// for the property "attributedTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetFunkwhaleLibrary(idx int, v FunkwhaleLibrary)
// SetFunkwhaleTrack sets a Track value to be at the specified index for
// the property "attributedTo". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleTrack(idx int, v FunkwhaleTrack)
// SetGoToSocialAnnounceApproval sets a AnnounceApproval value to be at
// the specified index for the property "attributedTo". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceApproval(idx int, v GoToSocialAnnounceApproval)
// SetGoToSocialAnnounceAuthorization sets a AnnounceAuthorization value
// to be at the specified index for the property "attributedTo".
// Panics if the index is out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceAuthorization(idx int, v GoToSocialAnnounceAuthorization)
// SetGoToSocialAnnounceRequest sets a AnnounceRequest value to be at the
// specified index for the property "attributedTo". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceRequest(idx int, v GoToSocialAnnounceRequest)
// SetGoToSocialLikeApproval sets a LikeApproval value to be at the
// specified index for the property "attributedTo". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialLikeApproval(idx int, v GoToSocialLikeApproval)
// SetGoToSocialLikeAuthorization sets a LikeAuthorization value to be at
// the specified index for the property "attributedTo". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialLikeAuthorization(idx int, v GoToSocialLikeAuthorization)
// SetGoToSocialLikeRequest sets a LikeRequest value to be at the
// specified index for the property "attributedTo". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// SetGoToSocialQuoteAuthorization sets a QuoteAuthorization value to be
// at the specified index for the property "attributedTo". Panics if
// the index is out of bounds. Invalidates all iterators.
SetGoToSocialQuoteAuthorization(idx int, v GoToSocialQuoteAuthorization)
// SetGoToSocialQuoteRequest sets a QuoteRequest value to be at the
// specified index for the property "attributedTo". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialQuoteRequest(idx int, v GoToSocialQuoteRequest)
// SetGoToSocialReplyApproval sets a ReplyApproval value to be at the
// specified index for the property "attributedTo". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialReplyApproval(idx int, v GoToSocialReplyApproval)
// SetGoToSocialReplyAuthorization sets a ReplyAuthorization value to be
// at the specified index for the property "attributedTo". Panics if
// the index is out of bounds. Invalidates all iterators.
SetGoToSocialReplyAuthorization(idx int, v GoToSocialReplyAuthorization)
// SetGoToSocialReplyRequest sets a ReplyRequest value to be at the
// specified index for the property "attributedTo". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialReplyRequest(idx int, v GoToSocialReplyRequest)
// SetIRI sets an IRI value to be at the specified index for the property
// "attributedTo". Panics if the index is out of bounds.
SetIRI(idx int, v *url.URL)
// SetLitePubEmojiReact sets a EmojiReact value to be at the specified
// index for the property "attributedTo". Panics if the index is out
// of bounds. Invalidates all iterators.
SetLitePubEmojiReact(idx int, v LitePubEmojiReact)
// SetSchemaPropertyValue sets a PropertyValue value to be at the
// specified index for the property "attributedTo". Panics if the
// index is out of bounds. Invalidates all iterators.
SetSchemaPropertyValue(idx int, v SchemaPropertyValue)
// SetTootEmoji sets a Emoji value to be at the specified index for the
// property "attributedTo". Panics if the index is out of bounds.
// Invalidates all iterators.
SetTootEmoji(idx int, v TootEmoji)
// SetTootHashtag sets a Hashtag value to be at the specified index for
// the property "attributedTo". Panics if the index is out of bounds.
// Invalidates all iterators.
SetTootHashtag(idx int, v TootHashtag)
// SetTootIdentityProof sets a IdentityProof value to be at the specified
// index for the property "attributedTo". Panics if the index is out
// of bounds. Invalidates all iterators.
SetTootIdentityProof(idx int, v TootIdentityProof)
// SetType sets an arbitrary type value to the specified index of the
// property "attributedTo". 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.
SetType(idx int, t Type) error
// Swap swaps the location of values at two indices for the "attributedTo"
// property.
Swap(i, j int)
}
Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity.
Example 67 (https://www.w3.org/TR/activitystreams-vocabulary/#ex65-jsonld):
{
"attributedTo": {
"name": "Sally",
"type": "Person"
},
"name": "My cat taking a nap",
"type": "Image",
"url": "http://example.org/cat.jpeg"
}
Example 68 (https://www.w3.org/TR/activitystreams-vocabulary/#ex66-jsonld):
{
"attributedTo": [
"http://joe.example.org",
{
"name": "Sally",
"type": "Person"
}
],
"name": "My cat taking a nap",
"type": "Image",
"url": "http://example.org/cat.jpeg"
}
type ActivityStreamsAttributedToPropertyIterator ¶
type ActivityStreamsAttributedToPropertyIterator interface {
// GetActivityStreamsAccept returns the value of this property. When
// IsActivityStreamsAccept returns false, GetActivityStreamsAccept
// will return an arbitrary value.
GetActivityStreamsAccept() ActivityStreamsAccept
// GetActivityStreamsActivity returns the value of this property. When
// IsActivityStreamsActivity returns false, GetActivityStreamsActivity
// will return an arbitrary value.
GetActivityStreamsActivity() ActivityStreamsActivity
// GetActivityStreamsAdd returns the value of this property. When
// IsActivityStreamsAdd returns false, GetActivityStreamsAdd will
// return an arbitrary value.
GetActivityStreamsAdd() ActivityStreamsAdd
// GetActivityStreamsAnnounce returns the value of this property. When
// IsActivityStreamsAnnounce returns false, GetActivityStreamsAnnounce
// will return an arbitrary value.
GetActivityStreamsAnnounce() ActivityStreamsAnnounce
// GetActivityStreamsApplication returns the value of this property. When
// IsActivityStreamsApplication returns false,
// GetActivityStreamsApplication will return an arbitrary value.
GetActivityStreamsApplication() ActivityStreamsApplication
// GetActivityStreamsArrive returns the value of this property. When
// IsActivityStreamsArrive returns false, GetActivityStreamsArrive
// will return an arbitrary value.
GetActivityStreamsArrive() ActivityStreamsArrive
// GetActivityStreamsArticle returns the value of this property. When
// IsActivityStreamsArticle returns false, GetActivityStreamsArticle
// will return an arbitrary value.
GetActivityStreamsArticle() ActivityStreamsArticle
// GetActivityStreamsAudio returns the value of this property. When
// IsActivityStreamsAudio returns false, GetActivityStreamsAudio will
// return an arbitrary value.
GetActivityStreamsAudio() ActivityStreamsAudio
// GetActivityStreamsBlock returns the value of this property. When
// IsActivityStreamsBlock returns false, GetActivityStreamsBlock will
// return an arbitrary value.
GetActivityStreamsBlock() ActivityStreamsBlock
// GetActivityStreamsCollection returns the value of this property. When
// IsActivityStreamsCollection returns false,
// GetActivityStreamsCollection will return an arbitrary value.
GetActivityStreamsCollection() ActivityStreamsCollection
// GetActivityStreamsCollectionPage returns the value of this property.
// When IsActivityStreamsCollectionPage returns false,
// GetActivityStreamsCollectionPage will return an arbitrary value.
GetActivityStreamsCollectionPage() ActivityStreamsCollectionPage
// GetActivityStreamsCreate returns the value of this property. When
// IsActivityStreamsCreate returns false, GetActivityStreamsCreate
// will return an arbitrary value.
GetActivityStreamsCreate() ActivityStreamsCreate
// GetActivityStreamsDelete returns the value of this property. When
// IsActivityStreamsDelete returns false, GetActivityStreamsDelete
// will return an arbitrary value.
GetActivityStreamsDelete() ActivityStreamsDelete
// GetActivityStreamsDislike returns the value of this property. When
// IsActivityStreamsDislike returns false, GetActivityStreamsDislike
// will return an arbitrary value.
GetActivityStreamsDislike() ActivityStreamsDislike
// GetActivityStreamsDocument returns the value of this property. When
// IsActivityStreamsDocument returns false, GetActivityStreamsDocument
// will return an arbitrary value.
GetActivityStreamsDocument() ActivityStreamsDocument
// GetActivityStreamsEvent returns the value of this property. When
// IsActivityStreamsEvent returns false, GetActivityStreamsEvent will
// return an arbitrary value.
GetActivityStreamsEvent() ActivityStreamsEvent
// GetActivityStreamsFlag returns the value of this property. When
// IsActivityStreamsFlag returns false, GetActivityStreamsFlag will
// return an arbitrary value.
GetActivityStreamsFlag() ActivityStreamsFlag
// GetActivityStreamsFollow returns the value of this property. When
// IsActivityStreamsFollow returns false, GetActivityStreamsFollow
// will return an arbitrary value.
GetActivityStreamsFollow() ActivityStreamsFollow
// GetActivityStreamsGroup returns the value of this property. When
// IsActivityStreamsGroup returns false, GetActivityStreamsGroup will
// return an arbitrary value.
GetActivityStreamsGroup() ActivityStreamsGroup
// GetActivityStreamsIgnore returns the value of this property. When
// IsActivityStreamsIgnore returns false, GetActivityStreamsIgnore
// will return an arbitrary value.
GetActivityStreamsIgnore() ActivityStreamsIgnore
// GetActivityStreamsImage returns the value of this property. When
// IsActivityStreamsImage returns false, GetActivityStreamsImage will
// return an arbitrary value.
GetActivityStreamsImage() ActivityStreamsImage
// GetActivityStreamsIntransitiveActivity returns the value of this
// property. When IsActivityStreamsIntransitiveActivity returns false,
// GetActivityStreamsIntransitiveActivity will return an arbitrary
// value.
GetActivityStreamsIntransitiveActivity() ActivityStreamsIntransitiveActivity
// GetActivityStreamsInvite returns the value of this property. When
// IsActivityStreamsInvite returns false, GetActivityStreamsInvite
// will return an arbitrary value.
GetActivityStreamsInvite() ActivityStreamsInvite
// GetActivityStreamsJoin returns the value of this property. When
// IsActivityStreamsJoin returns false, GetActivityStreamsJoin will
// return an arbitrary value.
GetActivityStreamsJoin() ActivityStreamsJoin
// GetActivityStreamsLeave returns the value of this property. When
// IsActivityStreamsLeave returns false, GetActivityStreamsLeave will
// return an arbitrary value.
GetActivityStreamsLeave() ActivityStreamsLeave
// GetActivityStreamsLike returns the value of this property. When
// IsActivityStreamsLike returns false, GetActivityStreamsLike will
// return an arbitrary value.
GetActivityStreamsLike() ActivityStreamsLike
// GetActivityStreamsLink returns the value of this property. When
// IsActivityStreamsLink returns false, GetActivityStreamsLink will
// return an arbitrary value.
GetActivityStreamsLink() ActivityStreamsLink
// GetActivityStreamsListen returns the value of this property. When
// IsActivityStreamsListen returns false, GetActivityStreamsListen
// will return an arbitrary value.
GetActivityStreamsListen() ActivityStreamsListen
// GetActivityStreamsMention returns the value of this property. When
// IsActivityStreamsMention returns false, GetActivityStreamsMention
// will return an arbitrary value.
GetActivityStreamsMention() ActivityStreamsMention
// GetActivityStreamsMove returns the value of this property. When
// IsActivityStreamsMove returns false, GetActivityStreamsMove will
// return an arbitrary value.
GetActivityStreamsMove() ActivityStreamsMove
// GetActivityStreamsNote returns the value of this property. When
// IsActivityStreamsNote returns false, GetActivityStreamsNote will
// return an arbitrary value.
GetActivityStreamsNote() ActivityStreamsNote
// GetActivityStreamsObject returns the value of this property. When
// IsActivityStreamsObject returns false, GetActivityStreamsObject
// will return an arbitrary value.
GetActivityStreamsObject() ActivityStreamsObject
// GetActivityStreamsOffer returns the value of this property. When
// IsActivityStreamsOffer returns false, GetActivityStreamsOffer will
// return an arbitrary value.
GetActivityStreamsOffer() ActivityStreamsOffer
// GetActivityStreamsOrderedCollection returns the value of this property.
// When IsActivityStreamsOrderedCollection returns false,
// GetActivityStreamsOrderedCollection will return an arbitrary value.
GetActivityStreamsOrderedCollection() ActivityStreamsOrderedCollection
// GetActivityStreamsOrderedCollectionPage returns the value of this
// property. When IsActivityStreamsOrderedCollectionPage returns
// false, GetActivityStreamsOrderedCollectionPage will return an
// arbitrary value.
GetActivityStreamsOrderedCollectionPage() ActivityStreamsOrderedCollectionPage
// GetActivityStreamsOrganization returns the value of this property. When
// IsActivityStreamsOrganization returns false,
// GetActivityStreamsOrganization will return an arbitrary value.
GetActivityStreamsOrganization() ActivityStreamsOrganization
// GetActivityStreamsPage returns the value of this property. When
// IsActivityStreamsPage returns false, GetActivityStreamsPage will
// return an arbitrary value.
GetActivityStreamsPage() ActivityStreamsPage
// GetActivityStreamsPerson returns the value of this property. When
// IsActivityStreamsPerson returns false, GetActivityStreamsPerson
// will return an arbitrary value.
GetActivityStreamsPerson() ActivityStreamsPerson
// GetActivityStreamsPlace returns the value of this property. When
// IsActivityStreamsPlace returns false, GetActivityStreamsPlace will
// return an arbitrary value.
GetActivityStreamsPlace() ActivityStreamsPlace
// GetActivityStreamsProfile returns the value of this property. When
// IsActivityStreamsProfile returns false, GetActivityStreamsProfile
// will return an arbitrary value.
GetActivityStreamsProfile() ActivityStreamsProfile
// GetActivityStreamsQuestion returns the value of this property. When
// IsActivityStreamsQuestion returns false, GetActivityStreamsQuestion
// will return an arbitrary value.
GetActivityStreamsQuestion() ActivityStreamsQuestion
// GetActivityStreamsRead returns the value of this property. When
// IsActivityStreamsRead returns false, GetActivityStreamsRead will
// return an arbitrary value.
GetActivityStreamsRead() ActivityStreamsRead
// GetActivityStreamsReject returns the value of this property. When
// IsActivityStreamsReject returns false, GetActivityStreamsReject
// will return an arbitrary value.
GetActivityStreamsReject() ActivityStreamsReject
// GetActivityStreamsRelationship returns the value of this property. When
// IsActivityStreamsRelationship returns false,
// GetActivityStreamsRelationship will return an arbitrary value.
GetActivityStreamsRelationship() ActivityStreamsRelationship
// GetActivityStreamsRemove returns the value of this property. When
// IsActivityStreamsRemove returns false, GetActivityStreamsRemove
// will return an arbitrary value.
GetActivityStreamsRemove() ActivityStreamsRemove
// GetActivityStreamsService returns the value of this property. When
// IsActivityStreamsService returns false, GetActivityStreamsService
// will return an arbitrary value.
GetActivityStreamsService() ActivityStreamsService
// GetActivityStreamsTentativeAccept returns the value of this property.
// When IsActivityStreamsTentativeAccept returns false,
// GetActivityStreamsTentativeAccept will return an arbitrary value.
GetActivityStreamsTentativeAccept() ActivityStreamsTentativeAccept
// GetActivityStreamsTentativeReject returns the value of this property.
// When IsActivityStreamsTentativeReject returns false,
// GetActivityStreamsTentativeReject will return an arbitrary value.
GetActivityStreamsTentativeReject() ActivityStreamsTentativeReject
// GetActivityStreamsTombstone returns the value of this property. When
// IsActivityStreamsTombstone returns false,
// GetActivityStreamsTombstone will return an arbitrary value.
GetActivityStreamsTombstone() ActivityStreamsTombstone
// GetActivityStreamsTravel returns the value of this property. When
// IsActivityStreamsTravel returns false, GetActivityStreamsTravel
// will return an arbitrary value.
GetActivityStreamsTravel() ActivityStreamsTravel
// GetActivityStreamsUndo returns the value of this property. When
// IsActivityStreamsUndo returns false, GetActivityStreamsUndo will
// return an arbitrary value.
GetActivityStreamsUndo() ActivityStreamsUndo
// GetActivityStreamsUpdate returns the value of this property. When
// IsActivityStreamsUpdate returns false, GetActivityStreamsUpdate
// will return an arbitrary value.
GetActivityStreamsUpdate() ActivityStreamsUpdate
// GetActivityStreamsVideo returns the value of this property. When
// IsActivityStreamsVideo returns false, GetActivityStreamsVideo will
// return an arbitrary value.
GetActivityStreamsVideo() ActivityStreamsVideo
// GetActivityStreamsView returns the value of this property. When
// IsActivityStreamsView returns false, GetActivityStreamsView will
// return an arbitrary value.
GetActivityStreamsView() ActivityStreamsView
// GetFunkwhaleAlbum returns the value of this property. When
// IsFunkwhaleAlbum returns false, GetFunkwhaleAlbum will return an
// arbitrary value.
GetFunkwhaleAlbum() FunkwhaleAlbum
// GetFunkwhaleArtist returns the value of this property. When
// IsFunkwhaleArtist returns false, GetFunkwhaleArtist will return an
// arbitrary value.
GetFunkwhaleArtist() FunkwhaleArtist
// GetFunkwhaleLibrary returns the value of this property. When
// IsFunkwhaleLibrary returns false, GetFunkwhaleLibrary will return
// an arbitrary value.
GetFunkwhaleLibrary() FunkwhaleLibrary
// GetFunkwhaleTrack returns the value of this property. When
// IsFunkwhaleTrack returns false, GetFunkwhaleTrack will return an
// arbitrary value.
GetFunkwhaleTrack() FunkwhaleTrack
// GetGoToSocialAnnounceApproval returns the value of this property. When
// IsGoToSocialAnnounceApproval returns false,
// GetGoToSocialAnnounceApproval will return an arbitrary value.
GetGoToSocialAnnounceApproval() GoToSocialAnnounceApproval
// GetGoToSocialAnnounceAuthorization returns the value of this property.
// When IsGoToSocialAnnounceAuthorization returns false,
// GetGoToSocialAnnounceAuthorization will return an arbitrary value.
GetGoToSocialAnnounceAuthorization() GoToSocialAnnounceAuthorization
// GetGoToSocialAnnounceRequest returns the value of this property. When
// IsGoToSocialAnnounceRequest returns false,
// GetGoToSocialAnnounceRequest will return an arbitrary value.
GetGoToSocialAnnounceRequest() GoToSocialAnnounceRequest
// GetGoToSocialLikeApproval returns the value of this property. When
// IsGoToSocialLikeApproval returns false, GetGoToSocialLikeApproval
// will return an arbitrary value.
GetGoToSocialLikeApproval() GoToSocialLikeApproval
// GetGoToSocialLikeAuthorization returns the value of this property. When
// IsGoToSocialLikeAuthorization returns false,
// GetGoToSocialLikeAuthorization will return an arbitrary value.
GetGoToSocialLikeAuthorization() GoToSocialLikeAuthorization
// GetGoToSocialLikeRequest returns the value of this property. When
// IsGoToSocialLikeRequest returns false, GetGoToSocialLikeRequest
// will return an arbitrary value.
GetGoToSocialLikeRequest() GoToSocialLikeRequest
// GetGoToSocialQuoteAuthorization returns the value of this property.
// When IsGoToSocialQuoteAuthorization returns false,
// GetGoToSocialQuoteAuthorization will return an arbitrary value.
GetGoToSocialQuoteAuthorization() GoToSocialQuoteAuthorization
// GetGoToSocialQuoteRequest returns the value of this property. When
// IsGoToSocialQuoteRequest returns false, GetGoToSocialQuoteRequest
// will return an arbitrary value.
GetGoToSocialQuoteRequest() GoToSocialQuoteRequest
// GetGoToSocialReplyApproval returns the value of this property. When
// IsGoToSocialReplyApproval returns false, GetGoToSocialReplyApproval
// will return an arbitrary value.
GetGoToSocialReplyApproval() GoToSocialReplyApproval
// GetGoToSocialReplyAuthorization returns the value of this property.
// When IsGoToSocialReplyAuthorization returns false,
// GetGoToSocialReplyAuthorization will return an arbitrary value.
GetGoToSocialReplyAuthorization() GoToSocialReplyAuthorization
// GetGoToSocialReplyRequest returns the value of this property. When
// IsGoToSocialReplyRequest returns false, GetGoToSocialReplyRequest
// will return an arbitrary value.
GetGoToSocialReplyRequest() GoToSocialReplyRequest
// GetIRI returns the IRI of this property. When IsIRI returns false,
// GetIRI will return an arbitrary value.
GetIRI() *url.URL
// GetLitePubEmojiReact returns the value of this property. When
// IsLitePubEmojiReact returns false, GetLitePubEmojiReact will return
// an arbitrary value.
GetLitePubEmojiReact() LitePubEmojiReact
// GetSchemaPropertyValue returns the value of this property. When
// IsSchemaPropertyValue returns false, GetSchemaPropertyValue will
// return an arbitrary value.
GetSchemaPropertyValue() SchemaPropertyValue
// GetTootEmoji returns the value of this property. When IsTootEmoji
// returns false, GetTootEmoji will return an arbitrary value.
GetTootEmoji() TootEmoji
// GetTootHashtag returns the value of this property. When IsTootHashtag
// returns false, GetTootHashtag will return an arbitrary value.
GetTootHashtag() TootHashtag
// GetTootIdentityProof returns the value of this property. When
// IsTootIdentityProof returns false, GetTootIdentityProof will return
// an arbitrary value.
GetTootIdentityProof() TootIdentityProof
// 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.
GetType() Type
// HasAny returns true if any of the different values is set.
HasAny() 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.
IsActivityStreamsAccept() 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.
IsActivityStreamsActivity() 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.
IsActivityStreamsAdd() 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.
IsActivityStreamsAnnounce() 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.
IsActivityStreamsApplication() 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.
IsActivityStreamsArrive() 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.
IsActivityStreamsArticle() 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.
IsActivityStreamsAudio() 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.
IsActivityStreamsBlock() 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.
IsActivityStreamsCollection() 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.
IsActivityStreamsCollectionPage() 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.
IsActivityStreamsCreate() 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.
IsActivityStreamsDelete() 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.
IsActivityStreamsDislike() 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.
IsActivityStreamsDocument() 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.
IsActivityStreamsEvent() 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.
IsActivityStreamsFlag() 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.
IsActivityStreamsFollow() 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.
IsActivityStreamsGroup() 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.
IsActivityStreamsIgnore() 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.
IsActivityStreamsImage() 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.
IsActivityStreamsIntransitiveActivity() 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.
IsActivityStreamsInvite() 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.
IsActivityStreamsJoin() 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.
IsActivityStreamsLeave() 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.
IsActivityStreamsLike() 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.
IsActivityStreamsLink() 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.
IsActivityStreamsListen() 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.
IsActivityStreamsMention() 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.
IsActivityStreamsMove() 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.
IsActivityStreamsNote() 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.
IsActivityStreamsObject() 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.
IsActivityStreamsOffer() 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.
IsActivityStreamsOrderedCollection() 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.
IsActivityStreamsOrderedCollectionPage() 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.
IsActivityStreamsOrganization() 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.
IsActivityStreamsPage() 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.
IsActivityStreamsPerson() 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.
IsActivityStreamsPlace() 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.
IsActivityStreamsProfile() 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.
IsActivityStreamsQuestion() 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.
IsActivityStreamsRead() 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.
IsActivityStreamsReject() 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.
IsActivityStreamsRelationship() 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.
IsActivityStreamsRemove() 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.
IsActivityStreamsService() 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.
IsActivityStreamsTentativeAccept() 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.
IsActivityStreamsTentativeReject() 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.
IsActivityStreamsTombstone() 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.
IsActivityStreamsTravel() 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.
IsActivityStreamsUndo() 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.
IsActivityStreamsUpdate() 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.
IsActivityStreamsVideo() 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.
IsActivityStreamsView() bool
// IsFunkwhaleAlbum returns true if this property has a type of "Album".
// When true, use the GetFunkwhaleAlbum and SetFunkwhaleAlbum methods
// to access and set this property.
IsFunkwhaleAlbum() bool
// IsFunkwhaleArtist returns true if this property has a type of "Artist".
// When true, use the GetFunkwhaleArtist and SetFunkwhaleArtist
// methods to access and set this property.
IsFunkwhaleArtist() bool
// IsFunkwhaleLibrary returns true if this property has a type of
// "Library". When true, use the GetFunkwhaleLibrary and
// SetFunkwhaleLibrary methods to access and set this property.
IsFunkwhaleLibrary() bool
// IsFunkwhaleTrack returns true if this property has a type of "Track".
// When true, use the GetFunkwhaleTrack and SetFunkwhaleTrack methods
// to access and set this property.
IsFunkwhaleTrack() bool
// IsGoToSocialAnnounceApproval returns true if this property has a type
// of "AnnounceApproval". When true, use the
// GetGoToSocialAnnounceApproval and SetGoToSocialAnnounceApproval
// methods to access and set this property.
IsGoToSocialAnnounceApproval() bool
// IsGoToSocialAnnounceAuthorization returns true if this property has a
// type of "AnnounceAuthorization". When true, use the
// GetGoToSocialAnnounceAuthorization and
// SetGoToSocialAnnounceAuthorization methods to access and set this
// property.
IsGoToSocialAnnounceAuthorization() bool
// IsGoToSocialAnnounceRequest returns true if this property has a type of
// "AnnounceRequest". When true, use the GetGoToSocialAnnounceRequest
// and SetGoToSocialAnnounceRequest methods to access and set this
// property.
IsGoToSocialAnnounceRequest() bool
// IsGoToSocialLikeApproval returns true if this property has a type of
// "LikeApproval". When true, use the GetGoToSocialLikeApproval and
// SetGoToSocialLikeApproval methods to access and set this property.
IsGoToSocialLikeApproval() bool
// IsGoToSocialLikeAuthorization returns true if this property has a type
// of "LikeAuthorization". When true, use the
// GetGoToSocialLikeAuthorization and SetGoToSocialLikeAuthorization
// methods to access and set this property.
IsGoToSocialLikeAuthorization() bool
// IsGoToSocialLikeRequest returns true if this property has a type of
// "LikeRequest". When true, use the GetGoToSocialLikeRequest and
// SetGoToSocialLikeRequest methods to access and set this property.
IsGoToSocialLikeRequest() bool
// IsGoToSocialQuoteAuthorization returns true if this property has a type
// of "QuoteAuthorization". When true, use the
// GetGoToSocialQuoteAuthorization and SetGoToSocialQuoteAuthorization
// methods to access and set this property.
IsGoToSocialQuoteAuthorization() bool
// IsGoToSocialQuoteRequest returns true if this property has a type of
// "QuoteRequest". When true, use the GetGoToSocialQuoteRequest and
// SetGoToSocialQuoteRequest methods to access and set this property.
IsGoToSocialQuoteRequest() bool
// IsGoToSocialReplyApproval returns true if this property has a type of
// "ReplyApproval". When true, use the GetGoToSocialReplyApproval and
// SetGoToSocialReplyApproval methods to access and set this property.
IsGoToSocialReplyApproval() bool
// IsGoToSocialReplyAuthorization returns true if this property has a type
// of "ReplyAuthorization". When true, use the
// GetGoToSocialReplyAuthorization and SetGoToSocialReplyAuthorization
// methods to access and set this property.
IsGoToSocialReplyAuthorization() bool
// IsGoToSocialReplyRequest returns true if this property has a type of
// "ReplyRequest". When true, use the GetGoToSocialReplyRequest and
// SetGoToSocialReplyRequest methods to access and set this property.
IsGoToSocialReplyRequest() bool
// IsIRI returns true if this property is an IRI. When true, use GetIRI
// and SetIRI to access and set this property
IsIRI() bool
// IsLitePubEmojiReact returns true if this property has a type of
// "EmojiReact". When true, use the GetLitePubEmojiReact and
// SetLitePubEmojiReact methods to access and set this property.
IsLitePubEmojiReact() 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.
IsSchemaPropertyValue() 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.
IsTootEmoji() 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.
IsTootHashtag() 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.
IsTootIdentityProof() bool
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex() int
// 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.
LessThan(o ActivityStreamsAttributedToPropertyIterator) bool
// Name returns the name of this property: "ActivityStreamsAttributedTo".
Name() string
// Next returns the next iterator, or nil if there is no next iterator.
Next() ActivityStreamsAttributedToPropertyIterator
// Prev returns the previous iterator, or nil if there is no previous
// iterator.
Prev() ActivityStreamsAttributedToPropertyIterator
// SetActivityStreamsAccept sets the value of this property. Calling
// IsActivityStreamsAccept afterwards returns true.
SetActivityStreamsAccept(v ActivityStreamsAccept)
// SetActivityStreamsActivity sets the value of this property. Calling
// IsActivityStreamsActivity afterwards returns true.
SetActivityStreamsActivity(v ActivityStreamsActivity)
// SetActivityStreamsAdd sets the value of this property. Calling
// IsActivityStreamsAdd afterwards returns true.
SetActivityStreamsAdd(v ActivityStreamsAdd)
// SetActivityStreamsAnnounce sets the value of this property. Calling
// IsActivityStreamsAnnounce afterwards returns true.
SetActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// SetActivityStreamsApplication sets the value of this property. Calling
// IsActivityStreamsApplication afterwards returns true.
SetActivityStreamsApplication(v ActivityStreamsApplication)
// SetActivityStreamsArrive sets the value of this property. Calling
// IsActivityStreamsArrive afterwards returns true.
SetActivityStreamsArrive(v ActivityStreamsArrive)
// SetActivityStreamsArticle sets the value of this property. Calling
// IsActivityStreamsArticle afterwards returns true.
SetActivityStreamsArticle(v ActivityStreamsArticle)
// SetActivityStreamsAudio sets the value of this property. Calling
// IsActivityStreamsAudio afterwards returns true.
SetActivityStreamsAudio(v ActivityStreamsAudio)
// SetActivityStreamsBlock sets the value of this property. Calling
// IsActivityStreamsBlock afterwards returns true.
SetActivityStreamsBlock(v ActivityStreamsBlock)
// SetActivityStreamsCollection sets the value of this property. Calling
// IsActivityStreamsCollection afterwards returns true.
SetActivityStreamsCollection(v ActivityStreamsCollection)
// SetActivityStreamsCollectionPage sets the value of this property.
// Calling IsActivityStreamsCollectionPage afterwards returns true.
SetActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// SetActivityStreamsCreate sets the value of this property. Calling
// IsActivityStreamsCreate afterwards returns true.
SetActivityStreamsCreate(v ActivityStreamsCreate)
// SetActivityStreamsDelete sets the value of this property. Calling
// IsActivityStreamsDelete afterwards returns true.
SetActivityStreamsDelete(v ActivityStreamsDelete)
// SetActivityStreamsDislike sets the value of this property. Calling
// IsActivityStreamsDislike afterwards returns true.
SetActivityStreamsDislike(v ActivityStreamsDislike)
// SetActivityStreamsDocument sets the value of this property. Calling
// IsActivityStreamsDocument afterwards returns true.
SetActivityStreamsDocument(v ActivityStreamsDocument)
// SetActivityStreamsEvent sets the value of this property. Calling
// IsActivityStreamsEvent afterwards returns true.
SetActivityStreamsEvent(v ActivityStreamsEvent)
// SetActivityStreamsFlag sets the value of this property. Calling
// IsActivityStreamsFlag afterwards returns true.
SetActivityStreamsFlag(v ActivityStreamsFlag)
// SetActivityStreamsFollow sets the value of this property. Calling
// IsActivityStreamsFollow afterwards returns true.
SetActivityStreamsFollow(v ActivityStreamsFollow)
// SetActivityStreamsGroup sets the value of this property. Calling
// IsActivityStreamsGroup afterwards returns true.
SetActivityStreamsGroup(v ActivityStreamsGroup)
// SetActivityStreamsIgnore sets the value of this property. Calling
// IsActivityStreamsIgnore afterwards returns true.
SetActivityStreamsIgnore(v ActivityStreamsIgnore)
// SetActivityStreamsImage sets the value of this property. Calling
// IsActivityStreamsImage afterwards returns true.
SetActivityStreamsImage(v ActivityStreamsImage)
// SetActivityStreamsIntransitiveActivity sets the value of this property.
// Calling IsActivityStreamsIntransitiveActivity afterwards returns
// true.
SetActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// SetActivityStreamsInvite sets the value of this property. Calling
// IsActivityStreamsInvite afterwards returns true.
SetActivityStreamsInvite(v ActivityStreamsInvite)
// SetActivityStreamsJoin sets the value of this property. Calling
// IsActivityStreamsJoin afterwards returns true.
SetActivityStreamsJoin(v ActivityStreamsJoin)
// SetActivityStreamsLeave sets the value of this property. Calling
// IsActivityStreamsLeave afterwards returns true.
SetActivityStreamsLeave(v ActivityStreamsLeave)
// SetActivityStreamsLike sets the value of this property. Calling
// IsActivityStreamsLike afterwards returns true.
SetActivityStreamsLike(v ActivityStreamsLike)
// SetActivityStreamsLink sets the value of this property. Calling
// IsActivityStreamsLink afterwards returns true.
SetActivityStreamsLink(v ActivityStreamsLink)
// SetActivityStreamsListen sets the value of this property. Calling
// IsActivityStreamsListen afterwards returns true.
SetActivityStreamsListen(v ActivityStreamsListen)
// SetActivityStreamsMention sets the value of this property. Calling
// IsActivityStreamsMention afterwards returns true.
SetActivityStreamsMention(v ActivityStreamsMention)
// SetActivityStreamsMove sets the value of this property. Calling
// IsActivityStreamsMove afterwards returns true.
SetActivityStreamsMove(v ActivityStreamsMove)
// SetActivityStreamsNote sets the value of this property. Calling
// IsActivityStreamsNote afterwards returns true.
SetActivityStreamsNote(v ActivityStreamsNote)
// SetActivityStreamsObject sets the value of this property. Calling
// IsActivityStreamsObject afterwards returns true.
SetActivityStreamsObject(v ActivityStreamsObject)
// SetActivityStreamsOffer sets the value of this property. Calling
// IsActivityStreamsOffer afterwards returns true.
SetActivityStreamsOffer(v ActivityStreamsOffer)
// SetActivityStreamsOrderedCollection sets the value of this property.
// Calling IsActivityStreamsOrderedCollection afterwards returns true.
SetActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// SetActivityStreamsOrderedCollectionPage sets the value of this
// property. Calling IsActivityStreamsOrderedCollectionPage afterwards
// returns true.
SetActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// SetActivityStreamsOrganization sets the value of this property. Calling
// IsActivityStreamsOrganization afterwards returns true.
SetActivityStreamsOrganization(v ActivityStreamsOrganization)
// SetActivityStreamsPage sets the value of this property. Calling
// IsActivityStreamsPage afterwards returns true.
SetActivityStreamsPage(v ActivityStreamsPage)
// SetActivityStreamsPerson sets the value of this property. Calling
// IsActivityStreamsPerson afterwards returns true.
SetActivityStreamsPerson(v ActivityStreamsPerson)
// SetActivityStreamsPlace sets the value of this property. Calling
// IsActivityStreamsPlace afterwards returns true.
SetActivityStreamsPlace(v ActivityStreamsPlace)
// SetActivityStreamsProfile sets the value of this property. Calling
// IsActivityStreamsProfile afterwards returns true.
SetActivityStreamsProfile(v ActivityStreamsProfile)
// SetActivityStreamsQuestion sets the value of this property. Calling
// IsActivityStreamsQuestion afterwards returns true.
SetActivityStreamsQuestion(v ActivityStreamsQuestion)
// SetActivityStreamsRead sets the value of this property. Calling
// IsActivityStreamsRead afterwards returns true.
SetActivityStreamsRead(v ActivityStreamsRead)
// SetActivityStreamsReject sets the value of this property. Calling
// IsActivityStreamsReject afterwards returns true.
SetActivityStreamsReject(v ActivityStreamsReject)
// SetActivityStreamsRelationship sets the value of this property. Calling
// IsActivityStreamsRelationship afterwards returns true.
SetActivityStreamsRelationship(v ActivityStreamsRelationship)
// SetActivityStreamsRemove sets the value of this property. Calling
// IsActivityStreamsRemove afterwards returns true.
SetActivityStreamsRemove(v ActivityStreamsRemove)
// SetActivityStreamsService sets the value of this property. Calling
// IsActivityStreamsService afterwards returns true.
SetActivityStreamsService(v ActivityStreamsService)
// SetActivityStreamsTentativeAccept sets the value of this property.
// Calling IsActivityStreamsTentativeAccept afterwards returns true.
SetActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// SetActivityStreamsTentativeReject sets the value of this property.
// Calling IsActivityStreamsTentativeReject afterwards returns true.
SetActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// SetActivityStreamsTombstone sets the value of this property. Calling
// IsActivityStreamsTombstone afterwards returns true.
SetActivityStreamsTombstone(v ActivityStreamsTombstone)
// SetActivityStreamsTravel sets the value of this property. Calling
// IsActivityStreamsTravel afterwards returns true.
SetActivityStreamsTravel(v ActivityStreamsTravel)
// SetActivityStreamsUndo sets the value of this property. Calling
// IsActivityStreamsUndo afterwards returns true.
SetActivityStreamsUndo(v ActivityStreamsUndo)
// SetActivityStreamsUpdate sets the value of this property. Calling
// IsActivityStreamsUpdate afterwards returns true.
SetActivityStreamsUpdate(v ActivityStreamsUpdate)
// SetActivityStreamsVideo sets the value of this property. Calling
// IsActivityStreamsVideo afterwards returns true.
SetActivityStreamsVideo(v ActivityStreamsVideo)
// SetActivityStreamsView sets the value of this property. Calling
// IsActivityStreamsView afterwards returns true.
SetActivityStreamsView(v ActivityStreamsView)
// SetFunkwhaleAlbum sets the value of this property. Calling
// IsFunkwhaleAlbum afterwards returns true.
SetFunkwhaleAlbum(v FunkwhaleAlbum)
// SetFunkwhaleArtist sets the value of this property. Calling
// IsFunkwhaleArtist afterwards returns true.
SetFunkwhaleArtist(v FunkwhaleArtist)
// SetFunkwhaleLibrary sets the value of this property. Calling
// IsFunkwhaleLibrary afterwards returns true.
SetFunkwhaleLibrary(v FunkwhaleLibrary)
// SetFunkwhaleTrack sets the value of this property. Calling
// IsFunkwhaleTrack afterwards returns true.
SetFunkwhaleTrack(v FunkwhaleTrack)
// SetGoToSocialAnnounceApproval sets the value of this property. Calling
// IsGoToSocialAnnounceApproval afterwards returns true.
SetGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// SetGoToSocialAnnounceAuthorization sets the value of this property.
// Calling IsGoToSocialAnnounceAuthorization afterwards returns true.
SetGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// SetGoToSocialAnnounceRequest sets the value of this property. Calling
// IsGoToSocialAnnounceRequest afterwards returns true.
SetGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// SetGoToSocialLikeApproval sets the value of this property. Calling
// IsGoToSocialLikeApproval afterwards returns true.
SetGoToSocialLikeApproval(v GoToSocialLikeApproval)
// SetGoToSocialLikeAuthorization sets the value of this property. Calling
// IsGoToSocialLikeAuthorization afterwards returns true.
SetGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// SetGoToSocialLikeRequest sets the value of this property. Calling
// IsGoToSocialLikeRequest afterwards returns true.
SetGoToSocialLikeRequest(v GoToSocialLikeRequest)
// SetGoToSocialQuoteAuthorization sets the value of this property.
// Calling IsGoToSocialQuoteAuthorization afterwards returns true.
SetGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// SetGoToSocialQuoteRequest sets the value of this property. Calling
// IsGoToSocialQuoteRequest afterwards returns true.
SetGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// SetGoToSocialReplyApproval sets the value of this property. Calling
// IsGoToSocialReplyApproval afterwards returns true.
SetGoToSocialReplyApproval(v GoToSocialReplyApproval)
// SetGoToSocialReplyAuthorization sets the value of this property.
// Calling IsGoToSocialReplyAuthorization afterwards returns true.
SetGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// SetGoToSocialReplyRequest sets the value of this property. Calling
// IsGoToSocialReplyRequest afterwards returns true.
SetGoToSocialReplyRequest(v GoToSocialReplyRequest)
// SetIRI sets the value of this property. Calling IsIRI afterwards
// returns true.
SetIRI(v *url.URL)
// SetLitePubEmojiReact sets the value of this property. Calling
// IsLitePubEmojiReact afterwards returns true.
SetLitePubEmojiReact(v LitePubEmojiReact)
// SetSchemaPropertyValue sets the value of this property. Calling
// IsSchemaPropertyValue afterwards returns true.
SetSchemaPropertyValue(v SchemaPropertyValue)
// SetTootEmoji sets the value of this property. Calling IsTootEmoji
// afterwards returns true.
SetTootEmoji(v TootEmoji)
// SetTootHashtag sets the value of this property. Calling IsTootHashtag
// afterwards returns true.
SetTootHashtag(v TootHashtag)
// SetTootIdentityProof sets the value of this property. Calling
// IsTootIdentityProof afterwards returns true.
SetTootIdentityProof(v TootIdentityProof)
// 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.
SetType(t Type) error
}
ActivityStreamsAttributedToPropertyIterator represents a single value for the "attributedTo" property.
type ActivityStreamsAudienceProperty ¶
type ActivityStreamsAudienceProperty interface {
// AppendActivityStreamsAccept appends a Accept value to the back of a
// list of the property "audience". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAccept(v ActivityStreamsAccept)
// AppendActivityStreamsActivity appends a Activity value to the back of a
// list of the property "audience". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsActivity(v ActivityStreamsActivity)
// AppendActivityStreamsAdd appends a Add value to the back of a list of
// the property "audience". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsAdd(v ActivityStreamsAdd)
// AppendActivityStreamsAnnounce appends a Announce value to the back of a
// list of the property "audience". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// AppendActivityStreamsApplication appends a Application value to the
// back of a list of the property "audience". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsApplication(v ActivityStreamsApplication)
// AppendActivityStreamsArrive appends a Arrive value to the back of a
// list of the property "audience". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsArrive(v ActivityStreamsArrive)
// AppendActivityStreamsArticle appends a Article value to the back of a
// list of the property "audience". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsArticle(v ActivityStreamsArticle)
// AppendActivityStreamsAudio appends a Audio value to the back of a list
// of the property "audience". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAudio(v ActivityStreamsAudio)
// AppendActivityStreamsBlock appends a Block value to the back of a list
// of the property "audience". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsBlock(v ActivityStreamsBlock)
// AppendActivityStreamsCollection appends a Collection value to the back
// of a list of the property "audience". Invalidates iterators that
// are traversing using Prev.
AppendActivityStreamsCollection(v ActivityStreamsCollection)
// AppendActivityStreamsCollectionPage appends a CollectionPage value to
// the back of a list of the property "audience". Invalidates
// iterators that are traversing using Prev.
AppendActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// AppendActivityStreamsCreate appends a Create value to the back of a
// list of the property "audience". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsCreate(v ActivityStreamsCreate)
// AppendActivityStreamsDelete appends a Delete value to the back of a
// list of the property "audience". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDelete(v ActivityStreamsDelete)
// AppendActivityStreamsDislike appends a Dislike value to the back of a
// list of the property "audience". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDislike(v ActivityStreamsDislike)
// AppendActivityStreamsDocument appends a Document value to the back of a
// list of the property "audience". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDocument(v ActivityStreamsDocument)
// AppendActivityStreamsEvent appends a Event value to the back of a list
// of the property "audience". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsEvent(v ActivityStreamsEvent)
// AppendActivityStreamsFlag appends a Flag value to the back of a list of
// the property "audience". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsFlag(v ActivityStreamsFlag)
// AppendActivityStreamsFollow appends a Follow value to the back of a
// list of the property "audience". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsFollow(v ActivityStreamsFollow)
// AppendActivityStreamsGroup appends a Group value to the back of a list
// of the property "audience". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsGroup(v ActivityStreamsGroup)
// AppendActivityStreamsIgnore appends a Ignore value to the back of a
// list of the property "audience". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsIgnore(v ActivityStreamsIgnore)
// AppendActivityStreamsImage appends a Image value to the back of a list
// of the property "audience". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsImage(v ActivityStreamsImage)
// AppendActivityStreamsIntransitiveActivity appends a
// IntransitiveActivity value to the back of a list of the property
// "audience". Invalidates iterators that are traversing using Prev.
AppendActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// AppendActivityStreamsInvite appends a Invite value to the back of a
// list of the property "audience". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsInvite(v ActivityStreamsInvite)
// AppendActivityStreamsJoin appends a Join value to the back of a list of
// the property "audience". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsJoin(v ActivityStreamsJoin)
// AppendActivityStreamsLeave appends a Leave value to the back of a list
// of the property "audience". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsLeave(v ActivityStreamsLeave)
// AppendActivityStreamsLike appends a Like value to the back of a list of
// the property "audience". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsLike(v ActivityStreamsLike)
// AppendActivityStreamsLink appends a Link value to the back of a list of
// the property "audience". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsLink(v ActivityStreamsLink)
// AppendActivityStreamsListen appends a Listen value to the back of a
// list of the property "audience". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsListen(v ActivityStreamsListen)
// AppendActivityStreamsMention appends a Mention value to the back of a
// list of the property "audience". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsMention(v ActivityStreamsMention)
// AppendActivityStreamsMove appends a Move value to the back of a list of
// the property "audience". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsMove(v ActivityStreamsMove)
// AppendActivityStreamsNote appends a Note value to the back of a list of
// the property "audience". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsNote(v ActivityStreamsNote)
// AppendActivityStreamsObject appends a Object value to the back of a
// list of the property "audience". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsObject(v ActivityStreamsObject)
// AppendActivityStreamsOffer appends a Offer value to the back of a list
// of the property "audience". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsOffer(v ActivityStreamsOffer)
// AppendActivityStreamsOrderedCollection appends a OrderedCollection
// value to the back of a list of the property "audience". Invalidates
// iterators that are traversing using Prev.
AppendActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// AppendActivityStreamsOrderedCollectionPage appends a
// OrderedCollectionPage value to the back of a list of the property
// "audience". Invalidates iterators that are traversing using Prev.
AppendActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// AppendActivityStreamsOrganization appends a Organization value to the
// back of a list of the property "audience". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsOrganization(v ActivityStreamsOrganization)
// AppendActivityStreamsPage appends a Page value to the back of a list of
// the property "audience". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsPage(v ActivityStreamsPage)
// AppendActivityStreamsPerson appends a Person value to the back of a
// list of the property "audience". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsPerson(v ActivityStreamsPerson)
// AppendActivityStreamsPlace appends a Place value to the back of a list
// of the property "audience". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsPlace(v ActivityStreamsPlace)
// AppendActivityStreamsProfile appends a Profile value to the back of a
// list of the property "audience". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsProfile(v ActivityStreamsProfile)
// AppendActivityStreamsQuestion appends a Question value to the back of a
// list of the property "audience". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsQuestion(v ActivityStreamsQuestion)
// AppendActivityStreamsRead appends a Read value to the back of a list of
// the property "audience". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsRead(v ActivityStreamsRead)
// AppendActivityStreamsReject appends a Reject value to the back of a
// list of the property "audience". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsReject(v ActivityStreamsReject)
// AppendActivityStreamsRelationship appends a Relationship value to the
// back of a list of the property "audience". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsRelationship(v ActivityStreamsRelationship)
// AppendActivityStreamsRemove appends a Remove value to the back of a
// list of the property "audience". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsRemove(v ActivityStreamsRemove)
// AppendActivityStreamsService appends a Service value to the back of a
// list of the property "audience". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsService(v ActivityStreamsService)
// AppendActivityStreamsTentativeAccept appends a TentativeAccept value to
// the back of a list of the property "audience". Invalidates
// iterators that are traversing using Prev.
AppendActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// AppendActivityStreamsTentativeReject appends a TentativeReject value to
// the back of a list of the property "audience". Invalidates
// iterators that are traversing using Prev.
AppendActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// AppendActivityStreamsTombstone appends a Tombstone value to the back of
// a list of the property "audience". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsTombstone(v ActivityStreamsTombstone)
// AppendActivityStreamsTravel appends a Travel value to the back of a
// list of the property "audience". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsTravel(v ActivityStreamsTravel)
// AppendActivityStreamsUndo appends a Undo value to the back of a list of
// the property "audience". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsUndo(v ActivityStreamsUndo)
// AppendActivityStreamsUpdate appends a Update value to the back of a
// list of the property "audience". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsUpdate(v ActivityStreamsUpdate)
// AppendActivityStreamsVideo appends a Video value to the back of a list
// of the property "audience". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsVideo(v ActivityStreamsVideo)
// AppendActivityStreamsView appends a View value to the back of a list of
// the property "audience". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsView(v ActivityStreamsView)
// AppendFunkwhaleAlbum appends a Album value to the back of a list of the
// property "audience". Invalidates iterators that are traversing
// using Prev.
AppendFunkwhaleAlbum(v FunkwhaleAlbum)
// AppendFunkwhaleArtist appends a Artist value to the back of a list of
// the property "audience". Invalidates iterators that are traversing
// using Prev.
AppendFunkwhaleArtist(v FunkwhaleArtist)
// AppendFunkwhaleLibrary appends a Library value to the back of a list of
// the property "audience". Invalidates iterators that are traversing
// using Prev.
AppendFunkwhaleLibrary(v FunkwhaleLibrary)
// AppendFunkwhaleTrack appends a Track value to the back of a list of the
// property "audience". Invalidates iterators that are traversing
// using Prev.
AppendFunkwhaleTrack(v FunkwhaleTrack)
// AppendGoToSocialAnnounceApproval appends a AnnounceApproval value to
// the back of a list of the property "audience". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// AppendGoToSocialAnnounceAuthorization appends a AnnounceAuthorization
// value to the back of a list of the property "audience". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// AppendGoToSocialAnnounceRequest appends a AnnounceRequest value to the
// back of a list of the property "audience". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// AppendGoToSocialLikeApproval appends a LikeApproval value to the back
// of a list of the property "audience". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialLikeApproval(v GoToSocialLikeApproval)
// AppendGoToSocialLikeAuthorization appends a LikeAuthorization value to
// the back of a list of the property "audience". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// AppendGoToSocialLikeRequest appends a LikeRequest value to the back of
// a list of the property "audience". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialLikeRequest(v GoToSocialLikeRequest)
// AppendGoToSocialQuoteAuthorization appends a QuoteAuthorization value
// to the back of a list of the property "audience". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// AppendGoToSocialQuoteRequest appends a QuoteRequest value to the back
// of a list of the property "audience". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// AppendGoToSocialReplyApproval appends a ReplyApproval value to the back
// of a list of the property "audience". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialReplyApproval(v GoToSocialReplyApproval)
// AppendGoToSocialReplyAuthorization appends a ReplyAuthorization value
// to the back of a list of the property "audience". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// AppendGoToSocialReplyRequest appends a ReplyRequest value to the back
// of a list of the property "audience". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialReplyRequest(v GoToSocialReplyRequest)
// AppendIRI appends an IRI value to the back of a list of the property
// "audience"
AppendIRI(v *url.URL)
// AppendLitePubEmojiReact appends a EmojiReact value to the back of a
// list of the property "audience". Invalidates iterators that are
// traversing using Prev.
AppendLitePubEmojiReact(v LitePubEmojiReact)
// AppendSchemaPropertyValue appends a PropertyValue value to the back of
// a list of the property "audience". Invalidates iterators that are
// traversing using Prev.
AppendSchemaPropertyValue(v SchemaPropertyValue)
// AppendTootEmoji appends a Emoji value to the back of a list of the
// property "audience". Invalidates iterators that are traversing
// using Prev.
AppendTootEmoji(v TootEmoji)
// AppendTootHashtag appends a Hashtag value to the back of a list of the
// property "audience". Invalidates iterators that are traversing
// using Prev.
AppendTootHashtag(v TootHashtag)
// AppendTootIdentityProof appends a IdentityProof value to the back of a
// list of the property "audience". Invalidates iterators that are
// traversing using Prev.
AppendTootIdentityProof(v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "audience". Invalidates iterators that are traversing
// using Prev. Returns an error if the type is not a valid one to set
// for this property.
AppendType(t Type) error
// At returns the property value for the specified index. Panics if the
// index is out of bounds.
At(index int) ActivityStreamsAudiencePropertyIterator
// 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.
Begin() ActivityStreamsAudiencePropertyIterator
// Empty returns returns true if there are no elements.
Empty() bool
// 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.
End() ActivityStreamsAudiencePropertyIterator
// InsertActivityStreamsAccept inserts a Accept value at the specified
// index for a property "audience". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsAccept(idx int, v ActivityStreamsAccept)
// InsertActivityStreamsActivity inserts a Activity value at the specified
// index for a property "audience". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsActivity(idx int, v ActivityStreamsActivity)
// InsertActivityStreamsAdd inserts a Add value at the specified index for
// a property "audience". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsAdd(idx int, v ActivityStreamsAdd)
// InsertActivityStreamsAnnounce inserts a Announce value at the specified
// index for a property "audience". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsAnnounce(idx int, v ActivityStreamsAnnounce)
// InsertActivityStreamsApplication inserts a Application value at the
// specified index for a property "audience". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsApplication(idx int, v ActivityStreamsApplication)
// InsertActivityStreamsArrive inserts a Arrive value at the specified
// index for a property "audience". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsArrive(idx int, v ActivityStreamsArrive)
// InsertActivityStreamsArticle inserts a Article value at the specified
// index for a property "audience". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsArticle(idx int, v ActivityStreamsArticle)
// InsertActivityStreamsAudio inserts a Audio value at the specified index
// for a property "audience". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsAudio(idx int, v ActivityStreamsAudio)
// InsertActivityStreamsBlock inserts a Block value at the specified index
// for a property "audience". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsBlock(idx int, v ActivityStreamsBlock)
// InsertActivityStreamsCollection inserts a Collection value at the
// specified index for a property "audience". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsCollection(idx int, v ActivityStreamsCollection)
// InsertActivityStreamsCollectionPage inserts a CollectionPage value at
// the specified index for a property "audience". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsCollectionPage(idx int, v ActivityStreamsCollectionPage)
// InsertActivityStreamsCreate inserts a Create value at the specified
// index for a property "audience". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsCreate(idx int, v ActivityStreamsCreate)
// InsertActivityStreamsDelete inserts a Delete value at the specified
// index for a property "audience". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDelete(idx int, v ActivityStreamsDelete)
// InsertActivityStreamsDislike inserts a Dislike value at the specified
// index for a property "audience". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDislike(idx int, v ActivityStreamsDislike)
// InsertActivityStreamsDocument inserts a Document value at the specified
// index for a property "audience". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDocument(idx int, v ActivityStreamsDocument)
// InsertActivityStreamsEvent inserts a Event value at the specified index
// for a property "audience". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsEvent(idx int, v ActivityStreamsEvent)
// InsertActivityStreamsFlag inserts a Flag value at the specified index
// for a property "audience". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsFlag(idx int, v ActivityStreamsFlag)
// InsertActivityStreamsFollow inserts a Follow value at the specified
// index for a property "audience". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsFollow(idx int, v ActivityStreamsFollow)
// InsertActivityStreamsGroup inserts a Group value at the specified index
// for a property "audience". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsGroup(idx int, v ActivityStreamsGroup)
// InsertActivityStreamsIgnore inserts a Ignore value at the specified
// index for a property "audience". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsIgnore(idx int, v ActivityStreamsIgnore)
// InsertActivityStreamsImage inserts a Image value at the specified index
// for a property "audience". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsImage(idx int, v ActivityStreamsImage)
// InsertActivityStreamsIntransitiveActivity inserts a
// IntransitiveActivity value at the specified index for a property
// "audience". Existing elements at that index and higher are shifted
// back once. Invalidates all iterators.
InsertActivityStreamsIntransitiveActivity(idx int, v ActivityStreamsIntransitiveActivity)
// InsertActivityStreamsInvite inserts a Invite value at the specified
// index for a property "audience". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsInvite(idx int, v ActivityStreamsInvite)
// InsertActivityStreamsJoin inserts a Join value at the specified index
// for a property "audience". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsJoin(idx int, v ActivityStreamsJoin)
// InsertActivityStreamsLeave inserts a Leave value at the specified index
// for a property "audience". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsLeave(idx int, v ActivityStreamsLeave)
// InsertActivityStreamsLike inserts a Like value at the specified index
// for a property "audience". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsLike(idx int, v ActivityStreamsLike)
// InsertActivityStreamsLink inserts a Link value at the specified index
// for a property "audience". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsLink(idx int, v ActivityStreamsLink)
// InsertActivityStreamsListen inserts a Listen value at the specified
// index for a property "audience". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsListen(idx int, v ActivityStreamsListen)
// InsertActivityStreamsMention inserts a Mention value at the specified
// index for a property "audience". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsMention(idx int, v ActivityStreamsMention)
// InsertActivityStreamsMove inserts a Move value at the specified index
// for a property "audience". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsMove(idx int, v ActivityStreamsMove)
// InsertActivityStreamsNote inserts a Note value at the specified index
// for a property "audience". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsNote(idx int, v ActivityStreamsNote)
// InsertActivityStreamsObject inserts a Object value at the specified
// index for a property "audience". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsObject(idx int, v ActivityStreamsObject)
// InsertActivityStreamsOffer inserts a Offer value at the specified index
// for a property "audience". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsOffer(idx int, v ActivityStreamsOffer)
// InsertActivityStreamsOrderedCollection inserts a OrderedCollection
// value at the specified index for a property "audience". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertActivityStreamsOrderedCollection(idx int, v ActivityStreamsOrderedCollection)
// InsertActivityStreamsOrderedCollectionPage inserts a
// OrderedCollectionPage value at the specified index for a property
// "audience". Existing elements at that index and higher are shifted
// back once. Invalidates all iterators.
InsertActivityStreamsOrderedCollectionPage(idx int, v ActivityStreamsOrderedCollectionPage)
// InsertActivityStreamsOrganization inserts a Organization value at the
// specified index for a property "audience". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsOrganization(idx int, v ActivityStreamsOrganization)
// InsertActivityStreamsPage inserts a Page value at the specified index
// for a property "audience". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsPage(idx int, v ActivityStreamsPage)
// InsertActivityStreamsPerson inserts a Person value at the specified
// index for a property "audience". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsPerson(idx int, v ActivityStreamsPerson)
// InsertActivityStreamsPlace inserts a Place value at the specified index
// for a property "audience". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsPlace(idx int, v ActivityStreamsPlace)
// InsertActivityStreamsProfile inserts a Profile value at the specified
// index for a property "audience". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsProfile(idx int, v ActivityStreamsProfile)
// InsertActivityStreamsQuestion inserts a Question value at the specified
// index for a property "audience". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsQuestion(idx int, v ActivityStreamsQuestion)
// InsertActivityStreamsRead inserts a Read value at the specified index
// for a property "audience". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsRead(idx int, v ActivityStreamsRead)
// InsertActivityStreamsReject inserts a Reject value at the specified
// index for a property "audience". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsReject(idx int, v ActivityStreamsReject)
// InsertActivityStreamsRelationship inserts a Relationship value at the
// specified index for a property "audience". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsRelationship(idx int, v ActivityStreamsRelationship)
// InsertActivityStreamsRemove inserts a Remove value at the specified
// index for a property "audience". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsRemove(idx int, v ActivityStreamsRemove)
// InsertActivityStreamsService inserts a Service value at the specified
// index for a property "audience". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsService(idx int, v ActivityStreamsService)
// InsertActivityStreamsTentativeAccept inserts a TentativeAccept value at
// the specified index for a property "audience". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsTentativeAccept(idx int, v ActivityStreamsTentativeAccept)
// InsertActivityStreamsTentativeReject inserts a TentativeReject value at
// the specified index for a property "audience". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsTentativeReject(idx int, v ActivityStreamsTentativeReject)
// InsertActivityStreamsTombstone inserts a Tombstone value at the
// specified index for a property "audience". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsTombstone(idx int, v ActivityStreamsTombstone)
// InsertActivityStreamsTravel inserts a Travel value at the specified
// index for a property "audience". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsTravel(idx int, v ActivityStreamsTravel)
// InsertActivityStreamsUndo inserts a Undo value at the specified index
// for a property "audience". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsUndo(idx int, v ActivityStreamsUndo)
// InsertActivityStreamsUpdate inserts a Update value at the specified
// index for a property "audience". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsUpdate(idx int, v ActivityStreamsUpdate)
// InsertActivityStreamsVideo inserts a Video value at the specified index
// for a property "audience". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsVideo(idx int, v ActivityStreamsVideo)
// InsertActivityStreamsView inserts a View value at the specified index
// for a property "audience". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsView(idx int, v ActivityStreamsView)
// InsertFunkwhaleAlbum inserts a Album value at the specified index for a
// property "audience". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertFunkwhaleAlbum(idx int, v FunkwhaleAlbum)
// InsertFunkwhaleArtist inserts a Artist value at the specified index for
// a property "audience". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertFunkwhaleArtist(idx int, v FunkwhaleArtist)
// InsertFunkwhaleLibrary inserts a Library value at the specified index
// for a property "audience". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertFunkwhaleLibrary(idx int, v FunkwhaleLibrary)
// InsertFunkwhaleTrack inserts a Track value at the specified index for a
// property "audience". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertFunkwhaleTrack(idx int, v FunkwhaleTrack)
// InsertGoToSocialAnnounceApproval inserts a AnnounceApproval value at
// the specified index for a property "audience". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialAnnounceApproval(idx int, v GoToSocialAnnounceApproval)
// InsertGoToSocialAnnounceAuthorization inserts a AnnounceAuthorization
// value at the specified index for a property "audience". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertGoToSocialAnnounceAuthorization(idx int, v GoToSocialAnnounceAuthorization)
// InsertGoToSocialAnnounceRequest inserts a AnnounceRequest value at the
// specified index for a property "audience". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialAnnounceRequest(idx int, v GoToSocialAnnounceRequest)
// InsertGoToSocialLikeApproval inserts a LikeApproval value at the
// specified index for a property "audience". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialLikeApproval(idx int, v GoToSocialLikeApproval)
// InsertGoToSocialLikeAuthorization inserts a LikeAuthorization value at
// the specified index for a property "audience". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialLikeAuthorization(idx int, v GoToSocialLikeAuthorization)
// InsertGoToSocialLikeRequest inserts a LikeRequest value at the
// specified index for a property "audience". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// InsertGoToSocialQuoteAuthorization inserts a QuoteAuthorization value
// at the specified index for a property "audience". Existing elements
// at that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialQuoteAuthorization(idx int, v GoToSocialQuoteAuthorization)
// InsertGoToSocialQuoteRequest inserts a QuoteRequest value at the
// specified index for a property "audience". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialQuoteRequest(idx int, v GoToSocialQuoteRequest)
// InsertGoToSocialReplyApproval inserts a ReplyApproval value at the
// specified index for a property "audience". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialReplyApproval(idx int, v GoToSocialReplyApproval)
// InsertGoToSocialReplyAuthorization inserts a ReplyAuthorization value
// at the specified index for a property "audience". Existing elements
// at that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialReplyAuthorization(idx int, v GoToSocialReplyAuthorization)
// InsertGoToSocialReplyRequest inserts a ReplyRequest value at the
// specified index for a property "audience". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialReplyRequest(idx int, v GoToSocialReplyRequest)
// Insert inserts an IRI value at the specified index for a property
// "audience". Existing elements at that index and higher are shifted
// back once. Invalidates all iterators.
InsertIRI(idx int, v *url.URL)
// InsertLitePubEmojiReact inserts a EmojiReact value at the specified
// index for a property "audience". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertLitePubEmojiReact(idx int, v LitePubEmojiReact)
// InsertSchemaPropertyValue inserts a PropertyValue value at the
// specified index for a property "audience". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertSchemaPropertyValue(idx int, v SchemaPropertyValue)
// InsertTootEmoji inserts a Emoji value at the specified index for a
// property "audience". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertTootEmoji(idx int, v TootEmoji)
// InsertTootHashtag inserts a Hashtag value at the specified index for a
// property "audience". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertTootHashtag(idx int, v TootHashtag)
// InsertTootIdentityProof inserts a IdentityProof value at the specified
// index for a property "audience". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertTootIdentityProof(idx int, v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "audience". Invalidates all iterators. Returns an
// error if the type is not a valid one to set for this property.
InsertType(idx int, t Type) error
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex(idx int) int
// Len returns the number of values that exist for the "audience" property.
Len() (length int)
// Less computes whether another property is less than this one. Mixing
// types results in a consistent but arbitrary ordering
Less(i, j int) 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.
LessThan(o ActivityStreamsAudienceProperty) bool
// Name returns the name of this property ("audience") with any alias.
Name() string
// PrependActivityStreamsAccept prepends a Accept value to the front of a
// list of the property "audience". Invalidates all iterators.
PrependActivityStreamsAccept(v ActivityStreamsAccept)
// PrependActivityStreamsActivity prepends a Activity value to the front
// of a list of the property "audience". Invalidates all iterators.
PrependActivityStreamsActivity(v ActivityStreamsActivity)
// PrependActivityStreamsAdd prepends a Add value to the front of a list
// of the property "audience". Invalidates all iterators.
PrependActivityStreamsAdd(v ActivityStreamsAdd)
// PrependActivityStreamsAnnounce prepends a Announce value to the front
// of a list of the property "audience". Invalidates all iterators.
PrependActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// PrependActivityStreamsApplication prepends a Application value to the
// front of a list of the property "audience". Invalidates all
// iterators.
PrependActivityStreamsApplication(v ActivityStreamsApplication)
// PrependActivityStreamsArrive prepends a Arrive value to the front of a
// list of the property "audience". Invalidates all iterators.
PrependActivityStreamsArrive(v ActivityStreamsArrive)
// PrependActivityStreamsArticle prepends a Article value to the front of
// a list of the property "audience". Invalidates all iterators.
PrependActivityStreamsArticle(v ActivityStreamsArticle)
// PrependActivityStreamsAudio prepends a Audio value to the front of a
// list of the property "audience". Invalidates all iterators.
PrependActivityStreamsAudio(v ActivityStreamsAudio)
// PrependActivityStreamsBlock prepends a Block value to the front of a
// list of the property "audience". Invalidates all iterators.
PrependActivityStreamsBlock(v ActivityStreamsBlock)
// PrependActivityStreamsCollection prepends a Collection value to the
// front of a list of the property "audience". Invalidates all
// iterators.
PrependActivityStreamsCollection(v ActivityStreamsCollection)
// PrependActivityStreamsCollectionPage prepends a CollectionPage value to
// the front of a list of the property "audience". Invalidates all
// iterators.
PrependActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// PrependActivityStreamsCreate prepends a Create value to the front of a
// list of the property "audience". Invalidates all iterators.
PrependActivityStreamsCreate(v ActivityStreamsCreate)
// PrependActivityStreamsDelete prepends a Delete value to the front of a
// list of the property "audience". Invalidates all iterators.
PrependActivityStreamsDelete(v ActivityStreamsDelete)
// PrependActivityStreamsDislike prepends a Dislike value to the front of
// a list of the property "audience". Invalidates all iterators.
PrependActivityStreamsDislike(v ActivityStreamsDislike)
// PrependActivityStreamsDocument prepends a Document value to the front
// of a list of the property "audience". Invalidates all iterators.
PrependActivityStreamsDocument(v ActivityStreamsDocument)
// PrependActivityStreamsEvent prepends a Event value to the front of a
// list of the property "audience". Invalidates all iterators.
PrependActivityStreamsEvent(v ActivityStreamsEvent)
// PrependActivityStreamsFlag prepends a Flag value to the front of a list
// of the property "audience". Invalidates all iterators.
PrependActivityStreamsFlag(v ActivityStreamsFlag)
// PrependActivityStreamsFollow prepends a Follow value to the front of a
// list of the property "audience". Invalidates all iterators.
PrependActivityStreamsFollow(v ActivityStreamsFollow)
// PrependActivityStreamsGroup prepends a Group value to the front of a
// list of the property "audience". Invalidates all iterators.
PrependActivityStreamsGroup(v ActivityStreamsGroup)
// PrependActivityStreamsIgnore prepends a Ignore value to the front of a
// list of the property "audience". Invalidates all iterators.
PrependActivityStreamsIgnore(v ActivityStreamsIgnore)
// PrependActivityStreamsImage prepends a Image value to the front of a
// list of the property "audience". Invalidates all iterators.
PrependActivityStreamsImage(v ActivityStreamsImage)
// PrependActivityStreamsIntransitiveActivity prepends a
// IntransitiveActivity value to the front of a list of the property
// "audience". Invalidates all iterators.
PrependActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// PrependActivityStreamsInvite prepends a Invite value to the front of a
// list of the property "audience". Invalidates all iterators.
PrependActivityStreamsInvite(v ActivityStreamsInvite)
// PrependActivityStreamsJoin prepends a Join value to the front of a list
// of the property "audience". Invalidates all iterators.
PrependActivityStreamsJoin(v ActivityStreamsJoin)
// PrependActivityStreamsLeave prepends a Leave value to the front of a
// list of the property "audience". Invalidates all iterators.
PrependActivityStreamsLeave(v ActivityStreamsLeave)
// PrependActivityStreamsLike prepends a Like value to the front of a list
// of the property "audience". Invalidates all iterators.
PrependActivityStreamsLike(v ActivityStreamsLike)
// PrependActivityStreamsLink prepends a Link value to the front of a list
// of the property "audience". Invalidates all iterators.
PrependActivityStreamsLink(v ActivityStreamsLink)
// PrependActivityStreamsListen prepends a Listen value to the front of a
// list of the property "audience". Invalidates all iterators.
PrependActivityStreamsListen(v ActivityStreamsListen)
// PrependActivityStreamsMention prepends a Mention value to the front of
// a list of the property "audience". Invalidates all iterators.
PrependActivityStreamsMention(v ActivityStreamsMention)
// PrependActivityStreamsMove prepends a Move value to the front of a list
// of the property "audience". Invalidates all iterators.
PrependActivityStreamsMove(v ActivityStreamsMove)
// PrependActivityStreamsNote prepends a Note value to the front of a list
// of the property "audience". Invalidates all iterators.
PrependActivityStreamsNote(v ActivityStreamsNote)
// PrependActivityStreamsObject prepends a Object value to the front of a
// list of the property "audience". Invalidates all iterators.
PrependActivityStreamsObject(v ActivityStreamsObject)
// PrependActivityStreamsOffer prepends a Offer value to the front of a
// list of the property "audience". Invalidates all iterators.
PrependActivityStreamsOffer(v ActivityStreamsOffer)
// PrependActivityStreamsOrderedCollection prepends a OrderedCollection
// value to the front of a list of the property "audience".
// Invalidates all iterators.
PrependActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// PrependActivityStreamsOrderedCollectionPage prepends a
// OrderedCollectionPage value to the front of a list of the property
// "audience". Invalidates all iterators.
PrependActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// PrependActivityStreamsOrganization prepends a Organization value to the
// front of a list of the property "audience". Invalidates all
// iterators.
PrependActivityStreamsOrganization(v ActivityStreamsOrganization)
// PrependActivityStreamsPage prepends a Page value to the front of a list
// of the property "audience". Invalidates all iterators.
PrependActivityStreamsPage(v ActivityStreamsPage)
// PrependActivityStreamsPerson prepends a Person value to the front of a
// list of the property "audience". Invalidates all iterators.
PrependActivityStreamsPerson(v ActivityStreamsPerson)
// PrependActivityStreamsPlace prepends a Place value to the front of a
// list of the property "audience". Invalidates all iterators.
PrependActivityStreamsPlace(v ActivityStreamsPlace)
// PrependActivityStreamsProfile prepends a Profile value to the front of
// a list of the property "audience". Invalidates all iterators.
PrependActivityStreamsProfile(v ActivityStreamsProfile)
// PrependActivityStreamsQuestion prepends a Question value to the front
// of a list of the property "audience". Invalidates all iterators.
PrependActivityStreamsQuestion(v ActivityStreamsQuestion)
// PrependActivityStreamsRead prepends a Read value to the front of a list
// of the property "audience". Invalidates all iterators.
PrependActivityStreamsRead(v ActivityStreamsRead)
// PrependActivityStreamsReject prepends a Reject value to the front of a
// list of the property "audience". Invalidates all iterators.
PrependActivityStreamsReject(v ActivityStreamsReject)
// PrependActivityStreamsRelationship prepends a Relationship value to the
// front of a list of the property "audience". Invalidates all
// iterators.
PrependActivityStreamsRelationship(v ActivityStreamsRelationship)
// PrependActivityStreamsRemove prepends a Remove value to the front of a
// list of the property "audience". Invalidates all iterators.
PrependActivityStreamsRemove(v ActivityStreamsRemove)
// PrependActivityStreamsService prepends a Service value to the front of
// a list of the property "audience". Invalidates all iterators.
PrependActivityStreamsService(v ActivityStreamsService)
// PrependActivityStreamsTentativeAccept prepends a TentativeAccept value
// to the front of a list of the property "audience". Invalidates all
// iterators.
PrependActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// PrependActivityStreamsTentativeReject prepends a TentativeReject value
// to the front of a list of the property "audience". Invalidates all
// iterators.
PrependActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// PrependActivityStreamsTombstone prepends a Tombstone value to the front
// of a list of the property "audience". Invalidates all iterators.
PrependActivityStreamsTombstone(v ActivityStreamsTombstone)
// PrependActivityStreamsTravel prepends a Travel value to the front of a
// list of the property "audience". Invalidates all iterators.
PrependActivityStreamsTravel(v ActivityStreamsTravel)
// PrependActivityStreamsUndo prepends a Undo value to the front of a list
// of the property "audience". Invalidates all iterators.
PrependActivityStreamsUndo(v ActivityStreamsUndo)
// PrependActivityStreamsUpdate prepends a Update value to the front of a
// list of the property "audience". Invalidates all iterators.
PrependActivityStreamsUpdate(v ActivityStreamsUpdate)
// PrependActivityStreamsVideo prepends a Video value to the front of a
// list of the property "audience". Invalidates all iterators.
PrependActivityStreamsVideo(v ActivityStreamsVideo)
// PrependActivityStreamsView prepends a View value to the front of a list
// of the property "audience". Invalidates all iterators.
PrependActivityStreamsView(v ActivityStreamsView)
// PrependFunkwhaleAlbum prepends a Album value to the front of a list of
// the property "audience". Invalidates all iterators.
PrependFunkwhaleAlbum(v FunkwhaleAlbum)
// PrependFunkwhaleArtist prepends a Artist value to the front of a list
// of the property "audience". Invalidates all iterators.
PrependFunkwhaleArtist(v FunkwhaleArtist)
// PrependFunkwhaleLibrary prepends a Library value to the front of a list
// of the property "audience". Invalidates all iterators.
PrependFunkwhaleLibrary(v FunkwhaleLibrary)
// PrependFunkwhaleTrack prepends a Track value to the front of a list of
// the property "audience". Invalidates all iterators.
PrependFunkwhaleTrack(v FunkwhaleTrack)
// PrependGoToSocialAnnounceApproval prepends a AnnounceApproval value to
// the front of a list of the property "audience". Invalidates all
// iterators.
PrependGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// PrependGoToSocialAnnounceAuthorization prepends a AnnounceAuthorization
// value to the front of a list of the property "audience".
// Invalidates all iterators.
PrependGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// PrependGoToSocialAnnounceRequest prepends a AnnounceRequest value to
// the front of a list of the property "audience". Invalidates all
// iterators.
PrependGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// PrependGoToSocialLikeApproval prepends a LikeApproval value to the
// front of a list of the property "audience". Invalidates all
// iterators.
PrependGoToSocialLikeApproval(v GoToSocialLikeApproval)
// PrependGoToSocialLikeAuthorization prepends a LikeAuthorization value
// to the front of a list of the property "audience". Invalidates all
// iterators.
PrependGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// PrependGoToSocialLikeRequest prepends a LikeRequest value to the front
// of a list of the property "audience". Invalidates all iterators.
PrependGoToSocialLikeRequest(v GoToSocialLikeRequest)
// PrependGoToSocialQuoteAuthorization prepends a QuoteAuthorization value
// to the front of a list of the property "audience". Invalidates all
// iterators.
PrependGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// PrependGoToSocialQuoteRequest prepends a QuoteRequest value to the
// front of a list of the property "audience". Invalidates all
// iterators.
PrependGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// PrependGoToSocialReplyApproval prepends a ReplyApproval value to the
// front of a list of the property "audience". Invalidates all
// iterators.
PrependGoToSocialReplyApproval(v GoToSocialReplyApproval)
// PrependGoToSocialReplyAuthorization prepends a ReplyAuthorization value
// to the front of a list of the property "audience". Invalidates all
// iterators.
PrependGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// PrependGoToSocialReplyRequest prepends a ReplyRequest value to the
// front of a list of the property "audience". Invalidates all
// iterators.
PrependGoToSocialReplyRequest(v GoToSocialReplyRequest)
// PrependIRI prepends an IRI value to the front of a list of the property
// "audience".
PrependIRI(v *url.URL)
// PrependLitePubEmojiReact prepends a EmojiReact value to the front of a
// list of the property "audience". Invalidates all iterators.
PrependLitePubEmojiReact(v LitePubEmojiReact)
// PrependSchemaPropertyValue prepends a PropertyValue value to the front
// of a list of the property "audience". Invalidates all iterators.
PrependSchemaPropertyValue(v SchemaPropertyValue)
// PrependTootEmoji prepends a Emoji value to the front of a list of the
// property "audience". Invalidates all iterators.
PrependTootEmoji(v TootEmoji)
// PrependTootHashtag prepends a Hashtag value to the front of a list of
// the property "audience". Invalidates all iterators.
PrependTootHashtag(v TootHashtag)
// PrependTootIdentityProof prepends a IdentityProof value to the front of
// a list of the property "audience". Invalidates all iterators.
PrependTootIdentityProof(v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "audience". Invalidates all iterators. Returns an
// error if the type is not a valid one to set for this property.
PrependType(t Type) error
// Remove deletes an element at the specified index from a list of the
// property "audience", regardless of its type. Panics if the index is
// out of bounds. Invalidates all iterators.
Remove(idx int)
// 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.
Serialize() (interface{}, error)
// SetActivityStreamsAccept sets a Accept value to be at the specified
// index for the property "audience". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsAccept(idx int, v ActivityStreamsAccept)
// SetActivityStreamsActivity sets a Activity value to be at the specified
// index for the property "audience". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsActivity(idx int, v ActivityStreamsActivity)
// SetActivityStreamsAdd sets a Add value to be at the specified index for
// the property "audience". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsAdd(idx int, v ActivityStreamsAdd)
// SetActivityStreamsAnnounce sets a Announce value to be at the specified
// index for the property "audience". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsAnnounce(idx int, v ActivityStreamsAnnounce)
// SetActivityStreamsApplication sets a Application value to be at the
// specified index for the property "audience". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsApplication(idx int, v ActivityStreamsApplication)
// SetActivityStreamsArrive sets a Arrive value to be at the specified
// index for the property "audience". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsArrive(idx int, v ActivityStreamsArrive)
// SetActivityStreamsArticle sets a Article value to be at the specified
// index for the property "audience". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsArticle(idx int, v ActivityStreamsArticle)
// SetActivityStreamsAudio sets a Audio value to be at the specified index
// for the property "audience". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsAudio(idx int, v ActivityStreamsAudio)
// SetActivityStreamsBlock sets a Block value to be at the specified index
// for the property "audience". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsBlock(idx int, v ActivityStreamsBlock)
// SetActivityStreamsCollection sets a Collection value to be at the
// specified index for the property "audience". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsCollection(idx int, v ActivityStreamsCollection)
// SetActivityStreamsCollectionPage sets a CollectionPage value to be at
// the specified index for the property "audience". Panics if the
// index is out of bounds. Invalidates all iterators.
SetActivityStreamsCollectionPage(idx int, v ActivityStreamsCollectionPage)
// SetActivityStreamsCreate sets a Create value to be at the specified
// index for the property "audience". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsCreate(idx int, v ActivityStreamsCreate)
// SetActivityStreamsDelete sets a Delete value to be at the specified
// index for the property "audience". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsDelete(idx int, v ActivityStreamsDelete)
// SetActivityStreamsDislike sets a Dislike value to be at the specified
// index for the property "audience". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsDislike(idx int, v ActivityStreamsDislike)
// SetActivityStreamsDocument sets a Document value to be at the specified
// index for the property "audience". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsDocument(idx int, v ActivityStreamsDocument)
// SetActivityStreamsEvent sets a Event value to be at the specified index
// for the property "audience". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsEvent(idx int, v ActivityStreamsEvent)
// SetActivityStreamsFlag sets a Flag value to be at the specified index
// for the property "audience". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsFlag(idx int, v ActivityStreamsFlag)
// SetActivityStreamsFollow sets a Follow value to be at the specified
// index for the property "audience". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsFollow(idx int, v ActivityStreamsFollow)
// SetActivityStreamsGroup sets a Group value to be at the specified index
// for the property "audience". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsGroup(idx int, v ActivityStreamsGroup)
// SetActivityStreamsIgnore sets a Ignore value to be at the specified
// index for the property "audience". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsIgnore(idx int, v ActivityStreamsIgnore)
// SetActivityStreamsImage sets a Image value to be at the specified index
// for the property "audience". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsImage(idx int, v ActivityStreamsImage)
// SetActivityStreamsIntransitiveActivity sets a IntransitiveActivity
// value to be at the specified index for the property "audience".
// Panics if the index is out of bounds. Invalidates all iterators.
SetActivityStreamsIntransitiveActivity(idx int, v ActivityStreamsIntransitiveActivity)
// SetActivityStreamsInvite sets a Invite value to be at the specified
// index for the property "audience". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsInvite(idx int, v ActivityStreamsInvite)
// SetActivityStreamsJoin sets a Join value to be at the specified index
// for the property "audience". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsJoin(idx int, v ActivityStreamsJoin)
// SetActivityStreamsLeave sets a Leave value to be at the specified index
// for the property "audience". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsLeave(idx int, v ActivityStreamsLeave)
// SetActivityStreamsLike sets a Like value to be at the specified index
// for the property "audience". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsLike(idx int, v ActivityStreamsLike)
// SetActivityStreamsLink sets a Link value to be at the specified index
// for the property "audience". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsLink(idx int, v ActivityStreamsLink)
// SetActivityStreamsListen sets a Listen value to be at the specified
// index for the property "audience". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsListen(idx int, v ActivityStreamsListen)
// SetActivityStreamsMention sets a Mention value to be at the specified
// index for the property "audience". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsMention(idx int, v ActivityStreamsMention)
// SetActivityStreamsMove sets a Move value to be at the specified index
// for the property "audience". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsMove(idx int, v ActivityStreamsMove)
// SetActivityStreamsNote sets a Note value to be at the specified index
// for the property "audience". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsNote(idx int, v ActivityStreamsNote)
// SetActivityStreamsObject sets a Object value to be at the specified
// index for the property "audience". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsObject(idx int, v ActivityStreamsObject)
// SetActivityStreamsOffer sets a Offer value to be at the specified index
// for the property "audience". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsOffer(idx int, v ActivityStreamsOffer)
// SetActivityStreamsOrderedCollection sets a OrderedCollection value to
// be at the specified index for the property "audience". Panics if
// the index is out of bounds. Invalidates all iterators.
SetActivityStreamsOrderedCollection(idx int, v ActivityStreamsOrderedCollection)
// SetActivityStreamsOrderedCollectionPage sets a OrderedCollectionPage
// value to be at the specified index for the property "audience".
// Panics if the index is out of bounds. Invalidates all iterators.
SetActivityStreamsOrderedCollectionPage(idx int, v ActivityStreamsOrderedCollectionPage)
// SetActivityStreamsOrganization sets a Organization value to be at the
// specified index for the property "audience". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsOrganization(idx int, v ActivityStreamsOrganization)
// SetActivityStreamsPage sets a Page value to be at the specified index
// for the property "audience". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsPage(idx int, v ActivityStreamsPage)
// SetActivityStreamsPerson sets a Person value to be at the specified
// index for the property "audience". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsPerson(idx int, v ActivityStreamsPerson)
// SetActivityStreamsPlace sets a Place value to be at the specified index
// for the property "audience". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsPlace(idx int, v ActivityStreamsPlace)
// SetActivityStreamsProfile sets a Profile value to be at the specified
// index for the property "audience". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsProfile(idx int, v ActivityStreamsProfile)
// SetActivityStreamsQuestion sets a Question value to be at the specified
// index for the property "audience". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsQuestion(idx int, v ActivityStreamsQuestion)
// SetActivityStreamsRead sets a Read value to be at the specified index
// for the property "audience". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsRead(idx int, v ActivityStreamsRead)
// SetActivityStreamsReject sets a Reject value to be at the specified
// index for the property "audience". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsReject(idx int, v ActivityStreamsReject)
// SetActivityStreamsRelationship sets a Relationship value to be at the
// specified index for the property "audience". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsRelationship(idx int, v ActivityStreamsRelationship)
// SetActivityStreamsRemove sets a Remove value to be at the specified
// index for the property "audience". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsRemove(idx int, v ActivityStreamsRemove)
// SetActivityStreamsService sets a Service value to be at the specified
// index for the property "audience". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsService(idx int, v ActivityStreamsService)
// SetActivityStreamsTentativeAccept sets a TentativeAccept value to be at
// the specified index for the property "audience". Panics if the
// index is out of bounds. Invalidates all iterators.
SetActivityStreamsTentativeAccept(idx int, v ActivityStreamsTentativeAccept)
// SetActivityStreamsTentativeReject sets a TentativeReject value to be at
// the specified index for the property "audience". Panics if the
// index is out of bounds. Invalidates all iterators.
SetActivityStreamsTentativeReject(idx int, v ActivityStreamsTentativeReject)
// SetActivityStreamsTombstone sets a Tombstone value to be at the
// specified index for the property "audience". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsTombstone(idx int, v ActivityStreamsTombstone)
// SetActivityStreamsTravel sets a Travel value to be at the specified
// index for the property "audience". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsTravel(idx int, v ActivityStreamsTravel)
// SetActivityStreamsUndo sets a Undo value to be at the specified index
// for the property "audience". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsUndo(idx int, v ActivityStreamsUndo)
// SetActivityStreamsUpdate sets a Update value to be at the specified
// index for the property "audience". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsUpdate(idx int, v ActivityStreamsUpdate)
// SetActivityStreamsVideo sets a Video value to be at the specified index
// for the property "audience". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsVideo(idx int, v ActivityStreamsVideo)
// SetActivityStreamsView sets a View value to be at the specified index
// for the property "audience". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsView(idx int, v ActivityStreamsView)
// SetFunkwhaleAlbum sets a Album value to be at the specified index for
// the property "audience". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleAlbum(idx int, v FunkwhaleAlbum)
// SetFunkwhaleArtist sets a Artist value to be at the specified index for
// the property "audience". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleArtist(idx int, v FunkwhaleArtist)
// SetFunkwhaleLibrary sets a Library value to be at the specified index
// for the property "audience". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleLibrary(idx int, v FunkwhaleLibrary)
// SetFunkwhaleTrack sets a Track value to be at the specified index for
// the property "audience". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleTrack(idx int, v FunkwhaleTrack)
// SetGoToSocialAnnounceApproval sets a AnnounceApproval value to be at
// the specified index for the property "audience". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceApproval(idx int, v GoToSocialAnnounceApproval)
// SetGoToSocialAnnounceAuthorization sets a AnnounceAuthorization value
// to be at the specified index for the property "audience". Panics if
// the index is out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceAuthorization(idx int, v GoToSocialAnnounceAuthorization)
// SetGoToSocialAnnounceRequest sets a AnnounceRequest value to be at the
// specified index for the property "audience". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceRequest(idx int, v GoToSocialAnnounceRequest)
// SetGoToSocialLikeApproval sets a LikeApproval value to be at the
// specified index for the property "audience". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialLikeApproval(idx int, v GoToSocialLikeApproval)
// SetGoToSocialLikeAuthorization sets a LikeAuthorization value to be at
// the specified index for the property "audience". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialLikeAuthorization(idx int, v GoToSocialLikeAuthorization)
// SetGoToSocialLikeRequest sets a LikeRequest value to be at the
// specified index for the property "audience". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// SetGoToSocialQuoteAuthorization sets a QuoteAuthorization value to be
// at the specified index for the property "audience". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialQuoteAuthorization(idx int, v GoToSocialQuoteAuthorization)
// SetGoToSocialQuoteRequest sets a QuoteRequest value to be at the
// specified index for the property "audience". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialQuoteRequest(idx int, v GoToSocialQuoteRequest)
// SetGoToSocialReplyApproval sets a ReplyApproval value to be at the
// specified index for the property "audience". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialReplyApproval(idx int, v GoToSocialReplyApproval)
// SetGoToSocialReplyAuthorization sets a ReplyAuthorization value to be
// at the specified index for the property "audience". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialReplyAuthorization(idx int, v GoToSocialReplyAuthorization)
// SetGoToSocialReplyRequest sets a ReplyRequest value to be at the
// specified index for the property "audience". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialReplyRequest(idx int, v GoToSocialReplyRequest)
// SetIRI sets an IRI value to be at the specified index for the property
// "audience". Panics if the index is out of bounds.
SetIRI(idx int, v *url.URL)
// SetLitePubEmojiReact sets a EmojiReact value to be at the specified
// index for the property "audience". Panics if the index is out of
// bounds. Invalidates all iterators.
SetLitePubEmojiReact(idx int, v LitePubEmojiReact)
// SetSchemaPropertyValue sets a PropertyValue value to be at the
// specified index for the property "audience". Panics if the index is
// out of bounds. Invalidates all iterators.
SetSchemaPropertyValue(idx int, v SchemaPropertyValue)
// SetTootEmoji sets a Emoji value to be at the specified index for the
// property "audience". Panics if the index is out of bounds.
// Invalidates all iterators.
SetTootEmoji(idx int, v TootEmoji)
// SetTootHashtag sets a Hashtag value to be at the specified index for
// the property "audience". Panics if the index is out of bounds.
// Invalidates all iterators.
SetTootHashtag(idx int, v TootHashtag)
// SetTootIdentityProof sets a IdentityProof value to be at the specified
// index for the property "audience". Panics if the index is out of
// bounds. Invalidates all iterators.
SetTootIdentityProof(idx int, v TootIdentityProof)
// SetType sets an arbitrary type value to the specified index of the
// property "audience". Invalidates all iterators. Returns an error if
// the type is not a valid one to set for this property. Panics if the
// index is out of bounds.
SetType(idx int, t Type) error
// Swap swaps the location of values at two indices for the "audience"
// property.
Swap(i, j int)
}
Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant.
Example 69 (https://www.w3.org/TR/activitystreams-vocabulary/#ex113-jsonld):
{
"audience": {
"name": "ExampleCo LLC",
"type": "http://example.org/Organization"
},
"content": "Thursday will be a company-wide holiday. Enjoy your day
off!",
"name": "Holiday announcement", "type": "Note" }
type ActivityStreamsAudiencePropertyIterator ¶
type ActivityStreamsAudiencePropertyIterator interface {
// GetActivityStreamsAccept returns the value of this property. When
// IsActivityStreamsAccept returns false, GetActivityStreamsAccept
// will return an arbitrary value.
GetActivityStreamsAccept() ActivityStreamsAccept
// GetActivityStreamsActivity returns the value of this property. When
// IsActivityStreamsActivity returns false, GetActivityStreamsActivity
// will return an arbitrary value.
GetActivityStreamsActivity() ActivityStreamsActivity
// GetActivityStreamsAdd returns the value of this property. When
// IsActivityStreamsAdd returns false, GetActivityStreamsAdd will
// return an arbitrary value.
GetActivityStreamsAdd() ActivityStreamsAdd
// GetActivityStreamsAnnounce returns the value of this property. When
// IsActivityStreamsAnnounce returns false, GetActivityStreamsAnnounce
// will return an arbitrary value.
GetActivityStreamsAnnounce() ActivityStreamsAnnounce
// GetActivityStreamsApplication returns the value of this property. When
// IsActivityStreamsApplication returns false,
// GetActivityStreamsApplication will return an arbitrary value.
GetActivityStreamsApplication() ActivityStreamsApplication
// GetActivityStreamsArrive returns the value of this property. When
// IsActivityStreamsArrive returns false, GetActivityStreamsArrive
// will return an arbitrary value.
GetActivityStreamsArrive() ActivityStreamsArrive
// GetActivityStreamsArticle returns the value of this property. When
// IsActivityStreamsArticle returns false, GetActivityStreamsArticle
// will return an arbitrary value.
GetActivityStreamsArticle() ActivityStreamsArticle
// GetActivityStreamsAudio returns the value of this property. When
// IsActivityStreamsAudio returns false, GetActivityStreamsAudio will
// return an arbitrary value.
GetActivityStreamsAudio() ActivityStreamsAudio
// GetActivityStreamsBlock returns the value of this property. When
// IsActivityStreamsBlock returns false, GetActivityStreamsBlock will
// return an arbitrary value.
GetActivityStreamsBlock() ActivityStreamsBlock
// GetActivityStreamsCollection returns the value of this property. When
// IsActivityStreamsCollection returns false,
// GetActivityStreamsCollection will return an arbitrary value.
GetActivityStreamsCollection() ActivityStreamsCollection
// GetActivityStreamsCollectionPage returns the value of this property.
// When IsActivityStreamsCollectionPage returns false,
// GetActivityStreamsCollectionPage will return an arbitrary value.
GetActivityStreamsCollectionPage() ActivityStreamsCollectionPage
// GetActivityStreamsCreate returns the value of this property. When
// IsActivityStreamsCreate returns false, GetActivityStreamsCreate
// will return an arbitrary value.
GetActivityStreamsCreate() ActivityStreamsCreate
// GetActivityStreamsDelete returns the value of this property. When
// IsActivityStreamsDelete returns false, GetActivityStreamsDelete
// will return an arbitrary value.
GetActivityStreamsDelete() ActivityStreamsDelete
// GetActivityStreamsDislike returns the value of this property. When
// IsActivityStreamsDislike returns false, GetActivityStreamsDislike
// will return an arbitrary value.
GetActivityStreamsDislike() ActivityStreamsDislike
// GetActivityStreamsDocument returns the value of this property. When
// IsActivityStreamsDocument returns false, GetActivityStreamsDocument
// will return an arbitrary value.
GetActivityStreamsDocument() ActivityStreamsDocument
// GetActivityStreamsEvent returns the value of this property. When
// IsActivityStreamsEvent returns false, GetActivityStreamsEvent will
// return an arbitrary value.
GetActivityStreamsEvent() ActivityStreamsEvent
// GetActivityStreamsFlag returns the value of this property. When
// IsActivityStreamsFlag returns false, GetActivityStreamsFlag will
// return an arbitrary value.
GetActivityStreamsFlag() ActivityStreamsFlag
// GetActivityStreamsFollow returns the value of this property. When
// IsActivityStreamsFollow returns false, GetActivityStreamsFollow
// will return an arbitrary value.
GetActivityStreamsFollow() ActivityStreamsFollow
// GetActivityStreamsGroup returns the value of this property. When
// IsActivityStreamsGroup returns false, GetActivityStreamsGroup will
// return an arbitrary value.
GetActivityStreamsGroup() ActivityStreamsGroup
// GetActivityStreamsIgnore returns the value of this property. When
// IsActivityStreamsIgnore returns false, GetActivityStreamsIgnore
// will return an arbitrary value.
GetActivityStreamsIgnore() ActivityStreamsIgnore
// GetActivityStreamsImage returns the value of this property. When
// IsActivityStreamsImage returns false, GetActivityStreamsImage will
// return an arbitrary value.
GetActivityStreamsImage() ActivityStreamsImage
// GetActivityStreamsIntransitiveActivity returns the value of this
// property. When IsActivityStreamsIntransitiveActivity returns false,
// GetActivityStreamsIntransitiveActivity will return an arbitrary
// value.
GetActivityStreamsIntransitiveActivity() ActivityStreamsIntransitiveActivity
// GetActivityStreamsInvite returns the value of this property. When
// IsActivityStreamsInvite returns false, GetActivityStreamsInvite
// will return an arbitrary value.
GetActivityStreamsInvite() ActivityStreamsInvite
// GetActivityStreamsJoin returns the value of this property. When
// IsActivityStreamsJoin returns false, GetActivityStreamsJoin will
// return an arbitrary value.
GetActivityStreamsJoin() ActivityStreamsJoin
// GetActivityStreamsLeave returns the value of this property. When
// IsActivityStreamsLeave returns false, GetActivityStreamsLeave will
// return an arbitrary value.
GetActivityStreamsLeave() ActivityStreamsLeave
// GetActivityStreamsLike returns the value of this property. When
// IsActivityStreamsLike returns false, GetActivityStreamsLike will
// return an arbitrary value.
GetActivityStreamsLike() ActivityStreamsLike
// GetActivityStreamsLink returns the value of this property. When
// IsActivityStreamsLink returns false, GetActivityStreamsLink will
// return an arbitrary value.
GetActivityStreamsLink() ActivityStreamsLink
// GetActivityStreamsListen returns the value of this property. When
// IsActivityStreamsListen returns false, GetActivityStreamsListen
// will return an arbitrary value.
GetActivityStreamsListen() ActivityStreamsListen
// GetActivityStreamsMention returns the value of this property. When
// IsActivityStreamsMention returns false, GetActivityStreamsMention
// will return an arbitrary value.
GetActivityStreamsMention() ActivityStreamsMention
// GetActivityStreamsMove returns the value of this property. When
// IsActivityStreamsMove returns false, GetActivityStreamsMove will
// return an arbitrary value.
GetActivityStreamsMove() ActivityStreamsMove
// GetActivityStreamsNote returns the value of this property. When
// IsActivityStreamsNote returns false, GetActivityStreamsNote will
// return an arbitrary value.
GetActivityStreamsNote() ActivityStreamsNote
// GetActivityStreamsObject returns the value of this property. When
// IsActivityStreamsObject returns false, GetActivityStreamsObject
// will return an arbitrary value.
GetActivityStreamsObject() ActivityStreamsObject
// GetActivityStreamsOffer returns the value of this property. When
// IsActivityStreamsOffer returns false, GetActivityStreamsOffer will
// return an arbitrary value.
GetActivityStreamsOffer() ActivityStreamsOffer
// GetActivityStreamsOrderedCollection returns the value of this property.
// When IsActivityStreamsOrderedCollection returns false,
// GetActivityStreamsOrderedCollection will return an arbitrary value.
GetActivityStreamsOrderedCollection() ActivityStreamsOrderedCollection
// GetActivityStreamsOrderedCollectionPage returns the value of this
// property. When IsActivityStreamsOrderedCollectionPage returns
// false, GetActivityStreamsOrderedCollectionPage will return an
// arbitrary value.
GetActivityStreamsOrderedCollectionPage() ActivityStreamsOrderedCollectionPage
// GetActivityStreamsOrganization returns the value of this property. When
// IsActivityStreamsOrganization returns false,
// GetActivityStreamsOrganization will return an arbitrary value.
GetActivityStreamsOrganization() ActivityStreamsOrganization
// GetActivityStreamsPage returns the value of this property. When
// IsActivityStreamsPage returns false, GetActivityStreamsPage will
// return an arbitrary value.
GetActivityStreamsPage() ActivityStreamsPage
// GetActivityStreamsPerson returns the value of this property. When
// IsActivityStreamsPerson returns false, GetActivityStreamsPerson
// will return an arbitrary value.
GetActivityStreamsPerson() ActivityStreamsPerson
// GetActivityStreamsPlace returns the value of this property. When
// IsActivityStreamsPlace returns false, GetActivityStreamsPlace will
// return an arbitrary value.
GetActivityStreamsPlace() ActivityStreamsPlace
// GetActivityStreamsProfile returns the value of this property. When
// IsActivityStreamsProfile returns false, GetActivityStreamsProfile
// will return an arbitrary value.
GetActivityStreamsProfile() ActivityStreamsProfile
// GetActivityStreamsQuestion returns the value of this property. When
// IsActivityStreamsQuestion returns false, GetActivityStreamsQuestion
// will return an arbitrary value.
GetActivityStreamsQuestion() ActivityStreamsQuestion
// GetActivityStreamsRead returns the value of this property. When
// IsActivityStreamsRead returns false, GetActivityStreamsRead will
// return an arbitrary value.
GetActivityStreamsRead() ActivityStreamsRead
// GetActivityStreamsReject returns the value of this property. When
// IsActivityStreamsReject returns false, GetActivityStreamsReject
// will return an arbitrary value.
GetActivityStreamsReject() ActivityStreamsReject
// GetActivityStreamsRelationship returns the value of this property. When
// IsActivityStreamsRelationship returns false,
// GetActivityStreamsRelationship will return an arbitrary value.
GetActivityStreamsRelationship() ActivityStreamsRelationship
// GetActivityStreamsRemove returns the value of this property. When
// IsActivityStreamsRemove returns false, GetActivityStreamsRemove
// will return an arbitrary value.
GetActivityStreamsRemove() ActivityStreamsRemove
// GetActivityStreamsService returns the value of this property. When
// IsActivityStreamsService returns false, GetActivityStreamsService
// will return an arbitrary value.
GetActivityStreamsService() ActivityStreamsService
// GetActivityStreamsTentativeAccept returns the value of this property.
// When IsActivityStreamsTentativeAccept returns false,
// GetActivityStreamsTentativeAccept will return an arbitrary value.
GetActivityStreamsTentativeAccept() ActivityStreamsTentativeAccept
// GetActivityStreamsTentativeReject returns the value of this property.
// When IsActivityStreamsTentativeReject returns false,
// GetActivityStreamsTentativeReject will return an arbitrary value.
GetActivityStreamsTentativeReject() ActivityStreamsTentativeReject
// GetActivityStreamsTombstone returns the value of this property. When
// IsActivityStreamsTombstone returns false,
// GetActivityStreamsTombstone will return an arbitrary value.
GetActivityStreamsTombstone() ActivityStreamsTombstone
// GetActivityStreamsTravel returns the value of this property. When
// IsActivityStreamsTravel returns false, GetActivityStreamsTravel
// will return an arbitrary value.
GetActivityStreamsTravel() ActivityStreamsTravel
// GetActivityStreamsUndo returns the value of this property. When
// IsActivityStreamsUndo returns false, GetActivityStreamsUndo will
// return an arbitrary value.
GetActivityStreamsUndo() ActivityStreamsUndo
// GetActivityStreamsUpdate returns the value of this property. When
// IsActivityStreamsUpdate returns false, GetActivityStreamsUpdate
// will return an arbitrary value.
GetActivityStreamsUpdate() ActivityStreamsUpdate
// GetActivityStreamsVideo returns the value of this property. When
// IsActivityStreamsVideo returns false, GetActivityStreamsVideo will
// return an arbitrary value.
GetActivityStreamsVideo() ActivityStreamsVideo
// GetActivityStreamsView returns the value of this property. When
// IsActivityStreamsView returns false, GetActivityStreamsView will
// return an arbitrary value.
GetActivityStreamsView() ActivityStreamsView
// GetFunkwhaleAlbum returns the value of this property. When
// IsFunkwhaleAlbum returns false, GetFunkwhaleAlbum will return an
// arbitrary value.
GetFunkwhaleAlbum() FunkwhaleAlbum
// GetFunkwhaleArtist returns the value of this property. When
// IsFunkwhaleArtist returns false, GetFunkwhaleArtist will return an
// arbitrary value.
GetFunkwhaleArtist() FunkwhaleArtist
// GetFunkwhaleLibrary returns the value of this property. When
// IsFunkwhaleLibrary returns false, GetFunkwhaleLibrary will return
// an arbitrary value.
GetFunkwhaleLibrary() FunkwhaleLibrary
// GetFunkwhaleTrack returns the value of this property. When
// IsFunkwhaleTrack returns false, GetFunkwhaleTrack will return an
// arbitrary value.
GetFunkwhaleTrack() FunkwhaleTrack
// GetGoToSocialAnnounceApproval returns the value of this property. When
// IsGoToSocialAnnounceApproval returns false,
// GetGoToSocialAnnounceApproval will return an arbitrary value.
GetGoToSocialAnnounceApproval() GoToSocialAnnounceApproval
// GetGoToSocialAnnounceAuthorization returns the value of this property.
// When IsGoToSocialAnnounceAuthorization returns false,
// GetGoToSocialAnnounceAuthorization will return an arbitrary value.
GetGoToSocialAnnounceAuthorization() GoToSocialAnnounceAuthorization
// GetGoToSocialAnnounceRequest returns the value of this property. When
// IsGoToSocialAnnounceRequest returns false,
// GetGoToSocialAnnounceRequest will return an arbitrary value.
GetGoToSocialAnnounceRequest() GoToSocialAnnounceRequest
// GetGoToSocialLikeApproval returns the value of this property. When
// IsGoToSocialLikeApproval returns false, GetGoToSocialLikeApproval
// will return an arbitrary value.
GetGoToSocialLikeApproval() GoToSocialLikeApproval
// GetGoToSocialLikeAuthorization returns the value of this property. When
// IsGoToSocialLikeAuthorization returns false,
// GetGoToSocialLikeAuthorization will return an arbitrary value.
GetGoToSocialLikeAuthorization() GoToSocialLikeAuthorization
// GetGoToSocialLikeRequest returns the value of this property. When
// IsGoToSocialLikeRequest returns false, GetGoToSocialLikeRequest
// will return an arbitrary value.
GetGoToSocialLikeRequest() GoToSocialLikeRequest
// GetGoToSocialQuoteAuthorization returns the value of this property.
// When IsGoToSocialQuoteAuthorization returns false,
// GetGoToSocialQuoteAuthorization will return an arbitrary value.
GetGoToSocialQuoteAuthorization() GoToSocialQuoteAuthorization
// GetGoToSocialQuoteRequest returns the value of this property. When
// IsGoToSocialQuoteRequest returns false, GetGoToSocialQuoteRequest
// will return an arbitrary value.
GetGoToSocialQuoteRequest() GoToSocialQuoteRequest
// GetGoToSocialReplyApproval returns the value of this property. When
// IsGoToSocialReplyApproval returns false, GetGoToSocialReplyApproval
// will return an arbitrary value.
GetGoToSocialReplyApproval() GoToSocialReplyApproval
// GetGoToSocialReplyAuthorization returns the value of this property.
// When IsGoToSocialReplyAuthorization returns false,
// GetGoToSocialReplyAuthorization will return an arbitrary value.
GetGoToSocialReplyAuthorization() GoToSocialReplyAuthorization
// GetGoToSocialReplyRequest returns the value of this property. When
// IsGoToSocialReplyRequest returns false, GetGoToSocialReplyRequest
// will return an arbitrary value.
GetGoToSocialReplyRequest() GoToSocialReplyRequest
// GetIRI returns the IRI of this property. When IsIRI returns false,
// GetIRI will return an arbitrary value.
GetIRI() *url.URL
// GetLitePubEmojiReact returns the value of this property. When
// IsLitePubEmojiReact returns false, GetLitePubEmojiReact will return
// an arbitrary value.
GetLitePubEmojiReact() LitePubEmojiReact
// GetSchemaPropertyValue returns the value of this property. When
// IsSchemaPropertyValue returns false, GetSchemaPropertyValue will
// return an arbitrary value.
GetSchemaPropertyValue() SchemaPropertyValue
// GetTootEmoji returns the value of this property. When IsTootEmoji
// returns false, GetTootEmoji will return an arbitrary value.
GetTootEmoji() TootEmoji
// GetTootHashtag returns the value of this property. When IsTootHashtag
// returns false, GetTootHashtag will return an arbitrary value.
GetTootHashtag() TootHashtag
// GetTootIdentityProof returns the value of this property. When
// IsTootIdentityProof returns false, GetTootIdentityProof will return
// an arbitrary value.
GetTootIdentityProof() TootIdentityProof
// 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.
GetType() Type
// HasAny returns true if any of the different values is set.
HasAny() 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.
IsActivityStreamsAccept() 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.
IsActivityStreamsActivity() 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.
IsActivityStreamsAdd() 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.
IsActivityStreamsAnnounce() 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.
IsActivityStreamsApplication() 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.
IsActivityStreamsArrive() 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.
IsActivityStreamsArticle() 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.
IsActivityStreamsAudio() 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.
IsActivityStreamsBlock() 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.
IsActivityStreamsCollection() 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.
IsActivityStreamsCollectionPage() 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.
IsActivityStreamsCreate() 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.
IsActivityStreamsDelete() 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.
IsActivityStreamsDislike() 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.
IsActivityStreamsDocument() 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.
IsActivityStreamsEvent() 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.
IsActivityStreamsFlag() 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.
IsActivityStreamsFollow() 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.
IsActivityStreamsGroup() 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.
IsActivityStreamsIgnore() 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.
IsActivityStreamsImage() 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.
IsActivityStreamsIntransitiveActivity() 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.
IsActivityStreamsInvite() 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.
IsActivityStreamsJoin() 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.
IsActivityStreamsLeave() 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.
IsActivityStreamsLike() 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.
IsActivityStreamsLink() 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.
IsActivityStreamsListen() 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.
IsActivityStreamsMention() 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.
IsActivityStreamsMove() 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.
IsActivityStreamsNote() 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.
IsActivityStreamsObject() 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.
IsActivityStreamsOffer() 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.
IsActivityStreamsOrderedCollection() 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.
IsActivityStreamsOrderedCollectionPage() 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.
IsActivityStreamsOrganization() 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.
IsActivityStreamsPage() 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.
IsActivityStreamsPerson() 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.
IsActivityStreamsPlace() 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.
IsActivityStreamsProfile() 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.
IsActivityStreamsQuestion() 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.
IsActivityStreamsRead() 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.
IsActivityStreamsReject() 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.
IsActivityStreamsRelationship() 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.
IsActivityStreamsRemove() 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.
IsActivityStreamsService() 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.
IsActivityStreamsTentativeAccept() 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.
IsActivityStreamsTentativeReject() 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.
IsActivityStreamsTombstone() 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.
IsActivityStreamsTravel() 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.
IsActivityStreamsUndo() 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.
IsActivityStreamsUpdate() 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.
IsActivityStreamsVideo() 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.
IsActivityStreamsView() bool
// IsFunkwhaleAlbum returns true if this property has a type of "Album".
// When true, use the GetFunkwhaleAlbum and SetFunkwhaleAlbum methods
// to access and set this property.
IsFunkwhaleAlbum() bool
// IsFunkwhaleArtist returns true if this property has a type of "Artist".
// When true, use the GetFunkwhaleArtist and SetFunkwhaleArtist
// methods to access and set this property.
IsFunkwhaleArtist() bool
// IsFunkwhaleLibrary returns true if this property has a type of
// "Library". When true, use the GetFunkwhaleLibrary and
// SetFunkwhaleLibrary methods to access and set this property.
IsFunkwhaleLibrary() bool
// IsFunkwhaleTrack returns true if this property has a type of "Track".
// When true, use the GetFunkwhaleTrack and SetFunkwhaleTrack methods
// to access and set this property.
IsFunkwhaleTrack() bool
// IsGoToSocialAnnounceApproval returns true if this property has a type
// of "AnnounceApproval". When true, use the
// GetGoToSocialAnnounceApproval and SetGoToSocialAnnounceApproval
// methods to access and set this property.
IsGoToSocialAnnounceApproval() bool
// IsGoToSocialAnnounceAuthorization returns true if this property has a
// type of "AnnounceAuthorization". When true, use the
// GetGoToSocialAnnounceAuthorization and
// SetGoToSocialAnnounceAuthorization methods to access and set this
// property.
IsGoToSocialAnnounceAuthorization() bool
// IsGoToSocialAnnounceRequest returns true if this property has a type of
// "AnnounceRequest". When true, use the GetGoToSocialAnnounceRequest
// and SetGoToSocialAnnounceRequest methods to access and set this
// property.
IsGoToSocialAnnounceRequest() bool
// IsGoToSocialLikeApproval returns true if this property has a type of
// "LikeApproval". When true, use the GetGoToSocialLikeApproval and
// SetGoToSocialLikeApproval methods to access and set this property.
IsGoToSocialLikeApproval() bool
// IsGoToSocialLikeAuthorization returns true if this property has a type
// of "LikeAuthorization". When true, use the
// GetGoToSocialLikeAuthorization and SetGoToSocialLikeAuthorization
// methods to access and set this property.
IsGoToSocialLikeAuthorization() bool
// IsGoToSocialLikeRequest returns true if this property has a type of
// "LikeRequest". When true, use the GetGoToSocialLikeRequest and
// SetGoToSocialLikeRequest methods to access and set this property.
IsGoToSocialLikeRequest() bool
// IsGoToSocialQuoteAuthorization returns true if this property has a type
// of "QuoteAuthorization". When true, use the
// GetGoToSocialQuoteAuthorization and SetGoToSocialQuoteAuthorization
// methods to access and set this property.
IsGoToSocialQuoteAuthorization() bool
// IsGoToSocialQuoteRequest returns true if this property has a type of
// "QuoteRequest". When true, use the GetGoToSocialQuoteRequest and
// SetGoToSocialQuoteRequest methods to access and set this property.
IsGoToSocialQuoteRequest() bool
// IsGoToSocialReplyApproval returns true if this property has a type of
// "ReplyApproval". When true, use the GetGoToSocialReplyApproval and
// SetGoToSocialReplyApproval methods to access and set this property.
IsGoToSocialReplyApproval() bool
// IsGoToSocialReplyAuthorization returns true if this property has a type
// of "ReplyAuthorization". When true, use the
// GetGoToSocialReplyAuthorization and SetGoToSocialReplyAuthorization
// methods to access and set this property.
IsGoToSocialReplyAuthorization() bool
// IsGoToSocialReplyRequest returns true if this property has a type of
// "ReplyRequest". When true, use the GetGoToSocialReplyRequest and
// SetGoToSocialReplyRequest methods to access and set this property.
IsGoToSocialReplyRequest() bool
// IsIRI returns true if this property is an IRI. When true, use GetIRI
// and SetIRI to access and set this property
IsIRI() bool
// IsLitePubEmojiReact returns true if this property has a type of
// "EmojiReact". When true, use the GetLitePubEmojiReact and
// SetLitePubEmojiReact methods to access and set this property.
IsLitePubEmojiReact() 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.
IsSchemaPropertyValue() 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.
IsTootEmoji() 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.
IsTootHashtag() 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.
IsTootIdentityProof() bool
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex() int
// 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.
LessThan(o ActivityStreamsAudiencePropertyIterator) bool
// Name returns the name of this property: "ActivityStreamsAudience".
Name() string
// Next returns the next iterator, or nil if there is no next iterator.
Next() ActivityStreamsAudiencePropertyIterator
// Prev returns the previous iterator, or nil if there is no previous
// iterator.
Prev() ActivityStreamsAudiencePropertyIterator
// SetActivityStreamsAccept sets the value of this property. Calling
// IsActivityStreamsAccept afterwards returns true.
SetActivityStreamsAccept(v ActivityStreamsAccept)
// SetActivityStreamsActivity sets the value of this property. Calling
// IsActivityStreamsActivity afterwards returns true.
SetActivityStreamsActivity(v ActivityStreamsActivity)
// SetActivityStreamsAdd sets the value of this property. Calling
// IsActivityStreamsAdd afterwards returns true.
SetActivityStreamsAdd(v ActivityStreamsAdd)
// SetActivityStreamsAnnounce sets the value of this property. Calling
// IsActivityStreamsAnnounce afterwards returns true.
SetActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// SetActivityStreamsApplication sets the value of this property. Calling
// IsActivityStreamsApplication afterwards returns true.
SetActivityStreamsApplication(v ActivityStreamsApplication)
// SetActivityStreamsArrive sets the value of this property. Calling
// IsActivityStreamsArrive afterwards returns true.
SetActivityStreamsArrive(v ActivityStreamsArrive)
// SetActivityStreamsArticle sets the value of this property. Calling
// IsActivityStreamsArticle afterwards returns true.
SetActivityStreamsArticle(v ActivityStreamsArticle)
// SetActivityStreamsAudio sets the value of this property. Calling
// IsActivityStreamsAudio afterwards returns true.
SetActivityStreamsAudio(v ActivityStreamsAudio)
// SetActivityStreamsBlock sets the value of this property. Calling
// IsActivityStreamsBlock afterwards returns true.
SetActivityStreamsBlock(v ActivityStreamsBlock)
// SetActivityStreamsCollection sets the value of this property. Calling
// IsActivityStreamsCollection afterwards returns true.
SetActivityStreamsCollection(v ActivityStreamsCollection)
// SetActivityStreamsCollectionPage sets the value of this property.
// Calling IsActivityStreamsCollectionPage afterwards returns true.
SetActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// SetActivityStreamsCreate sets the value of this property. Calling
// IsActivityStreamsCreate afterwards returns true.
SetActivityStreamsCreate(v ActivityStreamsCreate)
// SetActivityStreamsDelete sets the value of this property. Calling
// IsActivityStreamsDelete afterwards returns true.
SetActivityStreamsDelete(v ActivityStreamsDelete)
// SetActivityStreamsDislike sets the value of this property. Calling
// IsActivityStreamsDislike afterwards returns true.
SetActivityStreamsDislike(v ActivityStreamsDislike)
// SetActivityStreamsDocument sets the value of this property. Calling
// IsActivityStreamsDocument afterwards returns true.
SetActivityStreamsDocument(v ActivityStreamsDocument)
// SetActivityStreamsEvent sets the value of this property. Calling
// IsActivityStreamsEvent afterwards returns true.
SetActivityStreamsEvent(v ActivityStreamsEvent)
// SetActivityStreamsFlag sets the value of this property. Calling
// IsActivityStreamsFlag afterwards returns true.
SetActivityStreamsFlag(v ActivityStreamsFlag)
// SetActivityStreamsFollow sets the value of this property. Calling
// IsActivityStreamsFollow afterwards returns true.
SetActivityStreamsFollow(v ActivityStreamsFollow)
// SetActivityStreamsGroup sets the value of this property. Calling
// IsActivityStreamsGroup afterwards returns true.
SetActivityStreamsGroup(v ActivityStreamsGroup)
// SetActivityStreamsIgnore sets the value of this property. Calling
// IsActivityStreamsIgnore afterwards returns true.
SetActivityStreamsIgnore(v ActivityStreamsIgnore)
// SetActivityStreamsImage sets the value of this property. Calling
// IsActivityStreamsImage afterwards returns true.
SetActivityStreamsImage(v ActivityStreamsImage)
// SetActivityStreamsIntransitiveActivity sets the value of this property.
// Calling IsActivityStreamsIntransitiveActivity afterwards returns
// true.
SetActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// SetActivityStreamsInvite sets the value of this property. Calling
// IsActivityStreamsInvite afterwards returns true.
SetActivityStreamsInvite(v ActivityStreamsInvite)
// SetActivityStreamsJoin sets the value of this property. Calling
// IsActivityStreamsJoin afterwards returns true.
SetActivityStreamsJoin(v ActivityStreamsJoin)
// SetActivityStreamsLeave sets the value of this property. Calling
// IsActivityStreamsLeave afterwards returns true.
SetActivityStreamsLeave(v ActivityStreamsLeave)
// SetActivityStreamsLike sets the value of this property. Calling
// IsActivityStreamsLike afterwards returns true.
SetActivityStreamsLike(v ActivityStreamsLike)
// SetActivityStreamsLink sets the value of this property. Calling
// IsActivityStreamsLink afterwards returns true.
SetActivityStreamsLink(v ActivityStreamsLink)
// SetActivityStreamsListen sets the value of this property. Calling
// IsActivityStreamsListen afterwards returns true.
SetActivityStreamsListen(v ActivityStreamsListen)
// SetActivityStreamsMention sets the value of this property. Calling
// IsActivityStreamsMention afterwards returns true.
SetActivityStreamsMention(v ActivityStreamsMention)
// SetActivityStreamsMove sets the value of this property. Calling
// IsActivityStreamsMove afterwards returns true.
SetActivityStreamsMove(v ActivityStreamsMove)
// SetActivityStreamsNote sets the value of this property. Calling
// IsActivityStreamsNote afterwards returns true.
SetActivityStreamsNote(v ActivityStreamsNote)
// SetActivityStreamsObject sets the value of this property. Calling
// IsActivityStreamsObject afterwards returns true.
SetActivityStreamsObject(v ActivityStreamsObject)
// SetActivityStreamsOffer sets the value of this property. Calling
// IsActivityStreamsOffer afterwards returns true.
SetActivityStreamsOffer(v ActivityStreamsOffer)
// SetActivityStreamsOrderedCollection sets the value of this property.
// Calling IsActivityStreamsOrderedCollection afterwards returns true.
SetActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// SetActivityStreamsOrderedCollectionPage sets the value of this
// property. Calling IsActivityStreamsOrderedCollectionPage afterwards
// returns true.
SetActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// SetActivityStreamsOrganization sets the value of this property. Calling
// IsActivityStreamsOrganization afterwards returns true.
SetActivityStreamsOrganization(v ActivityStreamsOrganization)
// SetActivityStreamsPage sets the value of this property. Calling
// IsActivityStreamsPage afterwards returns true.
SetActivityStreamsPage(v ActivityStreamsPage)
// SetActivityStreamsPerson sets the value of this property. Calling
// IsActivityStreamsPerson afterwards returns true.
SetActivityStreamsPerson(v ActivityStreamsPerson)
// SetActivityStreamsPlace sets the value of this property. Calling
// IsActivityStreamsPlace afterwards returns true.
SetActivityStreamsPlace(v ActivityStreamsPlace)
// SetActivityStreamsProfile sets the value of this property. Calling
// IsActivityStreamsProfile afterwards returns true.
SetActivityStreamsProfile(v ActivityStreamsProfile)
// SetActivityStreamsQuestion sets the value of this property. Calling
// IsActivityStreamsQuestion afterwards returns true.
SetActivityStreamsQuestion(v ActivityStreamsQuestion)
// SetActivityStreamsRead sets the value of this property. Calling
// IsActivityStreamsRead afterwards returns true.
SetActivityStreamsRead(v ActivityStreamsRead)
// SetActivityStreamsReject sets the value of this property. Calling
// IsActivityStreamsReject afterwards returns true.
SetActivityStreamsReject(v ActivityStreamsReject)
// SetActivityStreamsRelationship sets the value of this property. Calling
// IsActivityStreamsRelationship afterwards returns true.
SetActivityStreamsRelationship(v ActivityStreamsRelationship)
// SetActivityStreamsRemove sets the value of this property. Calling
// IsActivityStreamsRemove afterwards returns true.
SetActivityStreamsRemove(v ActivityStreamsRemove)
// SetActivityStreamsService sets the value of this property. Calling
// IsActivityStreamsService afterwards returns true.
SetActivityStreamsService(v ActivityStreamsService)
// SetActivityStreamsTentativeAccept sets the value of this property.
// Calling IsActivityStreamsTentativeAccept afterwards returns true.
SetActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// SetActivityStreamsTentativeReject sets the value of this property.
// Calling IsActivityStreamsTentativeReject afterwards returns true.
SetActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// SetActivityStreamsTombstone sets the value of this property. Calling
// IsActivityStreamsTombstone afterwards returns true.
SetActivityStreamsTombstone(v ActivityStreamsTombstone)
// SetActivityStreamsTravel sets the value of this property. Calling
// IsActivityStreamsTravel afterwards returns true.
SetActivityStreamsTravel(v ActivityStreamsTravel)
// SetActivityStreamsUndo sets the value of this property. Calling
// IsActivityStreamsUndo afterwards returns true.
SetActivityStreamsUndo(v ActivityStreamsUndo)
// SetActivityStreamsUpdate sets the value of this property. Calling
// IsActivityStreamsUpdate afterwards returns true.
SetActivityStreamsUpdate(v ActivityStreamsUpdate)
// SetActivityStreamsVideo sets the value of this property. Calling
// IsActivityStreamsVideo afterwards returns true.
SetActivityStreamsVideo(v ActivityStreamsVideo)
// SetActivityStreamsView sets the value of this property. Calling
// IsActivityStreamsView afterwards returns true.
SetActivityStreamsView(v ActivityStreamsView)
// SetFunkwhaleAlbum sets the value of this property. Calling
// IsFunkwhaleAlbum afterwards returns true.
SetFunkwhaleAlbum(v FunkwhaleAlbum)
// SetFunkwhaleArtist sets the value of this property. Calling
// IsFunkwhaleArtist afterwards returns true.
SetFunkwhaleArtist(v FunkwhaleArtist)
// SetFunkwhaleLibrary sets the value of this property. Calling
// IsFunkwhaleLibrary afterwards returns true.
SetFunkwhaleLibrary(v FunkwhaleLibrary)
// SetFunkwhaleTrack sets the value of this property. Calling
// IsFunkwhaleTrack afterwards returns true.
SetFunkwhaleTrack(v FunkwhaleTrack)
// SetGoToSocialAnnounceApproval sets the value of this property. Calling
// IsGoToSocialAnnounceApproval afterwards returns true.
SetGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// SetGoToSocialAnnounceAuthorization sets the value of this property.
// Calling IsGoToSocialAnnounceAuthorization afterwards returns true.
SetGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// SetGoToSocialAnnounceRequest sets the value of this property. Calling
// IsGoToSocialAnnounceRequest afterwards returns true.
SetGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// SetGoToSocialLikeApproval sets the value of this property. Calling
// IsGoToSocialLikeApproval afterwards returns true.
SetGoToSocialLikeApproval(v GoToSocialLikeApproval)
// SetGoToSocialLikeAuthorization sets the value of this property. Calling
// IsGoToSocialLikeAuthorization afterwards returns true.
SetGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// SetGoToSocialLikeRequest sets the value of this property. Calling
// IsGoToSocialLikeRequest afterwards returns true.
SetGoToSocialLikeRequest(v GoToSocialLikeRequest)
// SetGoToSocialQuoteAuthorization sets the value of this property.
// Calling IsGoToSocialQuoteAuthorization afterwards returns true.
SetGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// SetGoToSocialQuoteRequest sets the value of this property. Calling
// IsGoToSocialQuoteRequest afterwards returns true.
SetGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// SetGoToSocialReplyApproval sets the value of this property. Calling
// IsGoToSocialReplyApproval afterwards returns true.
SetGoToSocialReplyApproval(v GoToSocialReplyApproval)
// SetGoToSocialReplyAuthorization sets the value of this property.
// Calling IsGoToSocialReplyAuthorization afterwards returns true.
SetGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// SetGoToSocialReplyRequest sets the value of this property. Calling
// IsGoToSocialReplyRequest afterwards returns true.
SetGoToSocialReplyRequest(v GoToSocialReplyRequest)
// SetIRI sets the value of this property. Calling IsIRI afterwards
// returns true.
SetIRI(v *url.URL)
// SetLitePubEmojiReact sets the value of this property. Calling
// IsLitePubEmojiReact afterwards returns true.
SetLitePubEmojiReact(v LitePubEmojiReact)
// SetSchemaPropertyValue sets the value of this property. Calling
// IsSchemaPropertyValue afterwards returns true.
SetSchemaPropertyValue(v SchemaPropertyValue)
// SetTootEmoji sets the value of this property. Calling IsTootEmoji
// afterwards returns true.
SetTootEmoji(v TootEmoji)
// SetTootHashtag sets the value of this property. Calling IsTootHashtag
// afterwards returns true.
SetTootHashtag(v TootHashtag)
// SetTootIdentityProof sets the value of this property. Calling
// IsTootIdentityProof afterwards returns true.
SetTootIdentityProof(v TootIdentityProof)
// 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.
SetType(t Type) error
}
ActivityStreamsAudiencePropertyIterator represents a single value for the "audience" property.
type ActivityStreamsAudio ¶
type ActivityStreamsAudio interface {
// GetActivityStreamsAltitude returns the "altitude" property if it
// exists, and nil otherwise.
GetActivityStreamsAltitude() ActivityStreamsAltitudeProperty
// GetActivityStreamsAttachment returns the "attachment" property if it
// exists, and nil otherwise.
GetActivityStreamsAttachment() ActivityStreamsAttachmentProperty
// GetActivityStreamsAttributedTo returns the "attributedTo" property if
// it exists, and nil otherwise.
GetActivityStreamsAttributedTo() ActivityStreamsAttributedToProperty
// GetActivityStreamsAudience returns the "audience" property if it
// exists, and nil otherwise.
GetActivityStreamsAudience() ActivityStreamsAudienceProperty
// GetActivityStreamsBcc returns the "bcc" property if it exists, and nil
// otherwise.
GetActivityStreamsBcc() ActivityStreamsBccProperty
// GetActivityStreamsBto returns the "bto" property if it exists, and nil
// otherwise.
GetActivityStreamsBto() ActivityStreamsBtoProperty
// GetActivityStreamsCc returns the "cc" property if it exists, and nil
// otherwise.
GetActivityStreamsCc() ActivityStreamsCcProperty
// GetActivityStreamsContent returns the "content" property if it exists,
// and nil otherwise.
GetActivityStreamsContent() ActivityStreamsContentProperty
// GetActivityStreamsContext returns the "context" property if it exists,
// and nil otherwise.
GetActivityStreamsContext() ActivityStreamsContextProperty
// GetActivityStreamsDuration returns the "duration" property if it
// exists, and nil otherwise.
GetActivityStreamsDuration() ActivityStreamsDurationProperty
// GetActivityStreamsEndTime returns the "endTime" property if it exists,
// and nil otherwise.
GetActivityStreamsEndTime() ActivityStreamsEndTimeProperty
// GetActivityStreamsGenerator returns the "generator" property if it
// exists, and nil otherwise.
GetActivityStreamsGenerator() ActivityStreamsGeneratorProperty
// GetActivityStreamsIcon returns the "icon" property if it exists, and
// nil otherwise.
GetActivityStreamsIcon() ActivityStreamsIconProperty
// GetActivityStreamsImage returns the "image" property if it exists, and
// nil otherwise.
GetActivityStreamsImage() ActivityStreamsImageProperty
// GetActivityStreamsInReplyTo returns the "inReplyTo" property if it
// exists, and nil otherwise.
GetActivityStreamsInReplyTo() ActivityStreamsInReplyToProperty
// GetActivityStreamsLikes returns the "likes" property if it exists, and
// nil otherwise.
GetActivityStreamsLikes() ActivityStreamsLikesProperty
// GetActivityStreamsLocation returns the "location" property if it
// exists, and nil otherwise.
GetActivityStreamsLocation() ActivityStreamsLocationProperty
// GetActivityStreamsMediaType returns the "mediaType" property if it
// exists, and nil otherwise.
GetActivityStreamsMediaType() ActivityStreamsMediaTypeProperty
// GetActivityStreamsName returns the "name" property if it exists, and
// nil otherwise.
GetActivityStreamsName() ActivityStreamsNameProperty
// GetActivityStreamsObject returns the "object" property if it exists,
// and nil otherwise.
GetActivityStreamsObject() ActivityStreamsObjectProperty
// GetActivityStreamsPreview returns the "preview" property if it exists,
// and nil otherwise.
GetActivityStreamsPreview() ActivityStreamsPreviewProperty
// GetActivityStreamsPublished returns the "published" property if it
// exists, and nil otherwise.
GetActivityStreamsPublished() ActivityStreamsPublishedProperty
// GetActivityStreamsReplies returns the "replies" property if it exists,
// and nil otherwise.
GetActivityStreamsReplies() ActivityStreamsRepliesProperty
// GetActivityStreamsSensitive returns the "sensitive" property if it
// exists, and nil otherwise.
GetActivityStreamsSensitive() ActivityStreamsSensitiveProperty
// and nil otherwise.
GetActivityStreamsShares() ActivityStreamsSharesProperty
// GetActivityStreamsSource returns the "source" property if it exists,
// and nil otherwise.
GetActivityStreamsSource() ActivityStreamsSourceProperty
// GetActivityStreamsStartTime returns the "startTime" property if it
// exists, and nil otherwise.
GetActivityStreamsStartTime() ActivityStreamsStartTimeProperty
// GetActivityStreamsSummary returns the "summary" property if it exists,
// and nil otherwise.
GetActivityStreamsSummary() ActivityStreamsSummaryProperty
// GetActivityStreamsTag returns the "tag" property if it exists, and nil
// otherwise.
GetActivityStreamsTag() ActivityStreamsTagProperty
// GetActivityStreamsTo returns the "to" property if it exists, and nil
// otherwise.
GetActivityStreamsTo() ActivityStreamsToProperty
// GetActivityStreamsUpdated returns the "updated" property if it exists,
// and nil otherwise.
GetActivityStreamsUpdated() ActivityStreamsUpdatedProperty
// GetActivityStreamsUrl returns the "url" property if it exists, and nil
// otherwise.
GetActivityStreamsUrl() ActivityStreamsUrlProperty
// GetGoToSocialApprovedBy returns the "approvedBy" property if it exists,
// and nil otherwise.
GetGoToSocialApprovedBy() GoToSocialApprovedByProperty
// GetGoToSocialInteractionPolicy returns the "interactionPolicy" property
// if it exists, and nil otherwise.
GetGoToSocialInteractionPolicy() GoToSocialInteractionPolicyProperty
// GetGoToSocialQuoteAuthorization returns the "quoteAuthorization"
// property if it exists, and nil otherwise.
GetGoToSocialQuoteAuthorization() GoToSocialQuoteAuthorizationProperty
// GetGoToSocialReplyAuthorization returns the "replyAuthorization"
// property if it exists, and nil otherwise.
GetGoToSocialReplyAuthorization() GoToSocialReplyAuthorizationProperty
// GetJSONLDId returns the "id" property if it exists, and nil otherwise.
GetJSONLDId() JSONLDIdProperty
// GetJSONLDType returns the "type" property if it exists, and nil
// otherwise.
GetJSONLDType() JSONLDTypeProperty
// GetTootBlurhash returns the "blurhash" property if it exists, and nil
// otherwise.
GetTootBlurhash() TootBlurhashProperty
// GetTootFocalPoint returns the "focalPoint" property if it exists, and
// nil otherwise.
GetTootFocalPoint() TootFocalPointProperty
// GetTypeName returns the name of this type.
GetTypeName() string
// GetUnknownProperties returns the unknown properties for the Audio type.
// Note that this should not be used by app developers. It is only
// used to help determine which implementation is LessThan the other.
// Developers who are creating a different implementation of this
// type's interface can use this method in their LessThan
// implementation, but routine ActivityPub applications should not use
// this to bypass the code generation tool.
GetUnknownProperties() map[string]interface{}
// IsExtending returns true if the Audio type extends from the other type.
IsExtending(other Type) bool
// JSONLDContext returns the JSONLD URIs required in the context string
// for this type and the specific properties that are set. The value
// in the map is the alias used to import the type and its properties.
JSONLDContext() map[string]string
// LessThan computes if this Audio is lesser, with an arbitrary but stable
// determination.
LessThan(o ActivityStreamsAudio) bool
// Serialize converts this into an interface representation suitable for
// marshalling into a text or binary format.
Serialize() (map[string]interface{}, error)
// SetActivityStreamsAltitude sets the "altitude" property.
SetActivityStreamsAltitude(i ActivityStreamsAltitudeProperty)
// SetActivityStreamsAttachment sets the "attachment" property.
SetActivityStreamsAttachment(i ActivityStreamsAttachmentProperty)
// SetActivityStreamsAttributedTo sets the "attributedTo" property.
SetActivityStreamsAttributedTo(i ActivityStreamsAttributedToProperty)
// SetActivityStreamsAudience sets the "audience" property.
SetActivityStreamsAudience(i ActivityStreamsAudienceProperty)
// SetActivityStreamsBcc sets the "bcc" property.
SetActivityStreamsBcc(i ActivityStreamsBccProperty)
// SetActivityStreamsBto sets the "bto" property.
SetActivityStreamsBto(i ActivityStreamsBtoProperty)
// SetActivityStreamsCc sets the "cc" property.
SetActivityStreamsCc(i ActivityStreamsCcProperty)
// SetActivityStreamsContent sets the "content" property.
SetActivityStreamsContent(i ActivityStreamsContentProperty)
// SetActivityStreamsContext sets the "context" property.
SetActivityStreamsContext(i ActivityStreamsContextProperty)
// SetActivityStreamsDuration sets the "duration" property.
SetActivityStreamsDuration(i ActivityStreamsDurationProperty)
// SetActivityStreamsEndTime sets the "endTime" property.
SetActivityStreamsEndTime(i ActivityStreamsEndTimeProperty)
// SetActivityStreamsGenerator sets the "generator" property.
SetActivityStreamsGenerator(i ActivityStreamsGeneratorProperty)
// SetActivityStreamsIcon sets the "icon" property.
SetActivityStreamsIcon(i ActivityStreamsIconProperty)
// SetActivityStreamsImage sets the "image" property.
SetActivityStreamsImage(i ActivityStreamsImageProperty)
// SetActivityStreamsInReplyTo sets the "inReplyTo" property.
SetActivityStreamsInReplyTo(i ActivityStreamsInReplyToProperty)
// SetActivityStreamsLikes sets the "likes" property.
SetActivityStreamsLikes(i ActivityStreamsLikesProperty)
// SetActivityStreamsLocation sets the "location" property.
SetActivityStreamsLocation(i ActivityStreamsLocationProperty)
// SetActivityStreamsMediaType sets the "mediaType" property.
SetActivityStreamsMediaType(i ActivityStreamsMediaTypeProperty)
// SetActivityStreamsName sets the "name" property.
SetActivityStreamsName(i ActivityStreamsNameProperty)
// SetActivityStreamsObject sets the "object" property.
SetActivityStreamsObject(i ActivityStreamsObjectProperty)
// SetActivityStreamsPreview sets the "preview" property.
SetActivityStreamsPreview(i ActivityStreamsPreviewProperty)
// SetActivityStreamsPublished sets the "published" property.
SetActivityStreamsPublished(i ActivityStreamsPublishedProperty)
// SetActivityStreamsReplies sets the "replies" property.
SetActivityStreamsReplies(i ActivityStreamsRepliesProperty)
// SetActivityStreamsSensitive sets the "sensitive" property.
SetActivityStreamsSensitive(i ActivityStreamsSensitiveProperty)
SetActivityStreamsShares(i ActivityStreamsSharesProperty)
// SetActivityStreamsSource sets the "source" property.
SetActivityStreamsSource(i ActivityStreamsSourceProperty)
// SetActivityStreamsStartTime sets the "startTime" property.
SetActivityStreamsStartTime(i ActivityStreamsStartTimeProperty)
// SetActivityStreamsSummary sets the "summary" property.
SetActivityStreamsSummary(i ActivityStreamsSummaryProperty)
// SetActivityStreamsTag sets the "tag" property.
SetActivityStreamsTag(i ActivityStreamsTagProperty)
// SetActivityStreamsTo sets the "to" property.
SetActivityStreamsTo(i ActivityStreamsToProperty)
// SetActivityStreamsUpdated sets the "updated" property.
SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty)
// SetActivityStreamsUrl sets the "url" property.
SetActivityStreamsUrl(i ActivityStreamsUrlProperty)
// SetGoToSocialApprovedBy sets the "approvedBy" property.
SetGoToSocialApprovedBy(i GoToSocialApprovedByProperty)
// SetGoToSocialInteractionPolicy sets the "interactionPolicy" property.
SetGoToSocialInteractionPolicy(i GoToSocialInteractionPolicyProperty)
// SetGoToSocialQuoteAuthorization sets the "quoteAuthorization" property.
SetGoToSocialQuoteAuthorization(i GoToSocialQuoteAuthorizationProperty)
// SetGoToSocialReplyAuthorization sets the "replyAuthorization" property.
SetGoToSocialReplyAuthorization(i GoToSocialReplyAuthorizationProperty)
// SetJSONLDId sets the "id" property.
SetJSONLDId(i JSONLDIdProperty)
// SetJSONLDType sets the "type" property.
SetJSONLDType(i JSONLDTypeProperty)
// SetTootBlurhash sets the "blurhash" property.
SetTootBlurhash(i TootBlurhashProperty)
// SetTootFocalPoint sets the "focalPoint" property.
SetTootFocalPoint(i TootFocalPointProperty)
// VocabularyURI returns the vocabulary's URI as a string.
VocabularyURI() string
}
Represents an audio document of any kind.
Example 50 (https://www.w3.org/TR/activitystreams-vocabulary/#ex49-jsonld):
{
"name": "Interview With A Famous Technologist",
"type": "Audio",
"url": {
"mediaType": "audio/mp3",
"type": "owl:Class",
"url": "http://example.org/podcast.mp3"
}
}
type ActivityStreamsBccProperty ¶
type ActivityStreamsBccProperty interface {
// AppendActivityStreamsAccept appends a Accept value to the back of a
// list of the property "bcc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAccept(v ActivityStreamsAccept)
// AppendActivityStreamsActivity appends a Activity value to the back of a
// list of the property "bcc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsActivity(v ActivityStreamsActivity)
// AppendActivityStreamsAdd appends a Add value to the back of a list of
// the property "bcc". Invalidates iterators that are traversing using
// Prev.
AppendActivityStreamsAdd(v ActivityStreamsAdd)
// AppendActivityStreamsAnnounce appends a Announce value to the back of a
// list of the property "bcc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// AppendActivityStreamsApplication appends a Application value to the
// back of a list of the property "bcc". Invalidates iterators that
// are traversing using Prev.
AppendActivityStreamsApplication(v ActivityStreamsApplication)
// AppendActivityStreamsArrive appends a Arrive value to the back of a
// list of the property "bcc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsArrive(v ActivityStreamsArrive)
// AppendActivityStreamsArticle appends a Article value to the back of a
// list of the property "bcc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsArticle(v ActivityStreamsArticle)
// AppendActivityStreamsAudio appends a Audio value to the back of a list
// of the property "bcc". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsAudio(v ActivityStreamsAudio)
// AppendActivityStreamsBlock appends a Block value to the back of a list
// of the property "bcc". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsBlock(v ActivityStreamsBlock)
// AppendActivityStreamsCollection appends a Collection value to the back
// of a list of the property "bcc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsCollection(v ActivityStreamsCollection)
// AppendActivityStreamsCollectionPage appends a CollectionPage value to
// the back of a list of the property "bcc". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// AppendActivityStreamsCreate appends a Create value to the back of a
// list of the property "bcc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsCreate(v ActivityStreamsCreate)
// AppendActivityStreamsDelete appends a Delete value to the back of a
// list of the property "bcc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDelete(v ActivityStreamsDelete)
// AppendActivityStreamsDislike appends a Dislike value to the back of a
// list of the property "bcc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDislike(v ActivityStreamsDislike)
// AppendActivityStreamsDocument appends a Document value to the back of a
// list of the property "bcc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDocument(v ActivityStreamsDocument)
// AppendActivityStreamsEvent appends a Event value to the back of a list
// of the property "bcc". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsEvent(v ActivityStreamsEvent)
// AppendActivityStreamsFlag appends a Flag value to the back of a list of
// the property "bcc". Invalidates iterators that are traversing using
// Prev.
AppendActivityStreamsFlag(v ActivityStreamsFlag)
// AppendActivityStreamsFollow appends a Follow value to the back of a
// list of the property "bcc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsFollow(v ActivityStreamsFollow)
// AppendActivityStreamsGroup appends a Group value to the back of a list
// of the property "bcc". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsGroup(v ActivityStreamsGroup)
// AppendActivityStreamsIgnore appends a Ignore value to the back of a
// list of the property "bcc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsIgnore(v ActivityStreamsIgnore)
// AppendActivityStreamsImage appends a Image value to the back of a list
// of the property "bcc". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsImage(v ActivityStreamsImage)
// AppendActivityStreamsIntransitiveActivity appends a
// IntransitiveActivity value to the back of a list of the property
// "bcc". Invalidates iterators that are traversing using Prev.
AppendActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// AppendActivityStreamsInvite appends a Invite value to the back of a
// list of the property "bcc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsInvite(v ActivityStreamsInvite)
// AppendActivityStreamsJoin appends a Join value to the back of a list of
// the property "bcc". Invalidates iterators that are traversing using
// Prev.
AppendActivityStreamsJoin(v ActivityStreamsJoin)
// AppendActivityStreamsLeave appends a Leave value to the back of a list
// of the property "bcc". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsLeave(v ActivityStreamsLeave)
// AppendActivityStreamsLike appends a Like value to the back of a list of
// the property "bcc". Invalidates iterators that are traversing using
// Prev.
AppendActivityStreamsLike(v ActivityStreamsLike)
// AppendActivityStreamsLink appends a Link value to the back of a list of
// the property "bcc". Invalidates iterators that are traversing using
// Prev.
AppendActivityStreamsLink(v ActivityStreamsLink)
// AppendActivityStreamsListen appends a Listen value to the back of a
// list of the property "bcc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsListen(v ActivityStreamsListen)
// AppendActivityStreamsMention appends a Mention value to the back of a
// list of the property "bcc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsMention(v ActivityStreamsMention)
// AppendActivityStreamsMove appends a Move value to the back of a list of
// the property "bcc". Invalidates iterators that are traversing using
// Prev.
AppendActivityStreamsMove(v ActivityStreamsMove)
// AppendActivityStreamsNote appends a Note value to the back of a list of
// the property "bcc". Invalidates iterators that are traversing using
// Prev.
AppendActivityStreamsNote(v ActivityStreamsNote)
// AppendActivityStreamsObject appends a Object value to the back of a
// list of the property "bcc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsObject(v ActivityStreamsObject)
// AppendActivityStreamsOffer appends a Offer value to the back of a list
// of the property "bcc". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsOffer(v ActivityStreamsOffer)
// AppendActivityStreamsOrderedCollection appends a OrderedCollection
// value to the back of a list of the property "bcc". Invalidates
// iterators that are traversing using Prev.
AppendActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// AppendActivityStreamsOrderedCollectionPage appends a
// OrderedCollectionPage value to the back of a list of the property
// "bcc". Invalidates iterators that are traversing using Prev.
AppendActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// AppendActivityStreamsOrganization appends a Organization value to the
// back of a list of the property "bcc". Invalidates iterators that
// are traversing using Prev.
AppendActivityStreamsOrganization(v ActivityStreamsOrganization)
// AppendActivityStreamsPage appends a Page value to the back of a list of
// the property "bcc". Invalidates iterators that are traversing using
// Prev.
AppendActivityStreamsPage(v ActivityStreamsPage)
// AppendActivityStreamsPerson appends a Person value to the back of a
// list of the property "bcc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsPerson(v ActivityStreamsPerson)
// AppendActivityStreamsPlace appends a Place value to the back of a list
// of the property "bcc". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsPlace(v ActivityStreamsPlace)
// AppendActivityStreamsProfile appends a Profile value to the back of a
// list of the property "bcc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsProfile(v ActivityStreamsProfile)
// AppendActivityStreamsQuestion appends a Question value to the back of a
// list of the property "bcc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsQuestion(v ActivityStreamsQuestion)
// AppendActivityStreamsRead appends a Read value to the back of a list of
// the property "bcc". Invalidates iterators that are traversing using
// Prev.
AppendActivityStreamsRead(v ActivityStreamsRead)
// AppendActivityStreamsReject appends a Reject value to the back of a
// list of the property "bcc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsReject(v ActivityStreamsReject)
// AppendActivityStreamsRelationship appends a Relationship value to the
// back of a list of the property "bcc". Invalidates iterators that
// are traversing using Prev.
AppendActivityStreamsRelationship(v ActivityStreamsRelationship)
// AppendActivityStreamsRemove appends a Remove value to the back of a
// list of the property "bcc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsRemove(v ActivityStreamsRemove)
// AppendActivityStreamsService appends a Service value to the back of a
// list of the property "bcc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsService(v ActivityStreamsService)
// AppendActivityStreamsTentativeAccept appends a TentativeAccept value to
// the back of a list of the property "bcc". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// AppendActivityStreamsTentativeReject appends a TentativeReject value to
// the back of a list of the property "bcc". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// AppendActivityStreamsTombstone appends a Tombstone value to the back of
// a list of the property "bcc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsTombstone(v ActivityStreamsTombstone)
// AppendActivityStreamsTravel appends a Travel value to the back of a
// list of the property "bcc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsTravel(v ActivityStreamsTravel)
// AppendActivityStreamsUndo appends a Undo value to the back of a list of
// the property "bcc". Invalidates iterators that are traversing using
// Prev.
AppendActivityStreamsUndo(v ActivityStreamsUndo)
// AppendActivityStreamsUpdate appends a Update value to the back of a
// list of the property "bcc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsUpdate(v ActivityStreamsUpdate)
// AppendActivityStreamsVideo appends a Video value to the back of a list
// of the property "bcc". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsVideo(v ActivityStreamsVideo)
// AppendActivityStreamsView appends a View value to the back of a list of
// the property "bcc". Invalidates iterators that are traversing using
// Prev.
AppendActivityStreamsView(v ActivityStreamsView)
// AppendFunkwhaleAlbum appends a Album value to the back of a list of the
// property "bcc". Invalidates iterators that are traversing using
// Prev.
AppendFunkwhaleAlbum(v FunkwhaleAlbum)
// AppendFunkwhaleArtist appends a Artist value to the back of a list of
// the property "bcc". Invalidates iterators that are traversing using
// Prev.
AppendFunkwhaleArtist(v FunkwhaleArtist)
// AppendFunkwhaleLibrary appends a Library value to the back of a list of
// the property "bcc". Invalidates iterators that are traversing using
// Prev.
AppendFunkwhaleLibrary(v FunkwhaleLibrary)
// AppendFunkwhaleTrack appends a Track value to the back of a list of the
// property "bcc". Invalidates iterators that are traversing using
// Prev.
AppendFunkwhaleTrack(v FunkwhaleTrack)
// AppendGoToSocialAnnounceApproval appends a AnnounceApproval value to
// the back of a list of the property "bcc". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// AppendGoToSocialAnnounceAuthorization appends a AnnounceAuthorization
// value to the back of a list of the property "bcc". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// AppendGoToSocialAnnounceRequest appends a AnnounceRequest value to the
// back of a list of the property "bcc". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// AppendGoToSocialLikeApproval appends a LikeApproval value to the back
// of a list of the property "bcc". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialLikeApproval(v GoToSocialLikeApproval)
// AppendGoToSocialLikeAuthorization appends a LikeAuthorization value to
// the back of a list of the property "bcc". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// AppendGoToSocialLikeRequest appends a LikeRequest value to the back of
// a list of the property "bcc". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialLikeRequest(v GoToSocialLikeRequest)
// AppendGoToSocialQuoteAuthorization appends a QuoteAuthorization value
// to the back of a list of the property "bcc". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// AppendGoToSocialQuoteRequest appends a QuoteRequest value to the back
// of a list of the property "bcc". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// AppendGoToSocialReplyApproval appends a ReplyApproval value to the back
// of a list of the property "bcc". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialReplyApproval(v GoToSocialReplyApproval)
// AppendGoToSocialReplyAuthorization appends a ReplyAuthorization value
// to the back of a list of the property "bcc". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// AppendGoToSocialReplyRequest appends a ReplyRequest value to the back
// of a list of the property "bcc". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialReplyRequest(v GoToSocialReplyRequest)
// AppendIRI appends an IRI value to the back of a list of the property
// "bcc"
AppendIRI(v *url.URL)
// AppendLitePubEmojiReact appends a EmojiReact value to the back of a
// list of the property "bcc". Invalidates iterators that are
// traversing using Prev.
AppendLitePubEmojiReact(v LitePubEmojiReact)
// AppendSchemaPropertyValue appends a PropertyValue value to the back of
// a list of the property "bcc". Invalidates iterators that are
// traversing using Prev.
AppendSchemaPropertyValue(v SchemaPropertyValue)
// AppendTootEmoji appends a Emoji value to the back of a list of the
// property "bcc". Invalidates iterators that are traversing using
// Prev.
AppendTootEmoji(v TootEmoji)
// AppendTootHashtag appends a Hashtag value to the back of a list of the
// property "bcc". Invalidates iterators that are traversing using
// Prev.
AppendTootHashtag(v TootHashtag)
// AppendTootIdentityProof appends a IdentityProof value to the back of a
// list of the property "bcc". Invalidates iterators that are
// traversing using Prev.
AppendTootIdentityProof(v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "bcc". Invalidates iterators that are traversing using
// Prev. Returns an error if the type is not a valid one to set for
// this property.
AppendType(t Type) error
// At returns the property value for the specified index. Panics if the
// index is out of bounds.
At(index int) ActivityStreamsBccPropertyIterator
// 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.
Begin() ActivityStreamsBccPropertyIterator
// Empty returns returns true if there are no elements.
Empty() bool
// 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.
End() ActivityStreamsBccPropertyIterator
// InsertActivityStreamsAccept inserts a Accept value at the specified
// index for a property "bcc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsAccept(idx int, v ActivityStreamsAccept)
// InsertActivityStreamsActivity inserts a Activity value at the specified
// index for a property "bcc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsActivity(idx int, v ActivityStreamsActivity)
// InsertActivityStreamsAdd inserts a Add value at the specified index for
// a property "bcc". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertActivityStreamsAdd(idx int, v ActivityStreamsAdd)
// InsertActivityStreamsAnnounce inserts a Announce value at the specified
// index for a property "bcc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsAnnounce(idx int, v ActivityStreamsAnnounce)
// InsertActivityStreamsApplication inserts a Application value at the
// specified index for a property "bcc". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsApplication(idx int, v ActivityStreamsApplication)
// InsertActivityStreamsArrive inserts a Arrive value at the specified
// index for a property "bcc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsArrive(idx int, v ActivityStreamsArrive)
// InsertActivityStreamsArticle inserts a Article value at the specified
// index for a property "bcc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsArticle(idx int, v ActivityStreamsArticle)
// InsertActivityStreamsAudio inserts a Audio value at the specified index
// for a property "bcc". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsAudio(idx int, v ActivityStreamsAudio)
// InsertActivityStreamsBlock inserts a Block value at the specified index
// for a property "bcc". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsBlock(idx int, v ActivityStreamsBlock)
// InsertActivityStreamsCollection inserts a Collection value at the
// specified index for a property "bcc". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsCollection(idx int, v ActivityStreamsCollection)
// InsertActivityStreamsCollectionPage inserts a CollectionPage value at
// the specified index for a property "bcc". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsCollectionPage(idx int, v ActivityStreamsCollectionPage)
// InsertActivityStreamsCreate inserts a Create value at the specified
// index for a property "bcc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsCreate(idx int, v ActivityStreamsCreate)
// InsertActivityStreamsDelete inserts a Delete value at the specified
// index for a property "bcc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDelete(idx int, v ActivityStreamsDelete)
// InsertActivityStreamsDislike inserts a Dislike value at the specified
// index for a property "bcc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDislike(idx int, v ActivityStreamsDislike)
// InsertActivityStreamsDocument inserts a Document value at the specified
// index for a property "bcc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDocument(idx int, v ActivityStreamsDocument)
// InsertActivityStreamsEvent inserts a Event value at the specified index
// for a property "bcc". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsEvent(idx int, v ActivityStreamsEvent)
// InsertActivityStreamsFlag inserts a Flag value at the specified index
// for a property "bcc". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsFlag(idx int, v ActivityStreamsFlag)
// InsertActivityStreamsFollow inserts a Follow value at the specified
// index for a property "bcc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsFollow(idx int, v ActivityStreamsFollow)
// InsertActivityStreamsGroup inserts a Group value at the specified index
// for a property "bcc". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsGroup(idx int, v ActivityStreamsGroup)
// InsertActivityStreamsIgnore inserts a Ignore value at the specified
// index for a property "bcc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsIgnore(idx int, v ActivityStreamsIgnore)
// InsertActivityStreamsImage inserts a Image value at the specified index
// for a property "bcc". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsImage(idx int, v ActivityStreamsImage)
// InsertActivityStreamsIntransitiveActivity inserts a
// IntransitiveActivity value at the specified index for a property
// "bcc". Existing elements at that index and higher are shifted back
// once. Invalidates all iterators.
InsertActivityStreamsIntransitiveActivity(idx int, v ActivityStreamsIntransitiveActivity)
// InsertActivityStreamsInvite inserts a Invite value at the specified
// index for a property "bcc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsInvite(idx int, v ActivityStreamsInvite)
// InsertActivityStreamsJoin inserts a Join value at the specified index
// for a property "bcc". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsJoin(idx int, v ActivityStreamsJoin)
// InsertActivityStreamsLeave inserts a Leave value at the specified index
// for a property "bcc". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsLeave(idx int, v ActivityStreamsLeave)
// InsertActivityStreamsLike inserts a Like value at the specified index
// for a property "bcc". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsLike(idx int, v ActivityStreamsLike)
// InsertActivityStreamsLink inserts a Link value at the specified index
// for a property "bcc". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsLink(idx int, v ActivityStreamsLink)
// InsertActivityStreamsListen inserts a Listen value at the specified
// index for a property "bcc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsListen(idx int, v ActivityStreamsListen)
// InsertActivityStreamsMention inserts a Mention value at the specified
// index for a property "bcc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsMention(idx int, v ActivityStreamsMention)
// InsertActivityStreamsMove inserts a Move value at the specified index
// for a property "bcc". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsMove(idx int, v ActivityStreamsMove)
// InsertActivityStreamsNote inserts a Note value at the specified index
// for a property "bcc". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsNote(idx int, v ActivityStreamsNote)
// InsertActivityStreamsObject inserts a Object value at the specified
// index for a property "bcc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsObject(idx int, v ActivityStreamsObject)
// InsertActivityStreamsOffer inserts a Offer value at the specified index
// for a property "bcc". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsOffer(idx int, v ActivityStreamsOffer)
// InsertActivityStreamsOrderedCollection inserts a OrderedCollection
// value at the specified index for a property "bcc". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertActivityStreamsOrderedCollection(idx int, v ActivityStreamsOrderedCollection)
// InsertActivityStreamsOrderedCollectionPage inserts a
// OrderedCollectionPage value at the specified index for a property
// "bcc". Existing elements at that index and higher are shifted back
// once. Invalidates all iterators.
InsertActivityStreamsOrderedCollectionPage(idx int, v ActivityStreamsOrderedCollectionPage)
// InsertActivityStreamsOrganization inserts a Organization value at the
// specified index for a property "bcc". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsOrganization(idx int, v ActivityStreamsOrganization)
// InsertActivityStreamsPage inserts a Page value at the specified index
// for a property "bcc". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsPage(idx int, v ActivityStreamsPage)
// InsertActivityStreamsPerson inserts a Person value at the specified
// index for a property "bcc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsPerson(idx int, v ActivityStreamsPerson)
// InsertActivityStreamsPlace inserts a Place value at the specified index
// for a property "bcc". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsPlace(idx int, v ActivityStreamsPlace)
// InsertActivityStreamsProfile inserts a Profile value at the specified
// index for a property "bcc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsProfile(idx int, v ActivityStreamsProfile)
// InsertActivityStreamsQuestion inserts a Question value at the specified
// index for a property "bcc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsQuestion(idx int, v ActivityStreamsQuestion)
// InsertActivityStreamsRead inserts a Read value at the specified index
// for a property "bcc". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsRead(idx int, v ActivityStreamsRead)
// InsertActivityStreamsReject inserts a Reject value at the specified
// index for a property "bcc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsReject(idx int, v ActivityStreamsReject)
// InsertActivityStreamsRelationship inserts a Relationship value at the
// specified index for a property "bcc". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsRelationship(idx int, v ActivityStreamsRelationship)
// InsertActivityStreamsRemove inserts a Remove value at the specified
// index for a property "bcc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsRemove(idx int, v ActivityStreamsRemove)
// InsertActivityStreamsService inserts a Service value at the specified
// index for a property "bcc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsService(idx int, v ActivityStreamsService)
// InsertActivityStreamsTentativeAccept inserts a TentativeAccept value at
// the specified index for a property "bcc". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsTentativeAccept(idx int, v ActivityStreamsTentativeAccept)
// InsertActivityStreamsTentativeReject inserts a TentativeReject value at
// the specified index for a property "bcc". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsTentativeReject(idx int, v ActivityStreamsTentativeReject)
// InsertActivityStreamsTombstone inserts a Tombstone value at the
// specified index for a property "bcc". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsTombstone(idx int, v ActivityStreamsTombstone)
// InsertActivityStreamsTravel inserts a Travel value at the specified
// index for a property "bcc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsTravel(idx int, v ActivityStreamsTravel)
// InsertActivityStreamsUndo inserts a Undo value at the specified index
// for a property "bcc". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsUndo(idx int, v ActivityStreamsUndo)
// InsertActivityStreamsUpdate inserts a Update value at the specified
// index for a property "bcc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsUpdate(idx int, v ActivityStreamsUpdate)
// InsertActivityStreamsVideo inserts a Video value at the specified index
// for a property "bcc". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsVideo(idx int, v ActivityStreamsVideo)
// InsertActivityStreamsView inserts a View value at the specified index
// for a property "bcc". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsView(idx int, v ActivityStreamsView)
// InsertFunkwhaleAlbum inserts a Album value at the specified index for a
// property "bcc". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertFunkwhaleAlbum(idx int, v FunkwhaleAlbum)
// InsertFunkwhaleArtist inserts a Artist value at the specified index for
// a property "bcc". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertFunkwhaleArtist(idx int, v FunkwhaleArtist)
// InsertFunkwhaleLibrary inserts a Library value at the specified index
// for a property "bcc". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertFunkwhaleLibrary(idx int, v FunkwhaleLibrary)
// InsertFunkwhaleTrack inserts a Track value at the specified index for a
// property "bcc". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertFunkwhaleTrack(idx int, v FunkwhaleTrack)
// InsertGoToSocialAnnounceApproval inserts a AnnounceApproval value at
// the specified index for a property "bcc". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialAnnounceApproval(idx int, v GoToSocialAnnounceApproval)
// InsertGoToSocialAnnounceAuthorization inserts a AnnounceAuthorization
// value at the specified index for a property "bcc". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertGoToSocialAnnounceAuthorization(idx int, v GoToSocialAnnounceAuthorization)
// InsertGoToSocialAnnounceRequest inserts a AnnounceRequest value at the
// specified index for a property "bcc". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialAnnounceRequest(idx int, v GoToSocialAnnounceRequest)
// InsertGoToSocialLikeApproval inserts a LikeApproval value at the
// specified index for a property "bcc". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialLikeApproval(idx int, v GoToSocialLikeApproval)
// InsertGoToSocialLikeAuthorization inserts a LikeAuthorization value at
// the specified index for a property "bcc". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialLikeAuthorization(idx int, v GoToSocialLikeAuthorization)
// InsertGoToSocialLikeRequest inserts a LikeRequest value at the
// specified index for a property "bcc". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// InsertGoToSocialQuoteAuthorization inserts a QuoteAuthorization value
// at the specified index for a property "bcc". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialQuoteAuthorization(idx int, v GoToSocialQuoteAuthorization)
// InsertGoToSocialQuoteRequest inserts a QuoteRequest value at the
// specified index for a property "bcc". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialQuoteRequest(idx int, v GoToSocialQuoteRequest)
// InsertGoToSocialReplyApproval inserts a ReplyApproval value at the
// specified index for a property "bcc". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialReplyApproval(idx int, v GoToSocialReplyApproval)
// InsertGoToSocialReplyAuthorization inserts a ReplyAuthorization value
// at the specified index for a property "bcc". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialReplyAuthorization(idx int, v GoToSocialReplyAuthorization)
// InsertGoToSocialReplyRequest inserts a ReplyRequest value at the
// specified index for a property "bcc". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialReplyRequest(idx int, v GoToSocialReplyRequest)
// Insert inserts an IRI value at the specified index for a property
// "bcc". Existing elements at that index and higher are shifted back
// once. Invalidates all iterators.
InsertIRI(idx int, v *url.URL)
// InsertLitePubEmojiReact inserts a EmojiReact value at the specified
// index for a property "bcc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertLitePubEmojiReact(idx int, v LitePubEmojiReact)
// InsertSchemaPropertyValue inserts a PropertyValue value at the
// specified index for a property "bcc". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertSchemaPropertyValue(idx int, v SchemaPropertyValue)
// InsertTootEmoji inserts a Emoji value at the specified index for a
// property "bcc". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertTootEmoji(idx int, v TootEmoji)
// InsertTootHashtag inserts a Hashtag value at the specified index for a
// property "bcc". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertTootHashtag(idx int, v TootHashtag)
// InsertTootIdentityProof inserts a IdentityProof value at the specified
// index for a property "bcc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertTootIdentityProof(idx int, v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "bcc". Invalidates all iterators. Returns an error if
// the type is not a valid one to set for this property.
InsertType(idx int, t Type) error
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex(idx int) int
// Len returns the number of values that exist for the "bcc" property.
Len() (length int)
// Less computes whether another property is less than this one. Mixing
// types results in a consistent but arbitrary ordering
Less(i, j int) 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.
LessThan(o ActivityStreamsBccProperty) bool
// Name returns the name of this property ("bcc") with any alias.
Name() string
// PrependActivityStreamsAccept prepends a Accept value to the front of a
// list of the property "bcc". Invalidates all iterators.
PrependActivityStreamsAccept(v ActivityStreamsAccept)
// PrependActivityStreamsActivity prepends a Activity value to the front
// of a list of the property "bcc". Invalidates all iterators.
PrependActivityStreamsActivity(v ActivityStreamsActivity)
// PrependActivityStreamsAdd prepends a Add value to the front of a list
// of the property "bcc". Invalidates all iterators.
PrependActivityStreamsAdd(v ActivityStreamsAdd)
// PrependActivityStreamsAnnounce prepends a Announce value to the front
// of a list of the property "bcc". Invalidates all iterators.
PrependActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// PrependActivityStreamsApplication prepends a Application value to the
// front of a list of the property "bcc". Invalidates all iterators.
PrependActivityStreamsApplication(v ActivityStreamsApplication)
// PrependActivityStreamsArrive prepends a Arrive value to the front of a
// list of the property "bcc". Invalidates all iterators.
PrependActivityStreamsArrive(v ActivityStreamsArrive)
// PrependActivityStreamsArticle prepends a Article value to the front of
// a list of the property "bcc". Invalidates all iterators.
PrependActivityStreamsArticle(v ActivityStreamsArticle)
// PrependActivityStreamsAudio prepends a Audio value to the front of a
// list of the property "bcc". Invalidates all iterators.
PrependActivityStreamsAudio(v ActivityStreamsAudio)
// PrependActivityStreamsBlock prepends a Block value to the front of a
// list of the property "bcc". Invalidates all iterators.
PrependActivityStreamsBlock(v ActivityStreamsBlock)
// PrependActivityStreamsCollection prepends a Collection value to the
// front of a list of the property "bcc". Invalidates all iterators.
PrependActivityStreamsCollection(v ActivityStreamsCollection)
// PrependActivityStreamsCollectionPage prepends a CollectionPage value to
// the front of a list of the property "bcc". Invalidates all
// iterators.
PrependActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// PrependActivityStreamsCreate prepends a Create value to the front of a
// list of the property "bcc". Invalidates all iterators.
PrependActivityStreamsCreate(v ActivityStreamsCreate)
// PrependActivityStreamsDelete prepends a Delete value to the front of a
// list of the property "bcc". Invalidates all iterators.
PrependActivityStreamsDelete(v ActivityStreamsDelete)
// PrependActivityStreamsDislike prepends a Dislike value to the front of
// a list of the property "bcc". Invalidates all iterators.
PrependActivityStreamsDislike(v ActivityStreamsDislike)
// PrependActivityStreamsDocument prepends a Document value to the front
// of a list of the property "bcc". Invalidates all iterators.
PrependActivityStreamsDocument(v ActivityStreamsDocument)
// PrependActivityStreamsEvent prepends a Event value to the front of a
// list of the property "bcc". Invalidates all iterators.
PrependActivityStreamsEvent(v ActivityStreamsEvent)
// PrependActivityStreamsFlag prepends a Flag value to the front of a list
// of the property "bcc". Invalidates all iterators.
PrependActivityStreamsFlag(v ActivityStreamsFlag)
// PrependActivityStreamsFollow prepends a Follow value to the front of a
// list of the property "bcc". Invalidates all iterators.
PrependActivityStreamsFollow(v ActivityStreamsFollow)
// PrependActivityStreamsGroup prepends a Group value to the front of a
// list of the property "bcc". Invalidates all iterators.
PrependActivityStreamsGroup(v ActivityStreamsGroup)
// PrependActivityStreamsIgnore prepends a Ignore value to the front of a
// list of the property "bcc". Invalidates all iterators.
PrependActivityStreamsIgnore(v ActivityStreamsIgnore)
// PrependActivityStreamsImage prepends a Image value to the front of a
// list of the property "bcc". Invalidates all iterators.
PrependActivityStreamsImage(v ActivityStreamsImage)
// PrependActivityStreamsIntransitiveActivity prepends a
// IntransitiveActivity value to the front of a list of the property
// "bcc". Invalidates all iterators.
PrependActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// PrependActivityStreamsInvite prepends a Invite value to the front of a
// list of the property "bcc". Invalidates all iterators.
PrependActivityStreamsInvite(v ActivityStreamsInvite)
// PrependActivityStreamsJoin prepends a Join value to the front of a list
// of the property "bcc". Invalidates all iterators.
PrependActivityStreamsJoin(v ActivityStreamsJoin)
// PrependActivityStreamsLeave prepends a Leave value to the front of a
// list of the property "bcc". Invalidates all iterators.
PrependActivityStreamsLeave(v ActivityStreamsLeave)
// PrependActivityStreamsLike prepends a Like value to the front of a list
// of the property "bcc". Invalidates all iterators.
PrependActivityStreamsLike(v ActivityStreamsLike)
// PrependActivityStreamsLink prepends a Link value to the front of a list
// of the property "bcc". Invalidates all iterators.
PrependActivityStreamsLink(v ActivityStreamsLink)
// PrependActivityStreamsListen prepends a Listen value to the front of a
// list of the property "bcc". Invalidates all iterators.
PrependActivityStreamsListen(v ActivityStreamsListen)
// PrependActivityStreamsMention prepends a Mention value to the front of
// a list of the property "bcc". Invalidates all iterators.
PrependActivityStreamsMention(v ActivityStreamsMention)
// PrependActivityStreamsMove prepends a Move value to the front of a list
// of the property "bcc". Invalidates all iterators.
PrependActivityStreamsMove(v ActivityStreamsMove)
// PrependActivityStreamsNote prepends a Note value to the front of a list
// of the property "bcc". Invalidates all iterators.
PrependActivityStreamsNote(v ActivityStreamsNote)
// PrependActivityStreamsObject prepends a Object value to the front of a
// list of the property "bcc". Invalidates all iterators.
PrependActivityStreamsObject(v ActivityStreamsObject)
// PrependActivityStreamsOffer prepends a Offer value to the front of a
// list of the property "bcc". Invalidates all iterators.
PrependActivityStreamsOffer(v ActivityStreamsOffer)
// PrependActivityStreamsOrderedCollection prepends a OrderedCollection
// value to the front of a list of the property "bcc". Invalidates all
// iterators.
PrependActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// PrependActivityStreamsOrderedCollectionPage prepends a
// OrderedCollectionPage value to the front of a list of the property
// "bcc". Invalidates all iterators.
PrependActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// PrependActivityStreamsOrganization prepends a Organization value to the
// front of a list of the property "bcc". Invalidates all iterators.
PrependActivityStreamsOrganization(v ActivityStreamsOrganization)
// PrependActivityStreamsPage prepends a Page value to the front of a list
// of the property "bcc". Invalidates all iterators.
PrependActivityStreamsPage(v ActivityStreamsPage)
// PrependActivityStreamsPerson prepends a Person value to the front of a
// list of the property "bcc". Invalidates all iterators.
PrependActivityStreamsPerson(v ActivityStreamsPerson)
// PrependActivityStreamsPlace prepends a Place value to the front of a
// list of the property "bcc". Invalidates all iterators.
PrependActivityStreamsPlace(v ActivityStreamsPlace)
// PrependActivityStreamsProfile prepends a Profile value to the front of
// a list of the property "bcc". Invalidates all iterators.
PrependActivityStreamsProfile(v ActivityStreamsProfile)
// PrependActivityStreamsQuestion prepends a Question value to the front
// of a list of the property "bcc". Invalidates all iterators.
PrependActivityStreamsQuestion(v ActivityStreamsQuestion)
// PrependActivityStreamsRead prepends a Read value to the front of a list
// of the property "bcc". Invalidates all iterators.
PrependActivityStreamsRead(v ActivityStreamsRead)
// PrependActivityStreamsReject prepends a Reject value to the front of a
// list of the property "bcc". Invalidates all iterators.
PrependActivityStreamsReject(v ActivityStreamsReject)
// PrependActivityStreamsRelationship prepends a Relationship value to the
// front of a list of the property "bcc". Invalidates all iterators.
PrependActivityStreamsRelationship(v ActivityStreamsRelationship)
// PrependActivityStreamsRemove prepends a Remove value to the front of a
// list of the property "bcc". Invalidates all iterators.
PrependActivityStreamsRemove(v ActivityStreamsRemove)
// PrependActivityStreamsService prepends a Service value to the front of
// a list of the property "bcc". Invalidates all iterators.
PrependActivityStreamsService(v ActivityStreamsService)
// PrependActivityStreamsTentativeAccept prepends a TentativeAccept value
// to the front of a list of the property "bcc". Invalidates all
// iterators.
PrependActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// PrependActivityStreamsTentativeReject prepends a TentativeReject value
// to the front of a list of the property "bcc". Invalidates all
// iterators.
PrependActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// PrependActivityStreamsTombstone prepends a Tombstone value to the front
// of a list of the property "bcc". Invalidates all iterators.
PrependActivityStreamsTombstone(v ActivityStreamsTombstone)
// PrependActivityStreamsTravel prepends a Travel value to the front of a
// list of the property "bcc". Invalidates all iterators.
PrependActivityStreamsTravel(v ActivityStreamsTravel)
// PrependActivityStreamsUndo prepends a Undo value to the front of a list
// of the property "bcc". Invalidates all iterators.
PrependActivityStreamsUndo(v ActivityStreamsUndo)
// PrependActivityStreamsUpdate prepends a Update value to the front of a
// list of the property "bcc". Invalidates all iterators.
PrependActivityStreamsUpdate(v ActivityStreamsUpdate)
// PrependActivityStreamsVideo prepends a Video value to the front of a
// list of the property "bcc". Invalidates all iterators.
PrependActivityStreamsVideo(v ActivityStreamsVideo)
// PrependActivityStreamsView prepends a View value to the front of a list
// of the property "bcc". Invalidates all iterators.
PrependActivityStreamsView(v ActivityStreamsView)
// PrependFunkwhaleAlbum prepends a Album value to the front of a list of
// the property "bcc". Invalidates all iterators.
PrependFunkwhaleAlbum(v FunkwhaleAlbum)
// PrependFunkwhaleArtist prepends a Artist value to the front of a list
// of the property "bcc". Invalidates all iterators.
PrependFunkwhaleArtist(v FunkwhaleArtist)
// PrependFunkwhaleLibrary prepends a Library value to the front of a list
// of the property "bcc". Invalidates all iterators.
PrependFunkwhaleLibrary(v FunkwhaleLibrary)
// PrependFunkwhaleTrack prepends a Track value to the front of a list of
// the property "bcc". Invalidates all iterators.
PrependFunkwhaleTrack(v FunkwhaleTrack)
// PrependGoToSocialAnnounceApproval prepends a AnnounceApproval value to
// the front of a list of the property "bcc". Invalidates all
// iterators.
PrependGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// PrependGoToSocialAnnounceAuthorization prepends a AnnounceAuthorization
// value to the front of a list of the property "bcc". Invalidates all
// iterators.
PrependGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// PrependGoToSocialAnnounceRequest prepends a AnnounceRequest value to
// the front of a list of the property "bcc". Invalidates all
// iterators.
PrependGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// PrependGoToSocialLikeApproval prepends a LikeApproval value to the
// front of a list of the property "bcc". Invalidates all iterators.
PrependGoToSocialLikeApproval(v GoToSocialLikeApproval)
// PrependGoToSocialLikeAuthorization prepends a LikeAuthorization value
// to the front of a list of the property "bcc". Invalidates all
// iterators.
PrependGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// PrependGoToSocialLikeRequest prepends a LikeRequest value to the front
// of a list of the property "bcc". Invalidates all iterators.
PrependGoToSocialLikeRequest(v GoToSocialLikeRequest)
// PrependGoToSocialQuoteAuthorization prepends a QuoteAuthorization value
// to the front of a list of the property "bcc". Invalidates all
// iterators.
PrependGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// PrependGoToSocialQuoteRequest prepends a QuoteRequest value to the
// front of a list of the property "bcc". Invalidates all iterators.
PrependGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// PrependGoToSocialReplyApproval prepends a ReplyApproval value to the
// front of a list of the property "bcc". Invalidates all iterators.
PrependGoToSocialReplyApproval(v GoToSocialReplyApproval)
// PrependGoToSocialReplyAuthorization prepends a ReplyAuthorization value
// to the front of a list of the property "bcc". Invalidates all
// iterators.
PrependGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// PrependGoToSocialReplyRequest prepends a ReplyRequest value to the
// front of a list of the property "bcc". Invalidates all iterators.
PrependGoToSocialReplyRequest(v GoToSocialReplyRequest)
// PrependIRI prepends an IRI value to the front of a list of the property
// "bcc".
PrependIRI(v *url.URL)
// PrependLitePubEmojiReact prepends a EmojiReact value to the front of a
// list of the property "bcc". Invalidates all iterators.
PrependLitePubEmojiReact(v LitePubEmojiReact)
// PrependSchemaPropertyValue prepends a PropertyValue value to the front
// of a list of the property "bcc". Invalidates all iterators.
PrependSchemaPropertyValue(v SchemaPropertyValue)
// PrependTootEmoji prepends a Emoji value to the front of a list of the
// property "bcc". Invalidates all iterators.
PrependTootEmoji(v TootEmoji)
// PrependTootHashtag prepends a Hashtag value to the front of a list of
// the property "bcc". Invalidates all iterators.
PrependTootHashtag(v TootHashtag)
// PrependTootIdentityProof prepends a IdentityProof value to the front of
// a list of the property "bcc". Invalidates all iterators.
PrependTootIdentityProof(v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "bcc". Invalidates all iterators. Returns an error if
// the type is not a valid one to set for this property.
PrependType(t Type) error
// Remove deletes an element at the specified index from a list of the
// property "bcc", regardless of its type. Panics if the index is out
// of bounds. Invalidates all iterators.
Remove(idx int)
// 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.
Serialize() (interface{}, error)
// SetActivityStreamsAccept sets a Accept value to be at the specified
// index for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsAccept(idx int, v ActivityStreamsAccept)
// SetActivityStreamsActivity sets a Activity value to be at the specified
// index for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsActivity(idx int, v ActivityStreamsActivity)
// SetActivityStreamsAdd sets a Add value to be at the specified index for
// the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsAdd(idx int, v ActivityStreamsAdd)
// SetActivityStreamsAnnounce sets a Announce value to be at the specified
// index for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsAnnounce(idx int, v ActivityStreamsAnnounce)
// SetActivityStreamsApplication sets a Application value to be at the
// specified index for the property "bcc". Panics if the index is out
// of bounds. Invalidates all iterators.
SetActivityStreamsApplication(idx int, v ActivityStreamsApplication)
// SetActivityStreamsArrive sets a Arrive value to be at the specified
// index for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsArrive(idx int, v ActivityStreamsArrive)
// SetActivityStreamsArticle sets a Article value to be at the specified
// index for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsArticle(idx int, v ActivityStreamsArticle)
// SetActivityStreamsAudio sets a Audio value to be at the specified index
// for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsAudio(idx int, v ActivityStreamsAudio)
// SetActivityStreamsBlock sets a Block value to be at the specified index
// for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsBlock(idx int, v ActivityStreamsBlock)
// SetActivityStreamsCollection sets a Collection value to be at the
// specified index for the property "bcc". Panics if the index is out
// of bounds. Invalidates all iterators.
SetActivityStreamsCollection(idx int, v ActivityStreamsCollection)
// SetActivityStreamsCollectionPage sets a CollectionPage value to be at
// the specified index for the property "bcc". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsCollectionPage(idx int, v ActivityStreamsCollectionPage)
// SetActivityStreamsCreate sets a Create value to be at the specified
// index for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsCreate(idx int, v ActivityStreamsCreate)
// SetActivityStreamsDelete sets a Delete value to be at the specified
// index for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsDelete(idx int, v ActivityStreamsDelete)
// SetActivityStreamsDislike sets a Dislike value to be at the specified
// index for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsDislike(idx int, v ActivityStreamsDislike)
// SetActivityStreamsDocument sets a Document value to be at the specified
// index for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsDocument(idx int, v ActivityStreamsDocument)
// SetActivityStreamsEvent sets a Event value to be at the specified index
// for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsEvent(idx int, v ActivityStreamsEvent)
// SetActivityStreamsFlag sets a Flag value to be at the specified index
// for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsFlag(idx int, v ActivityStreamsFlag)
// SetActivityStreamsFollow sets a Follow value to be at the specified
// index for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsFollow(idx int, v ActivityStreamsFollow)
// SetActivityStreamsGroup sets a Group value to be at the specified index
// for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsGroup(idx int, v ActivityStreamsGroup)
// SetActivityStreamsIgnore sets a Ignore value to be at the specified
// index for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsIgnore(idx int, v ActivityStreamsIgnore)
// SetActivityStreamsImage sets a Image value to be at the specified index
// for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsImage(idx int, v ActivityStreamsImage)
// SetActivityStreamsIntransitiveActivity sets a IntransitiveActivity
// value to be at the specified index for the property "bcc". Panics
// if the index is out of bounds. Invalidates all iterators.
SetActivityStreamsIntransitiveActivity(idx int, v ActivityStreamsIntransitiveActivity)
// SetActivityStreamsInvite sets a Invite value to be at the specified
// index for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsInvite(idx int, v ActivityStreamsInvite)
// SetActivityStreamsJoin sets a Join value to be at the specified index
// for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsJoin(idx int, v ActivityStreamsJoin)
// SetActivityStreamsLeave sets a Leave value to be at the specified index
// for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsLeave(idx int, v ActivityStreamsLeave)
// SetActivityStreamsLike sets a Like value to be at the specified index
// for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsLike(idx int, v ActivityStreamsLike)
// SetActivityStreamsLink sets a Link value to be at the specified index
// for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsLink(idx int, v ActivityStreamsLink)
// SetActivityStreamsListen sets a Listen value to be at the specified
// index for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsListen(idx int, v ActivityStreamsListen)
// SetActivityStreamsMention sets a Mention value to be at the specified
// index for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsMention(idx int, v ActivityStreamsMention)
// SetActivityStreamsMove sets a Move value to be at the specified index
// for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsMove(idx int, v ActivityStreamsMove)
// SetActivityStreamsNote sets a Note value to be at the specified index
// for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsNote(idx int, v ActivityStreamsNote)
// SetActivityStreamsObject sets a Object value to be at the specified
// index for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsObject(idx int, v ActivityStreamsObject)
// SetActivityStreamsOffer sets a Offer value to be at the specified index
// for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsOffer(idx int, v ActivityStreamsOffer)
// SetActivityStreamsOrderedCollection sets a OrderedCollection value to
// be at the specified index for the property "bcc". Panics if the
// index is out of bounds. Invalidates all iterators.
SetActivityStreamsOrderedCollection(idx int, v ActivityStreamsOrderedCollection)
// SetActivityStreamsOrderedCollectionPage sets a OrderedCollectionPage
// value to be at the specified index for the property "bcc". Panics
// if the index is out of bounds. Invalidates all iterators.
SetActivityStreamsOrderedCollectionPage(idx int, v ActivityStreamsOrderedCollectionPage)
// SetActivityStreamsOrganization sets a Organization value to be at the
// specified index for the property "bcc". Panics if the index is out
// of bounds. Invalidates all iterators.
SetActivityStreamsOrganization(idx int, v ActivityStreamsOrganization)
// SetActivityStreamsPage sets a Page value to be at the specified index
// for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsPage(idx int, v ActivityStreamsPage)
// SetActivityStreamsPerson sets a Person value to be at the specified
// index for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsPerson(idx int, v ActivityStreamsPerson)
// SetActivityStreamsPlace sets a Place value to be at the specified index
// for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsPlace(idx int, v ActivityStreamsPlace)
// SetActivityStreamsProfile sets a Profile value to be at the specified
// index for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsProfile(idx int, v ActivityStreamsProfile)
// SetActivityStreamsQuestion sets a Question value to be at the specified
// index for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsQuestion(idx int, v ActivityStreamsQuestion)
// SetActivityStreamsRead sets a Read value to be at the specified index
// for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsRead(idx int, v ActivityStreamsRead)
// SetActivityStreamsReject sets a Reject value to be at the specified
// index for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsReject(idx int, v ActivityStreamsReject)
// SetActivityStreamsRelationship sets a Relationship value to be at the
// specified index for the property "bcc". Panics if the index is out
// of bounds. Invalidates all iterators.
SetActivityStreamsRelationship(idx int, v ActivityStreamsRelationship)
// SetActivityStreamsRemove sets a Remove value to be at the specified
// index for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsRemove(idx int, v ActivityStreamsRemove)
// SetActivityStreamsService sets a Service value to be at the specified
// index for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsService(idx int, v ActivityStreamsService)
// SetActivityStreamsTentativeAccept sets a TentativeAccept value to be at
// the specified index for the property "bcc". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsTentativeAccept(idx int, v ActivityStreamsTentativeAccept)
// SetActivityStreamsTentativeReject sets a TentativeReject value to be at
// the specified index for the property "bcc". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsTentativeReject(idx int, v ActivityStreamsTentativeReject)
// SetActivityStreamsTombstone sets a Tombstone value to be at the
// specified index for the property "bcc". Panics if the index is out
// of bounds. Invalidates all iterators.
SetActivityStreamsTombstone(idx int, v ActivityStreamsTombstone)
// SetActivityStreamsTravel sets a Travel value to be at the specified
// index for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsTravel(idx int, v ActivityStreamsTravel)
// SetActivityStreamsUndo sets a Undo value to be at the specified index
// for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsUndo(idx int, v ActivityStreamsUndo)
// SetActivityStreamsUpdate sets a Update value to be at the specified
// index for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsUpdate(idx int, v ActivityStreamsUpdate)
// SetActivityStreamsVideo sets a Video value to be at the specified index
// for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsVideo(idx int, v ActivityStreamsVideo)
// SetActivityStreamsView sets a View value to be at the specified index
// for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsView(idx int, v ActivityStreamsView)
// SetFunkwhaleAlbum sets a Album value to be at the specified index for
// the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleAlbum(idx int, v FunkwhaleAlbum)
// SetFunkwhaleArtist sets a Artist value to be at the specified index for
// the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleArtist(idx int, v FunkwhaleArtist)
// SetFunkwhaleLibrary sets a Library value to be at the specified index
// for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleLibrary(idx int, v FunkwhaleLibrary)
// SetFunkwhaleTrack sets a Track value to be at the specified index for
// the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleTrack(idx int, v FunkwhaleTrack)
// SetGoToSocialAnnounceApproval sets a AnnounceApproval value to be at
// the specified index for the property "bcc". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceApproval(idx int, v GoToSocialAnnounceApproval)
// SetGoToSocialAnnounceAuthorization sets a AnnounceAuthorization value
// to be at the specified index for the property "bcc". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceAuthorization(idx int, v GoToSocialAnnounceAuthorization)
// SetGoToSocialAnnounceRequest sets a AnnounceRequest value to be at the
// specified index for the property "bcc". Panics if the index is out
// of bounds. Invalidates all iterators.
SetGoToSocialAnnounceRequest(idx int, v GoToSocialAnnounceRequest)
// SetGoToSocialLikeApproval sets a LikeApproval value to be at the
// specified index for the property "bcc". Panics if the index is out
// of bounds. Invalidates all iterators.
SetGoToSocialLikeApproval(idx int, v GoToSocialLikeApproval)
// SetGoToSocialLikeAuthorization sets a LikeAuthorization value to be at
// the specified index for the property "bcc". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialLikeAuthorization(idx int, v GoToSocialLikeAuthorization)
// SetGoToSocialLikeRequest sets a LikeRequest value to be at the
// specified index for the property "bcc". Panics if the index is out
// of bounds. Invalidates all iterators.
SetGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// SetGoToSocialQuoteAuthorization sets a QuoteAuthorization value to be
// at the specified index for the property "bcc". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialQuoteAuthorization(idx int, v GoToSocialQuoteAuthorization)
// SetGoToSocialQuoteRequest sets a QuoteRequest value to be at the
// specified index for the property "bcc". Panics if the index is out
// of bounds. Invalidates all iterators.
SetGoToSocialQuoteRequest(idx int, v GoToSocialQuoteRequest)
// SetGoToSocialReplyApproval sets a ReplyApproval value to be at the
// specified index for the property "bcc". Panics if the index is out
// of bounds. Invalidates all iterators.
SetGoToSocialReplyApproval(idx int, v GoToSocialReplyApproval)
// SetGoToSocialReplyAuthorization sets a ReplyAuthorization value to be
// at the specified index for the property "bcc". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialReplyAuthorization(idx int, v GoToSocialReplyAuthorization)
// SetGoToSocialReplyRequest sets a ReplyRequest value to be at the
// specified index for the property "bcc". Panics if the index is out
// of bounds. Invalidates all iterators.
SetGoToSocialReplyRequest(idx int, v GoToSocialReplyRequest)
// SetIRI sets an IRI value to be at the specified index for the property
// "bcc". Panics if the index is out of bounds.
SetIRI(idx int, v *url.URL)
// SetLitePubEmojiReact sets a EmojiReact value to be at the specified
// index for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetLitePubEmojiReact(idx int, v LitePubEmojiReact)
// SetSchemaPropertyValue sets a PropertyValue value to be at the
// specified index for the property "bcc". Panics if the index is out
// of bounds. Invalidates all iterators.
SetSchemaPropertyValue(idx int, v SchemaPropertyValue)
// SetTootEmoji sets a Emoji value to be at the specified index for the
// property "bcc". Panics if the index is out of bounds. Invalidates
// all iterators.
SetTootEmoji(idx int, v TootEmoji)
// SetTootHashtag sets a Hashtag value to be at the specified index for
// the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetTootHashtag(idx int, v TootHashtag)
// SetTootIdentityProof sets a IdentityProof value to be at the specified
// index for the property "bcc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetTootIdentityProof(idx int, v TootIdentityProof)
// SetType sets an arbitrary type value to the specified index of the
// property "bcc". 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.
SetType(idx int, t Type) error
// Swap swaps the location of values at two indices for the "bcc" property.
Swap(i, j int)
}
Identifies one or more Objects that are part of the private secondary audience of this Object.
Example 70 (https://www.w3.org/TR/activitystreams-vocabulary/#ex68-jsonld):
{
"actor": "http://sally.example.org",
"bcc": "http://joe.example.org",
"object": "http://example.org/posts/1",
"summary": "Sally offered a post to John",
"target": "http://john.example.org",
"type": "Offer"
}
type ActivityStreamsBccPropertyIterator ¶
type ActivityStreamsBccPropertyIterator interface {
// GetActivityStreamsAccept returns the value of this property. When
// IsActivityStreamsAccept returns false, GetActivityStreamsAccept
// will return an arbitrary value.
GetActivityStreamsAccept() ActivityStreamsAccept
// GetActivityStreamsActivity returns the value of this property. When
// IsActivityStreamsActivity returns false, GetActivityStreamsActivity
// will return an arbitrary value.
GetActivityStreamsActivity() ActivityStreamsActivity
// GetActivityStreamsAdd returns the value of this property. When
// IsActivityStreamsAdd returns false, GetActivityStreamsAdd will
// return an arbitrary value.
GetActivityStreamsAdd() ActivityStreamsAdd
// GetActivityStreamsAnnounce returns the value of this property. When
// IsActivityStreamsAnnounce returns false, GetActivityStreamsAnnounce
// will return an arbitrary value.
GetActivityStreamsAnnounce() ActivityStreamsAnnounce
// GetActivityStreamsApplication returns the value of this property. When
// IsActivityStreamsApplication returns false,
// GetActivityStreamsApplication will return an arbitrary value.
GetActivityStreamsApplication() ActivityStreamsApplication
// GetActivityStreamsArrive returns the value of this property. When
// IsActivityStreamsArrive returns false, GetActivityStreamsArrive
// will return an arbitrary value.
GetActivityStreamsArrive() ActivityStreamsArrive
// GetActivityStreamsArticle returns the value of this property. When
// IsActivityStreamsArticle returns false, GetActivityStreamsArticle
// will return an arbitrary value.
GetActivityStreamsArticle() ActivityStreamsArticle
// GetActivityStreamsAudio returns the value of this property. When
// IsActivityStreamsAudio returns false, GetActivityStreamsAudio will
// return an arbitrary value.
GetActivityStreamsAudio() ActivityStreamsAudio
// GetActivityStreamsBlock returns the value of this property. When
// IsActivityStreamsBlock returns false, GetActivityStreamsBlock will
// return an arbitrary value.
GetActivityStreamsBlock() ActivityStreamsBlock
// GetActivityStreamsCollection returns the value of this property. When
// IsActivityStreamsCollection returns false,
// GetActivityStreamsCollection will return an arbitrary value.
GetActivityStreamsCollection() ActivityStreamsCollection
// GetActivityStreamsCollectionPage returns the value of this property.
// When IsActivityStreamsCollectionPage returns false,
// GetActivityStreamsCollectionPage will return an arbitrary value.
GetActivityStreamsCollectionPage() ActivityStreamsCollectionPage
// GetActivityStreamsCreate returns the value of this property. When
// IsActivityStreamsCreate returns false, GetActivityStreamsCreate
// will return an arbitrary value.
GetActivityStreamsCreate() ActivityStreamsCreate
// GetActivityStreamsDelete returns the value of this property. When
// IsActivityStreamsDelete returns false, GetActivityStreamsDelete
// will return an arbitrary value.
GetActivityStreamsDelete() ActivityStreamsDelete
// GetActivityStreamsDislike returns the value of this property. When
// IsActivityStreamsDislike returns false, GetActivityStreamsDislike
// will return an arbitrary value.
GetActivityStreamsDislike() ActivityStreamsDislike
// GetActivityStreamsDocument returns the value of this property. When
// IsActivityStreamsDocument returns false, GetActivityStreamsDocument
// will return an arbitrary value.
GetActivityStreamsDocument() ActivityStreamsDocument
// GetActivityStreamsEvent returns the value of this property. When
// IsActivityStreamsEvent returns false, GetActivityStreamsEvent will
// return an arbitrary value.
GetActivityStreamsEvent() ActivityStreamsEvent
// GetActivityStreamsFlag returns the value of this property. When
// IsActivityStreamsFlag returns false, GetActivityStreamsFlag will
// return an arbitrary value.
GetActivityStreamsFlag() ActivityStreamsFlag
// GetActivityStreamsFollow returns the value of this property. When
// IsActivityStreamsFollow returns false, GetActivityStreamsFollow
// will return an arbitrary value.
GetActivityStreamsFollow() ActivityStreamsFollow
// GetActivityStreamsGroup returns the value of this property. When
// IsActivityStreamsGroup returns false, GetActivityStreamsGroup will
// return an arbitrary value.
GetActivityStreamsGroup() ActivityStreamsGroup
// GetActivityStreamsIgnore returns the value of this property. When
// IsActivityStreamsIgnore returns false, GetActivityStreamsIgnore
// will return an arbitrary value.
GetActivityStreamsIgnore() ActivityStreamsIgnore
// GetActivityStreamsImage returns the value of this property. When
// IsActivityStreamsImage returns false, GetActivityStreamsImage will
// return an arbitrary value.
GetActivityStreamsImage() ActivityStreamsImage
// GetActivityStreamsIntransitiveActivity returns the value of this
// property. When IsActivityStreamsIntransitiveActivity returns false,
// GetActivityStreamsIntransitiveActivity will return an arbitrary
// value.
GetActivityStreamsIntransitiveActivity() ActivityStreamsIntransitiveActivity
// GetActivityStreamsInvite returns the value of this property. When
// IsActivityStreamsInvite returns false, GetActivityStreamsInvite
// will return an arbitrary value.
GetActivityStreamsInvite() ActivityStreamsInvite
// GetActivityStreamsJoin returns the value of this property. When
// IsActivityStreamsJoin returns false, GetActivityStreamsJoin will
// return an arbitrary value.
GetActivityStreamsJoin() ActivityStreamsJoin
// GetActivityStreamsLeave returns the value of this property. When
// IsActivityStreamsLeave returns false, GetActivityStreamsLeave will
// return an arbitrary value.
GetActivityStreamsLeave() ActivityStreamsLeave
// GetActivityStreamsLike returns the value of this property. When
// IsActivityStreamsLike returns false, GetActivityStreamsLike will
// return an arbitrary value.
GetActivityStreamsLike() ActivityStreamsLike
// GetActivityStreamsLink returns the value of this property. When
// IsActivityStreamsLink returns false, GetActivityStreamsLink will
// return an arbitrary value.
GetActivityStreamsLink() ActivityStreamsLink
// GetActivityStreamsListen returns the value of this property. When
// IsActivityStreamsListen returns false, GetActivityStreamsListen
// will return an arbitrary value.
GetActivityStreamsListen() ActivityStreamsListen
// GetActivityStreamsMention returns the value of this property. When
// IsActivityStreamsMention returns false, GetActivityStreamsMention
// will return an arbitrary value.
GetActivityStreamsMention() ActivityStreamsMention
// GetActivityStreamsMove returns the value of this property. When
// IsActivityStreamsMove returns false, GetActivityStreamsMove will
// return an arbitrary value.
GetActivityStreamsMove() ActivityStreamsMove
// GetActivityStreamsNote returns the value of this property. When
// IsActivityStreamsNote returns false, GetActivityStreamsNote will
// return an arbitrary value.
GetActivityStreamsNote() ActivityStreamsNote
// GetActivityStreamsObject returns the value of this property. When
// IsActivityStreamsObject returns false, GetActivityStreamsObject
// will return an arbitrary value.
GetActivityStreamsObject() ActivityStreamsObject
// GetActivityStreamsOffer returns the value of this property. When
// IsActivityStreamsOffer returns false, GetActivityStreamsOffer will
// return an arbitrary value.
GetActivityStreamsOffer() ActivityStreamsOffer
// GetActivityStreamsOrderedCollection returns the value of this property.
// When IsActivityStreamsOrderedCollection returns false,
// GetActivityStreamsOrderedCollection will return an arbitrary value.
GetActivityStreamsOrderedCollection() ActivityStreamsOrderedCollection
// GetActivityStreamsOrderedCollectionPage returns the value of this
// property. When IsActivityStreamsOrderedCollectionPage returns
// false, GetActivityStreamsOrderedCollectionPage will return an
// arbitrary value.
GetActivityStreamsOrderedCollectionPage() ActivityStreamsOrderedCollectionPage
// GetActivityStreamsOrganization returns the value of this property. When
// IsActivityStreamsOrganization returns false,
// GetActivityStreamsOrganization will return an arbitrary value.
GetActivityStreamsOrganization() ActivityStreamsOrganization
// GetActivityStreamsPage returns the value of this property. When
// IsActivityStreamsPage returns false, GetActivityStreamsPage will
// return an arbitrary value.
GetActivityStreamsPage() ActivityStreamsPage
// GetActivityStreamsPerson returns the value of this property. When
// IsActivityStreamsPerson returns false, GetActivityStreamsPerson
// will return an arbitrary value.
GetActivityStreamsPerson() ActivityStreamsPerson
// GetActivityStreamsPlace returns the value of this property. When
// IsActivityStreamsPlace returns false, GetActivityStreamsPlace will
// return an arbitrary value.
GetActivityStreamsPlace() ActivityStreamsPlace
// GetActivityStreamsProfile returns the value of this property. When
// IsActivityStreamsProfile returns false, GetActivityStreamsProfile
// will return an arbitrary value.
GetActivityStreamsProfile() ActivityStreamsProfile
// GetActivityStreamsQuestion returns the value of this property. When
// IsActivityStreamsQuestion returns false, GetActivityStreamsQuestion
// will return an arbitrary value.
GetActivityStreamsQuestion() ActivityStreamsQuestion
// GetActivityStreamsRead returns the value of this property. When
// IsActivityStreamsRead returns false, GetActivityStreamsRead will
// return an arbitrary value.
GetActivityStreamsRead() ActivityStreamsRead
// GetActivityStreamsReject returns the value of this property. When
// IsActivityStreamsReject returns false, GetActivityStreamsReject
// will return an arbitrary value.
GetActivityStreamsReject() ActivityStreamsReject
// GetActivityStreamsRelationship returns the value of this property. When
// IsActivityStreamsRelationship returns false,
// GetActivityStreamsRelationship will return an arbitrary value.
GetActivityStreamsRelationship() ActivityStreamsRelationship
// GetActivityStreamsRemove returns the value of this property. When
// IsActivityStreamsRemove returns false, GetActivityStreamsRemove
// will return an arbitrary value.
GetActivityStreamsRemove() ActivityStreamsRemove
// GetActivityStreamsService returns the value of this property. When
// IsActivityStreamsService returns false, GetActivityStreamsService
// will return an arbitrary value.
GetActivityStreamsService() ActivityStreamsService
// GetActivityStreamsTentativeAccept returns the value of this property.
// When IsActivityStreamsTentativeAccept returns false,
// GetActivityStreamsTentativeAccept will return an arbitrary value.
GetActivityStreamsTentativeAccept() ActivityStreamsTentativeAccept
// GetActivityStreamsTentativeReject returns the value of this property.
// When IsActivityStreamsTentativeReject returns false,
// GetActivityStreamsTentativeReject will return an arbitrary value.
GetActivityStreamsTentativeReject() ActivityStreamsTentativeReject
// GetActivityStreamsTombstone returns the value of this property. When
// IsActivityStreamsTombstone returns false,
// GetActivityStreamsTombstone will return an arbitrary value.
GetActivityStreamsTombstone() ActivityStreamsTombstone
// GetActivityStreamsTravel returns the value of this property. When
// IsActivityStreamsTravel returns false, GetActivityStreamsTravel
// will return an arbitrary value.
GetActivityStreamsTravel() ActivityStreamsTravel
// GetActivityStreamsUndo returns the value of this property. When
// IsActivityStreamsUndo returns false, GetActivityStreamsUndo will
// return an arbitrary value.
GetActivityStreamsUndo() ActivityStreamsUndo
// GetActivityStreamsUpdate returns the value of this property. When
// IsActivityStreamsUpdate returns false, GetActivityStreamsUpdate
// will return an arbitrary value.
GetActivityStreamsUpdate() ActivityStreamsUpdate
// GetActivityStreamsVideo returns the value of this property. When
// IsActivityStreamsVideo returns false, GetActivityStreamsVideo will
// return an arbitrary value.
GetActivityStreamsVideo() ActivityStreamsVideo
// GetActivityStreamsView returns the value of this property. When
// IsActivityStreamsView returns false, GetActivityStreamsView will
// return an arbitrary value.
GetActivityStreamsView() ActivityStreamsView
// GetFunkwhaleAlbum returns the value of this property. When
// IsFunkwhaleAlbum returns false, GetFunkwhaleAlbum will return an
// arbitrary value.
GetFunkwhaleAlbum() FunkwhaleAlbum
// GetFunkwhaleArtist returns the value of this property. When
// IsFunkwhaleArtist returns false, GetFunkwhaleArtist will return an
// arbitrary value.
GetFunkwhaleArtist() FunkwhaleArtist
// GetFunkwhaleLibrary returns the value of this property. When
// IsFunkwhaleLibrary returns false, GetFunkwhaleLibrary will return
// an arbitrary value.
GetFunkwhaleLibrary() FunkwhaleLibrary
// GetFunkwhaleTrack returns the value of this property. When
// IsFunkwhaleTrack returns false, GetFunkwhaleTrack will return an
// arbitrary value.
GetFunkwhaleTrack() FunkwhaleTrack
// GetGoToSocialAnnounceApproval returns the value of this property. When
// IsGoToSocialAnnounceApproval returns false,
// GetGoToSocialAnnounceApproval will return an arbitrary value.
GetGoToSocialAnnounceApproval() GoToSocialAnnounceApproval
// GetGoToSocialAnnounceAuthorization returns the value of this property.
// When IsGoToSocialAnnounceAuthorization returns false,
// GetGoToSocialAnnounceAuthorization will return an arbitrary value.
GetGoToSocialAnnounceAuthorization() GoToSocialAnnounceAuthorization
// GetGoToSocialAnnounceRequest returns the value of this property. When
// IsGoToSocialAnnounceRequest returns false,
// GetGoToSocialAnnounceRequest will return an arbitrary value.
GetGoToSocialAnnounceRequest() GoToSocialAnnounceRequest
// GetGoToSocialLikeApproval returns the value of this property. When
// IsGoToSocialLikeApproval returns false, GetGoToSocialLikeApproval
// will return an arbitrary value.
GetGoToSocialLikeApproval() GoToSocialLikeApproval
// GetGoToSocialLikeAuthorization returns the value of this property. When
// IsGoToSocialLikeAuthorization returns false,
// GetGoToSocialLikeAuthorization will return an arbitrary value.
GetGoToSocialLikeAuthorization() GoToSocialLikeAuthorization
// GetGoToSocialLikeRequest returns the value of this property. When
// IsGoToSocialLikeRequest returns false, GetGoToSocialLikeRequest
// will return an arbitrary value.
GetGoToSocialLikeRequest() GoToSocialLikeRequest
// GetGoToSocialQuoteAuthorization returns the value of this property.
// When IsGoToSocialQuoteAuthorization returns false,
// GetGoToSocialQuoteAuthorization will return an arbitrary value.
GetGoToSocialQuoteAuthorization() GoToSocialQuoteAuthorization
// GetGoToSocialQuoteRequest returns the value of this property. When
// IsGoToSocialQuoteRequest returns false, GetGoToSocialQuoteRequest
// will return an arbitrary value.
GetGoToSocialQuoteRequest() GoToSocialQuoteRequest
// GetGoToSocialReplyApproval returns the value of this property. When
// IsGoToSocialReplyApproval returns false, GetGoToSocialReplyApproval
// will return an arbitrary value.
GetGoToSocialReplyApproval() GoToSocialReplyApproval
// GetGoToSocialReplyAuthorization returns the value of this property.
// When IsGoToSocialReplyAuthorization returns false,
// GetGoToSocialReplyAuthorization will return an arbitrary value.
GetGoToSocialReplyAuthorization() GoToSocialReplyAuthorization
// GetGoToSocialReplyRequest returns the value of this property. When
// IsGoToSocialReplyRequest returns false, GetGoToSocialReplyRequest
// will return an arbitrary value.
GetGoToSocialReplyRequest() GoToSocialReplyRequest
// GetIRI returns the IRI of this property. When IsIRI returns false,
// GetIRI will return an arbitrary value.
GetIRI() *url.URL
// GetLitePubEmojiReact returns the value of this property. When
// IsLitePubEmojiReact returns false, GetLitePubEmojiReact will return
// an arbitrary value.
GetLitePubEmojiReact() LitePubEmojiReact
// GetSchemaPropertyValue returns the value of this property. When
// IsSchemaPropertyValue returns false, GetSchemaPropertyValue will
// return an arbitrary value.
GetSchemaPropertyValue() SchemaPropertyValue
// GetTootEmoji returns the value of this property. When IsTootEmoji
// returns false, GetTootEmoji will return an arbitrary value.
GetTootEmoji() TootEmoji
// GetTootHashtag returns the value of this property. When IsTootHashtag
// returns false, GetTootHashtag will return an arbitrary value.
GetTootHashtag() TootHashtag
// GetTootIdentityProof returns the value of this property. When
// IsTootIdentityProof returns false, GetTootIdentityProof will return
// an arbitrary value.
GetTootIdentityProof() TootIdentityProof
// 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.
GetType() Type
// HasAny returns true if any of the different values is set.
HasAny() 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.
IsActivityStreamsAccept() 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.
IsActivityStreamsActivity() 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.
IsActivityStreamsAdd() 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.
IsActivityStreamsAnnounce() 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.
IsActivityStreamsApplication() 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.
IsActivityStreamsArrive() 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.
IsActivityStreamsArticle() 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.
IsActivityStreamsAudio() 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.
IsActivityStreamsBlock() 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.
IsActivityStreamsCollection() 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.
IsActivityStreamsCollectionPage() 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.
IsActivityStreamsCreate() 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.
IsActivityStreamsDelete() 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.
IsActivityStreamsDislike() 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.
IsActivityStreamsDocument() 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.
IsActivityStreamsEvent() 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.
IsActivityStreamsFlag() 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.
IsActivityStreamsFollow() 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.
IsActivityStreamsGroup() 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.
IsActivityStreamsIgnore() 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.
IsActivityStreamsImage() 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.
IsActivityStreamsIntransitiveActivity() 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.
IsActivityStreamsInvite() 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.
IsActivityStreamsJoin() 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.
IsActivityStreamsLeave() 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.
IsActivityStreamsLike() 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.
IsActivityStreamsLink() 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.
IsActivityStreamsListen() 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.
IsActivityStreamsMention() 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.
IsActivityStreamsMove() 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.
IsActivityStreamsNote() 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.
IsActivityStreamsObject() 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.
IsActivityStreamsOffer() 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.
IsActivityStreamsOrderedCollection() 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.
IsActivityStreamsOrderedCollectionPage() 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.
IsActivityStreamsOrganization() 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.
IsActivityStreamsPage() 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.
IsActivityStreamsPerson() 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.
IsActivityStreamsPlace() 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.
IsActivityStreamsProfile() 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.
IsActivityStreamsQuestion() 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.
IsActivityStreamsRead() 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.
IsActivityStreamsReject() 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.
IsActivityStreamsRelationship() 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.
IsActivityStreamsRemove() 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.
IsActivityStreamsService() 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.
IsActivityStreamsTentativeAccept() 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.
IsActivityStreamsTentativeReject() 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.
IsActivityStreamsTombstone() 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.
IsActivityStreamsTravel() 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.
IsActivityStreamsUndo() 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.
IsActivityStreamsUpdate() 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.
IsActivityStreamsVideo() 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.
IsActivityStreamsView() bool
// IsFunkwhaleAlbum returns true if this property has a type of "Album".
// When true, use the GetFunkwhaleAlbum and SetFunkwhaleAlbum methods
// to access and set this property.
IsFunkwhaleAlbum() bool
// IsFunkwhaleArtist returns true if this property has a type of "Artist".
// When true, use the GetFunkwhaleArtist and SetFunkwhaleArtist
// methods to access and set this property.
IsFunkwhaleArtist() bool
// IsFunkwhaleLibrary returns true if this property has a type of
// "Library". When true, use the GetFunkwhaleLibrary and
// SetFunkwhaleLibrary methods to access and set this property.
IsFunkwhaleLibrary() bool
// IsFunkwhaleTrack returns true if this property has a type of "Track".
// When true, use the GetFunkwhaleTrack and SetFunkwhaleTrack methods
// to access and set this property.
IsFunkwhaleTrack() bool
// IsGoToSocialAnnounceApproval returns true if this property has a type
// of "AnnounceApproval". When true, use the
// GetGoToSocialAnnounceApproval and SetGoToSocialAnnounceApproval
// methods to access and set this property.
IsGoToSocialAnnounceApproval() bool
// IsGoToSocialAnnounceAuthorization returns true if this property has a
// type of "AnnounceAuthorization". When true, use the
// GetGoToSocialAnnounceAuthorization and
// SetGoToSocialAnnounceAuthorization methods to access and set this
// property.
IsGoToSocialAnnounceAuthorization() bool
// IsGoToSocialAnnounceRequest returns true if this property has a type of
// "AnnounceRequest". When true, use the GetGoToSocialAnnounceRequest
// and SetGoToSocialAnnounceRequest methods to access and set this
// property.
IsGoToSocialAnnounceRequest() bool
// IsGoToSocialLikeApproval returns true if this property has a type of
// "LikeApproval". When true, use the GetGoToSocialLikeApproval and
// SetGoToSocialLikeApproval methods to access and set this property.
IsGoToSocialLikeApproval() bool
// IsGoToSocialLikeAuthorization returns true if this property has a type
// of "LikeAuthorization". When true, use the
// GetGoToSocialLikeAuthorization and SetGoToSocialLikeAuthorization
// methods to access and set this property.
IsGoToSocialLikeAuthorization() bool
// IsGoToSocialLikeRequest returns true if this property has a type of
// "LikeRequest". When true, use the GetGoToSocialLikeRequest and
// SetGoToSocialLikeRequest methods to access and set this property.
IsGoToSocialLikeRequest() bool
// IsGoToSocialQuoteAuthorization returns true if this property has a type
// of "QuoteAuthorization". When true, use the
// GetGoToSocialQuoteAuthorization and SetGoToSocialQuoteAuthorization
// methods to access and set this property.
IsGoToSocialQuoteAuthorization() bool
// IsGoToSocialQuoteRequest returns true if this property has a type of
// "QuoteRequest". When true, use the GetGoToSocialQuoteRequest and
// SetGoToSocialQuoteRequest methods to access and set this property.
IsGoToSocialQuoteRequest() bool
// IsGoToSocialReplyApproval returns true if this property has a type of
// "ReplyApproval". When true, use the GetGoToSocialReplyApproval and
// SetGoToSocialReplyApproval methods to access and set this property.
IsGoToSocialReplyApproval() bool
// IsGoToSocialReplyAuthorization returns true if this property has a type
// of "ReplyAuthorization". When true, use the
// GetGoToSocialReplyAuthorization and SetGoToSocialReplyAuthorization
// methods to access and set this property.
IsGoToSocialReplyAuthorization() bool
// IsGoToSocialReplyRequest returns true if this property has a type of
// "ReplyRequest". When true, use the GetGoToSocialReplyRequest and
// SetGoToSocialReplyRequest methods to access and set this property.
IsGoToSocialReplyRequest() bool
// IsIRI returns true if this property is an IRI. When true, use GetIRI
// and SetIRI to access and set this property
IsIRI() bool
// IsLitePubEmojiReact returns true if this property has a type of
// "EmojiReact". When true, use the GetLitePubEmojiReact and
// SetLitePubEmojiReact methods to access and set this property.
IsLitePubEmojiReact() 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.
IsSchemaPropertyValue() 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.
IsTootEmoji() 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.
IsTootHashtag() 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.
IsTootIdentityProof() bool
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex() int
// 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.
LessThan(o ActivityStreamsBccPropertyIterator) bool
// Name returns the name of this property: "ActivityStreamsBcc".
Name() string
// Next returns the next iterator, or nil if there is no next iterator.
Next() ActivityStreamsBccPropertyIterator
// Prev returns the previous iterator, or nil if there is no previous
// iterator.
Prev() ActivityStreamsBccPropertyIterator
// SetActivityStreamsAccept sets the value of this property. Calling
// IsActivityStreamsAccept afterwards returns true.
SetActivityStreamsAccept(v ActivityStreamsAccept)
// SetActivityStreamsActivity sets the value of this property. Calling
// IsActivityStreamsActivity afterwards returns true.
SetActivityStreamsActivity(v ActivityStreamsActivity)
// SetActivityStreamsAdd sets the value of this property. Calling
// IsActivityStreamsAdd afterwards returns true.
SetActivityStreamsAdd(v ActivityStreamsAdd)
// SetActivityStreamsAnnounce sets the value of this property. Calling
// IsActivityStreamsAnnounce afterwards returns true.
SetActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// SetActivityStreamsApplication sets the value of this property. Calling
// IsActivityStreamsApplication afterwards returns true.
SetActivityStreamsApplication(v ActivityStreamsApplication)
// SetActivityStreamsArrive sets the value of this property. Calling
// IsActivityStreamsArrive afterwards returns true.
SetActivityStreamsArrive(v ActivityStreamsArrive)
// SetActivityStreamsArticle sets the value of this property. Calling
// IsActivityStreamsArticle afterwards returns true.
SetActivityStreamsArticle(v ActivityStreamsArticle)
// SetActivityStreamsAudio sets the value of this property. Calling
// IsActivityStreamsAudio afterwards returns true.
SetActivityStreamsAudio(v ActivityStreamsAudio)
// SetActivityStreamsBlock sets the value of this property. Calling
// IsActivityStreamsBlock afterwards returns true.
SetActivityStreamsBlock(v ActivityStreamsBlock)
// SetActivityStreamsCollection sets the value of this property. Calling
// IsActivityStreamsCollection afterwards returns true.
SetActivityStreamsCollection(v ActivityStreamsCollection)
// SetActivityStreamsCollectionPage sets the value of this property.
// Calling IsActivityStreamsCollectionPage afterwards returns true.
SetActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// SetActivityStreamsCreate sets the value of this property. Calling
// IsActivityStreamsCreate afterwards returns true.
SetActivityStreamsCreate(v ActivityStreamsCreate)
// SetActivityStreamsDelete sets the value of this property. Calling
// IsActivityStreamsDelete afterwards returns true.
SetActivityStreamsDelete(v ActivityStreamsDelete)
// SetActivityStreamsDislike sets the value of this property. Calling
// IsActivityStreamsDislike afterwards returns true.
SetActivityStreamsDislike(v ActivityStreamsDislike)
// SetActivityStreamsDocument sets the value of this property. Calling
// IsActivityStreamsDocument afterwards returns true.
SetActivityStreamsDocument(v ActivityStreamsDocument)
// SetActivityStreamsEvent sets the value of this property. Calling
// IsActivityStreamsEvent afterwards returns true.
SetActivityStreamsEvent(v ActivityStreamsEvent)
// SetActivityStreamsFlag sets the value of this property. Calling
// IsActivityStreamsFlag afterwards returns true.
SetActivityStreamsFlag(v ActivityStreamsFlag)
// SetActivityStreamsFollow sets the value of this property. Calling
// IsActivityStreamsFollow afterwards returns true.
SetActivityStreamsFollow(v ActivityStreamsFollow)
// SetActivityStreamsGroup sets the value of this property. Calling
// IsActivityStreamsGroup afterwards returns true.
SetActivityStreamsGroup(v ActivityStreamsGroup)
// SetActivityStreamsIgnore sets the value of this property. Calling
// IsActivityStreamsIgnore afterwards returns true.
SetActivityStreamsIgnore(v ActivityStreamsIgnore)
// SetActivityStreamsImage sets the value of this property. Calling
// IsActivityStreamsImage afterwards returns true.
SetActivityStreamsImage(v ActivityStreamsImage)
// SetActivityStreamsIntransitiveActivity sets the value of this property.
// Calling IsActivityStreamsIntransitiveActivity afterwards returns
// true.
SetActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// SetActivityStreamsInvite sets the value of this property. Calling
// IsActivityStreamsInvite afterwards returns true.
SetActivityStreamsInvite(v ActivityStreamsInvite)
// SetActivityStreamsJoin sets the value of this property. Calling
// IsActivityStreamsJoin afterwards returns true.
SetActivityStreamsJoin(v ActivityStreamsJoin)
// SetActivityStreamsLeave sets the value of this property. Calling
// IsActivityStreamsLeave afterwards returns true.
SetActivityStreamsLeave(v ActivityStreamsLeave)
// SetActivityStreamsLike sets the value of this property. Calling
// IsActivityStreamsLike afterwards returns true.
SetActivityStreamsLike(v ActivityStreamsLike)
// SetActivityStreamsLink sets the value of this property. Calling
// IsActivityStreamsLink afterwards returns true.
SetActivityStreamsLink(v ActivityStreamsLink)
// SetActivityStreamsListen sets the value of this property. Calling
// IsActivityStreamsListen afterwards returns true.
SetActivityStreamsListen(v ActivityStreamsListen)
// SetActivityStreamsMention sets the value of this property. Calling
// IsActivityStreamsMention afterwards returns true.
SetActivityStreamsMention(v ActivityStreamsMention)
// SetActivityStreamsMove sets the value of this property. Calling
// IsActivityStreamsMove afterwards returns true.
SetActivityStreamsMove(v ActivityStreamsMove)
// SetActivityStreamsNote sets the value of this property. Calling
// IsActivityStreamsNote afterwards returns true.
SetActivityStreamsNote(v ActivityStreamsNote)
// SetActivityStreamsObject sets the value of this property. Calling
// IsActivityStreamsObject afterwards returns true.
SetActivityStreamsObject(v ActivityStreamsObject)
// SetActivityStreamsOffer sets the value of this property. Calling
// IsActivityStreamsOffer afterwards returns true.
SetActivityStreamsOffer(v ActivityStreamsOffer)
// SetActivityStreamsOrderedCollection sets the value of this property.
// Calling IsActivityStreamsOrderedCollection afterwards returns true.
SetActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// SetActivityStreamsOrderedCollectionPage sets the value of this
// property. Calling IsActivityStreamsOrderedCollectionPage afterwards
// returns true.
SetActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// SetActivityStreamsOrganization sets the value of this property. Calling
// IsActivityStreamsOrganization afterwards returns true.
SetActivityStreamsOrganization(v ActivityStreamsOrganization)
// SetActivityStreamsPage sets the value of this property. Calling
// IsActivityStreamsPage afterwards returns true.
SetActivityStreamsPage(v ActivityStreamsPage)
// SetActivityStreamsPerson sets the value of this property. Calling
// IsActivityStreamsPerson afterwards returns true.
SetActivityStreamsPerson(v ActivityStreamsPerson)
// SetActivityStreamsPlace sets the value of this property. Calling
// IsActivityStreamsPlace afterwards returns true.
SetActivityStreamsPlace(v ActivityStreamsPlace)
// SetActivityStreamsProfile sets the value of this property. Calling
// IsActivityStreamsProfile afterwards returns true.
SetActivityStreamsProfile(v ActivityStreamsProfile)
// SetActivityStreamsQuestion sets the value of this property. Calling
// IsActivityStreamsQuestion afterwards returns true.
SetActivityStreamsQuestion(v ActivityStreamsQuestion)
// SetActivityStreamsRead sets the value of this property. Calling
// IsActivityStreamsRead afterwards returns true.
SetActivityStreamsRead(v ActivityStreamsRead)
// SetActivityStreamsReject sets the value of this property. Calling
// IsActivityStreamsReject afterwards returns true.
SetActivityStreamsReject(v ActivityStreamsReject)
// SetActivityStreamsRelationship sets the value of this property. Calling
// IsActivityStreamsRelationship afterwards returns true.
SetActivityStreamsRelationship(v ActivityStreamsRelationship)
// SetActivityStreamsRemove sets the value of this property. Calling
// IsActivityStreamsRemove afterwards returns true.
SetActivityStreamsRemove(v ActivityStreamsRemove)
// SetActivityStreamsService sets the value of this property. Calling
// IsActivityStreamsService afterwards returns true.
SetActivityStreamsService(v ActivityStreamsService)
// SetActivityStreamsTentativeAccept sets the value of this property.
// Calling IsActivityStreamsTentativeAccept afterwards returns true.
SetActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// SetActivityStreamsTentativeReject sets the value of this property.
// Calling IsActivityStreamsTentativeReject afterwards returns true.
SetActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// SetActivityStreamsTombstone sets the value of this property. Calling
// IsActivityStreamsTombstone afterwards returns true.
SetActivityStreamsTombstone(v ActivityStreamsTombstone)
// SetActivityStreamsTravel sets the value of this property. Calling
// IsActivityStreamsTravel afterwards returns true.
SetActivityStreamsTravel(v ActivityStreamsTravel)
// SetActivityStreamsUndo sets the value of this property. Calling
// IsActivityStreamsUndo afterwards returns true.
SetActivityStreamsUndo(v ActivityStreamsUndo)
// SetActivityStreamsUpdate sets the value of this property. Calling
// IsActivityStreamsUpdate afterwards returns true.
SetActivityStreamsUpdate(v ActivityStreamsUpdate)
// SetActivityStreamsVideo sets the value of this property. Calling
// IsActivityStreamsVideo afterwards returns true.
SetActivityStreamsVideo(v ActivityStreamsVideo)
// SetActivityStreamsView sets the value of this property. Calling
// IsActivityStreamsView afterwards returns true.
SetActivityStreamsView(v ActivityStreamsView)
// SetFunkwhaleAlbum sets the value of this property. Calling
// IsFunkwhaleAlbum afterwards returns true.
SetFunkwhaleAlbum(v FunkwhaleAlbum)
// SetFunkwhaleArtist sets the value of this property. Calling
// IsFunkwhaleArtist afterwards returns true.
SetFunkwhaleArtist(v FunkwhaleArtist)
// SetFunkwhaleLibrary sets the value of this property. Calling
// IsFunkwhaleLibrary afterwards returns true.
SetFunkwhaleLibrary(v FunkwhaleLibrary)
// SetFunkwhaleTrack sets the value of this property. Calling
// IsFunkwhaleTrack afterwards returns true.
SetFunkwhaleTrack(v FunkwhaleTrack)
// SetGoToSocialAnnounceApproval sets the value of this property. Calling
// IsGoToSocialAnnounceApproval afterwards returns true.
SetGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// SetGoToSocialAnnounceAuthorization sets the value of this property.
// Calling IsGoToSocialAnnounceAuthorization afterwards returns true.
SetGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// SetGoToSocialAnnounceRequest sets the value of this property. Calling
// IsGoToSocialAnnounceRequest afterwards returns true.
SetGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// SetGoToSocialLikeApproval sets the value of this property. Calling
// IsGoToSocialLikeApproval afterwards returns true.
SetGoToSocialLikeApproval(v GoToSocialLikeApproval)
// SetGoToSocialLikeAuthorization sets the value of this property. Calling
// IsGoToSocialLikeAuthorization afterwards returns true.
SetGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// SetGoToSocialLikeRequest sets the value of this property. Calling
// IsGoToSocialLikeRequest afterwards returns true.
SetGoToSocialLikeRequest(v GoToSocialLikeRequest)
// SetGoToSocialQuoteAuthorization sets the value of this property.
// Calling IsGoToSocialQuoteAuthorization afterwards returns true.
SetGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// SetGoToSocialQuoteRequest sets the value of this property. Calling
// IsGoToSocialQuoteRequest afterwards returns true.
SetGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// SetGoToSocialReplyApproval sets the value of this property. Calling
// IsGoToSocialReplyApproval afterwards returns true.
SetGoToSocialReplyApproval(v GoToSocialReplyApproval)
// SetGoToSocialReplyAuthorization sets the value of this property.
// Calling IsGoToSocialReplyAuthorization afterwards returns true.
SetGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// SetGoToSocialReplyRequest sets the value of this property. Calling
// IsGoToSocialReplyRequest afterwards returns true.
SetGoToSocialReplyRequest(v GoToSocialReplyRequest)
// SetIRI sets the value of this property. Calling IsIRI afterwards
// returns true.
SetIRI(v *url.URL)
// SetLitePubEmojiReact sets the value of this property. Calling
// IsLitePubEmojiReact afterwards returns true.
SetLitePubEmojiReact(v LitePubEmojiReact)
// SetSchemaPropertyValue sets the value of this property. Calling
// IsSchemaPropertyValue afterwards returns true.
SetSchemaPropertyValue(v SchemaPropertyValue)
// SetTootEmoji sets the value of this property. Calling IsTootEmoji
// afterwards returns true.
SetTootEmoji(v TootEmoji)
// SetTootHashtag sets the value of this property. Calling IsTootHashtag
// afterwards returns true.
SetTootHashtag(v TootHashtag)
// SetTootIdentityProof sets the value of this property. Calling
// IsTootIdentityProof afterwards returns true.
SetTootIdentityProof(v TootIdentityProof)
// 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.
SetType(t Type) error
}
ActivityStreamsBccPropertyIterator represents a single value for the "bcc" property.
type ActivityStreamsBlock ¶
type ActivityStreamsBlock interface {
// GetActivityStreamsActor returns the "actor" property if it exists, and
// nil otherwise.
GetActivityStreamsActor() ActivityStreamsActorProperty
// GetActivityStreamsAltitude returns the "altitude" property if it
// exists, and nil otherwise.
GetActivityStreamsAltitude() ActivityStreamsAltitudeProperty
// GetActivityStreamsAttachment returns the "attachment" property if it
// exists, and nil otherwise.
GetActivityStreamsAttachment() ActivityStreamsAttachmentProperty
// GetActivityStreamsAttributedTo returns the "attributedTo" property if
// it exists, and nil otherwise.
GetActivityStreamsAttributedTo() ActivityStreamsAttributedToProperty
// GetActivityStreamsAudience returns the "audience" property if it
// exists, and nil otherwise.
GetActivityStreamsAudience() ActivityStreamsAudienceProperty
// GetActivityStreamsBcc returns the "bcc" property if it exists, and nil
// otherwise.
GetActivityStreamsBcc() ActivityStreamsBccProperty
// GetActivityStreamsBto returns the "bto" property if it exists, and nil
// otherwise.
GetActivityStreamsBto() ActivityStreamsBtoProperty
// GetActivityStreamsCc returns the "cc" property if it exists, and nil
// otherwise.
GetActivityStreamsCc() ActivityStreamsCcProperty
// GetActivityStreamsContent returns the "content" property if it exists,
// and nil otherwise.
GetActivityStreamsContent() ActivityStreamsContentProperty
// GetActivityStreamsContext returns the "context" property if it exists,
// and nil otherwise.
GetActivityStreamsContext() ActivityStreamsContextProperty
// GetActivityStreamsDuration returns the "duration" property if it
// exists, and nil otherwise.
GetActivityStreamsDuration() ActivityStreamsDurationProperty
// GetActivityStreamsEndTime returns the "endTime" property if it exists,
// and nil otherwise.
GetActivityStreamsEndTime() ActivityStreamsEndTimeProperty
// GetActivityStreamsGenerator returns the "generator" property if it
// exists, and nil otherwise.
GetActivityStreamsGenerator() ActivityStreamsGeneratorProperty
// GetActivityStreamsIcon returns the "icon" property if it exists, and
// nil otherwise.
GetActivityStreamsIcon() ActivityStreamsIconProperty
// GetActivityStreamsImage returns the "image" property if it exists, and
// nil otherwise.
GetActivityStreamsImage() ActivityStreamsImageProperty
// GetActivityStreamsInReplyTo returns the "inReplyTo" property if it
// exists, and nil otherwise.
GetActivityStreamsInReplyTo() ActivityStreamsInReplyToProperty
// GetActivityStreamsInstrument returns the "instrument" property if it
// exists, and nil otherwise.
GetActivityStreamsInstrument() ActivityStreamsInstrumentProperty
// GetActivityStreamsLikes returns the "likes" property if it exists, and
// nil otherwise.
GetActivityStreamsLikes() ActivityStreamsLikesProperty
// GetActivityStreamsLocation returns the "location" property if it
// exists, and nil otherwise.
GetActivityStreamsLocation() ActivityStreamsLocationProperty
// GetActivityStreamsMediaType returns the "mediaType" property if it
// exists, and nil otherwise.
GetActivityStreamsMediaType() ActivityStreamsMediaTypeProperty
// GetActivityStreamsName returns the "name" property if it exists, and
// nil otherwise.
GetActivityStreamsName() ActivityStreamsNameProperty
// GetActivityStreamsObject returns the "object" property if it exists,
// and nil otherwise.
GetActivityStreamsObject() ActivityStreamsObjectProperty
// GetActivityStreamsOrigin returns the "origin" property if it exists,
// and nil otherwise.
GetActivityStreamsOrigin() ActivityStreamsOriginProperty
// GetActivityStreamsPreview returns the "preview" property if it exists,
// and nil otherwise.
GetActivityStreamsPreview() ActivityStreamsPreviewProperty
// GetActivityStreamsPublished returns the "published" property if it
// exists, and nil otherwise.
GetActivityStreamsPublished() ActivityStreamsPublishedProperty
// GetActivityStreamsReplies returns the "replies" property if it exists,
// and nil otherwise.
GetActivityStreamsReplies() ActivityStreamsRepliesProperty
// GetActivityStreamsResult returns the "result" property if it exists,
// and nil otherwise.
GetActivityStreamsResult() ActivityStreamsResultProperty
// GetActivityStreamsSensitive returns the "sensitive" property if it
// exists, and nil otherwise.
GetActivityStreamsSensitive() ActivityStreamsSensitiveProperty
// and nil otherwise.
GetActivityStreamsShares() ActivityStreamsSharesProperty
// GetActivityStreamsSource returns the "source" property if it exists,
// and nil otherwise.
GetActivityStreamsSource() ActivityStreamsSourceProperty
// GetActivityStreamsStartTime returns the "startTime" property if it
// exists, and nil otherwise.
GetActivityStreamsStartTime() ActivityStreamsStartTimeProperty
// GetActivityStreamsSummary returns the "summary" property if it exists,
// and nil otherwise.
GetActivityStreamsSummary() ActivityStreamsSummaryProperty
// GetActivityStreamsTag returns the "tag" property if it exists, and nil
// otherwise.
GetActivityStreamsTag() ActivityStreamsTagProperty
// GetActivityStreamsTarget returns the "target" property if it exists,
// and nil otherwise.
GetActivityStreamsTarget() ActivityStreamsTargetProperty
// GetActivityStreamsTo returns the "to" property if it exists, and nil
// otherwise.
GetActivityStreamsTo() ActivityStreamsToProperty
// GetActivityStreamsUpdated returns the "updated" property if it exists,
// and nil otherwise.
GetActivityStreamsUpdated() ActivityStreamsUpdatedProperty
// GetActivityStreamsUrl returns the "url" property if it exists, and nil
// otherwise.
GetActivityStreamsUrl() ActivityStreamsUrlProperty
// GetJSONLDId returns the "id" property if it exists, and nil otherwise.
GetJSONLDId() JSONLDIdProperty
// GetJSONLDType returns the "type" property if it exists, and nil
// otherwise.
GetJSONLDType() JSONLDTypeProperty
// GetTypeName returns the name of this type.
GetTypeName() string
// GetUnknownProperties returns the unknown properties for the Block type.
// Note that this should not be used by app developers. It is only
// used to help determine which implementation is LessThan the other.
// Developers who are creating a different implementation of this
// type's interface can use this method in their LessThan
// implementation, but routine ActivityPub applications should not use
// this to bypass the code generation tool.
GetUnknownProperties() map[string]interface{}
// IsExtending returns true if the Block type extends from the other type.
IsExtending(other Type) bool
// JSONLDContext returns the JSONLD URIs required in the context string
// for this type and the specific properties that are set. The value
// in the map is the alias used to import the type and its properties.
JSONLDContext() map[string]string
// LessThan computes if this Block is lesser, with an arbitrary but stable
// determination.
LessThan(o ActivityStreamsBlock) bool
// Serialize converts this into an interface representation suitable for
// marshalling into a text or binary format.
Serialize() (map[string]interface{}, error)
// SetActivityStreamsActor sets the "actor" property.
SetActivityStreamsActor(i ActivityStreamsActorProperty)
// SetActivityStreamsAltitude sets the "altitude" property.
SetActivityStreamsAltitude(i ActivityStreamsAltitudeProperty)
// SetActivityStreamsAttachment sets the "attachment" property.
SetActivityStreamsAttachment(i ActivityStreamsAttachmentProperty)
// SetActivityStreamsAttributedTo sets the "attributedTo" property.
SetActivityStreamsAttributedTo(i ActivityStreamsAttributedToProperty)
// SetActivityStreamsAudience sets the "audience" property.
SetActivityStreamsAudience(i ActivityStreamsAudienceProperty)
// SetActivityStreamsBcc sets the "bcc" property.
SetActivityStreamsBcc(i ActivityStreamsBccProperty)
// SetActivityStreamsBto sets the "bto" property.
SetActivityStreamsBto(i ActivityStreamsBtoProperty)
// SetActivityStreamsCc sets the "cc" property.
SetActivityStreamsCc(i ActivityStreamsCcProperty)
// SetActivityStreamsContent sets the "content" property.
SetActivityStreamsContent(i ActivityStreamsContentProperty)
// SetActivityStreamsContext sets the "context" property.
SetActivityStreamsContext(i ActivityStreamsContextProperty)
// SetActivityStreamsDuration sets the "duration" property.
SetActivityStreamsDuration(i ActivityStreamsDurationProperty)
// SetActivityStreamsEndTime sets the "endTime" property.
SetActivityStreamsEndTime(i ActivityStreamsEndTimeProperty)
// SetActivityStreamsGenerator sets the "generator" property.
SetActivityStreamsGenerator(i ActivityStreamsGeneratorProperty)
// SetActivityStreamsIcon sets the "icon" property.
SetActivityStreamsIcon(i ActivityStreamsIconProperty)
// SetActivityStreamsImage sets the "image" property.
SetActivityStreamsImage(i ActivityStreamsImageProperty)
// SetActivityStreamsInReplyTo sets the "inReplyTo" property.
SetActivityStreamsInReplyTo(i ActivityStreamsInReplyToProperty)
// SetActivityStreamsInstrument sets the "instrument" property.
SetActivityStreamsInstrument(i ActivityStreamsInstrumentProperty)
// SetActivityStreamsLikes sets the "likes" property.
SetActivityStreamsLikes(i ActivityStreamsLikesProperty)
// SetActivityStreamsLocation sets the "location" property.
SetActivityStreamsLocation(i ActivityStreamsLocationProperty)
// SetActivityStreamsMediaType sets the "mediaType" property.
SetActivityStreamsMediaType(i ActivityStreamsMediaTypeProperty)
// SetActivityStreamsName sets the "name" property.
SetActivityStreamsName(i ActivityStreamsNameProperty)
// SetActivityStreamsObject sets the "object" property.
SetActivityStreamsObject(i ActivityStreamsObjectProperty)
// SetActivityStreamsOrigin sets the "origin" property.
SetActivityStreamsOrigin(i ActivityStreamsOriginProperty)
// SetActivityStreamsPreview sets the "preview" property.
SetActivityStreamsPreview(i ActivityStreamsPreviewProperty)
// SetActivityStreamsPublished sets the "published" property.
SetActivityStreamsPublished(i ActivityStreamsPublishedProperty)
// SetActivityStreamsReplies sets the "replies" property.
SetActivityStreamsReplies(i ActivityStreamsRepliesProperty)
// SetActivityStreamsResult sets the "result" property.
SetActivityStreamsResult(i ActivityStreamsResultProperty)
// SetActivityStreamsSensitive sets the "sensitive" property.
SetActivityStreamsSensitive(i ActivityStreamsSensitiveProperty)
SetActivityStreamsShares(i ActivityStreamsSharesProperty)
// SetActivityStreamsSource sets the "source" property.
SetActivityStreamsSource(i ActivityStreamsSourceProperty)
// SetActivityStreamsStartTime sets the "startTime" property.
SetActivityStreamsStartTime(i ActivityStreamsStartTimeProperty)
// SetActivityStreamsSummary sets the "summary" property.
SetActivityStreamsSummary(i ActivityStreamsSummaryProperty)
// SetActivityStreamsTag sets the "tag" property.
SetActivityStreamsTag(i ActivityStreamsTagProperty)
// SetActivityStreamsTarget sets the "target" property.
SetActivityStreamsTarget(i ActivityStreamsTargetProperty)
// SetActivityStreamsTo sets the "to" property.
SetActivityStreamsTo(i ActivityStreamsToProperty)
// SetActivityStreamsUpdated sets the "updated" property.
SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty)
// SetActivityStreamsUrl sets the "url" property.
SetActivityStreamsUrl(i ActivityStreamsUrlProperty)
// SetJSONLDId sets the "id" property.
SetJSONLDId(i JSONLDIdProperty)
// SetJSONLDType sets the "type" property.
SetJSONLDType(i JSONLDTypeProperty)
// VocabularyURI returns the vocabulary's URI as a string.
VocabularyURI() string
}
Indicates that the actor is blocking the object. Blocking is a stronger form of Ignore. The typical use is to support social systems that allow one user to block activities or content of other users. The target and origin typically have no defined meaning.
Example 37 (https://www.w3.org/TR/activitystreams-vocabulary/#ex173-jsonld):
{
"actor": "http://sally.example.org",
"object": "http://joe.example.org",
"summary": "Sally blocked Joe",
"type": "Block"
}
type ActivityStreamsBtoProperty ¶
type ActivityStreamsBtoProperty interface {
// AppendActivityStreamsAccept appends a Accept value to the back of a
// list of the property "bto". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAccept(v ActivityStreamsAccept)
// AppendActivityStreamsActivity appends a Activity value to the back of a
// list of the property "bto". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsActivity(v ActivityStreamsActivity)
// AppendActivityStreamsAdd appends a Add value to the back of a list of
// the property "bto". Invalidates iterators that are traversing using
// Prev.
AppendActivityStreamsAdd(v ActivityStreamsAdd)
// AppendActivityStreamsAnnounce appends a Announce value to the back of a
// list of the property "bto". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// AppendActivityStreamsApplication appends a Application value to the
// back of a list of the property "bto". Invalidates iterators that
// are traversing using Prev.
AppendActivityStreamsApplication(v ActivityStreamsApplication)
// AppendActivityStreamsArrive appends a Arrive value to the back of a
// list of the property "bto". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsArrive(v ActivityStreamsArrive)
// AppendActivityStreamsArticle appends a Article value to the back of a
// list of the property "bto". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsArticle(v ActivityStreamsArticle)
// AppendActivityStreamsAudio appends a Audio value to the back of a list
// of the property "bto". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsAudio(v ActivityStreamsAudio)
// AppendActivityStreamsBlock appends a Block value to the back of a list
// of the property "bto". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsBlock(v ActivityStreamsBlock)
// AppendActivityStreamsCollection appends a Collection value to the back
// of a list of the property "bto". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsCollection(v ActivityStreamsCollection)
// AppendActivityStreamsCollectionPage appends a CollectionPage value to
// the back of a list of the property "bto". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// AppendActivityStreamsCreate appends a Create value to the back of a
// list of the property "bto". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsCreate(v ActivityStreamsCreate)
// AppendActivityStreamsDelete appends a Delete value to the back of a
// list of the property "bto". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDelete(v ActivityStreamsDelete)
// AppendActivityStreamsDislike appends a Dislike value to the back of a
// list of the property "bto". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDislike(v ActivityStreamsDislike)
// AppendActivityStreamsDocument appends a Document value to the back of a
// list of the property "bto". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDocument(v ActivityStreamsDocument)
// AppendActivityStreamsEvent appends a Event value to the back of a list
// of the property "bto". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsEvent(v ActivityStreamsEvent)
// AppendActivityStreamsFlag appends a Flag value to the back of a list of
// the property "bto". Invalidates iterators that are traversing using
// Prev.
AppendActivityStreamsFlag(v ActivityStreamsFlag)
// AppendActivityStreamsFollow appends a Follow value to the back of a
// list of the property "bto". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsFollow(v ActivityStreamsFollow)
// AppendActivityStreamsGroup appends a Group value to the back of a list
// of the property "bto". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsGroup(v ActivityStreamsGroup)
// AppendActivityStreamsIgnore appends a Ignore value to the back of a
// list of the property "bto". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsIgnore(v ActivityStreamsIgnore)
// AppendActivityStreamsImage appends a Image value to the back of a list
// of the property "bto". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsImage(v ActivityStreamsImage)
// AppendActivityStreamsIntransitiveActivity appends a
// IntransitiveActivity value to the back of a list of the property
// "bto". Invalidates iterators that are traversing using Prev.
AppendActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// AppendActivityStreamsInvite appends a Invite value to the back of a
// list of the property "bto". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsInvite(v ActivityStreamsInvite)
// AppendActivityStreamsJoin appends a Join value to the back of a list of
// the property "bto". Invalidates iterators that are traversing using
// Prev.
AppendActivityStreamsJoin(v ActivityStreamsJoin)
// AppendActivityStreamsLeave appends a Leave value to the back of a list
// of the property "bto". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsLeave(v ActivityStreamsLeave)
// AppendActivityStreamsLike appends a Like value to the back of a list of
// the property "bto". Invalidates iterators that are traversing using
// Prev.
AppendActivityStreamsLike(v ActivityStreamsLike)
// AppendActivityStreamsLink appends a Link value to the back of a list of
// the property "bto". Invalidates iterators that are traversing using
// Prev.
AppendActivityStreamsLink(v ActivityStreamsLink)
// AppendActivityStreamsListen appends a Listen value to the back of a
// list of the property "bto". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsListen(v ActivityStreamsListen)
// AppendActivityStreamsMention appends a Mention value to the back of a
// list of the property "bto". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsMention(v ActivityStreamsMention)
// AppendActivityStreamsMove appends a Move value to the back of a list of
// the property "bto". Invalidates iterators that are traversing using
// Prev.
AppendActivityStreamsMove(v ActivityStreamsMove)
// AppendActivityStreamsNote appends a Note value to the back of a list of
// the property "bto". Invalidates iterators that are traversing using
// Prev.
AppendActivityStreamsNote(v ActivityStreamsNote)
// AppendActivityStreamsObject appends a Object value to the back of a
// list of the property "bto". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsObject(v ActivityStreamsObject)
// AppendActivityStreamsOffer appends a Offer value to the back of a list
// of the property "bto". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsOffer(v ActivityStreamsOffer)
// AppendActivityStreamsOrderedCollection appends a OrderedCollection
// value to the back of a list of the property "bto". Invalidates
// iterators that are traversing using Prev.
AppendActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// AppendActivityStreamsOrderedCollectionPage appends a
// OrderedCollectionPage value to the back of a list of the property
// "bto". Invalidates iterators that are traversing using Prev.
AppendActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// AppendActivityStreamsOrganization appends a Organization value to the
// back of a list of the property "bto". Invalidates iterators that
// are traversing using Prev.
AppendActivityStreamsOrganization(v ActivityStreamsOrganization)
// AppendActivityStreamsPage appends a Page value to the back of a list of
// the property "bto". Invalidates iterators that are traversing using
// Prev.
AppendActivityStreamsPage(v ActivityStreamsPage)
// AppendActivityStreamsPerson appends a Person value to the back of a
// list of the property "bto". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsPerson(v ActivityStreamsPerson)
// AppendActivityStreamsPlace appends a Place value to the back of a list
// of the property "bto". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsPlace(v ActivityStreamsPlace)
// AppendActivityStreamsProfile appends a Profile value to the back of a
// list of the property "bto". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsProfile(v ActivityStreamsProfile)
// AppendActivityStreamsQuestion appends a Question value to the back of a
// list of the property "bto". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsQuestion(v ActivityStreamsQuestion)
// AppendActivityStreamsRead appends a Read value to the back of a list of
// the property "bto". Invalidates iterators that are traversing using
// Prev.
AppendActivityStreamsRead(v ActivityStreamsRead)
// AppendActivityStreamsReject appends a Reject value to the back of a
// list of the property "bto". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsReject(v ActivityStreamsReject)
// AppendActivityStreamsRelationship appends a Relationship value to the
// back of a list of the property "bto". Invalidates iterators that
// are traversing using Prev.
AppendActivityStreamsRelationship(v ActivityStreamsRelationship)
// AppendActivityStreamsRemove appends a Remove value to the back of a
// list of the property "bto". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsRemove(v ActivityStreamsRemove)
// AppendActivityStreamsService appends a Service value to the back of a
// list of the property "bto". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsService(v ActivityStreamsService)
// AppendActivityStreamsTentativeAccept appends a TentativeAccept value to
// the back of a list of the property "bto". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// AppendActivityStreamsTentativeReject appends a TentativeReject value to
// the back of a list of the property "bto". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// AppendActivityStreamsTombstone appends a Tombstone value to the back of
// a list of the property "bto". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsTombstone(v ActivityStreamsTombstone)
// AppendActivityStreamsTravel appends a Travel value to the back of a
// list of the property "bto". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsTravel(v ActivityStreamsTravel)
// AppendActivityStreamsUndo appends a Undo value to the back of a list of
// the property "bto". Invalidates iterators that are traversing using
// Prev.
AppendActivityStreamsUndo(v ActivityStreamsUndo)
// AppendActivityStreamsUpdate appends a Update value to the back of a
// list of the property "bto". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsUpdate(v ActivityStreamsUpdate)
// AppendActivityStreamsVideo appends a Video value to the back of a list
// of the property "bto". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsVideo(v ActivityStreamsVideo)
// AppendActivityStreamsView appends a View value to the back of a list of
// the property "bto". Invalidates iterators that are traversing using
// Prev.
AppendActivityStreamsView(v ActivityStreamsView)
// AppendFunkwhaleAlbum appends a Album value to the back of a list of the
// property "bto". Invalidates iterators that are traversing using
// Prev.
AppendFunkwhaleAlbum(v FunkwhaleAlbum)
// AppendFunkwhaleArtist appends a Artist value to the back of a list of
// the property "bto". Invalidates iterators that are traversing using
// Prev.
AppendFunkwhaleArtist(v FunkwhaleArtist)
// AppendFunkwhaleLibrary appends a Library value to the back of a list of
// the property "bto". Invalidates iterators that are traversing using
// Prev.
AppendFunkwhaleLibrary(v FunkwhaleLibrary)
// AppendFunkwhaleTrack appends a Track value to the back of a list of the
// property "bto". Invalidates iterators that are traversing using
// Prev.
AppendFunkwhaleTrack(v FunkwhaleTrack)
// AppendGoToSocialAnnounceApproval appends a AnnounceApproval value to
// the back of a list of the property "bto". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// AppendGoToSocialAnnounceAuthorization appends a AnnounceAuthorization
// value to the back of a list of the property "bto". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// AppendGoToSocialAnnounceRequest appends a AnnounceRequest value to the
// back of a list of the property "bto". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// AppendGoToSocialLikeApproval appends a LikeApproval value to the back
// of a list of the property "bto". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialLikeApproval(v GoToSocialLikeApproval)
// AppendGoToSocialLikeAuthorization appends a LikeAuthorization value to
// the back of a list of the property "bto". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// AppendGoToSocialLikeRequest appends a LikeRequest value to the back of
// a list of the property "bto". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialLikeRequest(v GoToSocialLikeRequest)
// AppendGoToSocialQuoteAuthorization appends a QuoteAuthorization value
// to the back of a list of the property "bto". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// AppendGoToSocialQuoteRequest appends a QuoteRequest value to the back
// of a list of the property "bto". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// AppendGoToSocialReplyApproval appends a ReplyApproval value to the back
// of a list of the property "bto". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialReplyApproval(v GoToSocialReplyApproval)
// AppendGoToSocialReplyAuthorization appends a ReplyAuthorization value
// to the back of a list of the property "bto". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// AppendGoToSocialReplyRequest appends a ReplyRequest value to the back
// of a list of the property "bto". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialReplyRequest(v GoToSocialReplyRequest)
// AppendIRI appends an IRI value to the back of a list of the property
// "bto"
AppendIRI(v *url.URL)
// AppendLitePubEmojiReact appends a EmojiReact value to the back of a
// list of the property "bto". Invalidates iterators that are
// traversing using Prev.
AppendLitePubEmojiReact(v LitePubEmojiReact)
// AppendSchemaPropertyValue appends a PropertyValue value to the back of
// a list of the property "bto". Invalidates iterators that are
// traversing using Prev.
AppendSchemaPropertyValue(v SchemaPropertyValue)
// AppendTootEmoji appends a Emoji value to the back of a list of the
// property "bto". Invalidates iterators that are traversing using
// Prev.
AppendTootEmoji(v TootEmoji)
// AppendTootHashtag appends a Hashtag value to the back of a list of the
// property "bto". Invalidates iterators that are traversing using
// Prev.
AppendTootHashtag(v TootHashtag)
// AppendTootIdentityProof appends a IdentityProof value to the back of a
// list of the property "bto". Invalidates iterators that are
// traversing using Prev.
AppendTootIdentityProof(v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "bto". Invalidates iterators that are traversing using
// Prev. Returns an error if the type is not a valid one to set for
// this property.
AppendType(t Type) error
// At returns the property value for the specified index. Panics if the
// index is out of bounds.
At(index int) ActivityStreamsBtoPropertyIterator
// 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.
Begin() ActivityStreamsBtoPropertyIterator
// Empty returns returns true if there are no elements.
Empty() bool
// 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.
End() ActivityStreamsBtoPropertyIterator
// InsertActivityStreamsAccept inserts a Accept value at the specified
// index for a property "bto". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsAccept(idx int, v ActivityStreamsAccept)
// InsertActivityStreamsActivity inserts a Activity value at the specified
// index for a property "bto". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsActivity(idx int, v ActivityStreamsActivity)
// InsertActivityStreamsAdd inserts a Add value at the specified index for
// a property "bto". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertActivityStreamsAdd(idx int, v ActivityStreamsAdd)
// InsertActivityStreamsAnnounce inserts a Announce value at the specified
// index for a property "bto". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsAnnounce(idx int, v ActivityStreamsAnnounce)
// InsertActivityStreamsApplication inserts a Application value at the
// specified index for a property "bto". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsApplication(idx int, v ActivityStreamsApplication)
// InsertActivityStreamsArrive inserts a Arrive value at the specified
// index for a property "bto". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsArrive(idx int, v ActivityStreamsArrive)
// InsertActivityStreamsArticle inserts a Article value at the specified
// index for a property "bto". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsArticle(idx int, v ActivityStreamsArticle)
// InsertActivityStreamsAudio inserts a Audio value at the specified index
// for a property "bto". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsAudio(idx int, v ActivityStreamsAudio)
// InsertActivityStreamsBlock inserts a Block value at the specified index
// for a property "bto". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsBlock(idx int, v ActivityStreamsBlock)
// InsertActivityStreamsCollection inserts a Collection value at the
// specified index for a property "bto". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsCollection(idx int, v ActivityStreamsCollection)
// InsertActivityStreamsCollectionPage inserts a CollectionPage value at
// the specified index for a property "bto". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsCollectionPage(idx int, v ActivityStreamsCollectionPage)
// InsertActivityStreamsCreate inserts a Create value at the specified
// index for a property "bto". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsCreate(idx int, v ActivityStreamsCreate)
// InsertActivityStreamsDelete inserts a Delete value at the specified
// index for a property "bto". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDelete(idx int, v ActivityStreamsDelete)
// InsertActivityStreamsDislike inserts a Dislike value at the specified
// index for a property "bto". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDislike(idx int, v ActivityStreamsDislike)
// InsertActivityStreamsDocument inserts a Document value at the specified
// index for a property "bto". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDocument(idx int, v ActivityStreamsDocument)
// InsertActivityStreamsEvent inserts a Event value at the specified index
// for a property "bto". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsEvent(idx int, v ActivityStreamsEvent)
// InsertActivityStreamsFlag inserts a Flag value at the specified index
// for a property "bto". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsFlag(idx int, v ActivityStreamsFlag)
// InsertActivityStreamsFollow inserts a Follow value at the specified
// index for a property "bto". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsFollow(idx int, v ActivityStreamsFollow)
// InsertActivityStreamsGroup inserts a Group value at the specified index
// for a property "bto". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsGroup(idx int, v ActivityStreamsGroup)
// InsertActivityStreamsIgnore inserts a Ignore value at the specified
// index for a property "bto". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsIgnore(idx int, v ActivityStreamsIgnore)
// InsertActivityStreamsImage inserts a Image value at the specified index
// for a property "bto". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsImage(idx int, v ActivityStreamsImage)
// InsertActivityStreamsIntransitiveActivity inserts a
// IntransitiveActivity value at the specified index for a property
// "bto". Existing elements at that index and higher are shifted back
// once. Invalidates all iterators.
InsertActivityStreamsIntransitiveActivity(idx int, v ActivityStreamsIntransitiveActivity)
// InsertActivityStreamsInvite inserts a Invite value at the specified
// index for a property "bto". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsInvite(idx int, v ActivityStreamsInvite)
// InsertActivityStreamsJoin inserts a Join value at the specified index
// for a property "bto". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsJoin(idx int, v ActivityStreamsJoin)
// InsertActivityStreamsLeave inserts a Leave value at the specified index
// for a property "bto". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsLeave(idx int, v ActivityStreamsLeave)
// InsertActivityStreamsLike inserts a Like value at the specified index
// for a property "bto". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsLike(idx int, v ActivityStreamsLike)
// InsertActivityStreamsLink inserts a Link value at the specified index
// for a property "bto". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsLink(idx int, v ActivityStreamsLink)
// InsertActivityStreamsListen inserts a Listen value at the specified
// index for a property "bto". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsListen(idx int, v ActivityStreamsListen)
// InsertActivityStreamsMention inserts a Mention value at the specified
// index for a property "bto". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsMention(idx int, v ActivityStreamsMention)
// InsertActivityStreamsMove inserts a Move value at the specified index
// for a property "bto". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsMove(idx int, v ActivityStreamsMove)
// InsertActivityStreamsNote inserts a Note value at the specified index
// for a property "bto". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsNote(idx int, v ActivityStreamsNote)
// InsertActivityStreamsObject inserts a Object value at the specified
// index for a property "bto". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsObject(idx int, v ActivityStreamsObject)
// InsertActivityStreamsOffer inserts a Offer value at the specified index
// for a property "bto". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsOffer(idx int, v ActivityStreamsOffer)
// InsertActivityStreamsOrderedCollection inserts a OrderedCollection
// value at the specified index for a property "bto". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertActivityStreamsOrderedCollection(idx int, v ActivityStreamsOrderedCollection)
// InsertActivityStreamsOrderedCollectionPage inserts a
// OrderedCollectionPage value at the specified index for a property
// "bto". Existing elements at that index and higher are shifted back
// once. Invalidates all iterators.
InsertActivityStreamsOrderedCollectionPage(idx int, v ActivityStreamsOrderedCollectionPage)
// InsertActivityStreamsOrganization inserts a Organization value at the
// specified index for a property "bto". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsOrganization(idx int, v ActivityStreamsOrganization)
// InsertActivityStreamsPage inserts a Page value at the specified index
// for a property "bto". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsPage(idx int, v ActivityStreamsPage)
// InsertActivityStreamsPerson inserts a Person value at the specified
// index for a property "bto". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsPerson(idx int, v ActivityStreamsPerson)
// InsertActivityStreamsPlace inserts a Place value at the specified index
// for a property "bto". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsPlace(idx int, v ActivityStreamsPlace)
// InsertActivityStreamsProfile inserts a Profile value at the specified
// index for a property "bto". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsProfile(idx int, v ActivityStreamsProfile)
// InsertActivityStreamsQuestion inserts a Question value at the specified
// index for a property "bto". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsQuestion(idx int, v ActivityStreamsQuestion)
// InsertActivityStreamsRead inserts a Read value at the specified index
// for a property "bto". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsRead(idx int, v ActivityStreamsRead)
// InsertActivityStreamsReject inserts a Reject value at the specified
// index for a property "bto". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsReject(idx int, v ActivityStreamsReject)
// InsertActivityStreamsRelationship inserts a Relationship value at the
// specified index for a property "bto". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsRelationship(idx int, v ActivityStreamsRelationship)
// InsertActivityStreamsRemove inserts a Remove value at the specified
// index for a property "bto". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsRemove(idx int, v ActivityStreamsRemove)
// InsertActivityStreamsService inserts a Service value at the specified
// index for a property "bto". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsService(idx int, v ActivityStreamsService)
// InsertActivityStreamsTentativeAccept inserts a TentativeAccept value at
// the specified index for a property "bto". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsTentativeAccept(idx int, v ActivityStreamsTentativeAccept)
// InsertActivityStreamsTentativeReject inserts a TentativeReject value at
// the specified index for a property "bto". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsTentativeReject(idx int, v ActivityStreamsTentativeReject)
// InsertActivityStreamsTombstone inserts a Tombstone value at the
// specified index for a property "bto". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsTombstone(idx int, v ActivityStreamsTombstone)
// InsertActivityStreamsTravel inserts a Travel value at the specified
// index for a property "bto". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsTravel(idx int, v ActivityStreamsTravel)
// InsertActivityStreamsUndo inserts a Undo value at the specified index
// for a property "bto". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsUndo(idx int, v ActivityStreamsUndo)
// InsertActivityStreamsUpdate inserts a Update value at the specified
// index for a property "bto". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsUpdate(idx int, v ActivityStreamsUpdate)
// InsertActivityStreamsVideo inserts a Video value at the specified index
// for a property "bto". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsVideo(idx int, v ActivityStreamsVideo)
// InsertActivityStreamsView inserts a View value at the specified index
// for a property "bto". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsView(idx int, v ActivityStreamsView)
// InsertFunkwhaleAlbum inserts a Album value at the specified index for a
// property "bto". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertFunkwhaleAlbum(idx int, v FunkwhaleAlbum)
// InsertFunkwhaleArtist inserts a Artist value at the specified index for
// a property "bto". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertFunkwhaleArtist(idx int, v FunkwhaleArtist)
// InsertFunkwhaleLibrary inserts a Library value at the specified index
// for a property "bto". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertFunkwhaleLibrary(idx int, v FunkwhaleLibrary)
// InsertFunkwhaleTrack inserts a Track value at the specified index for a
// property "bto". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertFunkwhaleTrack(idx int, v FunkwhaleTrack)
// InsertGoToSocialAnnounceApproval inserts a AnnounceApproval value at
// the specified index for a property "bto". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialAnnounceApproval(idx int, v GoToSocialAnnounceApproval)
// InsertGoToSocialAnnounceAuthorization inserts a AnnounceAuthorization
// value at the specified index for a property "bto". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertGoToSocialAnnounceAuthorization(idx int, v GoToSocialAnnounceAuthorization)
// InsertGoToSocialAnnounceRequest inserts a AnnounceRequest value at the
// specified index for a property "bto". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialAnnounceRequest(idx int, v GoToSocialAnnounceRequest)
// InsertGoToSocialLikeApproval inserts a LikeApproval value at the
// specified index for a property "bto". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialLikeApproval(idx int, v GoToSocialLikeApproval)
// InsertGoToSocialLikeAuthorization inserts a LikeAuthorization value at
// the specified index for a property "bto". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialLikeAuthorization(idx int, v GoToSocialLikeAuthorization)
// InsertGoToSocialLikeRequest inserts a LikeRequest value at the
// specified index for a property "bto". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// InsertGoToSocialQuoteAuthorization inserts a QuoteAuthorization value
// at the specified index for a property "bto". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialQuoteAuthorization(idx int, v GoToSocialQuoteAuthorization)
// InsertGoToSocialQuoteRequest inserts a QuoteRequest value at the
// specified index for a property "bto". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialQuoteRequest(idx int, v GoToSocialQuoteRequest)
// InsertGoToSocialReplyApproval inserts a ReplyApproval value at the
// specified index for a property "bto". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialReplyApproval(idx int, v GoToSocialReplyApproval)
// InsertGoToSocialReplyAuthorization inserts a ReplyAuthorization value
// at the specified index for a property "bto". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialReplyAuthorization(idx int, v GoToSocialReplyAuthorization)
// InsertGoToSocialReplyRequest inserts a ReplyRequest value at the
// specified index for a property "bto". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialReplyRequest(idx int, v GoToSocialReplyRequest)
// Insert inserts an IRI value at the specified index for a property
// "bto". Existing elements at that index and higher are shifted back
// once. Invalidates all iterators.
InsertIRI(idx int, v *url.URL)
// InsertLitePubEmojiReact inserts a EmojiReact value at the specified
// index for a property "bto". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertLitePubEmojiReact(idx int, v LitePubEmojiReact)
// InsertSchemaPropertyValue inserts a PropertyValue value at the
// specified index for a property "bto". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertSchemaPropertyValue(idx int, v SchemaPropertyValue)
// InsertTootEmoji inserts a Emoji value at the specified index for a
// property "bto". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertTootEmoji(idx int, v TootEmoji)
// InsertTootHashtag inserts a Hashtag value at the specified index for a
// property "bto". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertTootHashtag(idx int, v TootHashtag)
// InsertTootIdentityProof inserts a IdentityProof value at the specified
// index for a property "bto". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertTootIdentityProof(idx int, v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "bto". Invalidates all iterators. Returns an error if
// the type is not a valid one to set for this property.
InsertType(idx int, t Type) error
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex(idx int) int
// Len returns the number of values that exist for the "bto" property.
Len() (length int)
// Less computes whether another property is less than this one. Mixing
// types results in a consistent but arbitrary ordering
Less(i, j int) 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.
LessThan(o ActivityStreamsBtoProperty) bool
// Name returns the name of this property ("bto") with any alias.
Name() string
// PrependActivityStreamsAccept prepends a Accept value to the front of a
// list of the property "bto". Invalidates all iterators.
PrependActivityStreamsAccept(v ActivityStreamsAccept)
// PrependActivityStreamsActivity prepends a Activity value to the front
// of a list of the property "bto". Invalidates all iterators.
PrependActivityStreamsActivity(v ActivityStreamsActivity)
// PrependActivityStreamsAdd prepends a Add value to the front of a list
// of the property "bto". Invalidates all iterators.
PrependActivityStreamsAdd(v ActivityStreamsAdd)
// PrependActivityStreamsAnnounce prepends a Announce value to the front
// of a list of the property "bto". Invalidates all iterators.
PrependActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// PrependActivityStreamsApplication prepends a Application value to the
// front of a list of the property "bto". Invalidates all iterators.
PrependActivityStreamsApplication(v ActivityStreamsApplication)
// PrependActivityStreamsArrive prepends a Arrive value to the front of a
// list of the property "bto". Invalidates all iterators.
PrependActivityStreamsArrive(v ActivityStreamsArrive)
// PrependActivityStreamsArticle prepends a Article value to the front of
// a list of the property "bto". Invalidates all iterators.
PrependActivityStreamsArticle(v ActivityStreamsArticle)
// PrependActivityStreamsAudio prepends a Audio value to the front of a
// list of the property "bto". Invalidates all iterators.
PrependActivityStreamsAudio(v ActivityStreamsAudio)
// PrependActivityStreamsBlock prepends a Block value to the front of a
// list of the property "bto". Invalidates all iterators.
PrependActivityStreamsBlock(v ActivityStreamsBlock)
// PrependActivityStreamsCollection prepends a Collection value to the
// front of a list of the property "bto". Invalidates all iterators.
PrependActivityStreamsCollection(v ActivityStreamsCollection)
// PrependActivityStreamsCollectionPage prepends a CollectionPage value to
// the front of a list of the property "bto". Invalidates all
// iterators.
PrependActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// PrependActivityStreamsCreate prepends a Create value to the front of a
// list of the property "bto". Invalidates all iterators.
PrependActivityStreamsCreate(v ActivityStreamsCreate)
// PrependActivityStreamsDelete prepends a Delete value to the front of a
// list of the property "bto". Invalidates all iterators.
PrependActivityStreamsDelete(v ActivityStreamsDelete)
// PrependActivityStreamsDislike prepends a Dislike value to the front of
// a list of the property "bto". Invalidates all iterators.
PrependActivityStreamsDislike(v ActivityStreamsDislike)
// PrependActivityStreamsDocument prepends a Document value to the front
// of a list of the property "bto". Invalidates all iterators.
PrependActivityStreamsDocument(v ActivityStreamsDocument)
// PrependActivityStreamsEvent prepends a Event value to the front of a
// list of the property "bto". Invalidates all iterators.
PrependActivityStreamsEvent(v ActivityStreamsEvent)
// PrependActivityStreamsFlag prepends a Flag value to the front of a list
// of the property "bto". Invalidates all iterators.
PrependActivityStreamsFlag(v ActivityStreamsFlag)
// PrependActivityStreamsFollow prepends a Follow value to the front of a
// list of the property "bto". Invalidates all iterators.
PrependActivityStreamsFollow(v ActivityStreamsFollow)
// PrependActivityStreamsGroup prepends a Group value to the front of a
// list of the property "bto". Invalidates all iterators.
PrependActivityStreamsGroup(v ActivityStreamsGroup)
// PrependActivityStreamsIgnore prepends a Ignore value to the front of a
// list of the property "bto". Invalidates all iterators.
PrependActivityStreamsIgnore(v ActivityStreamsIgnore)
// PrependActivityStreamsImage prepends a Image value to the front of a
// list of the property "bto". Invalidates all iterators.
PrependActivityStreamsImage(v ActivityStreamsImage)
// PrependActivityStreamsIntransitiveActivity prepends a
// IntransitiveActivity value to the front of a list of the property
// "bto". Invalidates all iterators.
PrependActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// PrependActivityStreamsInvite prepends a Invite value to the front of a
// list of the property "bto". Invalidates all iterators.
PrependActivityStreamsInvite(v ActivityStreamsInvite)
// PrependActivityStreamsJoin prepends a Join value to the front of a list
// of the property "bto". Invalidates all iterators.
PrependActivityStreamsJoin(v ActivityStreamsJoin)
// PrependActivityStreamsLeave prepends a Leave value to the front of a
// list of the property "bto". Invalidates all iterators.
PrependActivityStreamsLeave(v ActivityStreamsLeave)
// PrependActivityStreamsLike prepends a Like value to the front of a list
// of the property "bto". Invalidates all iterators.
PrependActivityStreamsLike(v ActivityStreamsLike)
// PrependActivityStreamsLink prepends a Link value to the front of a list
// of the property "bto". Invalidates all iterators.
PrependActivityStreamsLink(v ActivityStreamsLink)
// PrependActivityStreamsListen prepends a Listen value to the front of a
// list of the property "bto". Invalidates all iterators.
PrependActivityStreamsListen(v ActivityStreamsListen)
// PrependActivityStreamsMention prepends a Mention value to the front of
// a list of the property "bto". Invalidates all iterators.
PrependActivityStreamsMention(v ActivityStreamsMention)
// PrependActivityStreamsMove prepends a Move value to the front of a list
// of the property "bto". Invalidates all iterators.
PrependActivityStreamsMove(v ActivityStreamsMove)
// PrependActivityStreamsNote prepends a Note value to the front of a list
// of the property "bto". Invalidates all iterators.
PrependActivityStreamsNote(v ActivityStreamsNote)
// PrependActivityStreamsObject prepends a Object value to the front of a
// list of the property "bto". Invalidates all iterators.
PrependActivityStreamsObject(v ActivityStreamsObject)
// PrependActivityStreamsOffer prepends a Offer value to the front of a
// list of the property "bto". Invalidates all iterators.
PrependActivityStreamsOffer(v ActivityStreamsOffer)
// PrependActivityStreamsOrderedCollection prepends a OrderedCollection
// value to the front of a list of the property "bto". Invalidates all
// iterators.
PrependActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// PrependActivityStreamsOrderedCollectionPage prepends a
// OrderedCollectionPage value to the front of a list of the property
// "bto". Invalidates all iterators.
PrependActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// PrependActivityStreamsOrganization prepends a Organization value to the
// front of a list of the property "bto". Invalidates all iterators.
PrependActivityStreamsOrganization(v ActivityStreamsOrganization)
// PrependActivityStreamsPage prepends a Page value to the front of a list
// of the property "bto". Invalidates all iterators.
PrependActivityStreamsPage(v ActivityStreamsPage)
// PrependActivityStreamsPerson prepends a Person value to the front of a
// list of the property "bto". Invalidates all iterators.
PrependActivityStreamsPerson(v ActivityStreamsPerson)
// PrependActivityStreamsPlace prepends a Place value to the front of a
// list of the property "bto". Invalidates all iterators.
PrependActivityStreamsPlace(v ActivityStreamsPlace)
// PrependActivityStreamsProfile prepends a Profile value to the front of
// a list of the property "bto". Invalidates all iterators.
PrependActivityStreamsProfile(v ActivityStreamsProfile)
// PrependActivityStreamsQuestion prepends a Question value to the front
// of a list of the property "bto". Invalidates all iterators.
PrependActivityStreamsQuestion(v ActivityStreamsQuestion)
// PrependActivityStreamsRead prepends a Read value to the front of a list
// of the property "bto". Invalidates all iterators.
PrependActivityStreamsRead(v ActivityStreamsRead)
// PrependActivityStreamsReject prepends a Reject value to the front of a
// list of the property "bto". Invalidates all iterators.
PrependActivityStreamsReject(v ActivityStreamsReject)
// PrependActivityStreamsRelationship prepends a Relationship value to the
// front of a list of the property "bto". Invalidates all iterators.
PrependActivityStreamsRelationship(v ActivityStreamsRelationship)
// PrependActivityStreamsRemove prepends a Remove value to the front of a
// list of the property "bto". Invalidates all iterators.
PrependActivityStreamsRemove(v ActivityStreamsRemove)
// PrependActivityStreamsService prepends a Service value to the front of
// a list of the property "bto". Invalidates all iterators.
PrependActivityStreamsService(v ActivityStreamsService)
// PrependActivityStreamsTentativeAccept prepends a TentativeAccept value
// to the front of a list of the property "bto". Invalidates all
// iterators.
PrependActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// PrependActivityStreamsTentativeReject prepends a TentativeReject value
// to the front of a list of the property "bto". Invalidates all
// iterators.
PrependActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// PrependActivityStreamsTombstone prepends a Tombstone value to the front
// of a list of the property "bto". Invalidates all iterators.
PrependActivityStreamsTombstone(v ActivityStreamsTombstone)
// PrependActivityStreamsTravel prepends a Travel value to the front of a
// list of the property "bto". Invalidates all iterators.
PrependActivityStreamsTravel(v ActivityStreamsTravel)
// PrependActivityStreamsUndo prepends a Undo value to the front of a list
// of the property "bto". Invalidates all iterators.
PrependActivityStreamsUndo(v ActivityStreamsUndo)
// PrependActivityStreamsUpdate prepends a Update value to the front of a
// list of the property "bto". Invalidates all iterators.
PrependActivityStreamsUpdate(v ActivityStreamsUpdate)
// PrependActivityStreamsVideo prepends a Video value to the front of a
// list of the property "bto". Invalidates all iterators.
PrependActivityStreamsVideo(v ActivityStreamsVideo)
// PrependActivityStreamsView prepends a View value to the front of a list
// of the property "bto". Invalidates all iterators.
PrependActivityStreamsView(v ActivityStreamsView)
// PrependFunkwhaleAlbum prepends a Album value to the front of a list of
// the property "bto". Invalidates all iterators.
PrependFunkwhaleAlbum(v FunkwhaleAlbum)
// PrependFunkwhaleArtist prepends a Artist value to the front of a list
// of the property "bto". Invalidates all iterators.
PrependFunkwhaleArtist(v FunkwhaleArtist)
// PrependFunkwhaleLibrary prepends a Library value to the front of a list
// of the property "bto". Invalidates all iterators.
PrependFunkwhaleLibrary(v FunkwhaleLibrary)
// PrependFunkwhaleTrack prepends a Track value to the front of a list of
// the property "bto". Invalidates all iterators.
PrependFunkwhaleTrack(v FunkwhaleTrack)
// PrependGoToSocialAnnounceApproval prepends a AnnounceApproval value to
// the front of a list of the property "bto". Invalidates all
// iterators.
PrependGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// PrependGoToSocialAnnounceAuthorization prepends a AnnounceAuthorization
// value to the front of a list of the property "bto". Invalidates all
// iterators.
PrependGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// PrependGoToSocialAnnounceRequest prepends a AnnounceRequest value to
// the front of a list of the property "bto". Invalidates all
// iterators.
PrependGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// PrependGoToSocialLikeApproval prepends a LikeApproval value to the
// front of a list of the property "bto". Invalidates all iterators.
PrependGoToSocialLikeApproval(v GoToSocialLikeApproval)
// PrependGoToSocialLikeAuthorization prepends a LikeAuthorization value
// to the front of a list of the property "bto". Invalidates all
// iterators.
PrependGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// PrependGoToSocialLikeRequest prepends a LikeRequest value to the front
// of a list of the property "bto". Invalidates all iterators.
PrependGoToSocialLikeRequest(v GoToSocialLikeRequest)
// PrependGoToSocialQuoteAuthorization prepends a QuoteAuthorization value
// to the front of a list of the property "bto". Invalidates all
// iterators.
PrependGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// PrependGoToSocialQuoteRequest prepends a QuoteRequest value to the
// front of a list of the property "bto". Invalidates all iterators.
PrependGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// PrependGoToSocialReplyApproval prepends a ReplyApproval value to the
// front of a list of the property "bto". Invalidates all iterators.
PrependGoToSocialReplyApproval(v GoToSocialReplyApproval)
// PrependGoToSocialReplyAuthorization prepends a ReplyAuthorization value
// to the front of a list of the property "bto". Invalidates all
// iterators.
PrependGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// PrependGoToSocialReplyRequest prepends a ReplyRequest value to the
// front of a list of the property "bto". Invalidates all iterators.
PrependGoToSocialReplyRequest(v GoToSocialReplyRequest)
// PrependIRI prepends an IRI value to the front of a list of the property
// "bto".
PrependIRI(v *url.URL)
// PrependLitePubEmojiReact prepends a EmojiReact value to the front of a
// list of the property "bto". Invalidates all iterators.
PrependLitePubEmojiReact(v LitePubEmojiReact)
// PrependSchemaPropertyValue prepends a PropertyValue value to the front
// of a list of the property "bto". Invalidates all iterators.
PrependSchemaPropertyValue(v SchemaPropertyValue)
// PrependTootEmoji prepends a Emoji value to the front of a list of the
// property "bto". Invalidates all iterators.
PrependTootEmoji(v TootEmoji)
// PrependTootHashtag prepends a Hashtag value to the front of a list of
// the property "bto". Invalidates all iterators.
PrependTootHashtag(v TootHashtag)
// PrependTootIdentityProof prepends a IdentityProof value to the front of
// a list of the property "bto". Invalidates all iterators.
PrependTootIdentityProof(v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "bto". Invalidates all iterators. Returns an error if
// the type is not a valid one to set for this property.
PrependType(t Type) error
// Remove deletes an element at the specified index from a list of the
// property "bto", regardless of its type. Panics if the index is out
// of bounds. Invalidates all iterators.
Remove(idx int)
// 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.
Serialize() (interface{}, error)
// SetActivityStreamsAccept sets a Accept value to be at the specified
// index for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsAccept(idx int, v ActivityStreamsAccept)
// SetActivityStreamsActivity sets a Activity value to be at the specified
// index for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsActivity(idx int, v ActivityStreamsActivity)
// SetActivityStreamsAdd sets a Add value to be at the specified index for
// the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsAdd(idx int, v ActivityStreamsAdd)
// SetActivityStreamsAnnounce sets a Announce value to be at the specified
// index for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsAnnounce(idx int, v ActivityStreamsAnnounce)
// SetActivityStreamsApplication sets a Application value to be at the
// specified index for the property "bto". Panics if the index is out
// of bounds. Invalidates all iterators.
SetActivityStreamsApplication(idx int, v ActivityStreamsApplication)
// SetActivityStreamsArrive sets a Arrive value to be at the specified
// index for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsArrive(idx int, v ActivityStreamsArrive)
// SetActivityStreamsArticle sets a Article value to be at the specified
// index for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsArticle(idx int, v ActivityStreamsArticle)
// SetActivityStreamsAudio sets a Audio value to be at the specified index
// for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsAudio(idx int, v ActivityStreamsAudio)
// SetActivityStreamsBlock sets a Block value to be at the specified index
// for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsBlock(idx int, v ActivityStreamsBlock)
// SetActivityStreamsCollection sets a Collection value to be at the
// specified index for the property "bto". Panics if the index is out
// of bounds. Invalidates all iterators.
SetActivityStreamsCollection(idx int, v ActivityStreamsCollection)
// SetActivityStreamsCollectionPage sets a CollectionPage value to be at
// the specified index for the property "bto". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsCollectionPage(idx int, v ActivityStreamsCollectionPage)
// SetActivityStreamsCreate sets a Create value to be at the specified
// index for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsCreate(idx int, v ActivityStreamsCreate)
// SetActivityStreamsDelete sets a Delete value to be at the specified
// index for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsDelete(idx int, v ActivityStreamsDelete)
// SetActivityStreamsDislike sets a Dislike value to be at the specified
// index for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsDislike(idx int, v ActivityStreamsDislike)
// SetActivityStreamsDocument sets a Document value to be at the specified
// index for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsDocument(idx int, v ActivityStreamsDocument)
// SetActivityStreamsEvent sets a Event value to be at the specified index
// for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsEvent(idx int, v ActivityStreamsEvent)
// SetActivityStreamsFlag sets a Flag value to be at the specified index
// for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsFlag(idx int, v ActivityStreamsFlag)
// SetActivityStreamsFollow sets a Follow value to be at the specified
// index for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsFollow(idx int, v ActivityStreamsFollow)
// SetActivityStreamsGroup sets a Group value to be at the specified index
// for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsGroup(idx int, v ActivityStreamsGroup)
// SetActivityStreamsIgnore sets a Ignore value to be at the specified
// index for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsIgnore(idx int, v ActivityStreamsIgnore)
// SetActivityStreamsImage sets a Image value to be at the specified index
// for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsImage(idx int, v ActivityStreamsImage)
// SetActivityStreamsIntransitiveActivity sets a IntransitiveActivity
// value to be at the specified index for the property "bto". Panics
// if the index is out of bounds. Invalidates all iterators.
SetActivityStreamsIntransitiveActivity(idx int, v ActivityStreamsIntransitiveActivity)
// SetActivityStreamsInvite sets a Invite value to be at the specified
// index for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsInvite(idx int, v ActivityStreamsInvite)
// SetActivityStreamsJoin sets a Join value to be at the specified index
// for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsJoin(idx int, v ActivityStreamsJoin)
// SetActivityStreamsLeave sets a Leave value to be at the specified index
// for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsLeave(idx int, v ActivityStreamsLeave)
// SetActivityStreamsLike sets a Like value to be at the specified index
// for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsLike(idx int, v ActivityStreamsLike)
// SetActivityStreamsLink sets a Link value to be at the specified index
// for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsLink(idx int, v ActivityStreamsLink)
// SetActivityStreamsListen sets a Listen value to be at the specified
// index for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsListen(idx int, v ActivityStreamsListen)
// SetActivityStreamsMention sets a Mention value to be at the specified
// index for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsMention(idx int, v ActivityStreamsMention)
// SetActivityStreamsMove sets a Move value to be at the specified index
// for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsMove(idx int, v ActivityStreamsMove)
// SetActivityStreamsNote sets a Note value to be at the specified index
// for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsNote(idx int, v ActivityStreamsNote)
// SetActivityStreamsObject sets a Object value to be at the specified
// index for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsObject(idx int, v ActivityStreamsObject)
// SetActivityStreamsOffer sets a Offer value to be at the specified index
// for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsOffer(idx int, v ActivityStreamsOffer)
// SetActivityStreamsOrderedCollection sets a OrderedCollection value to
// be at the specified index for the property "bto". Panics if the
// index is out of bounds. Invalidates all iterators.
SetActivityStreamsOrderedCollection(idx int, v ActivityStreamsOrderedCollection)
// SetActivityStreamsOrderedCollectionPage sets a OrderedCollectionPage
// value to be at the specified index for the property "bto". Panics
// if the index is out of bounds. Invalidates all iterators.
SetActivityStreamsOrderedCollectionPage(idx int, v ActivityStreamsOrderedCollectionPage)
// SetActivityStreamsOrganization sets a Organization value to be at the
// specified index for the property "bto". Panics if the index is out
// of bounds. Invalidates all iterators.
SetActivityStreamsOrganization(idx int, v ActivityStreamsOrganization)
// SetActivityStreamsPage sets a Page value to be at the specified index
// for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsPage(idx int, v ActivityStreamsPage)
// SetActivityStreamsPerson sets a Person value to be at the specified
// index for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsPerson(idx int, v ActivityStreamsPerson)
// SetActivityStreamsPlace sets a Place value to be at the specified index
// for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsPlace(idx int, v ActivityStreamsPlace)
// SetActivityStreamsProfile sets a Profile value to be at the specified
// index for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsProfile(idx int, v ActivityStreamsProfile)
// SetActivityStreamsQuestion sets a Question value to be at the specified
// index for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsQuestion(idx int, v ActivityStreamsQuestion)
// SetActivityStreamsRead sets a Read value to be at the specified index
// for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsRead(idx int, v ActivityStreamsRead)
// SetActivityStreamsReject sets a Reject value to be at the specified
// index for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsReject(idx int, v ActivityStreamsReject)
// SetActivityStreamsRelationship sets a Relationship value to be at the
// specified index for the property "bto". Panics if the index is out
// of bounds. Invalidates all iterators.
SetActivityStreamsRelationship(idx int, v ActivityStreamsRelationship)
// SetActivityStreamsRemove sets a Remove value to be at the specified
// index for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsRemove(idx int, v ActivityStreamsRemove)
// SetActivityStreamsService sets a Service value to be at the specified
// index for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsService(idx int, v ActivityStreamsService)
// SetActivityStreamsTentativeAccept sets a TentativeAccept value to be at
// the specified index for the property "bto". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsTentativeAccept(idx int, v ActivityStreamsTentativeAccept)
// SetActivityStreamsTentativeReject sets a TentativeReject value to be at
// the specified index for the property "bto". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsTentativeReject(idx int, v ActivityStreamsTentativeReject)
// SetActivityStreamsTombstone sets a Tombstone value to be at the
// specified index for the property "bto". Panics if the index is out
// of bounds. Invalidates all iterators.
SetActivityStreamsTombstone(idx int, v ActivityStreamsTombstone)
// SetActivityStreamsTravel sets a Travel value to be at the specified
// index for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsTravel(idx int, v ActivityStreamsTravel)
// SetActivityStreamsUndo sets a Undo value to be at the specified index
// for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsUndo(idx int, v ActivityStreamsUndo)
// SetActivityStreamsUpdate sets a Update value to be at the specified
// index for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsUpdate(idx int, v ActivityStreamsUpdate)
// SetActivityStreamsVideo sets a Video value to be at the specified index
// for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsVideo(idx int, v ActivityStreamsVideo)
// SetActivityStreamsView sets a View value to be at the specified index
// for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsView(idx int, v ActivityStreamsView)
// SetFunkwhaleAlbum sets a Album value to be at the specified index for
// the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleAlbum(idx int, v FunkwhaleAlbum)
// SetFunkwhaleArtist sets a Artist value to be at the specified index for
// the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleArtist(idx int, v FunkwhaleArtist)
// SetFunkwhaleLibrary sets a Library value to be at the specified index
// for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleLibrary(idx int, v FunkwhaleLibrary)
// SetFunkwhaleTrack sets a Track value to be at the specified index for
// the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleTrack(idx int, v FunkwhaleTrack)
// SetGoToSocialAnnounceApproval sets a AnnounceApproval value to be at
// the specified index for the property "bto". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceApproval(idx int, v GoToSocialAnnounceApproval)
// SetGoToSocialAnnounceAuthorization sets a AnnounceAuthorization value
// to be at the specified index for the property "bto". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceAuthorization(idx int, v GoToSocialAnnounceAuthorization)
// SetGoToSocialAnnounceRequest sets a AnnounceRequest value to be at the
// specified index for the property "bto". Panics if the index is out
// of bounds. Invalidates all iterators.
SetGoToSocialAnnounceRequest(idx int, v GoToSocialAnnounceRequest)
// SetGoToSocialLikeApproval sets a LikeApproval value to be at the
// specified index for the property "bto". Panics if the index is out
// of bounds. Invalidates all iterators.
SetGoToSocialLikeApproval(idx int, v GoToSocialLikeApproval)
// SetGoToSocialLikeAuthorization sets a LikeAuthorization value to be at
// the specified index for the property "bto". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialLikeAuthorization(idx int, v GoToSocialLikeAuthorization)
// SetGoToSocialLikeRequest sets a LikeRequest value to be at the
// specified index for the property "bto". Panics if the index is out
// of bounds. Invalidates all iterators.
SetGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// SetGoToSocialQuoteAuthorization sets a QuoteAuthorization value to be
// at the specified index for the property "bto". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialQuoteAuthorization(idx int, v GoToSocialQuoteAuthorization)
// SetGoToSocialQuoteRequest sets a QuoteRequest value to be at the
// specified index for the property "bto". Panics if the index is out
// of bounds. Invalidates all iterators.
SetGoToSocialQuoteRequest(idx int, v GoToSocialQuoteRequest)
// SetGoToSocialReplyApproval sets a ReplyApproval value to be at the
// specified index for the property "bto". Panics if the index is out
// of bounds. Invalidates all iterators.
SetGoToSocialReplyApproval(idx int, v GoToSocialReplyApproval)
// SetGoToSocialReplyAuthorization sets a ReplyAuthorization value to be
// at the specified index for the property "bto". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialReplyAuthorization(idx int, v GoToSocialReplyAuthorization)
// SetGoToSocialReplyRequest sets a ReplyRequest value to be at the
// specified index for the property "bto". Panics if the index is out
// of bounds. Invalidates all iterators.
SetGoToSocialReplyRequest(idx int, v GoToSocialReplyRequest)
// SetIRI sets an IRI value to be at the specified index for the property
// "bto". Panics if the index is out of bounds.
SetIRI(idx int, v *url.URL)
// SetLitePubEmojiReact sets a EmojiReact value to be at the specified
// index for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetLitePubEmojiReact(idx int, v LitePubEmojiReact)
// SetSchemaPropertyValue sets a PropertyValue value to be at the
// specified index for the property "bto". Panics if the index is out
// of bounds. Invalidates all iterators.
SetSchemaPropertyValue(idx int, v SchemaPropertyValue)
// SetTootEmoji sets a Emoji value to be at the specified index for the
// property "bto". Panics if the index is out of bounds. Invalidates
// all iterators.
SetTootEmoji(idx int, v TootEmoji)
// SetTootHashtag sets a Hashtag value to be at the specified index for
// the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetTootHashtag(idx int, v TootHashtag)
// SetTootIdentityProof sets a IdentityProof value to be at the specified
// index for the property "bto". Panics if the index is out of bounds.
// Invalidates all iterators.
SetTootIdentityProof(idx int, v TootIdentityProof)
// SetType sets an arbitrary type value to the specified index of the
// property "bto". 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.
SetType(idx int, t Type) error
// Swap swaps the location of values at two indices for the "bto" property.
Swap(i, j int)
}
Identifies an Object that is part of the private primary audience of this Object.
Example 71 (https://www.w3.org/TR/activitystreams-vocabulary/#ex69-jsonld):
{
"actor": "http://sally.example.org",
"bto": "http://joe.example.org",
"object": "http://example.org/posts/1",
"summary": "Sally offered a post to John",
"target": "http://john.example.org",
"type": "Offer"
}
type ActivityStreamsBtoPropertyIterator ¶
type ActivityStreamsBtoPropertyIterator interface {
// GetActivityStreamsAccept returns the value of this property. When
// IsActivityStreamsAccept returns false, GetActivityStreamsAccept
// will return an arbitrary value.
GetActivityStreamsAccept() ActivityStreamsAccept
// GetActivityStreamsActivity returns the value of this property. When
// IsActivityStreamsActivity returns false, GetActivityStreamsActivity
// will return an arbitrary value.
GetActivityStreamsActivity() ActivityStreamsActivity
// GetActivityStreamsAdd returns the value of this property. When
// IsActivityStreamsAdd returns false, GetActivityStreamsAdd will
// return an arbitrary value.
GetActivityStreamsAdd() ActivityStreamsAdd
// GetActivityStreamsAnnounce returns the value of this property. When
// IsActivityStreamsAnnounce returns false, GetActivityStreamsAnnounce
// will return an arbitrary value.
GetActivityStreamsAnnounce() ActivityStreamsAnnounce
// GetActivityStreamsApplication returns the value of this property. When
// IsActivityStreamsApplication returns false,
// GetActivityStreamsApplication will return an arbitrary value.
GetActivityStreamsApplication() ActivityStreamsApplication
// GetActivityStreamsArrive returns the value of this property. When
// IsActivityStreamsArrive returns false, GetActivityStreamsArrive
// will return an arbitrary value.
GetActivityStreamsArrive() ActivityStreamsArrive
// GetActivityStreamsArticle returns the value of this property. When
// IsActivityStreamsArticle returns false, GetActivityStreamsArticle
// will return an arbitrary value.
GetActivityStreamsArticle() ActivityStreamsArticle
// GetActivityStreamsAudio returns the value of this property. When
// IsActivityStreamsAudio returns false, GetActivityStreamsAudio will
// return an arbitrary value.
GetActivityStreamsAudio() ActivityStreamsAudio
// GetActivityStreamsBlock returns the value of this property. When
// IsActivityStreamsBlock returns false, GetActivityStreamsBlock will
// return an arbitrary value.
GetActivityStreamsBlock() ActivityStreamsBlock
// GetActivityStreamsCollection returns the value of this property. When
// IsActivityStreamsCollection returns false,
// GetActivityStreamsCollection will return an arbitrary value.
GetActivityStreamsCollection() ActivityStreamsCollection
// GetActivityStreamsCollectionPage returns the value of this property.
// When IsActivityStreamsCollectionPage returns false,
// GetActivityStreamsCollectionPage will return an arbitrary value.
GetActivityStreamsCollectionPage() ActivityStreamsCollectionPage
// GetActivityStreamsCreate returns the value of this property. When
// IsActivityStreamsCreate returns false, GetActivityStreamsCreate
// will return an arbitrary value.
GetActivityStreamsCreate() ActivityStreamsCreate
// GetActivityStreamsDelete returns the value of this property. When
// IsActivityStreamsDelete returns false, GetActivityStreamsDelete
// will return an arbitrary value.
GetActivityStreamsDelete() ActivityStreamsDelete
// GetActivityStreamsDislike returns the value of this property. When
// IsActivityStreamsDislike returns false, GetActivityStreamsDislike
// will return an arbitrary value.
GetActivityStreamsDislike() ActivityStreamsDislike
// GetActivityStreamsDocument returns the value of this property. When
// IsActivityStreamsDocument returns false, GetActivityStreamsDocument
// will return an arbitrary value.
GetActivityStreamsDocument() ActivityStreamsDocument
// GetActivityStreamsEvent returns the value of this property. When
// IsActivityStreamsEvent returns false, GetActivityStreamsEvent will
// return an arbitrary value.
GetActivityStreamsEvent() ActivityStreamsEvent
// GetActivityStreamsFlag returns the value of this property. When
// IsActivityStreamsFlag returns false, GetActivityStreamsFlag will
// return an arbitrary value.
GetActivityStreamsFlag() ActivityStreamsFlag
// GetActivityStreamsFollow returns the value of this property. When
// IsActivityStreamsFollow returns false, GetActivityStreamsFollow
// will return an arbitrary value.
GetActivityStreamsFollow() ActivityStreamsFollow
// GetActivityStreamsGroup returns the value of this property. When
// IsActivityStreamsGroup returns false, GetActivityStreamsGroup will
// return an arbitrary value.
GetActivityStreamsGroup() ActivityStreamsGroup
// GetActivityStreamsIgnore returns the value of this property. When
// IsActivityStreamsIgnore returns false, GetActivityStreamsIgnore
// will return an arbitrary value.
GetActivityStreamsIgnore() ActivityStreamsIgnore
// GetActivityStreamsImage returns the value of this property. When
// IsActivityStreamsImage returns false, GetActivityStreamsImage will
// return an arbitrary value.
GetActivityStreamsImage() ActivityStreamsImage
// GetActivityStreamsIntransitiveActivity returns the value of this
// property. When IsActivityStreamsIntransitiveActivity returns false,
// GetActivityStreamsIntransitiveActivity will return an arbitrary
// value.
GetActivityStreamsIntransitiveActivity() ActivityStreamsIntransitiveActivity
// GetActivityStreamsInvite returns the value of this property. When
// IsActivityStreamsInvite returns false, GetActivityStreamsInvite
// will return an arbitrary value.
GetActivityStreamsInvite() ActivityStreamsInvite
// GetActivityStreamsJoin returns the value of this property. When
// IsActivityStreamsJoin returns false, GetActivityStreamsJoin will
// return an arbitrary value.
GetActivityStreamsJoin() ActivityStreamsJoin
// GetActivityStreamsLeave returns the value of this property. When
// IsActivityStreamsLeave returns false, GetActivityStreamsLeave will
// return an arbitrary value.
GetActivityStreamsLeave() ActivityStreamsLeave
// GetActivityStreamsLike returns the value of this property. When
// IsActivityStreamsLike returns false, GetActivityStreamsLike will
// return an arbitrary value.
GetActivityStreamsLike() ActivityStreamsLike
// GetActivityStreamsLink returns the value of this property. When
// IsActivityStreamsLink returns false, GetActivityStreamsLink will
// return an arbitrary value.
GetActivityStreamsLink() ActivityStreamsLink
// GetActivityStreamsListen returns the value of this property. When
// IsActivityStreamsListen returns false, GetActivityStreamsListen
// will return an arbitrary value.
GetActivityStreamsListen() ActivityStreamsListen
// GetActivityStreamsMention returns the value of this property. When
// IsActivityStreamsMention returns false, GetActivityStreamsMention
// will return an arbitrary value.
GetActivityStreamsMention() ActivityStreamsMention
// GetActivityStreamsMove returns the value of this property. When
// IsActivityStreamsMove returns false, GetActivityStreamsMove will
// return an arbitrary value.
GetActivityStreamsMove() ActivityStreamsMove
// GetActivityStreamsNote returns the value of this property. When
// IsActivityStreamsNote returns false, GetActivityStreamsNote will
// return an arbitrary value.
GetActivityStreamsNote() ActivityStreamsNote
// GetActivityStreamsObject returns the value of this property. When
// IsActivityStreamsObject returns false, GetActivityStreamsObject
// will return an arbitrary value.
GetActivityStreamsObject() ActivityStreamsObject
// GetActivityStreamsOffer returns the value of this property. When
// IsActivityStreamsOffer returns false, GetActivityStreamsOffer will
// return an arbitrary value.
GetActivityStreamsOffer() ActivityStreamsOffer
// GetActivityStreamsOrderedCollection returns the value of this property.
// When IsActivityStreamsOrderedCollection returns false,
// GetActivityStreamsOrderedCollection will return an arbitrary value.
GetActivityStreamsOrderedCollection() ActivityStreamsOrderedCollection
// GetActivityStreamsOrderedCollectionPage returns the value of this
// property. When IsActivityStreamsOrderedCollectionPage returns
// false, GetActivityStreamsOrderedCollectionPage will return an
// arbitrary value.
GetActivityStreamsOrderedCollectionPage() ActivityStreamsOrderedCollectionPage
// GetActivityStreamsOrganization returns the value of this property. When
// IsActivityStreamsOrganization returns false,
// GetActivityStreamsOrganization will return an arbitrary value.
GetActivityStreamsOrganization() ActivityStreamsOrganization
// GetActivityStreamsPage returns the value of this property. When
// IsActivityStreamsPage returns false, GetActivityStreamsPage will
// return an arbitrary value.
GetActivityStreamsPage() ActivityStreamsPage
// GetActivityStreamsPerson returns the value of this property. When
// IsActivityStreamsPerson returns false, GetActivityStreamsPerson
// will return an arbitrary value.
GetActivityStreamsPerson() ActivityStreamsPerson
// GetActivityStreamsPlace returns the value of this property. When
// IsActivityStreamsPlace returns false, GetActivityStreamsPlace will
// return an arbitrary value.
GetActivityStreamsPlace() ActivityStreamsPlace
// GetActivityStreamsProfile returns the value of this property. When
// IsActivityStreamsProfile returns false, GetActivityStreamsProfile
// will return an arbitrary value.
GetActivityStreamsProfile() ActivityStreamsProfile
// GetActivityStreamsQuestion returns the value of this property. When
// IsActivityStreamsQuestion returns false, GetActivityStreamsQuestion
// will return an arbitrary value.
GetActivityStreamsQuestion() ActivityStreamsQuestion
// GetActivityStreamsRead returns the value of this property. When
// IsActivityStreamsRead returns false, GetActivityStreamsRead will
// return an arbitrary value.
GetActivityStreamsRead() ActivityStreamsRead
// GetActivityStreamsReject returns the value of this property. When
// IsActivityStreamsReject returns false, GetActivityStreamsReject
// will return an arbitrary value.
GetActivityStreamsReject() ActivityStreamsReject
// GetActivityStreamsRelationship returns the value of this property. When
// IsActivityStreamsRelationship returns false,
// GetActivityStreamsRelationship will return an arbitrary value.
GetActivityStreamsRelationship() ActivityStreamsRelationship
// GetActivityStreamsRemove returns the value of this property. When
// IsActivityStreamsRemove returns false, GetActivityStreamsRemove
// will return an arbitrary value.
GetActivityStreamsRemove() ActivityStreamsRemove
// GetActivityStreamsService returns the value of this property. When
// IsActivityStreamsService returns false, GetActivityStreamsService
// will return an arbitrary value.
GetActivityStreamsService() ActivityStreamsService
// GetActivityStreamsTentativeAccept returns the value of this property.
// When IsActivityStreamsTentativeAccept returns false,
// GetActivityStreamsTentativeAccept will return an arbitrary value.
GetActivityStreamsTentativeAccept() ActivityStreamsTentativeAccept
// GetActivityStreamsTentativeReject returns the value of this property.
// When IsActivityStreamsTentativeReject returns false,
// GetActivityStreamsTentativeReject will return an arbitrary value.
GetActivityStreamsTentativeReject() ActivityStreamsTentativeReject
// GetActivityStreamsTombstone returns the value of this property. When
// IsActivityStreamsTombstone returns false,
// GetActivityStreamsTombstone will return an arbitrary value.
GetActivityStreamsTombstone() ActivityStreamsTombstone
// GetActivityStreamsTravel returns the value of this property. When
// IsActivityStreamsTravel returns false, GetActivityStreamsTravel
// will return an arbitrary value.
GetActivityStreamsTravel() ActivityStreamsTravel
// GetActivityStreamsUndo returns the value of this property. When
// IsActivityStreamsUndo returns false, GetActivityStreamsUndo will
// return an arbitrary value.
GetActivityStreamsUndo() ActivityStreamsUndo
// GetActivityStreamsUpdate returns the value of this property. When
// IsActivityStreamsUpdate returns false, GetActivityStreamsUpdate
// will return an arbitrary value.
GetActivityStreamsUpdate() ActivityStreamsUpdate
// GetActivityStreamsVideo returns the value of this property. When
// IsActivityStreamsVideo returns false, GetActivityStreamsVideo will
// return an arbitrary value.
GetActivityStreamsVideo() ActivityStreamsVideo
// GetActivityStreamsView returns the value of this property. When
// IsActivityStreamsView returns false, GetActivityStreamsView will
// return an arbitrary value.
GetActivityStreamsView() ActivityStreamsView
// GetFunkwhaleAlbum returns the value of this property. When
// IsFunkwhaleAlbum returns false, GetFunkwhaleAlbum will return an
// arbitrary value.
GetFunkwhaleAlbum() FunkwhaleAlbum
// GetFunkwhaleArtist returns the value of this property. When
// IsFunkwhaleArtist returns false, GetFunkwhaleArtist will return an
// arbitrary value.
GetFunkwhaleArtist() FunkwhaleArtist
// GetFunkwhaleLibrary returns the value of this property. When
// IsFunkwhaleLibrary returns false, GetFunkwhaleLibrary will return
// an arbitrary value.
GetFunkwhaleLibrary() FunkwhaleLibrary
// GetFunkwhaleTrack returns the value of this property. When
// IsFunkwhaleTrack returns false, GetFunkwhaleTrack will return an
// arbitrary value.
GetFunkwhaleTrack() FunkwhaleTrack
// GetGoToSocialAnnounceApproval returns the value of this property. When
// IsGoToSocialAnnounceApproval returns false,
// GetGoToSocialAnnounceApproval will return an arbitrary value.
GetGoToSocialAnnounceApproval() GoToSocialAnnounceApproval
// GetGoToSocialAnnounceAuthorization returns the value of this property.
// When IsGoToSocialAnnounceAuthorization returns false,
// GetGoToSocialAnnounceAuthorization will return an arbitrary value.
GetGoToSocialAnnounceAuthorization() GoToSocialAnnounceAuthorization
// GetGoToSocialAnnounceRequest returns the value of this property. When
// IsGoToSocialAnnounceRequest returns false,
// GetGoToSocialAnnounceRequest will return an arbitrary value.
GetGoToSocialAnnounceRequest() GoToSocialAnnounceRequest
// GetGoToSocialLikeApproval returns the value of this property. When
// IsGoToSocialLikeApproval returns false, GetGoToSocialLikeApproval
// will return an arbitrary value.
GetGoToSocialLikeApproval() GoToSocialLikeApproval
// GetGoToSocialLikeAuthorization returns the value of this property. When
// IsGoToSocialLikeAuthorization returns false,
// GetGoToSocialLikeAuthorization will return an arbitrary value.
GetGoToSocialLikeAuthorization() GoToSocialLikeAuthorization
// GetGoToSocialLikeRequest returns the value of this property. When
// IsGoToSocialLikeRequest returns false, GetGoToSocialLikeRequest
// will return an arbitrary value.
GetGoToSocialLikeRequest() GoToSocialLikeRequest
// GetGoToSocialQuoteAuthorization returns the value of this property.
// When IsGoToSocialQuoteAuthorization returns false,
// GetGoToSocialQuoteAuthorization will return an arbitrary value.
GetGoToSocialQuoteAuthorization() GoToSocialQuoteAuthorization
// GetGoToSocialQuoteRequest returns the value of this property. When
// IsGoToSocialQuoteRequest returns false, GetGoToSocialQuoteRequest
// will return an arbitrary value.
GetGoToSocialQuoteRequest() GoToSocialQuoteRequest
// GetGoToSocialReplyApproval returns the value of this property. When
// IsGoToSocialReplyApproval returns false, GetGoToSocialReplyApproval
// will return an arbitrary value.
GetGoToSocialReplyApproval() GoToSocialReplyApproval
// GetGoToSocialReplyAuthorization returns the value of this property.
// When IsGoToSocialReplyAuthorization returns false,
// GetGoToSocialReplyAuthorization will return an arbitrary value.
GetGoToSocialReplyAuthorization() GoToSocialReplyAuthorization
// GetGoToSocialReplyRequest returns the value of this property. When
// IsGoToSocialReplyRequest returns false, GetGoToSocialReplyRequest
// will return an arbitrary value.
GetGoToSocialReplyRequest() GoToSocialReplyRequest
// GetIRI returns the IRI of this property. When IsIRI returns false,
// GetIRI will return an arbitrary value.
GetIRI() *url.URL
// GetLitePubEmojiReact returns the value of this property. When
// IsLitePubEmojiReact returns false, GetLitePubEmojiReact will return
// an arbitrary value.
GetLitePubEmojiReact() LitePubEmojiReact
// GetSchemaPropertyValue returns the value of this property. When
// IsSchemaPropertyValue returns false, GetSchemaPropertyValue will
// return an arbitrary value.
GetSchemaPropertyValue() SchemaPropertyValue
// GetTootEmoji returns the value of this property. When IsTootEmoji
// returns false, GetTootEmoji will return an arbitrary value.
GetTootEmoji() TootEmoji
// GetTootHashtag returns the value of this property. When IsTootHashtag
// returns false, GetTootHashtag will return an arbitrary value.
GetTootHashtag() TootHashtag
// GetTootIdentityProof returns the value of this property. When
// IsTootIdentityProof returns false, GetTootIdentityProof will return
// an arbitrary value.
GetTootIdentityProof() TootIdentityProof
// 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.
GetType() Type
// HasAny returns true if any of the different values is set.
HasAny() 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.
IsActivityStreamsAccept() 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.
IsActivityStreamsActivity() 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.
IsActivityStreamsAdd() 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.
IsActivityStreamsAnnounce() 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.
IsActivityStreamsApplication() 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.
IsActivityStreamsArrive() 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.
IsActivityStreamsArticle() 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.
IsActivityStreamsAudio() 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.
IsActivityStreamsBlock() 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.
IsActivityStreamsCollection() 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.
IsActivityStreamsCollectionPage() 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.
IsActivityStreamsCreate() 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.
IsActivityStreamsDelete() 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.
IsActivityStreamsDislike() 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.
IsActivityStreamsDocument() 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.
IsActivityStreamsEvent() 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.
IsActivityStreamsFlag() 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.
IsActivityStreamsFollow() 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.
IsActivityStreamsGroup() 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.
IsActivityStreamsIgnore() 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.
IsActivityStreamsImage() 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.
IsActivityStreamsIntransitiveActivity() 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.
IsActivityStreamsInvite() 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.
IsActivityStreamsJoin() 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.
IsActivityStreamsLeave() 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.
IsActivityStreamsLike() 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.
IsActivityStreamsLink() 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.
IsActivityStreamsListen() 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.
IsActivityStreamsMention() 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.
IsActivityStreamsMove() 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.
IsActivityStreamsNote() 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.
IsActivityStreamsObject() 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.
IsActivityStreamsOffer() 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.
IsActivityStreamsOrderedCollection() 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.
IsActivityStreamsOrderedCollectionPage() 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.
IsActivityStreamsOrganization() 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.
IsActivityStreamsPage() 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.
IsActivityStreamsPerson() 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.
IsActivityStreamsPlace() 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.
IsActivityStreamsProfile() 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.
IsActivityStreamsQuestion() 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.
IsActivityStreamsRead() 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.
IsActivityStreamsReject() 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.
IsActivityStreamsRelationship() 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.
IsActivityStreamsRemove() 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.
IsActivityStreamsService() 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.
IsActivityStreamsTentativeAccept() 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.
IsActivityStreamsTentativeReject() 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.
IsActivityStreamsTombstone() 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.
IsActivityStreamsTravel() 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.
IsActivityStreamsUndo() 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.
IsActivityStreamsUpdate() 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.
IsActivityStreamsVideo() 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.
IsActivityStreamsView() bool
// IsFunkwhaleAlbum returns true if this property has a type of "Album".
// When true, use the GetFunkwhaleAlbum and SetFunkwhaleAlbum methods
// to access and set this property.
IsFunkwhaleAlbum() bool
// IsFunkwhaleArtist returns true if this property has a type of "Artist".
// When true, use the GetFunkwhaleArtist and SetFunkwhaleArtist
// methods to access and set this property.
IsFunkwhaleArtist() bool
// IsFunkwhaleLibrary returns true if this property has a type of
// "Library". When true, use the GetFunkwhaleLibrary and
// SetFunkwhaleLibrary methods to access and set this property.
IsFunkwhaleLibrary() bool
// IsFunkwhaleTrack returns true if this property has a type of "Track".
// When true, use the GetFunkwhaleTrack and SetFunkwhaleTrack methods
// to access and set this property.
IsFunkwhaleTrack() bool
// IsGoToSocialAnnounceApproval returns true if this property has a type
// of "AnnounceApproval". When true, use the
// GetGoToSocialAnnounceApproval and SetGoToSocialAnnounceApproval
// methods to access and set this property.
IsGoToSocialAnnounceApproval() bool
// IsGoToSocialAnnounceAuthorization returns true if this property has a
// type of "AnnounceAuthorization". When true, use the
// GetGoToSocialAnnounceAuthorization and
// SetGoToSocialAnnounceAuthorization methods to access and set this
// property.
IsGoToSocialAnnounceAuthorization() bool
// IsGoToSocialAnnounceRequest returns true if this property has a type of
// "AnnounceRequest". When true, use the GetGoToSocialAnnounceRequest
// and SetGoToSocialAnnounceRequest methods to access and set this
// property.
IsGoToSocialAnnounceRequest() bool
// IsGoToSocialLikeApproval returns true if this property has a type of
// "LikeApproval". When true, use the GetGoToSocialLikeApproval and
// SetGoToSocialLikeApproval methods to access and set this property.
IsGoToSocialLikeApproval() bool
// IsGoToSocialLikeAuthorization returns true if this property has a type
// of "LikeAuthorization". When true, use the
// GetGoToSocialLikeAuthorization and SetGoToSocialLikeAuthorization
// methods to access and set this property.
IsGoToSocialLikeAuthorization() bool
// IsGoToSocialLikeRequest returns true if this property has a type of
// "LikeRequest". When true, use the GetGoToSocialLikeRequest and
// SetGoToSocialLikeRequest methods to access and set this property.
IsGoToSocialLikeRequest() bool
// IsGoToSocialQuoteAuthorization returns true if this property has a type
// of "QuoteAuthorization". When true, use the
// GetGoToSocialQuoteAuthorization and SetGoToSocialQuoteAuthorization
// methods to access and set this property.
IsGoToSocialQuoteAuthorization() bool
// IsGoToSocialQuoteRequest returns true if this property has a type of
// "QuoteRequest". When true, use the GetGoToSocialQuoteRequest and
// SetGoToSocialQuoteRequest methods to access and set this property.
IsGoToSocialQuoteRequest() bool
// IsGoToSocialReplyApproval returns true if this property has a type of
// "ReplyApproval". When true, use the GetGoToSocialReplyApproval and
// SetGoToSocialReplyApproval methods to access and set this property.
IsGoToSocialReplyApproval() bool
// IsGoToSocialReplyAuthorization returns true if this property has a type
// of "ReplyAuthorization". When true, use the
// GetGoToSocialReplyAuthorization and SetGoToSocialReplyAuthorization
// methods to access and set this property.
IsGoToSocialReplyAuthorization() bool
// IsGoToSocialReplyRequest returns true if this property has a type of
// "ReplyRequest". When true, use the GetGoToSocialReplyRequest and
// SetGoToSocialReplyRequest methods to access and set this property.
IsGoToSocialReplyRequest() bool
// IsIRI returns true if this property is an IRI. When true, use GetIRI
// and SetIRI to access and set this property
IsIRI() bool
// IsLitePubEmojiReact returns true if this property has a type of
// "EmojiReact". When true, use the GetLitePubEmojiReact and
// SetLitePubEmojiReact methods to access and set this property.
IsLitePubEmojiReact() 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.
IsSchemaPropertyValue() 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.
IsTootEmoji() 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.
IsTootHashtag() 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.
IsTootIdentityProof() bool
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex() int
// 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.
LessThan(o ActivityStreamsBtoPropertyIterator) bool
// Name returns the name of this property: "ActivityStreamsBto".
Name() string
// Next returns the next iterator, or nil if there is no next iterator.
Next() ActivityStreamsBtoPropertyIterator
// Prev returns the previous iterator, or nil if there is no previous
// iterator.
Prev() ActivityStreamsBtoPropertyIterator
// SetActivityStreamsAccept sets the value of this property. Calling
// IsActivityStreamsAccept afterwards returns true.
SetActivityStreamsAccept(v ActivityStreamsAccept)
// SetActivityStreamsActivity sets the value of this property. Calling
// IsActivityStreamsActivity afterwards returns true.
SetActivityStreamsActivity(v ActivityStreamsActivity)
// SetActivityStreamsAdd sets the value of this property. Calling
// IsActivityStreamsAdd afterwards returns true.
SetActivityStreamsAdd(v ActivityStreamsAdd)
// SetActivityStreamsAnnounce sets the value of this property. Calling
// IsActivityStreamsAnnounce afterwards returns true.
SetActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// SetActivityStreamsApplication sets the value of this property. Calling
// IsActivityStreamsApplication afterwards returns true.
SetActivityStreamsApplication(v ActivityStreamsApplication)
// SetActivityStreamsArrive sets the value of this property. Calling
// IsActivityStreamsArrive afterwards returns true.
SetActivityStreamsArrive(v ActivityStreamsArrive)
// SetActivityStreamsArticle sets the value of this property. Calling
// IsActivityStreamsArticle afterwards returns true.
SetActivityStreamsArticle(v ActivityStreamsArticle)
// SetActivityStreamsAudio sets the value of this property. Calling
// IsActivityStreamsAudio afterwards returns true.
SetActivityStreamsAudio(v ActivityStreamsAudio)
// SetActivityStreamsBlock sets the value of this property. Calling
// IsActivityStreamsBlock afterwards returns true.
SetActivityStreamsBlock(v ActivityStreamsBlock)
// SetActivityStreamsCollection sets the value of this property. Calling
// IsActivityStreamsCollection afterwards returns true.
SetActivityStreamsCollection(v ActivityStreamsCollection)
// SetActivityStreamsCollectionPage sets the value of this property.
// Calling IsActivityStreamsCollectionPage afterwards returns true.
SetActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// SetActivityStreamsCreate sets the value of this property. Calling
// IsActivityStreamsCreate afterwards returns true.
SetActivityStreamsCreate(v ActivityStreamsCreate)
// SetActivityStreamsDelete sets the value of this property. Calling
// IsActivityStreamsDelete afterwards returns true.
SetActivityStreamsDelete(v ActivityStreamsDelete)
// SetActivityStreamsDislike sets the value of this property. Calling
// IsActivityStreamsDislike afterwards returns true.
SetActivityStreamsDislike(v ActivityStreamsDislike)
// SetActivityStreamsDocument sets the value of this property. Calling
// IsActivityStreamsDocument afterwards returns true.
SetActivityStreamsDocument(v ActivityStreamsDocument)
// SetActivityStreamsEvent sets the value of this property. Calling
// IsActivityStreamsEvent afterwards returns true.
SetActivityStreamsEvent(v ActivityStreamsEvent)
// SetActivityStreamsFlag sets the value of this property. Calling
// IsActivityStreamsFlag afterwards returns true.
SetActivityStreamsFlag(v ActivityStreamsFlag)
// SetActivityStreamsFollow sets the value of this property. Calling
// IsActivityStreamsFollow afterwards returns true.
SetActivityStreamsFollow(v ActivityStreamsFollow)
// SetActivityStreamsGroup sets the value of this property. Calling
// IsActivityStreamsGroup afterwards returns true.
SetActivityStreamsGroup(v ActivityStreamsGroup)
// SetActivityStreamsIgnore sets the value of this property. Calling
// IsActivityStreamsIgnore afterwards returns true.
SetActivityStreamsIgnore(v ActivityStreamsIgnore)
// SetActivityStreamsImage sets the value of this property. Calling
// IsActivityStreamsImage afterwards returns true.
SetActivityStreamsImage(v ActivityStreamsImage)
// SetActivityStreamsIntransitiveActivity sets the value of this property.
// Calling IsActivityStreamsIntransitiveActivity afterwards returns
// true.
SetActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// SetActivityStreamsInvite sets the value of this property. Calling
// IsActivityStreamsInvite afterwards returns true.
SetActivityStreamsInvite(v ActivityStreamsInvite)
// SetActivityStreamsJoin sets the value of this property. Calling
// IsActivityStreamsJoin afterwards returns true.
SetActivityStreamsJoin(v ActivityStreamsJoin)
// SetActivityStreamsLeave sets the value of this property. Calling
// IsActivityStreamsLeave afterwards returns true.
SetActivityStreamsLeave(v ActivityStreamsLeave)
// SetActivityStreamsLike sets the value of this property. Calling
// IsActivityStreamsLike afterwards returns true.
SetActivityStreamsLike(v ActivityStreamsLike)
// SetActivityStreamsLink sets the value of this property. Calling
// IsActivityStreamsLink afterwards returns true.
SetActivityStreamsLink(v ActivityStreamsLink)
// SetActivityStreamsListen sets the value of this property. Calling
// IsActivityStreamsListen afterwards returns true.
SetActivityStreamsListen(v ActivityStreamsListen)
// SetActivityStreamsMention sets the value of this property. Calling
// IsActivityStreamsMention afterwards returns true.
SetActivityStreamsMention(v ActivityStreamsMention)
// SetActivityStreamsMove sets the value of this property. Calling
// IsActivityStreamsMove afterwards returns true.
SetActivityStreamsMove(v ActivityStreamsMove)
// SetActivityStreamsNote sets the value of this property. Calling
// IsActivityStreamsNote afterwards returns true.
SetActivityStreamsNote(v ActivityStreamsNote)
// SetActivityStreamsObject sets the value of this property. Calling
// IsActivityStreamsObject afterwards returns true.
SetActivityStreamsObject(v ActivityStreamsObject)
// SetActivityStreamsOffer sets the value of this property. Calling
// IsActivityStreamsOffer afterwards returns true.
SetActivityStreamsOffer(v ActivityStreamsOffer)
// SetActivityStreamsOrderedCollection sets the value of this property.
// Calling IsActivityStreamsOrderedCollection afterwards returns true.
SetActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// SetActivityStreamsOrderedCollectionPage sets the value of this
// property. Calling IsActivityStreamsOrderedCollectionPage afterwards
// returns true.
SetActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// SetActivityStreamsOrganization sets the value of this property. Calling
// IsActivityStreamsOrganization afterwards returns true.
SetActivityStreamsOrganization(v ActivityStreamsOrganization)
// SetActivityStreamsPage sets the value of this property. Calling
// IsActivityStreamsPage afterwards returns true.
SetActivityStreamsPage(v ActivityStreamsPage)
// SetActivityStreamsPerson sets the value of this property. Calling
// IsActivityStreamsPerson afterwards returns true.
SetActivityStreamsPerson(v ActivityStreamsPerson)
// SetActivityStreamsPlace sets the value of this property. Calling
// IsActivityStreamsPlace afterwards returns true.
SetActivityStreamsPlace(v ActivityStreamsPlace)
// SetActivityStreamsProfile sets the value of this property. Calling
// IsActivityStreamsProfile afterwards returns true.
SetActivityStreamsProfile(v ActivityStreamsProfile)
// SetActivityStreamsQuestion sets the value of this property. Calling
// IsActivityStreamsQuestion afterwards returns true.
SetActivityStreamsQuestion(v ActivityStreamsQuestion)
// SetActivityStreamsRead sets the value of this property. Calling
// IsActivityStreamsRead afterwards returns true.
SetActivityStreamsRead(v ActivityStreamsRead)
// SetActivityStreamsReject sets the value of this property. Calling
// IsActivityStreamsReject afterwards returns true.
SetActivityStreamsReject(v ActivityStreamsReject)
// SetActivityStreamsRelationship sets the value of this property. Calling
// IsActivityStreamsRelationship afterwards returns true.
SetActivityStreamsRelationship(v ActivityStreamsRelationship)
// SetActivityStreamsRemove sets the value of this property. Calling
// IsActivityStreamsRemove afterwards returns true.
SetActivityStreamsRemove(v ActivityStreamsRemove)
// SetActivityStreamsService sets the value of this property. Calling
// IsActivityStreamsService afterwards returns true.
SetActivityStreamsService(v ActivityStreamsService)
// SetActivityStreamsTentativeAccept sets the value of this property.
// Calling IsActivityStreamsTentativeAccept afterwards returns true.
SetActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// SetActivityStreamsTentativeReject sets the value of this property.
// Calling IsActivityStreamsTentativeReject afterwards returns true.
SetActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// SetActivityStreamsTombstone sets the value of this property. Calling
// IsActivityStreamsTombstone afterwards returns true.
SetActivityStreamsTombstone(v ActivityStreamsTombstone)
// SetActivityStreamsTravel sets the value of this property. Calling
// IsActivityStreamsTravel afterwards returns true.
SetActivityStreamsTravel(v ActivityStreamsTravel)
// SetActivityStreamsUndo sets the value of this property. Calling
// IsActivityStreamsUndo afterwards returns true.
SetActivityStreamsUndo(v ActivityStreamsUndo)
// SetActivityStreamsUpdate sets the value of this property. Calling
// IsActivityStreamsUpdate afterwards returns true.
SetActivityStreamsUpdate(v ActivityStreamsUpdate)
// SetActivityStreamsVideo sets the value of this property. Calling
// IsActivityStreamsVideo afterwards returns true.
SetActivityStreamsVideo(v ActivityStreamsVideo)
// SetActivityStreamsView sets the value of this property. Calling
// IsActivityStreamsView afterwards returns true.
SetActivityStreamsView(v ActivityStreamsView)
// SetFunkwhaleAlbum sets the value of this property. Calling
// IsFunkwhaleAlbum afterwards returns true.
SetFunkwhaleAlbum(v FunkwhaleAlbum)
// SetFunkwhaleArtist sets the value of this property. Calling
// IsFunkwhaleArtist afterwards returns true.
SetFunkwhaleArtist(v FunkwhaleArtist)
// SetFunkwhaleLibrary sets the value of this property. Calling
// IsFunkwhaleLibrary afterwards returns true.
SetFunkwhaleLibrary(v FunkwhaleLibrary)
// SetFunkwhaleTrack sets the value of this property. Calling
// IsFunkwhaleTrack afterwards returns true.
SetFunkwhaleTrack(v FunkwhaleTrack)
// SetGoToSocialAnnounceApproval sets the value of this property. Calling
// IsGoToSocialAnnounceApproval afterwards returns true.
SetGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// SetGoToSocialAnnounceAuthorization sets the value of this property.
// Calling IsGoToSocialAnnounceAuthorization afterwards returns true.
SetGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// SetGoToSocialAnnounceRequest sets the value of this property. Calling
// IsGoToSocialAnnounceRequest afterwards returns true.
SetGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// SetGoToSocialLikeApproval sets the value of this property. Calling
// IsGoToSocialLikeApproval afterwards returns true.
SetGoToSocialLikeApproval(v GoToSocialLikeApproval)
// SetGoToSocialLikeAuthorization sets the value of this property. Calling
// IsGoToSocialLikeAuthorization afterwards returns true.
SetGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// SetGoToSocialLikeRequest sets the value of this property. Calling
// IsGoToSocialLikeRequest afterwards returns true.
SetGoToSocialLikeRequest(v GoToSocialLikeRequest)
// SetGoToSocialQuoteAuthorization sets the value of this property.
// Calling IsGoToSocialQuoteAuthorization afterwards returns true.
SetGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// SetGoToSocialQuoteRequest sets the value of this property. Calling
// IsGoToSocialQuoteRequest afterwards returns true.
SetGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// SetGoToSocialReplyApproval sets the value of this property. Calling
// IsGoToSocialReplyApproval afterwards returns true.
SetGoToSocialReplyApproval(v GoToSocialReplyApproval)
// SetGoToSocialReplyAuthorization sets the value of this property.
// Calling IsGoToSocialReplyAuthorization afterwards returns true.
SetGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// SetGoToSocialReplyRequest sets the value of this property. Calling
// IsGoToSocialReplyRequest afterwards returns true.
SetGoToSocialReplyRequest(v GoToSocialReplyRequest)
// SetIRI sets the value of this property. Calling IsIRI afterwards
// returns true.
SetIRI(v *url.URL)
// SetLitePubEmojiReact sets the value of this property. Calling
// IsLitePubEmojiReact afterwards returns true.
SetLitePubEmojiReact(v LitePubEmojiReact)
// SetSchemaPropertyValue sets the value of this property. Calling
// IsSchemaPropertyValue afterwards returns true.
SetSchemaPropertyValue(v SchemaPropertyValue)
// SetTootEmoji sets the value of this property. Calling IsTootEmoji
// afterwards returns true.
SetTootEmoji(v TootEmoji)
// SetTootHashtag sets the value of this property. Calling IsTootHashtag
// afterwards returns true.
SetTootHashtag(v TootHashtag)
// SetTootIdentityProof sets the value of this property. Calling
// IsTootIdentityProof afterwards returns true.
SetTootIdentityProof(v TootIdentityProof)
// 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.
SetType(t Type) error
}
ActivityStreamsBtoPropertyIterator represents a single value for the "bto" property.
type ActivityStreamsCcProperty ¶
type ActivityStreamsCcProperty interface {
// AppendActivityStreamsAccept appends a Accept value to the back of a
// list of the property "cc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAccept(v ActivityStreamsAccept)
// AppendActivityStreamsActivity appends a Activity value to the back of a
// list of the property "cc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsActivity(v ActivityStreamsActivity)
// AppendActivityStreamsAdd appends a Add value to the back of a list of
// the property "cc". Invalidates iterators that are traversing using
// Prev.
AppendActivityStreamsAdd(v ActivityStreamsAdd)
// AppendActivityStreamsAnnounce appends a Announce value to the back of a
// list of the property "cc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// AppendActivityStreamsApplication appends a Application value to the
// back of a list of the property "cc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsApplication(v ActivityStreamsApplication)
// AppendActivityStreamsArrive appends a Arrive value to the back of a
// list of the property "cc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsArrive(v ActivityStreamsArrive)
// AppendActivityStreamsArticle appends a Article value to the back of a
// list of the property "cc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsArticle(v ActivityStreamsArticle)
// AppendActivityStreamsAudio appends a Audio value to the back of a list
// of the property "cc". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsAudio(v ActivityStreamsAudio)
// AppendActivityStreamsBlock appends a Block value to the back of a list
// of the property "cc". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsBlock(v ActivityStreamsBlock)
// AppendActivityStreamsCollection appends a Collection value to the back
// of a list of the property "cc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsCollection(v ActivityStreamsCollection)
// AppendActivityStreamsCollectionPage appends a CollectionPage value to
// the back of a list of the property "cc". Invalidates iterators that
// are traversing using Prev.
AppendActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// AppendActivityStreamsCreate appends a Create value to the back of a
// list of the property "cc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsCreate(v ActivityStreamsCreate)
// AppendActivityStreamsDelete appends a Delete value to the back of a
// list of the property "cc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDelete(v ActivityStreamsDelete)
// AppendActivityStreamsDislike appends a Dislike value to the back of a
// list of the property "cc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDislike(v ActivityStreamsDislike)
// AppendActivityStreamsDocument appends a Document value to the back of a
// list of the property "cc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDocument(v ActivityStreamsDocument)
// AppendActivityStreamsEvent appends a Event value to the back of a list
// of the property "cc". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsEvent(v ActivityStreamsEvent)
// AppendActivityStreamsFlag appends a Flag value to the back of a list of
// the property "cc". Invalidates iterators that are traversing using
// Prev.
AppendActivityStreamsFlag(v ActivityStreamsFlag)
// AppendActivityStreamsFollow appends a Follow value to the back of a
// list of the property "cc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsFollow(v ActivityStreamsFollow)
// AppendActivityStreamsGroup appends a Group value to the back of a list
// of the property "cc". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsGroup(v ActivityStreamsGroup)
// AppendActivityStreamsIgnore appends a Ignore value to the back of a
// list of the property "cc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsIgnore(v ActivityStreamsIgnore)
// AppendActivityStreamsImage appends a Image value to the back of a list
// of the property "cc". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsImage(v ActivityStreamsImage)
// AppendActivityStreamsIntransitiveActivity appends a
// IntransitiveActivity value to the back of a list of the property
// "cc". Invalidates iterators that are traversing using Prev.
AppendActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// AppendActivityStreamsInvite appends a Invite value to the back of a
// list of the property "cc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsInvite(v ActivityStreamsInvite)
// AppendActivityStreamsJoin appends a Join value to the back of a list of
// the property "cc". Invalidates iterators that are traversing using
// Prev.
AppendActivityStreamsJoin(v ActivityStreamsJoin)
// AppendActivityStreamsLeave appends a Leave value to the back of a list
// of the property "cc". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsLeave(v ActivityStreamsLeave)
// AppendActivityStreamsLike appends a Like value to the back of a list of
// the property "cc". Invalidates iterators that are traversing using
// Prev.
AppendActivityStreamsLike(v ActivityStreamsLike)
// AppendActivityStreamsLink appends a Link value to the back of a list of
// the property "cc". Invalidates iterators that are traversing using
// Prev.
AppendActivityStreamsLink(v ActivityStreamsLink)
// AppendActivityStreamsListen appends a Listen value to the back of a
// list of the property "cc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsListen(v ActivityStreamsListen)
// AppendActivityStreamsMention appends a Mention value to the back of a
// list of the property "cc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsMention(v ActivityStreamsMention)
// AppendActivityStreamsMove appends a Move value to the back of a list of
// the property "cc". Invalidates iterators that are traversing using
// Prev.
AppendActivityStreamsMove(v ActivityStreamsMove)
// AppendActivityStreamsNote appends a Note value to the back of a list of
// the property "cc". Invalidates iterators that are traversing using
// Prev.
AppendActivityStreamsNote(v ActivityStreamsNote)
// AppendActivityStreamsObject appends a Object value to the back of a
// list of the property "cc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsObject(v ActivityStreamsObject)
// AppendActivityStreamsOffer appends a Offer value to the back of a list
// of the property "cc". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsOffer(v ActivityStreamsOffer)
// AppendActivityStreamsOrderedCollection appends a OrderedCollection
// value to the back of a list of the property "cc". Invalidates
// iterators that are traversing using Prev.
AppendActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// AppendActivityStreamsOrderedCollectionPage appends a
// OrderedCollectionPage value to the back of a list of the property
// "cc". Invalidates iterators that are traversing using Prev.
AppendActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// AppendActivityStreamsOrganization appends a Organization value to the
// back of a list of the property "cc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsOrganization(v ActivityStreamsOrganization)
// AppendActivityStreamsPage appends a Page value to the back of a list of
// the property "cc". Invalidates iterators that are traversing using
// Prev.
AppendActivityStreamsPage(v ActivityStreamsPage)
// AppendActivityStreamsPerson appends a Person value to the back of a
// list of the property "cc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsPerson(v ActivityStreamsPerson)
// AppendActivityStreamsPlace appends a Place value to the back of a list
// of the property "cc". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsPlace(v ActivityStreamsPlace)
// AppendActivityStreamsProfile appends a Profile value to the back of a
// list of the property "cc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsProfile(v ActivityStreamsProfile)
// AppendActivityStreamsQuestion appends a Question value to the back of a
// list of the property "cc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsQuestion(v ActivityStreamsQuestion)
// AppendActivityStreamsRead appends a Read value to the back of a list of
// the property "cc". Invalidates iterators that are traversing using
// Prev.
AppendActivityStreamsRead(v ActivityStreamsRead)
// AppendActivityStreamsReject appends a Reject value to the back of a
// list of the property "cc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsReject(v ActivityStreamsReject)
// AppendActivityStreamsRelationship appends a Relationship value to the
// back of a list of the property "cc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsRelationship(v ActivityStreamsRelationship)
// AppendActivityStreamsRemove appends a Remove value to the back of a
// list of the property "cc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsRemove(v ActivityStreamsRemove)
// AppendActivityStreamsService appends a Service value to the back of a
// list of the property "cc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsService(v ActivityStreamsService)
// AppendActivityStreamsTentativeAccept appends a TentativeAccept value to
// the back of a list of the property "cc". Invalidates iterators that
// are traversing using Prev.
AppendActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// AppendActivityStreamsTentativeReject appends a TentativeReject value to
// the back of a list of the property "cc". Invalidates iterators that
// are traversing using Prev.
AppendActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// AppendActivityStreamsTombstone appends a Tombstone value to the back of
// a list of the property "cc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsTombstone(v ActivityStreamsTombstone)
// AppendActivityStreamsTravel appends a Travel value to the back of a
// list of the property "cc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsTravel(v ActivityStreamsTravel)
// AppendActivityStreamsUndo appends a Undo value to the back of a list of
// the property "cc". Invalidates iterators that are traversing using
// Prev.
AppendActivityStreamsUndo(v ActivityStreamsUndo)
// AppendActivityStreamsUpdate appends a Update value to the back of a
// list of the property "cc". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsUpdate(v ActivityStreamsUpdate)
// AppendActivityStreamsVideo appends a Video value to the back of a list
// of the property "cc". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsVideo(v ActivityStreamsVideo)
// AppendActivityStreamsView appends a View value to the back of a list of
// the property "cc". Invalidates iterators that are traversing using
// Prev.
AppendActivityStreamsView(v ActivityStreamsView)
// AppendFunkwhaleAlbum appends a Album value to the back of a list of the
// property "cc". Invalidates iterators that are traversing using Prev.
AppendFunkwhaleAlbum(v FunkwhaleAlbum)
// AppendFunkwhaleArtist appends a Artist value to the back of a list of
// the property "cc". Invalidates iterators that are traversing using
// Prev.
AppendFunkwhaleArtist(v FunkwhaleArtist)
// AppendFunkwhaleLibrary appends a Library value to the back of a list of
// the property "cc". Invalidates iterators that are traversing using
// Prev.
AppendFunkwhaleLibrary(v FunkwhaleLibrary)
// AppendFunkwhaleTrack appends a Track value to the back of a list of the
// property "cc". Invalidates iterators that are traversing using Prev.
AppendFunkwhaleTrack(v FunkwhaleTrack)
// AppendGoToSocialAnnounceApproval appends a AnnounceApproval value to
// the back of a list of the property "cc". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// AppendGoToSocialAnnounceAuthorization appends a AnnounceAuthorization
// value to the back of a list of the property "cc". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// AppendGoToSocialAnnounceRequest appends a AnnounceRequest value to the
// back of a list of the property "cc". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// AppendGoToSocialLikeApproval appends a LikeApproval value to the back
// of a list of the property "cc". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialLikeApproval(v GoToSocialLikeApproval)
// AppendGoToSocialLikeAuthorization appends a LikeAuthorization value to
// the back of a list of the property "cc". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// AppendGoToSocialLikeRequest appends a LikeRequest value to the back of
// a list of the property "cc". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialLikeRequest(v GoToSocialLikeRequest)
// AppendGoToSocialQuoteAuthorization appends a QuoteAuthorization value
// to the back of a list of the property "cc". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// AppendGoToSocialQuoteRequest appends a QuoteRequest value to the back
// of a list of the property "cc". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// AppendGoToSocialReplyApproval appends a ReplyApproval value to the back
// of a list of the property "cc". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialReplyApproval(v GoToSocialReplyApproval)
// AppendGoToSocialReplyAuthorization appends a ReplyAuthorization value
// to the back of a list of the property "cc". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// AppendGoToSocialReplyRequest appends a ReplyRequest value to the back
// of a list of the property "cc". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialReplyRequest(v GoToSocialReplyRequest)
// AppendIRI appends an IRI value to the back of a list of the property
// "cc"
AppendIRI(v *url.URL)
// AppendLitePubEmojiReact appends a EmojiReact value to the back of a
// list of the property "cc". Invalidates iterators that are
// traversing using Prev.
AppendLitePubEmojiReact(v LitePubEmojiReact)
// AppendSchemaPropertyValue appends a PropertyValue value to the back of
// a list of the property "cc". Invalidates iterators that are
// traversing using Prev.
AppendSchemaPropertyValue(v SchemaPropertyValue)
// AppendTootEmoji appends a Emoji value to the back of a list of the
// property "cc". Invalidates iterators that are traversing using Prev.
AppendTootEmoji(v TootEmoji)
// AppendTootHashtag appends a Hashtag value to the back of a list of the
// property "cc". Invalidates iterators that are traversing using Prev.
AppendTootHashtag(v TootHashtag)
// AppendTootIdentityProof appends a IdentityProof value to the back of a
// list of the property "cc". Invalidates iterators that are
// traversing using Prev.
AppendTootIdentityProof(v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "cc". Invalidates iterators that are traversing using
// Prev. Returns an error if the type is not a valid one to set for
// this property.
AppendType(t Type) error
// At returns the property value for the specified index. Panics if the
// index is out of bounds.
At(index int) ActivityStreamsCcPropertyIterator
// 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.
Begin() ActivityStreamsCcPropertyIterator
// Empty returns returns true if there are no elements.
Empty() bool
// 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.
End() ActivityStreamsCcPropertyIterator
// InsertActivityStreamsAccept inserts a Accept value at the specified
// index for a property "cc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsAccept(idx int, v ActivityStreamsAccept)
// InsertActivityStreamsActivity inserts a Activity value at the specified
// index for a property "cc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsActivity(idx int, v ActivityStreamsActivity)
// InsertActivityStreamsAdd inserts a Add value at the specified index for
// a property "cc". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertActivityStreamsAdd(idx int, v ActivityStreamsAdd)
// InsertActivityStreamsAnnounce inserts a Announce value at the specified
// index for a property "cc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsAnnounce(idx int, v ActivityStreamsAnnounce)
// InsertActivityStreamsApplication inserts a Application value at the
// specified index for a property "cc". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsApplication(idx int, v ActivityStreamsApplication)
// InsertActivityStreamsArrive inserts a Arrive value at the specified
// index for a property "cc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsArrive(idx int, v ActivityStreamsArrive)
// InsertActivityStreamsArticle inserts a Article value at the specified
// index for a property "cc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsArticle(idx int, v ActivityStreamsArticle)
// InsertActivityStreamsAudio inserts a Audio value at the specified index
// for a property "cc". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertActivityStreamsAudio(idx int, v ActivityStreamsAudio)
// InsertActivityStreamsBlock inserts a Block value at the specified index
// for a property "cc". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertActivityStreamsBlock(idx int, v ActivityStreamsBlock)
// InsertActivityStreamsCollection inserts a Collection value at the
// specified index for a property "cc". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsCollection(idx int, v ActivityStreamsCollection)
// InsertActivityStreamsCollectionPage inserts a CollectionPage value at
// the specified index for a property "cc". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsCollectionPage(idx int, v ActivityStreamsCollectionPage)
// InsertActivityStreamsCreate inserts a Create value at the specified
// index for a property "cc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsCreate(idx int, v ActivityStreamsCreate)
// InsertActivityStreamsDelete inserts a Delete value at the specified
// index for a property "cc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDelete(idx int, v ActivityStreamsDelete)
// InsertActivityStreamsDislike inserts a Dislike value at the specified
// index for a property "cc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDislike(idx int, v ActivityStreamsDislike)
// InsertActivityStreamsDocument inserts a Document value at the specified
// index for a property "cc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDocument(idx int, v ActivityStreamsDocument)
// InsertActivityStreamsEvent inserts a Event value at the specified index
// for a property "cc". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertActivityStreamsEvent(idx int, v ActivityStreamsEvent)
// InsertActivityStreamsFlag inserts a Flag value at the specified index
// for a property "cc". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertActivityStreamsFlag(idx int, v ActivityStreamsFlag)
// InsertActivityStreamsFollow inserts a Follow value at the specified
// index for a property "cc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsFollow(idx int, v ActivityStreamsFollow)
// InsertActivityStreamsGroup inserts a Group value at the specified index
// for a property "cc". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertActivityStreamsGroup(idx int, v ActivityStreamsGroup)
// InsertActivityStreamsIgnore inserts a Ignore value at the specified
// index for a property "cc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsIgnore(idx int, v ActivityStreamsIgnore)
// InsertActivityStreamsImage inserts a Image value at the specified index
// for a property "cc". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertActivityStreamsImage(idx int, v ActivityStreamsImage)
// InsertActivityStreamsIntransitiveActivity inserts a
// IntransitiveActivity value at the specified index for a property
// "cc". Existing elements at that index and higher are shifted back
// once. Invalidates all iterators.
InsertActivityStreamsIntransitiveActivity(idx int, v ActivityStreamsIntransitiveActivity)
// InsertActivityStreamsInvite inserts a Invite value at the specified
// index for a property "cc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsInvite(idx int, v ActivityStreamsInvite)
// InsertActivityStreamsJoin inserts a Join value at the specified index
// for a property "cc". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertActivityStreamsJoin(idx int, v ActivityStreamsJoin)
// InsertActivityStreamsLeave inserts a Leave value at the specified index
// for a property "cc". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertActivityStreamsLeave(idx int, v ActivityStreamsLeave)
// InsertActivityStreamsLike inserts a Like value at the specified index
// for a property "cc". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertActivityStreamsLike(idx int, v ActivityStreamsLike)
// InsertActivityStreamsLink inserts a Link value at the specified index
// for a property "cc". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertActivityStreamsLink(idx int, v ActivityStreamsLink)
// InsertActivityStreamsListen inserts a Listen value at the specified
// index for a property "cc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsListen(idx int, v ActivityStreamsListen)
// InsertActivityStreamsMention inserts a Mention value at the specified
// index for a property "cc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsMention(idx int, v ActivityStreamsMention)
// InsertActivityStreamsMove inserts a Move value at the specified index
// for a property "cc". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertActivityStreamsMove(idx int, v ActivityStreamsMove)
// InsertActivityStreamsNote inserts a Note value at the specified index
// for a property "cc". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertActivityStreamsNote(idx int, v ActivityStreamsNote)
// InsertActivityStreamsObject inserts a Object value at the specified
// index for a property "cc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsObject(idx int, v ActivityStreamsObject)
// InsertActivityStreamsOffer inserts a Offer value at the specified index
// for a property "cc". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertActivityStreamsOffer(idx int, v ActivityStreamsOffer)
// InsertActivityStreamsOrderedCollection inserts a OrderedCollection
// value at the specified index for a property "cc". Existing elements
// at that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsOrderedCollection(idx int, v ActivityStreamsOrderedCollection)
// InsertActivityStreamsOrderedCollectionPage inserts a
// OrderedCollectionPage value at the specified index for a property
// "cc". Existing elements at that index and higher are shifted back
// once. Invalidates all iterators.
InsertActivityStreamsOrderedCollectionPage(idx int, v ActivityStreamsOrderedCollectionPage)
// InsertActivityStreamsOrganization inserts a Organization value at the
// specified index for a property "cc". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsOrganization(idx int, v ActivityStreamsOrganization)
// InsertActivityStreamsPage inserts a Page value at the specified index
// for a property "cc". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertActivityStreamsPage(idx int, v ActivityStreamsPage)
// InsertActivityStreamsPerson inserts a Person value at the specified
// index for a property "cc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsPerson(idx int, v ActivityStreamsPerson)
// InsertActivityStreamsPlace inserts a Place value at the specified index
// for a property "cc". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertActivityStreamsPlace(idx int, v ActivityStreamsPlace)
// InsertActivityStreamsProfile inserts a Profile value at the specified
// index for a property "cc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsProfile(idx int, v ActivityStreamsProfile)
// InsertActivityStreamsQuestion inserts a Question value at the specified
// index for a property "cc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsQuestion(idx int, v ActivityStreamsQuestion)
// InsertActivityStreamsRead inserts a Read value at the specified index
// for a property "cc". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertActivityStreamsRead(idx int, v ActivityStreamsRead)
// InsertActivityStreamsReject inserts a Reject value at the specified
// index for a property "cc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsReject(idx int, v ActivityStreamsReject)
// InsertActivityStreamsRelationship inserts a Relationship value at the
// specified index for a property "cc". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsRelationship(idx int, v ActivityStreamsRelationship)
// InsertActivityStreamsRemove inserts a Remove value at the specified
// index for a property "cc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsRemove(idx int, v ActivityStreamsRemove)
// InsertActivityStreamsService inserts a Service value at the specified
// index for a property "cc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsService(idx int, v ActivityStreamsService)
// InsertActivityStreamsTentativeAccept inserts a TentativeAccept value at
// the specified index for a property "cc". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsTentativeAccept(idx int, v ActivityStreamsTentativeAccept)
// InsertActivityStreamsTentativeReject inserts a TentativeReject value at
// the specified index for a property "cc". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsTentativeReject(idx int, v ActivityStreamsTentativeReject)
// InsertActivityStreamsTombstone inserts a Tombstone value at the
// specified index for a property "cc". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsTombstone(idx int, v ActivityStreamsTombstone)
// InsertActivityStreamsTravel inserts a Travel value at the specified
// index for a property "cc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsTravel(idx int, v ActivityStreamsTravel)
// InsertActivityStreamsUndo inserts a Undo value at the specified index
// for a property "cc". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertActivityStreamsUndo(idx int, v ActivityStreamsUndo)
// InsertActivityStreamsUpdate inserts a Update value at the specified
// index for a property "cc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsUpdate(idx int, v ActivityStreamsUpdate)
// InsertActivityStreamsVideo inserts a Video value at the specified index
// for a property "cc". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertActivityStreamsVideo(idx int, v ActivityStreamsVideo)
// InsertActivityStreamsView inserts a View value at the specified index
// for a property "cc". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertActivityStreamsView(idx int, v ActivityStreamsView)
// InsertFunkwhaleAlbum inserts a Album value at the specified index for a
// property "cc". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertFunkwhaleAlbum(idx int, v FunkwhaleAlbum)
// InsertFunkwhaleArtist inserts a Artist value at the specified index for
// a property "cc". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertFunkwhaleArtist(idx int, v FunkwhaleArtist)
// InsertFunkwhaleLibrary inserts a Library value at the specified index
// for a property "cc". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertFunkwhaleLibrary(idx int, v FunkwhaleLibrary)
// InsertFunkwhaleTrack inserts a Track value at the specified index for a
// property "cc". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertFunkwhaleTrack(idx int, v FunkwhaleTrack)
// InsertGoToSocialAnnounceApproval inserts a AnnounceApproval value at
// the specified index for a property "cc". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialAnnounceApproval(idx int, v GoToSocialAnnounceApproval)
// InsertGoToSocialAnnounceAuthorization inserts a AnnounceAuthorization
// value at the specified index for a property "cc". Existing elements
// at that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialAnnounceAuthorization(idx int, v GoToSocialAnnounceAuthorization)
// InsertGoToSocialAnnounceRequest inserts a AnnounceRequest value at the
// specified index for a property "cc". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialAnnounceRequest(idx int, v GoToSocialAnnounceRequest)
// InsertGoToSocialLikeApproval inserts a LikeApproval value at the
// specified index for a property "cc". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialLikeApproval(idx int, v GoToSocialLikeApproval)
// InsertGoToSocialLikeAuthorization inserts a LikeAuthorization value at
// the specified index for a property "cc". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialLikeAuthorization(idx int, v GoToSocialLikeAuthorization)
// InsertGoToSocialLikeRequest inserts a LikeRequest value at the
// specified index for a property "cc". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// InsertGoToSocialQuoteAuthorization inserts a QuoteAuthorization value
// at the specified index for a property "cc". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialQuoteAuthorization(idx int, v GoToSocialQuoteAuthorization)
// InsertGoToSocialQuoteRequest inserts a QuoteRequest value at the
// specified index for a property "cc". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialQuoteRequest(idx int, v GoToSocialQuoteRequest)
// InsertGoToSocialReplyApproval inserts a ReplyApproval value at the
// specified index for a property "cc". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialReplyApproval(idx int, v GoToSocialReplyApproval)
// InsertGoToSocialReplyAuthorization inserts a ReplyAuthorization value
// at the specified index for a property "cc". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialReplyAuthorization(idx int, v GoToSocialReplyAuthorization)
// InsertGoToSocialReplyRequest inserts a ReplyRequest value at the
// specified index for a property "cc". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialReplyRequest(idx int, v GoToSocialReplyRequest)
// Insert inserts an IRI value at the specified index for a property "cc".
// Existing elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertIRI(idx int, v *url.URL)
// InsertLitePubEmojiReact inserts a EmojiReact value at the specified
// index for a property "cc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertLitePubEmojiReact(idx int, v LitePubEmojiReact)
// InsertSchemaPropertyValue inserts a PropertyValue value at the
// specified index for a property "cc". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertSchemaPropertyValue(idx int, v SchemaPropertyValue)
// InsertTootEmoji inserts a Emoji value at the specified index for a
// property "cc". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertTootEmoji(idx int, v TootEmoji)
// InsertTootHashtag inserts a Hashtag value at the specified index for a
// property "cc". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertTootHashtag(idx int, v TootHashtag)
// InsertTootIdentityProof inserts a IdentityProof value at the specified
// index for a property "cc". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertTootIdentityProof(idx int, v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "cc". Invalidates all iterators. Returns an error if
// the type is not a valid one to set for this property.
InsertType(idx int, t Type) error
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex(idx int) int
// Len returns the number of values that exist for the "cc" property.
Len() (length int)
// Less computes whether another property is less than this one. Mixing
// types results in a consistent but arbitrary ordering
Less(i, j int) 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.
LessThan(o ActivityStreamsCcProperty) bool
// Name returns the name of this property ("cc") with any alias.
Name() string
// PrependActivityStreamsAccept prepends a Accept value to the front of a
// list of the property "cc". Invalidates all iterators.
PrependActivityStreamsAccept(v ActivityStreamsAccept)
// PrependActivityStreamsActivity prepends a Activity value to the front
// of a list of the property "cc". Invalidates all iterators.
PrependActivityStreamsActivity(v ActivityStreamsActivity)
// PrependActivityStreamsAdd prepends a Add value to the front of a list
// of the property "cc". Invalidates all iterators.
PrependActivityStreamsAdd(v ActivityStreamsAdd)
// PrependActivityStreamsAnnounce prepends a Announce value to the front
// of a list of the property "cc". Invalidates all iterators.
PrependActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// PrependActivityStreamsApplication prepends a Application value to the
// front of a list of the property "cc". Invalidates all iterators.
PrependActivityStreamsApplication(v ActivityStreamsApplication)
// PrependActivityStreamsArrive prepends a Arrive value to the front of a
// list of the property "cc". Invalidates all iterators.
PrependActivityStreamsArrive(v ActivityStreamsArrive)
// PrependActivityStreamsArticle prepends a Article value to the front of
// a list of the property "cc". Invalidates all iterators.
PrependActivityStreamsArticle(v ActivityStreamsArticle)
// PrependActivityStreamsAudio prepends a Audio value to the front of a
// list of the property "cc". Invalidates all iterators.
PrependActivityStreamsAudio(v ActivityStreamsAudio)
// PrependActivityStreamsBlock prepends a Block value to the front of a
// list of the property "cc". Invalidates all iterators.
PrependActivityStreamsBlock(v ActivityStreamsBlock)
// PrependActivityStreamsCollection prepends a Collection value to the
// front of a list of the property "cc". Invalidates all iterators.
PrependActivityStreamsCollection(v ActivityStreamsCollection)
// PrependActivityStreamsCollectionPage prepends a CollectionPage value to
// the front of a list of the property "cc". Invalidates all iterators.
PrependActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// PrependActivityStreamsCreate prepends a Create value to the front of a
// list of the property "cc". Invalidates all iterators.
PrependActivityStreamsCreate(v ActivityStreamsCreate)
// PrependActivityStreamsDelete prepends a Delete value to the front of a
// list of the property "cc". Invalidates all iterators.
PrependActivityStreamsDelete(v ActivityStreamsDelete)
// PrependActivityStreamsDislike prepends a Dislike value to the front of
// a list of the property "cc". Invalidates all iterators.
PrependActivityStreamsDislike(v ActivityStreamsDislike)
// PrependActivityStreamsDocument prepends a Document value to the front
// of a list of the property "cc". Invalidates all iterators.
PrependActivityStreamsDocument(v ActivityStreamsDocument)
// PrependActivityStreamsEvent prepends a Event value to the front of a
// list of the property "cc". Invalidates all iterators.
PrependActivityStreamsEvent(v ActivityStreamsEvent)
// PrependActivityStreamsFlag prepends a Flag value to the front of a list
// of the property "cc". Invalidates all iterators.
PrependActivityStreamsFlag(v ActivityStreamsFlag)
// PrependActivityStreamsFollow prepends a Follow value to the front of a
// list of the property "cc". Invalidates all iterators.
PrependActivityStreamsFollow(v ActivityStreamsFollow)
// PrependActivityStreamsGroup prepends a Group value to the front of a
// list of the property "cc". Invalidates all iterators.
PrependActivityStreamsGroup(v ActivityStreamsGroup)
// PrependActivityStreamsIgnore prepends a Ignore value to the front of a
// list of the property "cc". Invalidates all iterators.
PrependActivityStreamsIgnore(v ActivityStreamsIgnore)
// PrependActivityStreamsImage prepends a Image value to the front of a
// list of the property "cc". Invalidates all iterators.
PrependActivityStreamsImage(v ActivityStreamsImage)
// PrependActivityStreamsIntransitiveActivity prepends a
// IntransitiveActivity value to the front of a list of the property
// "cc". Invalidates all iterators.
PrependActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// PrependActivityStreamsInvite prepends a Invite value to the front of a
// list of the property "cc". Invalidates all iterators.
PrependActivityStreamsInvite(v ActivityStreamsInvite)
// PrependActivityStreamsJoin prepends a Join value to the front of a list
// of the property "cc". Invalidates all iterators.
PrependActivityStreamsJoin(v ActivityStreamsJoin)
// PrependActivityStreamsLeave prepends a Leave value to the front of a
// list of the property "cc". Invalidates all iterators.
PrependActivityStreamsLeave(v ActivityStreamsLeave)
// PrependActivityStreamsLike prepends a Like value to the front of a list
// of the property "cc". Invalidates all iterators.
PrependActivityStreamsLike(v ActivityStreamsLike)
// PrependActivityStreamsLink prepends a Link value to the front of a list
// of the property "cc". Invalidates all iterators.
PrependActivityStreamsLink(v ActivityStreamsLink)
// PrependActivityStreamsListen prepends a Listen value to the front of a
// list of the property "cc". Invalidates all iterators.
PrependActivityStreamsListen(v ActivityStreamsListen)
// PrependActivityStreamsMention prepends a Mention value to the front of
// a list of the property "cc". Invalidates all iterators.
PrependActivityStreamsMention(v ActivityStreamsMention)
// PrependActivityStreamsMove prepends a Move value to the front of a list
// of the property "cc". Invalidates all iterators.
PrependActivityStreamsMove(v ActivityStreamsMove)
// PrependActivityStreamsNote prepends a Note value to the front of a list
// of the property "cc". Invalidates all iterators.
PrependActivityStreamsNote(v ActivityStreamsNote)
// PrependActivityStreamsObject prepends a Object value to the front of a
// list of the property "cc". Invalidates all iterators.
PrependActivityStreamsObject(v ActivityStreamsObject)
// PrependActivityStreamsOffer prepends a Offer value to the front of a
// list of the property "cc". Invalidates all iterators.
PrependActivityStreamsOffer(v ActivityStreamsOffer)
// PrependActivityStreamsOrderedCollection prepends a OrderedCollection
// value to the front of a list of the property "cc". Invalidates all
// iterators.
PrependActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// PrependActivityStreamsOrderedCollectionPage prepends a
// OrderedCollectionPage value to the front of a list of the property
// "cc". Invalidates all iterators.
PrependActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// PrependActivityStreamsOrganization prepends a Organization value to the
// front of a list of the property "cc". Invalidates all iterators.
PrependActivityStreamsOrganization(v ActivityStreamsOrganization)
// PrependActivityStreamsPage prepends a Page value to the front of a list
// of the property "cc". Invalidates all iterators.
PrependActivityStreamsPage(v ActivityStreamsPage)
// PrependActivityStreamsPerson prepends a Person value to the front of a
// list of the property "cc". Invalidates all iterators.
PrependActivityStreamsPerson(v ActivityStreamsPerson)
// PrependActivityStreamsPlace prepends a Place value to the front of a
// list of the property "cc". Invalidates all iterators.
PrependActivityStreamsPlace(v ActivityStreamsPlace)
// PrependActivityStreamsProfile prepends a Profile value to the front of
// a list of the property "cc". Invalidates all iterators.
PrependActivityStreamsProfile(v ActivityStreamsProfile)
// PrependActivityStreamsQuestion prepends a Question value to the front
// of a list of the property "cc". Invalidates all iterators.
PrependActivityStreamsQuestion(v ActivityStreamsQuestion)
// PrependActivityStreamsRead prepends a Read value to the front of a list
// of the property "cc". Invalidates all iterators.
PrependActivityStreamsRead(v ActivityStreamsRead)
// PrependActivityStreamsReject prepends a Reject value to the front of a
// list of the property "cc". Invalidates all iterators.
PrependActivityStreamsReject(v ActivityStreamsReject)
// PrependActivityStreamsRelationship prepends a Relationship value to the
// front of a list of the property "cc". Invalidates all iterators.
PrependActivityStreamsRelationship(v ActivityStreamsRelationship)
// PrependActivityStreamsRemove prepends a Remove value to the front of a
// list of the property "cc". Invalidates all iterators.
PrependActivityStreamsRemove(v ActivityStreamsRemove)
// PrependActivityStreamsService prepends a Service value to the front of
// a list of the property "cc". Invalidates all iterators.
PrependActivityStreamsService(v ActivityStreamsService)
// PrependActivityStreamsTentativeAccept prepends a TentativeAccept value
// to the front of a list of the property "cc". Invalidates all
// iterators.
PrependActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// PrependActivityStreamsTentativeReject prepends a TentativeReject value
// to the front of a list of the property "cc". Invalidates all
// iterators.
PrependActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// PrependActivityStreamsTombstone prepends a Tombstone value to the front
// of a list of the property "cc". Invalidates all iterators.
PrependActivityStreamsTombstone(v ActivityStreamsTombstone)
// PrependActivityStreamsTravel prepends a Travel value to the front of a
// list of the property "cc". Invalidates all iterators.
PrependActivityStreamsTravel(v ActivityStreamsTravel)
// PrependActivityStreamsUndo prepends a Undo value to the front of a list
// of the property "cc". Invalidates all iterators.
PrependActivityStreamsUndo(v ActivityStreamsUndo)
// PrependActivityStreamsUpdate prepends a Update value to the front of a
// list of the property "cc". Invalidates all iterators.
PrependActivityStreamsUpdate(v ActivityStreamsUpdate)
// PrependActivityStreamsVideo prepends a Video value to the front of a
// list of the property "cc". Invalidates all iterators.
PrependActivityStreamsVideo(v ActivityStreamsVideo)
// PrependActivityStreamsView prepends a View value to the front of a list
// of the property "cc". Invalidates all iterators.
PrependActivityStreamsView(v ActivityStreamsView)
// PrependFunkwhaleAlbum prepends a Album value to the front of a list of
// the property "cc". Invalidates all iterators.
PrependFunkwhaleAlbum(v FunkwhaleAlbum)
// PrependFunkwhaleArtist prepends a Artist value to the front of a list
// of the property "cc". Invalidates all iterators.
PrependFunkwhaleArtist(v FunkwhaleArtist)
// PrependFunkwhaleLibrary prepends a Library value to the front of a list
// of the property "cc". Invalidates all iterators.
PrependFunkwhaleLibrary(v FunkwhaleLibrary)
// PrependFunkwhaleTrack prepends a Track value to the front of a list of
// the property "cc". Invalidates all iterators.
PrependFunkwhaleTrack(v FunkwhaleTrack)
// PrependGoToSocialAnnounceApproval prepends a AnnounceApproval value to
// the front of a list of the property "cc". Invalidates all iterators.
PrependGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// PrependGoToSocialAnnounceAuthorization prepends a AnnounceAuthorization
// value to the front of a list of the property "cc". Invalidates all
// iterators.
PrependGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// PrependGoToSocialAnnounceRequest prepends a AnnounceRequest value to
// the front of a list of the property "cc". Invalidates all iterators.
PrependGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// PrependGoToSocialLikeApproval prepends a LikeApproval value to the
// front of a list of the property "cc". Invalidates all iterators.
PrependGoToSocialLikeApproval(v GoToSocialLikeApproval)
// PrependGoToSocialLikeAuthorization prepends a LikeAuthorization value
// to the front of a list of the property "cc". Invalidates all
// iterators.
PrependGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// PrependGoToSocialLikeRequest prepends a LikeRequest value to the front
// of a list of the property "cc". Invalidates all iterators.
PrependGoToSocialLikeRequest(v GoToSocialLikeRequest)
// PrependGoToSocialQuoteAuthorization prepends a QuoteAuthorization value
// to the front of a list of the property "cc". Invalidates all
// iterators.
PrependGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// PrependGoToSocialQuoteRequest prepends a QuoteRequest value to the
// front of a list of the property "cc". Invalidates all iterators.
PrependGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// PrependGoToSocialReplyApproval prepends a ReplyApproval value to the
// front of a list of the property "cc". Invalidates all iterators.
PrependGoToSocialReplyApproval(v GoToSocialReplyApproval)
// PrependGoToSocialReplyAuthorization prepends a ReplyAuthorization value
// to the front of a list of the property "cc". Invalidates all
// iterators.
PrependGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// PrependGoToSocialReplyRequest prepends a ReplyRequest value to the
// front of a list of the property "cc". Invalidates all iterators.
PrependGoToSocialReplyRequest(v GoToSocialReplyRequest)
// PrependIRI prepends an IRI value to the front of a list of the property
// "cc".
PrependIRI(v *url.URL)
// PrependLitePubEmojiReact prepends a EmojiReact value to the front of a
// list of the property "cc". Invalidates all iterators.
PrependLitePubEmojiReact(v LitePubEmojiReact)
// PrependSchemaPropertyValue prepends a PropertyValue value to the front
// of a list of the property "cc". Invalidates all iterators.
PrependSchemaPropertyValue(v SchemaPropertyValue)
// PrependTootEmoji prepends a Emoji value to the front of a list of the
// property "cc". Invalidates all iterators.
PrependTootEmoji(v TootEmoji)
// PrependTootHashtag prepends a Hashtag value to the front of a list of
// the property "cc". Invalidates all iterators.
PrependTootHashtag(v TootHashtag)
// PrependTootIdentityProof prepends a IdentityProof value to the front of
// a list of the property "cc". Invalidates all iterators.
PrependTootIdentityProof(v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "cc". Invalidates all iterators. Returns an error if
// the type is not a valid one to set for this property.
PrependType(t Type) error
// Remove deletes an element at the specified index from a list of the
// property "cc", regardless of its type. Panics if the index is out
// of bounds. Invalidates all iterators.
Remove(idx int)
// 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.
Serialize() (interface{}, error)
// SetActivityStreamsAccept sets a Accept value to be at the specified
// index for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsAccept(idx int, v ActivityStreamsAccept)
// SetActivityStreamsActivity sets a Activity value to be at the specified
// index for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsActivity(idx int, v ActivityStreamsActivity)
// SetActivityStreamsAdd sets a Add value to be at the specified index for
// the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsAdd(idx int, v ActivityStreamsAdd)
// SetActivityStreamsAnnounce sets a Announce value to be at the specified
// index for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsAnnounce(idx int, v ActivityStreamsAnnounce)
// SetActivityStreamsApplication sets a Application value to be at the
// specified index for the property "cc". Panics if the index is out
// of bounds. Invalidates all iterators.
SetActivityStreamsApplication(idx int, v ActivityStreamsApplication)
// SetActivityStreamsArrive sets a Arrive value to be at the specified
// index for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsArrive(idx int, v ActivityStreamsArrive)
// SetActivityStreamsArticle sets a Article value to be at the specified
// index for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsArticle(idx int, v ActivityStreamsArticle)
// SetActivityStreamsAudio sets a Audio value to be at the specified index
// for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsAudio(idx int, v ActivityStreamsAudio)
// SetActivityStreamsBlock sets a Block value to be at the specified index
// for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsBlock(idx int, v ActivityStreamsBlock)
// SetActivityStreamsCollection sets a Collection value to be at the
// specified index for the property "cc". Panics if the index is out
// of bounds. Invalidates all iterators.
SetActivityStreamsCollection(idx int, v ActivityStreamsCollection)
// SetActivityStreamsCollectionPage sets a CollectionPage value to be at
// the specified index for the property "cc". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsCollectionPage(idx int, v ActivityStreamsCollectionPage)
// SetActivityStreamsCreate sets a Create value to be at the specified
// index for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsCreate(idx int, v ActivityStreamsCreate)
// SetActivityStreamsDelete sets a Delete value to be at the specified
// index for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsDelete(idx int, v ActivityStreamsDelete)
// SetActivityStreamsDislike sets a Dislike value to be at the specified
// index for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsDislike(idx int, v ActivityStreamsDislike)
// SetActivityStreamsDocument sets a Document value to be at the specified
// index for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsDocument(idx int, v ActivityStreamsDocument)
// SetActivityStreamsEvent sets a Event value to be at the specified index
// for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsEvent(idx int, v ActivityStreamsEvent)
// SetActivityStreamsFlag sets a Flag value to be at the specified index
// for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsFlag(idx int, v ActivityStreamsFlag)
// SetActivityStreamsFollow sets a Follow value to be at the specified
// index for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsFollow(idx int, v ActivityStreamsFollow)
// SetActivityStreamsGroup sets a Group value to be at the specified index
// for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsGroup(idx int, v ActivityStreamsGroup)
// SetActivityStreamsIgnore sets a Ignore value to be at the specified
// index for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsIgnore(idx int, v ActivityStreamsIgnore)
// SetActivityStreamsImage sets a Image value to be at the specified index
// for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsImage(idx int, v ActivityStreamsImage)
// SetActivityStreamsIntransitiveActivity sets a IntransitiveActivity
// value to be at the specified index for the property "cc". Panics if
// the index is out of bounds. Invalidates all iterators.
SetActivityStreamsIntransitiveActivity(idx int, v ActivityStreamsIntransitiveActivity)
// SetActivityStreamsInvite sets a Invite value to be at the specified
// index for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsInvite(idx int, v ActivityStreamsInvite)
// SetActivityStreamsJoin sets a Join value to be at the specified index
// for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsJoin(idx int, v ActivityStreamsJoin)
// SetActivityStreamsLeave sets a Leave value to be at the specified index
// for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsLeave(idx int, v ActivityStreamsLeave)
// SetActivityStreamsLike sets a Like value to be at the specified index
// for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsLike(idx int, v ActivityStreamsLike)
// SetActivityStreamsLink sets a Link value to be at the specified index
// for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsLink(idx int, v ActivityStreamsLink)
// SetActivityStreamsListen sets a Listen value to be at the specified
// index for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsListen(idx int, v ActivityStreamsListen)
// SetActivityStreamsMention sets a Mention value to be at the specified
// index for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsMention(idx int, v ActivityStreamsMention)
// SetActivityStreamsMove sets a Move value to be at the specified index
// for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsMove(idx int, v ActivityStreamsMove)
// SetActivityStreamsNote sets a Note value to be at the specified index
// for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsNote(idx int, v ActivityStreamsNote)
// SetActivityStreamsObject sets a Object value to be at the specified
// index for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsObject(idx int, v ActivityStreamsObject)
// SetActivityStreamsOffer sets a Offer value to be at the specified index
// for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsOffer(idx int, v ActivityStreamsOffer)
// SetActivityStreamsOrderedCollection sets a OrderedCollection value to
// be at the specified index for the property "cc". Panics if the
// index is out of bounds. Invalidates all iterators.
SetActivityStreamsOrderedCollection(idx int, v ActivityStreamsOrderedCollection)
// SetActivityStreamsOrderedCollectionPage sets a OrderedCollectionPage
// value to be at the specified index for the property "cc". Panics if
// the index is out of bounds. Invalidates all iterators.
SetActivityStreamsOrderedCollectionPage(idx int, v ActivityStreamsOrderedCollectionPage)
// SetActivityStreamsOrganization sets a Organization value to be at the
// specified index for the property "cc". Panics if the index is out
// of bounds. Invalidates all iterators.
SetActivityStreamsOrganization(idx int, v ActivityStreamsOrganization)
// SetActivityStreamsPage sets a Page value to be at the specified index
// for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsPage(idx int, v ActivityStreamsPage)
// SetActivityStreamsPerson sets a Person value to be at the specified
// index for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsPerson(idx int, v ActivityStreamsPerson)
// SetActivityStreamsPlace sets a Place value to be at the specified index
// for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsPlace(idx int, v ActivityStreamsPlace)
// SetActivityStreamsProfile sets a Profile value to be at the specified
// index for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsProfile(idx int, v ActivityStreamsProfile)
// SetActivityStreamsQuestion sets a Question value to be at the specified
// index for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsQuestion(idx int, v ActivityStreamsQuestion)
// SetActivityStreamsRead sets a Read value to be at the specified index
// for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsRead(idx int, v ActivityStreamsRead)
// SetActivityStreamsReject sets a Reject value to be at the specified
// index for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsReject(idx int, v ActivityStreamsReject)
// SetActivityStreamsRelationship sets a Relationship value to be at the
// specified index for the property "cc". Panics if the index is out
// of bounds. Invalidates all iterators.
SetActivityStreamsRelationship(idx int, v ActivityStreamsRelationship)
// SetActivityStreamsRemove sets a Remove value to be at the specified
// index for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsRemove(idx int, v ActivityStreamsRemove)
// SetActivityStreamsService sets a Service value to be at the specified
// index for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsService(idx int, v ActivityStreamsService)
// SetActivityStreamsTentativeAccept sets a TentativeAccept value to be at
// the specified index for the property "cc". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsTentativeAccept(idx int, v ActivityStreamsTentativeAccept)
// SetActivityStreamsTentativeReject sets a TentativeReject value to be at
// the specified index for the property "cc". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsTentativeReject(idx int, v ActivityStreamsTentativeReject)
// SetActivityStreamsTombstone sets a Tombstone value to be at the
// specified index for the property "cc". Panics if the index is out
// of bounds. Invalidates all iterators.
SetActivityStreamsTombstone(idx int, v ActivityStreamsTombstone)
// SetActivityStreamsTravel sets a Travel value to be at the specified
// index for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsTravel(idx int, v ActivityStreamsTravel)
// SetActivityStreamsUndo sets a Undo value to be at the specified index
// for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsUndo(idx int, v ActivityStreamsUndo)
// SetActivityStreamsUpdate sets a Update value to be at the specified
// index for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsUpdate(idx int, v ActivityStreamsUpdate)
// SetActivityStreamsVideo sets a Video value to be at the specified index
// for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsVideo(idx int, v ActivityStreamsVideo)
// SetActivityStreamsView sets a View value to be at the specified index
// for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsView(idx int, v ActivityStreamsView)
// SetFunkwhaleAlbum sets a Album value to be at the specified index for
// the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleAlbum(idx int, v FunkwhaleAlbum)
// SetFunkwhaleArtist sets a Artist value to be at the specified index for
// the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleArtist(idx int, v FunkwhaleArtist)
// SetFunkwhaleLibrary sets a Library value to be at the specified index
// for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleLibrary(idx int, v FunkwhaleLibrary)
// SetFunkwhaleTrack sets a Track value to be at the specified index for
// the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleTrack(idx int, v FunkwhaleTrack)
// SetGoToSocialAnnounceApproval sets a AnnounceApproval value to be at
// the specified index for the property "cc". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceApproval(idx int, v GoToSocialAnnounceApproval)
// SetGoToSocialAnnounceAuthorization sets a AnnounceAuthorization value
// to be at the specified index for the property "cc". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceAuthorization(idx int, v GoToSocialAnnounceAuthorization)
// SetGoToSocialAnnounceRequest sets a AnnounceRequest value to be at the
// specified index for the property "cc". Panics if the index is out
// of bounds. Invalidates all iterators.
SetGoToSocialAnnounceRequest(idx int, v GoToSocialAnnounceRequest)
// SetGoToSocialLikeApproval sets a LikeApproval value to be at the
// specified index for the property "cc". Panics if the index is out
// of bounds. Invalidates all iterators.
SetGoToSocialLikeApproval(idx int, v GoToSocialLikeApproval)
// SetGoToSocialLikeAuthorization sets a LikeAuthorization value to be at
// the specified index for the property "cc". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialLikeAuthorization(idx int, v GoToSocialLikeAuthorization)
// SetGoToSocialLikeRequest sets a LikeRequest value to be at the
// specified index for the property "cc". Panics if the index is out
// of bounds. Invalidates all iterators.
SetGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// SetGoToSocialQuoteAuthorization sets a QuoteAuthorization value to be
// at the specified index for the property "cc". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialQuoteAuthorization(idx int, v GoToSocialQuoteAuthorization)
// SetGoToSocialQuoteRequest sets a QuoteRequest value to be at the
// specified index for the property "cc". Panics if the index is out
// of bounds. Invalidates all iterators.
SetGoToSocialQuoteRequest(idx int, v GoToSocialQuoteRequest)
// SetGoToSocialReplyApproval sets a ReplyApproval value to be at the
// specified index for the property "cc". Panics if the index is out
// of bounds. Invalidates all iterators.
SetGoToSocialReplyApproval(idx int, v GoToSocialReplyApproval)
// SetGoToSocialReplyAuthorization sets a ReplyAuthorization value to be
// at the specified index for the property "cc". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialReplyAuthorization(idx int, v GoToSocialReplyAuthorization)
// SetGoToSocialReplyRequest sets a ReplyRequest value to be at the
// specified index for the property "cc". Panics if the index is out
// of bounds. Invalidates all iterators.
SetGoToSocialReplyRequest(idx int, v GoToSocialReplyRequest)
// SetIRI sets an IRI value to be at the specified index for the property
// "cc". Panics if the index is out of bounds.
SetIRI(idx int, v *url.URL)
// SetLitePubEmojiReact sets a EmojiReact value to be at the specified
// index for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetLitePubEmojiReact(idx int, v LitePubEmojiReact)
// SetSchemaPropertyValue sets a PropertyValue value to be at the
// specified index for the property "cc". Panics if the index is out
// of bounds. Invalidates all iterators.
SetSchemaPropertyValue(idx int, v SchemaPropertyValue)
// SetTootEmoji sets a Emoji value to be at the specified index for the
// property "cc". Panics if the index is out of bounds. Invalidates
// all iterators.
SetTootEmoji(idx int, v TootEmoji)
// SetTootHashtag sets a Hashtag value to be at the specified index for
// the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetTootHashtag(idx int, v TootHashtag)
// SetTootIdentityProof sets a IdentityProof value to be at the specified
// index for the property "cc". Panics if the index is out of bounds.
// Invalidates all iterators.
SetTootIdentityProof(idx int, v TootIdentityProof)
// SetType sets an arbitrary type value to the specified index of the
// property "cc". 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.
SetType(idx int, t Type) error
// Swap swaps the location of values at two indices for the "cc" property.
Swap(i, j int)
}
Identifies an Object that is part of the public secondary audience of this Object.
Example 72 (https://www.w3.org/TR/activitystreams-vocabulary/#ex70-jsonld):
{
"actor": "http://sally.example.org",
"cc": "http://joe.example.org",
"object": "http://example.org/posts/1",
"summary": "Sally offered a post to John",
"target": "http://john.example.org",
"type": "Offer"
}
type ActivityStreamsCcPropertyIterator ¶
type ActivityStreamsCcPropertyIterator interface {
// GetActivityStreamsAccept returns the value of this property. When
// IsActivityStreamsAccept returns false, GetActivityStreamsAccept
// will return an arbitrary value.
GetActivityStreamsAccept() ActivityStreamsAccept
// GetActivityStreamsActivity returns the value of this property. When
// IsActivityStreamsActivity returns false, GetActivityStreamsActivity
// will return an arbitrary value.
GetActivityStreamsActivity() ActivityStreamsActivity
// GetActivityStreamsAdd returns the value of this property. When
// IsActivityStreamsAdd returns false, GetActivityStreamsAdd will
// return an arbitrary value.
GetActivityStreamsAdd() ActivityStreamsAdd
// GetActivityStreamsAnnounce returns the value of this property. When
// IsActivityStreamsAnnounce returns false, GetActivityStreamsAnnounce
// will return an arbitrary value.
GetActivityStreamsAnnounce() ActivityStreamsAnnounce
// GetActivityStreamsApplication returns the value of this property. When
// IsActivityStreamsApplication returns false,
// GetActivityStreamsApplication will return an arbitrary value.
GetActivityStreamsApplication() ActivityStreamsApplication
// GetActivityStreamsArrive returns the value of this property. When
// IsActivityStreamsArrive returns false, GetActivityStreamsArrive
// will return an arbitrary value.
GetActivityStreamsArrive() ActivityStreamsArrive
// GetActivityStreamsArticle returns the value of this property. When
// IsActivityStreamsArticle returns false, GetActivityStreamsArticle
// will return an arbitrary value.
GetActivityStreamsArticle() ActivityStreamsArticle
// GetActivityStreamsAudio returns the value of this property. When
// IsActivityStreamsAudio returns false, GetActivityStreamsAudio will
// return an arbitrary value.
GetActivityStreamsAudio() ActivityStreamsAudio
// GetActivityStreamsBlock returns the value of this property. When
// IsActivityStreamsBlock returns false, GetActivityStreamsBlock will
// return an arbitrary value.
GetActivityStreamsBlock() ActivityStreamsBlock
// GetActivityStreamsCollection returns the value of this property. When
// IsActivityStreamsCollection returns false,
// GetActivityStreamsCollection will return an arbitrary value.
GetActivityStreamsCollection() ActivityStreamsCollection
// GetActivityStreamsCollectionPage returns the value of this property.
// When IsActivityStreamsCollectionPage returns false,
// GetActivityStreamsCollectionPage will return an arbitrary value.
GetActivityStreamsCollectionPage() ActivityStreamsCollectionPage
// GetActivityStreamsCreate returns the value of this property. When
// IsActivityStreamsCreate returns false, GetActivityStreamsCreate
// will return an arbitrary value.
GetActivityStreamsCreate() ActivityStreamsCreate
// GetActivityStreamsDelete returns the value of this property. When
// IsActivityStreamsDelete returns false, GetActivityStreamsDelete
// will return an arbitrary value.
GetActivityStreamsDelete() ActivityStreamsDelete
// GetActivityStreamsDislike returns the value of this property. When
// IsActivityStreamsDislike returns false, GetActivityStreamsDislike
// will return an arbitrary value.
GetActivityStreamsDislike() ActivityStreamsDislike
// GetActivityStreamsDocument returns the value of this property. When
// IsActivityStreamsDocument returns false, GetActivityStreamsDocument
// will return an arbitrary value.
GetActivityStreamsDocument() ActivityStreamsDocument
// GetActivityStreamsEvent returns the value of this property. When
// IsActivityStreamsEvent returns false, GetActivityStreamsEvent will
// return an arbitrary value.
GetActivityStreamsEvent() ActivityStreamsEvent
// GetActivityStreamsFlag returns the value of this property. When
// IsActivityStreamsFlag returns false, GetActivityStreamsFlag will
// return an arbitrary value.
GetActivityStreamsFlag() ActivityStreamsFlag
// GetActivityStreamsFollow returns the value of this property. When
// IsActivityStreamsFollow returns false, GetActivityStreamsFollow
// will return an arbitrary value.
GetActivityStreamsFollow() ActivityStreamsFollow
// GetActivityStreamsGroup returns the value of this property. When
// IsActivityStreamsGroup returns false, GetActivityStreamsGroup will
// return an arbitrary value.
GetActivityStreamsGroup() ActivityStreamsGroup
// GetActivityStreamsIgnore returns the value of this property. When
// IsActivityStreamsIgnore returns false, GetActivityStreamsIgnore
// will return an arbitrary value.
GetActivityStreamsIgnore() ActivityStreamsIgnore
// GetActivityStreamsImage returns the value of this property. When
// IsActivityStreamsImage returns false, GetActivityStreamsImage will
// return an arbitrary value.
GetActivityStreamsImage() ActivityStreamsImage
// GetActivityStreamsIntransitiveActivity returns the value of this
// property. When IsActivityStreamsIntransitiveActivity returns false,
// GetActivityStreamsIntransitiveActivity will return an arbitrary
// value.
GetActivityStreamsIntransitiveActivity() ActivityStreamsIntransitiveActivity
// GetActivityStreamsInvite returns the value of this property. When
// IsActivityStreamsInvite returns false, GetActivityStreamsInvite
// will return an arbitrary value.
GetActivityStreamsInvite() ActivityStreamsInvite
// GetActivityStreamsJoin returns the value of this property. When
// IsActivityStreamsJoin returns false, GetActivityStreamsJoin will
// return an arbitrary value.
GetActivityStreamsJoin() ActivityStreamsJoin
// GetActivityStreamsLeave returns the value of this property. When
// IsActivityStreamsLeave returns false, GetActivityStreamsLeave will
// return an arbitrary value.
GetActivityStreamsLeave() ActivityStreamsLeave
// GetActivityStreamsLike returns the value of this property. When
// IsActivityStreamsLike returns false, GetActivityStreamsLike will
// return an arbitrary value.
GetActivityStreamsLike() ActivityStreamsLike
// GetActivityStreamsLink returns the value of this property. When
// IsActivityStreamsLink returns false, GetActivityStreamsLink will
// return an arbitrary value.
GetActivityStreamsLink() ActivityStreamsLink
// GetActivityStreamsListen returns the value of this property. When
// IsActivityStreamsListen returns false, GetActivityStreamsListen
// will return an arbitrary value.
GetActivityStreamsListen() ActivityStreamsListen
// GetActivityStreamsMention returns the value of this property. When
// IsActivityStreamsMention returns false, GetActivityStreamsMention
// will return an arbitrary value.
GetActivityStreamsMention() ActivityStreamsMention
// GetActivityStreamsMove returns the value of this property. When
// IsActivityStreamsMove returns false, GetActivityStreamsMove will
// return an arbitrary value.
GetActivityStreamsMove() ActivityStreamsMove
// GetActivityStreamsNote returns the value of this property. When
// IsActivityStreamsNote returns false, GetActivityStreamsNote will
// return an arbitrary value.
GetActivityStreamsNote() ActivityStreamsNote
// GetActivityStreamsObject returns the value of this property. When
// IsActivityStreamsObject returns false, GetActivityStreamsObject
// will return an arbitrary value.
GetActivityStreamsObject() ActivityStreamsObject
// GetActivityStreamsOffer returns the value of this property. When
// IsActivityStreamsOffer returns false, GetActivityStreamsOffer will
// return an arbitrary value.
GetActivityStreamsOffer() ActivityStreamsOffer
// GetActivityStreamsOrderedCollection returns the value of this property.
// When IsActivityStreamsOrderedCollection returns false,
// GetActivityStreamsOrderedCollection will return an arbitrary value.
GetActivityStreamsOrderedCollection() ActivityStreamsOrderedCollection
// GetActivityStreamsOrderedCollectionPage returns the value of this
// property. When IsActivityStreamsOrderedCollectionPage returns
// false, GetActivityStreamsOrderedCollectionPage will return an
// arbitrary value.
GetActivityStreamsOrderedCollectionPage() ActivityStreamsOrderedCollectionPage
// GetActivityStreamsOrganization returns the value of this property. When
// IsActivityStreamsOrganization returns false,
// GetActivityStreamsOrganization will return an arbitrary value.
GetActivityStreamsOrganization() ActivityStreamsOrganization
// GetActivityStreamsPage returns the value of this property. When
// IsActivityStreamsPage returns false, GetActivityStreamsPage will
// return an arbitrary value.
GetActivityStreamsPage() ActivityStreamsPage
// GetActivityStreamsPerson returns the value of this property. When
// IsActivityStreamsPerson returns false, GetActivityStreamsPerson
// will return an arbitrary value.
GetActivityStreamsPerson() ActivityStreamsPerson
// GetActivityStreamsPlace returns the value of this property. When
// IsActivityStreamsPlace returns false, GetActivityStreamsPlace will
// return an arbitrary value.
GetActivityStreamsPlace() ActivityStreamsPlace
// GetActivityStreamsProfile returns the value of this property. When
// IsActivityStreamsProfile returns false, GetActivityStreamsProfile
// will return an arbitrary value.
GetActivityStreamsProfile() ActivityStreamsProfile
// GetActivityStreamsQuestion returns the value of this property. When
// IsActivityStreamsQuestion returns false, GetActivityStreamsQuestion
// will return an arbitrary value.
GetActivityStreamsQuestion() ActivityStreamsQuestion
// GetActivityStreamsRead returns the value of this property. When
// IsActivityStreamsRead returns false, GetActivityStreamsRead will
// return an arbitrary value.
GetActivityStreamsRead() ActivityStreamsRead
// GetActivityStreamsReject returns the value of this property. When
// IsActivityStreamsReject returns false, GetActivityStreamsReject
// will return an arbitrary value.
GetActivityStreamsReject() ActivityStreamsReject
// GetActivityStreamsRelationship returns the value of this property. When
// IsActivityStreamsRelationship returns false,
// GetActivityStreamsRelationship will return an arbitrary value.
GetActivityStreamsRelationship() ActivityStreamsRelationship
// GetActivityStreamsRemove returns the value of this property. When
// IsActivityStreamsRemove returns false, GetActivityStreamsRemove
// will return an arbitrary value.
GetActivityStreamsRemove() ActivityStreamsRemove
// GetActivityStreamsService returns the value of this property. When
// IsActivityStreamsService returns false, GetActivityStreamsService
// will return an arbitrary value.
GetActivityStreamsService() ActivityStreamsService
// GetActivityStreamsTentativeAccept returns the value of this property.
// When IsActivityStreamsTentativeAccept returns false,
// GetActivityStreamsTentativeAccept will return an arbitrary value.
GetActivityStreamsTentativeAccept() ActivityStreamsTentativeAccept
// GetActivityStreamsTentativeReject returns the value of this property.
// When IsActivityStreamsTentativeReject returns false,
// GetActivityStreamsTentativeReject will return an arbitrary value.
GetActivityStreamsTentativeReject() ActivityStreamsTentativeReject
// GetActivityStreamsTombstone returns the value of this property. When
// IsActivityStreamsTombstone returns false,
// GetActivityStreamsTombstone will return an arbitrary value.
GetActivityStreamsTombstone() ActivityStreamsTombstone
// GetActivityStreamsTravel returns the value of this property. When
// IsActivityStreamsTravel returns false, GetActivityStreamsTravel
// will return an arbitrary value.
GetActivityStreamsTravel() ActivityStreamsTravel
// GetActivityStreamsUndo returns the value of this property. When
// IsActivityStreamsUndo returns false, GetActivityStreamsUndo will
// return an arbitrary value.
GetActivityStreamsUndo() ActivityStreamsUndo
// GetActivityStreamsUpdate returns the value of this property. When
// IsActivityStreamsUpdate returns false, GetActivityStreamsUpdate
// will return an arbitrary value.
GetActivityStreamsUpdate() ActivityStreamsUpdate
// GetActivityStreamsVideo returns the value of this property. When
// IsActivityStreamsVideo returns false, GetActivityStreamsVideo will
// return an arbitrary value.
GetActivityStreamsVideo() ActivityStreamsVideo
// GetActivityStreamsView returns the value of this property. When
// IsActivityStreamsView returns false, GetActivityStreamsView will
// return an arbitrary value.
GetActivityStreamsView() ActivityStreamsView
// GetFunkwhaleAlbum returns the value of this property. When
// IsFunkwhaleAlbum returns false, GetFunkwhaleAlbum will return an
// arbitrary value.
GetFunkwhaleAlbum() FunkwhaleAlbum
// GetFunkwhaleArtist returns the value of this property. When
// IsFunkwhaleArtist returns false, GetFunkwhaleArtist will return an
// arbitrary value.
GetFunkwhaleArtist() FunkwhaleArtist
// GetFunkwhaleLibrary returns the value of this property. When
// IsFunkwhaleLibrary returns false, GetFunkwhaleLibrary will return
// an arbitrary value.
GetFunkwhaleLibrary() FunkwhaleLibrary
// GetFunkwhaleTrack returns the value of this property. When
// IsFunkwhaleTrack returns false, GetFunkwhaleTrack will return an
// arbitrary value.
GetFunkwhaleTrack() FunkwhaleTrack
// GetGoToSocialAnnounceApproval returns the value of this property. When
// IsGoToSocialAnnounceApproval returns false,
// GetGoToSocialAnnounceApproval will return an arbitrary value.
GetGoToSocialAnnounceApproval() GoToSocialAnnounceApproval
// GetGoToSocialAnnounceAuthorization returns the value of this property.
// When IsGoToSocialAnnounceAuthorization returns false,
// GetGoToSocialAnnounceAuthorization will return an arbitrary value.
GetGoToSocialAnnounceAuthorization() GoToSocialAnnounceAuthorization
// GetGoToSocialAnnounceRequest returns the value of this property. When
// IsGoToSocialAnnounceRequest returns false,
// GetGoToSocialAnnounceRequest will return an arbitrary value.
GetGoToSocialAnnounceRequest() GoToSocialAnnounceRequest
// GetGoToSocialLikeApproval returns the value of this property. When
// IsGoToSocialLikeApproval returns false, GetGoToSocialLikeApproval
// will return an arbitrary value.
GetGoToSocialLikeApproval() GoToSocialLikeApproval
// GetGoToSocialLikeAuthorization returns the value of this property. When
// IsGoToSocialLikeAuthorization returns false,
// GetGoToSocialLikeAuthorization will return an arbitrary value.
GetGoToSocialLikeAuthorization() GoToSocialLikeAuthorization
// GetGoToSocialLikeRequest returns the value of this property. When
// IsGoToSocialLikeRequest returns false, GetGoToSocialLikeRequest
// will return an arbitrary value.
GetGoToSocialLikeRequest() GoToSocialLikeRequest
// GetGoToSocialQuoteAuthorization returns the value of this property.
// When IsGoToSocialQuoteAuthorization returns false,
// GetGoToSocialQuoteAuthorization will return an arbitrary value.
GetGoToSocialQuoteAuthorization() GoToSocialQuoteAuthorization
// GetGoToSocialQuoteRequest returns the value of this property. When
// IsGoToSocialQuoteRequest returns false, GetGoToSocialQuoteRequest
// will return an arbitrary value.
GetGoToSocialQuoteRequest() GoToSocialQuoteRequest
// GetGoToSocialReplyApproval returns the value of this property. When
// IsGoToSocialReplyApproval returns false, GetGoToSocialReplyApproval
// will return an arbitrary value.
GetGoToSocialReplyApproval() GoToSocialReplyApproval
// GetGoToSocialReplyAuthorization returns the value of this property.
// When IsGoToSocialReplyAuthorization returns false,
// GetGoToSocialReplyAuthorization will return an arbitrary value.
GetGoToSocialReplyAuthorization() GoToSocialReplyAuthorization
// GetGoToSocialReplyRequest returns the value of this property. When
// IsGoToSocialReplyRequest returns false, GetGoToSocialReplyRequest
// will return an arbitrary value.
GetGoToSocialReplyRequest() GoToSocialReplyRequest
// GetIRI returns the IRI of this property. When IsIRI returns false,
// GetIRI will return an arbitrary value.
GetIRI() *url.URL
// GetLitePubEmojiReact returns the value of this property. When
// IsLitePubEmojiReact returns false, GetLitePubEmojiReact will return
// an arbitrary value.
GetLitePubEmojiReact() LitePubEmojiReact
// GetSchemaPropertyValue returns the value of this property. When
// IsSchemaPropertyValue returns false, GetSchemaPropertyValue will
// return an arbitrary value.
GetSchemaPropertyValue() SchemaPropertyValue
// GetTootEmoji returns the value of this property. When IsTootEmoji
// returns false, GetTootEmoji will return an arbitrary value.
GetTootEmoji() TootEmoji
// GetTootHashtag returns the value of this property. When IsTootHashtag
// returns false, GetTootHashtag will return an arbitrary value.
GetTootHashtag() TootHashtag
// GetTootIdentityProof returns the value of this property. When
// IsTootIdentityProof returns false, GetTootIdentityProof will return
// an arbitrary value.
GetTootIdentityProof() TootIdentityProof
// 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.
GetType() Type
// HasAny returns true if any of the different values is set.
HasAny() 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.
IsActivityStreamsAccept() 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.
IsActivityStreamsActivity() 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.
IsActivityStreamsAdd() 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.
IsActivityStreamsAnnounce() 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.
IsActivityStreamsApplication() 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.
IsActivityStreamsArrive() 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.
IsActivityStreamsArticle() 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.
IsActivityStreamsAudio() 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.
IsActivityStreamsBlock() 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.
IsActivityStreamsCollection() 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.
IsActivityStreamsCollectionPage() 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.
IsActivityStreamsCreate() 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.
IsActivityStreamsDelete() 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.
IsActivityStreamsDislike() 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.
IsActivityStreamsDocument() 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.
IsActivityStreamsEvent() 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.
IsActivityStreamsFlag() 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.
IsActivityStreamsFollow() 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.
IsActivityStreamsGroup() 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.
IsActivityStreamsIgnore() 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.
IsActivityStreamsImage() 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.
IsActivityStreamsIntransitiveActivity() 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.
IsActivityStreamsInvite() 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.
IsActivityStreamsJoin() 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.
IsActivityStreamsLeave() 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.
IsActivityStreamsLike() 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.
IsActivityStreamsLink() 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.
IsActivityStreamsListen() 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.
IsActivityStreamsMention() 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.
IsActivityStreamsMove() 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.
IsActivityStreamsNote() 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.
IsActivityStreamsObject() 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.
IsActivityStreamsOffer() 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.
IsActivityStreamsOrderedCollection() 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.
IsActivityStreamsOrderedCollectionPage() 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.
IsActivityStreamsOrganization() 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.
IsActivityStreamsPage() 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.
IsActivityStreamsPerson() 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.
IsActivityStreamsPlace() 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.
IsActivityStreamsProfile() 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.
IsActivityStreamsQuestion() 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.
IsActivityStreamsRead() 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.
IsActivityStreamsReject() 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.
IsActivityStreamsRelationship() 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.
IsActivityStreamsRemove() 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.
IsActivityStreamsService() 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.
IsActivityStreamsTentativeAccept() 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.
IsActivityStreamsTentativeReject() 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.
IsActivityStreamsTombstone() 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.
IsActivityStreamsTravel() 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.
IsActivityStreamsUndo() 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.
IsActivityStreamsUpdate() 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.
IsActivityStreamsVideo() 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.
IsActivityStreamsView() bool
// IsFunkwhaleAlbum returns true if this property has a type of "Album".
// When true, use the GetFunkwhaleAlbum and SetFunkwhaleAlbum methods
// to access and set this property.
IsFunkwhaleAlbum() bool
// IsFunkwhaleArtist returns true if this property has a type of "Artist".
// When true, use the GetFunkwhaleArtist and SetFunkwhaleArtist
// methods to access and set this property.
IsFunkwhaleArtist() bool
// IsFunkwhaleLibrary returns true if this property has a type of
// "Library". When true, use the GetFunkwhaleLibrary and
// SetFunkwhaleLibrary methods to access and set this property.
IsFunkwhaleLibrary() bool
// IsFunkwhaleTrack returns true if this property has a type of "Track".
// When true, use the GetFunkwhaleTrack and SetFunkwhaleTrack methods
// to access and set this property.
IsFunkwhaleTrack() bool
// IsGoToSocialAnnounceApproval returns true if this property has a type
// of "AnnounceApproval". When true, use the
// GetGoToSocialAnnounceApproval and SetGoToSocialAnnounceApproval
// methods to access and set this property.
IsGoToSocialAnnounceApproval() bool
// IsGoToSocialAnnounceAuthorization returns true if this property has a
// type of "AnnounceAuthorization". When true, use the
// GetGoToSocialAnnounceAuthorization and
// SetGoToSocialAnnounceAuthorization methods to access and set this
// property.
IsGoToSocialAnnounceAuthorization() bool
// IsGoToSocialAnnounceRequest returns true if this property has a type of
// "AnnounceRequest". When true, use the GetGoToSocialAnnounceRequest
// and SetGoToSocialAnnounceRequest methods to access and set this
// property.
IsGoToSocialAnnounceRequest() bool
// IsGoToSocialLikeApproval returns true if this property has a type of
// "LikeApproval". When true, use the GetGoToSocialLikeApproval and
// SetGoToSocialLikeApproval methods to access and set this property.
IsGoToSocialLikeApproval() bool
// IsGoToSocialLikeAuthorization returns true if this property has a type
// of "LikeAuthorization". When true, use the
// GetGoToSocialLikeAuthorization and SetGoToSocialLikeAuthorization
// methods to access and set this property.
IsGoToSocialLikeAuthorization() bool
// IsGoToSocialLikeRequest returns true if this property has a type of
// "LikeRequest". When true, use the GetGoToSocialLikeRequest and
// SetGoToSocialLikeRequest methods to access and set this property.
IsGoToSocialLikeRequest() bool
// IsGoToSocialQuoteAuthorization returns true if this property has a type
// of "QuoteAuthorization". When true, use the
// GetGoToSocialQuoteAuthorization and SetGoToSocialQuoteAuthorization
// methods to access and set this property.
IsGoToSocialQuoteAuthorization() bool
// IsGoToSocialQuoteRequest returns true if this property has a type of
// "QuoteRequest". When true, use the GetGoToSocialQuoteRequest and
// SetGoToSocialQuoteRequest methods to access and set this property.
IsGoToSocialQuoteRequest() bool
// IsGoToSocialReplyApproval returns true if this property has a type of
// "ReplyApproval". When true, use the GetGoToSocialReplyApproval and
// SetGoToSocialReplyApproval methods to access and set this property.
IsGoToSocialReplyApproval() bool
// IsGoToSocialReplyAuthorization returns true if this property has a type
// of "ReplyAuthorization". When true, use the
// GetGoToSocialReplyAuthorization and SetGoToSocialReplyAuthorization
// methods to access and set this property.
IsGoToSocialReplyAuthorization() bool
// IsGoToSocialReplyRequest returns true if this property has a type of
// "ReplyRequest". When true, use the GetGoToSocialReplyRequest and
// SetGoToSocialReplyRequest methods to access and set this property.
IsGoToSocialReplyRequest() bool
// IsIRI returns true if this property is an IRI. When true, use GetIRI
// and SetIRI to access and set this property
IsIRI() bool
// IsLitePubEmojiReact returns true if this property has a type of
// "EmojiReact". When true, use the GetLitePubEmojiReact and
// SetLitePubEmojiReact methods to access and set this property.
IsLitePubEmojiReact() 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.
IsSchemaPropertyValue() 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.
IsTootEmoji() 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.
IsTootHashtag() 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.
IsTootIdentityProof() bool
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex() int
// 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.
LessThan(o ActivityStreamsCcPropertyIterator) bool
// Name returns the name of this property: "ActivityStreamsCc".
Name() string
// Next returns the next iterator, or nil if there is no next iterator.
Next() ActivityStreamsCcPropertyIterator
// Prev returns the previous iterator, or nil if there is no previous
// iterator.
Prev() ActivityStreamsCcPropertyIterator
// SetActivityStreamsAccept sets the value of this property. Calling
// IsActivityStreamsAccept afterwards returns true.
SetActivityStreamsAccept(v ActivityStreamsAccept)
// SetActivityStreamsActivity sets the value of this property. Calling
// IsActivityStreamsActivity afterwards returns true.
SetActivityStreamsActivity(v ActivityStreamsActivity)
// SetActivityStreamsAdd sets the value of this property. Calling
// IsActivityStreamsAdd afterwards returns true.
SetActivityStreamsAdd(v ActivityStreamsAdd)
// SetActivityStreamsAnnounce sets the value of this property. Calling
// IsActivityStreamsAnnounce afterwards returns true.
SetActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// SetActivityStreamsApplication sets the value of this property. Calling
// IsActivityStreamsApplication afterwards returns true.
SetActivityStreamsApplication(v ActivityStreamsApplication)
// SetActivityStreamsArrive sets the value of this property. Calling
// IsActivityStreamsArrive afterwards returns true.
SetActivityStreamsArrive(v ActivityStreamsArrive)
// SetActivityStreamsArticle sets the value of this property. Calling
// IsActivityStreamsArticle afterwards returns true.
SetActivityStreamsArticle(v ActivityStreamsArticle)
// SetActivityStreamsAudio sets the value of this property. Calling
// IsActivityStreamsAudio afterwards returns true.
SetActivityStreamsAudio(v ActivityStreamsAudio)
// SetActivityStreamsBlock sets the value of this property. Calling
// IsActivityStreamsBlock afterwards returns true.
SetActivityStreamsBlock(v ActivityStreamsBlock)
// SetActivityStreamsCollection sets the value of this property. Calling
// IsActivityStreamsCollection afterwards returns true.
SetActivityStreamsCollection(v ActivityStreamsCollection)
// SetActivityStreamsCollectionPage sets the value of this property.
// Calling IsActivityStreamsCollectionPage afterwards returns true.
SetActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// SetActivityStreamsCreate sets the value of this property. Calling
// IsActivityStreamsCreate afterwards returns true.
SetActivityStreamsCreate(v ActivityStreamsCreate)
// SetActivityStreamsDelete sets the value of this property. Calling
// IsActivityStreamsDelete afterwards returns true.
SetActivityStreamsDelete(v ActivityStreamsDelete)
// SetActivityStreamsDislike sets the value of this property. Calling
// IsActivityStreamsDislike afterwards returns true.
SetActivityStreamsDislike(v ActivityStreamsDislike)
// SetActivityStreamsDocument sets the value of this property. Calling
// IsActivityStreamsDocument afterwards returns true.
SetActivityStreamsDocument(v ActivityStreamsDocument)
// SetActivityStreamsEvent sets the value of this property. Calling
// IsActivityStreamsEvent afterwards returns true.
SetActivityStreamsEvent(v ActivityStreamsEvent)
// SetActivityStreamsFlag sets the value of this property. Calling
// IsActivityStreamsFlag afterwards returns true.
SetActivityStreamsFlag(v ActivityStreamsFlag)
// SetActivityStreamsFollow sets the value of this property. Calling
// IsActivityStreamsFollow afterwards returns true.
SetActivityStreamsFollow(v ActivityStreamsFollow)
// SetActivityStreamsGroup sets the value of this property. Calling
// IsActivityStreamsGroup afterwards returns true.
SetActivityStreamsGroup(v ActivityStreamsGroup)
// SetActivityStreamsIgnore sets the value of this property. Calling
// IsActivityStreamsIgnore afterwards returns true.
SetActivityStreamsIgnore(v ActivityStreamsIgnore)
// SetActivityStreamsImage sets the value of this property. Calling
// IsActivityStreamsImage afterwards returns true.
SetActivityStreamsImage(v ActivityStreamsImage)
// SetActivityStreamsIntransitiveActivity sets the value of this property.
// Calling IsActivityStreamsIntransitiveActivity afterwards returns
// true.
SetActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// SetActivityStreamsInvite sets the value of this property. Calling
// IsActivityStreamsInvite afterwards returns true.
SetActivityStreamsInvite(v ActivityStreamsInvite)
// SetActivityStreamsJoin sets the value of this property. Calling
// IsActivityStreamsJoin afterwards returns true.
SetActivityStreamsJoin(v ActivityStreamsJoin)
// SetActivityStreamsLeave sets the value of this property. Calling
// IsActivityStreamsLeave afterwards returns true.
SetActivityStreamsLeave(v ActivityStreamsLeave)
// SetActivityStreamsLike sets the value of this property. Calling
// IsActivityStreamsLike afterwards returns true.
SetActivityStreamsLike(v ActivityStreamsLike)
// SetActivityStreamsLink sets the value of this property. Calling
// IsActivityStreamsLink afterwards returns true.
SetActivityStreamsLink(v ActivityStreamsLink)
// SetActivityStreamsListen sets the value of this property. Calling
// IsActivityStreamsListen afterwards returns true.
SetActivityStreamsListen(v ActivityStreamsListen)
// SetActivityStreamsMention sets the value of this property. Calling
// IsActivityStreamsMention afterwards returns true.
SetActivityStreamsMention(v ActivityStreamsMention)
// SetActivityStreamsMove sets the value of this property. Calling
// IsActivityStreamsMove afterwards returns true.
SetActivityStreamsMove(v ActivityStreamsMove)
// SetActivityStreamsNote sets the value of this property. Calling
// IsActivityStreamsNote afterwards returns true.
SetActivityStreamsNote(v ActivityStreamsNote)
// SetActivityStreamsObject sets the value of this property. Calling
// IsActivityStreamsObject afterwards returns true.
SetActivityStreamsObject(v ActivityStreamsObject)
// SetActivityStreamsOffer sets the value of this property. Calling
// IsActivityStreamsOffer afterwards returns true.
SetActivityStreamsOffer(v ActivityStreamsOffer)
// SetActivityStreamsOrderedCollection sets the value of this property.
// Calling IsActivityStreamsOrderedCollection afterwards returns true.
SetActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// SetActivityStreamsOrderedCollectionPage sets the value of this
// property. Calling IsActivityStreamsOrderedCollectionPage afterwards
// returns true.
SetActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// SetActivityStreamsOrganization sets the value of this property. Calling
// IsActivityStreamsOrganization afterwards returns true.
SetActivityStreamsOrganization(v ActivityStreamsOrganization)
// SetActivityStreamsPage sets the value of this property. Calling
// IsActivityStreamsPage afterwards returns true.
SetActivityStreamsPage(v ActivityStreamsPage)
// SetActivityStreamsPerson sets the value of this property. Calling
// IsActivityStreamsPerson afterwards returns true.
SetActivityStreamsPerson(v ActivityStreamsPerson)
// SetActivityStreamsPlace sets the value of this property. Calling
// IsActivityStreamsPlace afterwards returns true.
SetActivityStreamsPlace(v ActivityStreamsPlace)
// SetActivityStreamsProfile sets the value of this property. Calling
// IsActivityStreamsProfile afterwards returns true.
SetActivityStreamsProfile(v ActivityStreamsProfile)
// SetActivityStreamsQuestion sets the value of this property. Calling
// IsActivityStreamsQuestion afterwards returns true.
SetActivityStreamsQuestion(v ActivityStreamsQuestion)
// SetActivityStreamsRead sets the value of this property. Calling
// IsActivityStreamsRead afterwards returns true.
SetActivityStreamsRead(v ActivityStreamsRead)
// SetActivityStreamsReject sets the value of this property. Calling
// IsActivityStreamsReject afterwards returns true.
SetActivityStreamsReject(v ActivityStreamsReject)
// SetActivityStreamsRelationship sets the value of this property. Calling
// IsActivityStreamsRelationship afterwards returns true.
SetActivityStreamsRelationship(v ActivityStreamsRelationship)
// SetActivityStreamsRemove sets the value of this property. Calling
// IsActivityStreamsRemove afterwards returns true.
SetActivityStreamsRemove(v ActivityStreamsRemove)
// SetActivityStreamsService sets the value of this property. Calling
// IsActivityStreamsService afterwards returns true.
SetActivityStreamsService(v ActivityStreamsService)
// SetActivityStreamsTentativeAccept sets the value of this property.
// Calling IsActivityStreamsTentativeAccept afterwards returns true.
SetActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// SetActivityStreamsTentativeReject sets the value of this property.
// Calling IsActivityStreamsTentativeReject afterwards returns true.
SetActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// SetActivityStreamsTombstone sets the value of this property. Calling
// IsActivityStreamsTombstone afterwards returns true.
SetActivityStreamsTombstone(v ActivityStreamsTombstone)
// SetActivityStreamsTravel sets the value of this property. Calling
// IsActivityStreamsTravel afterwards returns true.
SetActivityStreamsTravel(v ActivityStreamsTravel)
// SetActivityStreamsUndo sets the value of this property. Calling
// IsActivityStreamsUndo afterwards returns true.
SetActivityStreamsUndo(v ActivityStreamsUndo)
// SetActivityStreamsUpdate sets the value of this property. Calling
// IsActivityStreamsUpdate afterwards returns true.
SetActivityStreamsUpdate(v ActivityStreamsUpdate)
// SetActivityStreamsVideo sets the value of this property. Calling
// IsActivityStreamsVideo afterwards returns true.
SetActivityStreamsVideo(v ActivityStreamsVideo)
// SetActivityStreamsView sets the value of this property. Calling
// IsActivityStreamsView afterwards returns true.
SetActivityStreamsView(v ActivityStreamsView)
// SetFunkwhaleAlbum sets the value of this property. Calling
// IsFunkwhaleAlbum afterwards returns true.
SetFunkwhaleAlbum(v FunkwhaleAlbum)
// SetFunkwhaleArtist sets the value of this property. Calling
// IsFunkwhaleArtist afterwards returns true.
SetFunkwhaleArtist(v FunkwhaleArtist)
// SetFunkwhaleLibrary sets the value of this property. Calling
// IsFunkwhaleLibrary afterwards returns true.
SetFunkwhaleLibrary(v FunkwhaleLibrary)
// SetFunkwhaleTrack sets the value of this property. Calling
// IsFunkwhaleTrack afterwards returns true.
SetFunkwhaleTrack(v FunkwhaleTrack)
// SetGoToSocialAnnounceApproval sets the value of this property. Calling
// IsGoToSocialAnnounceApproval afterwards returns true.
SetGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// SetGoToSocialAnnounceAuthorization sets the value of this property.
// Calling IsGoToSocialAnnounceAuthorization afterwards returns true.
SetGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// SetGoToSocialAnnounceRequest sets the value of this property. Calling
// IsGoToSocialAnnounceRequest afterwards returns true.
SetGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// SetGoToSocialLikeApproval sets the value of this property. Calling
// IsGoToSocialLikeApproval afterwards returns true.
SetGoToSocialLikeApproval(v GoToSocialLikeApproval)
// SetGoToSocialLikeAuthorization sets the value of this property. Calling
// IsGoToSocialLikeAuthorization afterwards returns true.
SetGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// SetGoToSocialLikeRequest sets the value of this property. Calling
// IsGoToSocialLikeRequest afterwards returns true.
SetGoToSocialLikeRequest(v GoToSocialLikeRequest)
// SetGoToSocialQuoteAuthorization sets the value of this property.
// Calling IsGoToSocialQuoteAuthorization afterwards returns true.
SetGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// SetGoToSocialQuoteRequest sets the value of this property. Calling
// IsGoToSocialQuoteRequest afterwards returns true.
SetGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// SetGoToSocialReplyApproval sets the value of this property. Calling
// IsGoToSocialReplyApproval afterwards returns true.
SetGoToSocialReplyApproval(v GoToSocialReplyApproval)
// SetGoToSocialReplyAuthorization sets the value of this property.
// Calling IsGoToSocialReplyAuthorization afterwards returns true.
SetGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// SetGoToSocialReplyRequest sets the value of this property. Calling
// IsGoToSocialReplyRequest afterwards returns true.
SetGoToSocialReplyRequest(v GoToSocialReplyRequest)
// SetIRI sets the value of this property. Calling IsIRI afterwards
// returns true.
SetIRI(v *url.URL)
// SetLitePubEmojiReact sets the value of this property. Calling
// IsLitePubEmojiReact afterwards returns true.
SetLitePubEmojiReact(v LitePubEmojiReact)
// SetSchemaPropertyValue sets the value of this property. Calling
// IsSchemaPropertyValue afterwards returns true.
SetSchemaPropertyValue(v SchemaPropertyValue)
// SetTootEmoji sets the value of this property. Calling IsTootEmoji
// afterwards returns true.
SetTootEmoji(v TootEmoji)
// SetTootHashtag sets the value of this property. Calling IsTootHashtag
// afterwards returns true.
SetTootHashtag(v TootHashtag)
// SetTootIdentityProof sets the value of this property. Calling
// IsTootIdentityProof afterwards returns true.
SetTootIdentityProof(v TootIdentityProof)
// 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.
SetType(t Type) error
}
ActivityStreamsCcPropertyIterator represents a single value for the "cc" property.
type ActivityStreamsClosedProperty ¶
type ActivityStreamsClosedProperty interface {
// AppendActivityStreamsAccept appends a Accept value to the back of a
// list of the property "closed". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAccept(v ActivityStreamsAccept)
// AppendActivityStreamsActivity appends a Activity value to the back of a
// list of the property "closed". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsActivity(v ActivityStreamsActivity)
// AppendActivityStreamsAdd appends a Add value to the back of a list of
// the property "closed". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsAdd(v ActivityStreamsAdd)
// AppendActivityStreamsAnnounce appends a Announce value to the back of a
// list of the property "closed". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// AppendActivityStreamsApplication appends a Application value to the
// back of a list of the property "closed". Invalidates iterators that
// are traversing using Prev.
AppendActivityStreamsApplication(v ActivityStreamsApplication)
// AppendActivityStreamsArrive appends a Arrive value to the back of a
// list of the property "closed". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsArrive(v ActivityStreamsArrive)
// AppendActivityStreamsArticle appends a Article value to the back of a
// list of the property "closed". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsArticle(v ActivityStreamsArticle)
// AppendActivityStreamsAudio appends a Audio value to the back of a list
// of the property "closed". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsAudio(v ActivityStreamsAudio)
// AppendActivityStreamsBlock appends a Block value to the back of a list
// of the property "closed". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsBlock(v ActivityStreamsBlock)
// AppendActivityStreamsCollection appends a Collection value to the back
// of a list of the property "closed". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsCollection(v ActivityStreamsCollection)
// AppendActivityStreamsCollectionPage appends a CollectionPage value to
// the back of a list of the property "closed". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// AppendActivityStreamsCreate appends a Create value to the back of a
// list of the property "closed". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsCreate(v ActivityStreamsCreate)
// AppendActivityStreamsDelete appends a Delete value to the back of a
// list of the property "closed". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDelete(v ActivityStreamsDelete)
// AppendActivityStreamsDislike appends a Dislike value to the back of a
// list of the property "closed". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDislike(v ActivityStreamsDislike)
// AppendActivityStreamsDocument appends a Document value to the back of a
// list of the property "closed". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDocument(v ActivityStreamsDocument)
// AppendActivityStreamsEvent appends a Event value to the back of a list
// of the property "closed". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsEvent(v ActivityStreamsEvent)
// AppendActivityStreamsFlag appends a Flag value to the back of a list of
// the property "closed". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsFlag(v ActivityStreamsFlag)
// AppendActivityStreamsFollow appends a Follow value to the back of a
// list of the property "closed". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsFollow(v ActivityStreamsFollow)
// AppendActivityStreamsGroup appends a Group value to the back of a list
// of the property "closed". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsGroup(v ActivityStreamsGroup)
// AppendActivityStreamsIgnore appends a Ignore value to the back of a
// list of the property "closed". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsIgnore(v ActivityStreamsIgnore)
// AppendActivityStreamsImage appends a Image value to the back of a list
// of the property "closed". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsImage(v ActivityStreamsImage)
// AppendActivityStreamsIntransitiveActivity appends a
// IntransitiveActivity value to the back of a list of the property
// "closed". Invalidates iterators that are traversing using Prev.
AppendActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// AppendActivityStreamsInvite appends a Invite value to the back of a
// list of the property "closed". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsInvite(v ActivityStreamsInvite)
// AppendActivityStreamsJoin appends a Join value to the back of a list of
// the property "closed". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsJoin(v ActivityStreamsJoin)
// AppendActivityStreamsLeave appends a Leave value to the back of a list
// of the property "closed". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsLeave(v ActivityStreamsLeave)
// AppendActivityStreamsLike appends a Like value to the back of a list of
// the property "closed". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsLike(v ActivityStreamsLike)
// AppendActivityStreamsLink appends a Link value to the back of a list of
// the property "closed". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsLink(v ActivityStreamsLink)
// AppendActivityStreamsListen appends a Listen value to the back of a
// list of the property "closed". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsListen(v ActivityStreamsListen)
// AppendActivityStreamsMention appends a Mention value to the back of a
// list of the property "closed". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsMention(v ActivityStreamsMention)
// AppendActivityStreamsMove appends a Move value to the back of a list of
// the property "closed". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsMove(v ActivityStreamsMove)
// AppendActivityStreamsNote appends a Note value to the back of a list of
// the property "closed". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsNote(v ActivityStreamsNote)
// AppendActivityStreamsObject appends a Object value to the back of a
// list of the property "closed". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsObject(v ActivityStreamsObject)
// AppendActivityStreamsOffer appends a Offer value to the back of a list
// of the property "closed". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsOffer(v ActivityStreamsOffer)
// AppendActivityStreamsOrderedCollection appends a OrderedCollection
// value to the back of a list of the property "closed". Invalidates
// iterators that are traversing using Prev.
AppendActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// AppendActivityStreamsOrderedCollectionPage appends a
// OrderedCollectionPage value to the back of a list of the property
// "closed". Invalidates iterators that are traversing using Prev.
AppendActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// AppendActivityStreamsOrganization appends a Organization value to the
// back of a list of the property "closed". Invalidates iterators that
// are traversing using Prev.
AppendActivityStreamsOrganization(v ActivityStreamsOrganization)
// AppendActivityStreamsPage appends a Page value to the back of a list of
// the property "closed". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsPage(v ActivityStreamsPage)
// AppendActivityStreamsPerson appends a Person value to the back of a
// list of the property "closed". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsPerson(v ActivityStreamsPerson)
// AppendActivityStreamsPlace appends a Place value to the back of a list
// of the property "closed". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsPlace(v ActivityStreamsPlace)
// AppendActivityStreamsProfile appends a Profile value to the back of a
// list of the property "closed". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsProfile(v ActivityStreamsProfile)
// AppendActivityStreamsQuestion appends a Question value to the back of a
// list of the property "closed". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsQuestion(v ActivityStreamsQuestion)
// AppendActivityStreamsRead appends a Read value to the back of a list of
// the property "closed". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsRead(v ActivityStreamsRead)
// AppendActivityStreamsReject appends a Reject value to the back of a
// list of the property "closed". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsReject(v ActivityStreamsReject)
// AppendActivityStreamsRelationship appends a Relationship value to the
// back of a list of the property "closed". Invalidates iterators that
// are traversing using Prev.
AppendActivityStreamsRelationship(v ActivityStreamsRelationship)
// AppendActivityStreamsRemove appends a Remove value to the back of a
// list of the property "closed". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsRemove(v ActivityStreamsRemove)
// AppendActivityStreamsService appends a Service value to the back of a
// list of the property "closed". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsService(v ActivityStreamsService)
// AppendActivityStreamsTentativeAccept appends a TentativeAccept value to
// the back of a list of the property "closed". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// AppendActivityStreamsTentativeReject appends a TentativeReject value to
// the back of a list of the property "closed". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// AppendActivityStreamsTombstone appends a Tombstone value to the back of
// a list of the property "closed". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsTombstone(v ActivityStreamsTombstone)
// AppendActivityStreamsTravel appends a Travel value to the back of a
// list of the property "closed". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsTravel(v ActivityStreamsTravel)
// AppendActivityStreamsUndo appends a Undo value to the back of a list of
// the property "closed". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsUndo(v ActivityStreamsUndo)
// AppendActivityStreamsUpdate appends a Update value to the back of a
// list of the property "closed". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsUpdate(v ActivityStreamsUpdate)
// AppendActivityStreamsVideo appends a Video value to the back of a list
// of the property "closed". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsVideo(v ActivityStreamsVideo)
// AppendActivityStreamsView appends a View value to the back of a list of
// the property "closed". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsView(v ActivityStreamsView)
// AppendFunkwhaleAlbum appends a Album value to the back of a list of the
// property "closed". Invalidates iterators that are traversing using
// Prev.
AppendFunkwhaleAlbum(v FunkwhaleAlbum)
// AppendFunkwhaleArtist appends a Artist value to the back of a list of
// the property "closed". Invalidates iterators that are traversing
// using Prev.
AppendFunkwhaleArtist(v FunkwhaleArtist)
// AppendFunkwhaleLibrary appends a Library value to the back of a list of
// the property "closed". Invalidates iterators that are traversing
// using Prev.
AppendFunkwhaleLibrary(v FunkwhaleLibrary)
// AppendFunkwhaleTrack appends a Track value to the back of a list of the
// property "closed". Invalidates iterators that are traversing using
// Prev.
AppendFunkwhaleTrack(v FunkwhaleTrack)
// AppendGoToSocialAnnounceApproval appends a AnnounceApproval value to
// the back of a list of the property "closed". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// AppendGoToSocialAnnounceAuthorization appends a AnnounceAuthorization
// value to the back of a list of the property "closed". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// AppendGoToSocialAnnounceRequest appends a AnnounceRequest value to the
// back of a list of the property "closed". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// AppendGoToSocialLikeApproval appends a LikeApproval value to the back
// of a list of the property "closed". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialLikeApproval(v GoToSocialLikeApproval)
// AppendGoToSocialLikeAuthorization appends a LikeAuthorization value to
// the back of a list of the property "closed". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// AppendGoToSocialLikeRequest appends a LikeRequest value to the back of
// a list of the property "closed". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialLikeRequest(v GoToSocialLikeRequest)
// AppendGoToSocialQuoteAuthorization appends a QuoteAuthorization value
// to the back of a list of the property "closed". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// AppendGoToSocialQuoteRequest appends a QuoteRequest value to the back
// of a list of the property "closed". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// AppendGoToSocialReplyApproval appends a ReplyApproval value to the back
// of a list of the property "closed". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialReplyApproval(v GoToSocialReplyApproval)
// AppendGoToSocialReplyAuthorization appends a ReplyAuthorization value
// to the back of a list of the property "closed". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// AppendGoToSocialReplyRequest appends a ReplyRequest value to the back
// of a list of the property "closed". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialReplyRequest(v GoToSocialReplyRequest)
// AppendIRI appends an IRI value to the back of a list of the property
// "closed"
AppendIRI(v *url.URL)
// AppendLitePubEmojiReact appends a EmojiReact value to the back of a
// list of the property "closed". Invalidates iterators that are
// traversing using Prev.
AppendLitePubEmojiReact(v LitePubEmojiReact)
// AppendSchemaPropertyValue appends a PropertyValue value to the back of
// a list of the property "closed". Invalidates iterators that are
// traversing using Prev.
AppendSchemaPropertyValue(v SchemaPropertyValue)
// AppendTootEmoji appends a Emoji value to the back of a list of the
// property "closed". Invalidates iterators that are traversing using
// Prev.
AppendTootEmoji(v TootEmoji)
// AppendTootHashtag appends a Hashtag value to the back of a list of the
// property "closed". Invalidates iterators that are traversing using
// Prev.
AppendTootHashtag(v TootHashtag)
// AppendTootIdentityProof appends a IdentityProof value to the back of a
// list of the property "closed". Invalidates iterators that are
// traversing using Prev.
AppendTootIdentityProof(v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "closed". Invalidates iterators that are traversing
// using Prev. Returns an error if the type is not a valid one to set
// for this property.
AppendType(t Type) error
// AppendXMLSchemaBoolean appends a boolean value to the back of a list of
// the property "closed". Invalidates iterators that are traversing
// using Prev.
AppendXMLSchemaBoolean(v bool)
// AppendXMLSchemaDateTime appends a dateTime value to the back of a list
// of the property "closed". Invalidates iterators that are traversing
// using Prev.
AppendXMLSchemaDateTime(v time.Time)
// At returns the property value for the specified index. Panics if the
// index is out of bounds.
At(index int) ActivityStreamsClosedPropertyIterator
// 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.
Begin() ActivityStreamsClosedPropertyIterator
// Empty returns returns true if there are no elements.
Empty() bool
// 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.
End() ActivityStreamsClosedPropertyIterator
// InsertActivityStreamsAccept inserts a Accept value at the specified
// index for a property "closed". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsAccept(idx int, v ActivityStreamsAccept)
// InsertActivityStreamsActivity inserts a Activity value at the specified
// index for a property "closed". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsActivity(idx int, v ActivityStreamsActivity)
// InsertActivityStreamsAdd inserts a Add value at the specified index for
// a property "closed". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertActivityStreamsAdd(idx int, v ActivityStreamsAdd)
// InsertActivityStreamsAnnounce inserts a Announce value at the specified
// index for a property "closed". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsAnnounce(idx int, v ActivityStreamsAnnounce)
// InsertActivityStreamsApplication inserts a Application value at the
// specified index for a property "closed". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsApplication(idx int, v ActivityStreamsApplication)
// InsertActivityStreamsArrive inserts a Arrive value at the specified
// index for a property "closed". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsArrive(idx int, v ActivityStreamsArrive)
// InsertActivityStreamsArticle inserts a Article value at the specified
// index for a property "closed". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsArticle(idx int, v ActivityStreamsArticle)
// InsertActivityStreamsAudio inserts a Audio value at the specified index
// for a property "closed". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsAudio(idx int, v ActivityStreamsAudio)
// InsertActivityStreamsBlock inserts a Block value at the specified index
// for a property "closed". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsBlock(idx int, v ActivityStreamsBlock)
// InsertActivityStreamsCollection inserts a Collection value at the
// specified index for a property "closed". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsCollection(idx int, v ActivityStreamsCollection)
// InsertActivityStreamsCollectionPage inserts a CollectionPage value at
// the specified index for a property "closed". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsCollectionPage(idx int, v ActivityStreamsCollectionPage)
// InsertActivityStreamsCreate inserts a Create value at the specified
// index for a property "closed". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsCreate(idx int, v ActivityStreamsCreate)
// InsertActivityStreamsDelete inserts a Delete value at the specified
// index for a property "closed". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDelete(idx int, v ActivityStreamsDelete)
// InsertActivityStreamsDislike inserts a Dislike value at the specified
// index for a property "closed". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDislike(idx int, v ActivityStreamsDislike)
// InsertActivityStreamsDocument inserts a Document value at the specified
// index for a property "closed". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDocument(idx int, v ActivityStreamsDocument)
// InsertActivityStreamsEvent inserts a Event value at the specified index
// for a property "closed". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsEvent(idx int, v ActivityStreamsEvent)
// InsertActivityStreamsFlag inserts a Flag value at the specified index
// for a property "closed". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsFlag(idx int, v ActivityStreamsFlag)
// InsertActivityStreamsFollow inserts a Follow value at the specified
// index for a property "closed". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsFollow(idx int, v ActivityStreamsFollow)
// InsertActivityStreamsGroup inserts a Group value at the specified index
// for a property "closed". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsGroup(idx int, v ActivityStreamsGroup)
// InsertActivityStreamsIgnore inserts a Ignore value at the specified
// index for a property "closed". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsIgnore(idx int, v ActivityStreamsIgnore)
// InsertActivityStreamsImage inserts a Image value at the specified index
// for a property "closed". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsImage(idx int, v ActivityStreamsImage)
// InsertActivityStreamsIntransitiveActivity inserts a
// IntransitiveActivity value at the specified index for a property
// "closed". Existing elements at that index and higher are shifted
// back once. Invalidates all iterators.
InsertActivityStreamsIntransitiveActivity(idx int, v ActivityStreamsIntransitiveActivity)
// InsertActivityStreamsInvite inserts a Invite value at the specified
// index for a property "closed". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsInvite(idx int, v ActivityStreamsInvite)
// InsertActivityStreamsJoin inserts a Join value at the specified index
// for a property "closed". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsJoin(idx int, v ActivityStreamsJoin)
// InsertActivityStreamsLeave inserts a Leave value at the specified index
// for a property "closed". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsLeave(idx int, v ActivityStreamsLeave)
// InsertActivityStreamsLike inserts a Like value at the specified index
// for a property "closed". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsLike(idx int, v ActivityStreamsLike)
// InsertActivityStreamsLink inserts a Link value at the specified index
// for a property "closed". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsLink(idx int, v ActivityStreamsLink)
// InsertActivityStreamsListen inserts a Listen value at the specified
// index for a property "closed". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsListen(idx int, v ActivityStreamsListen)
// InsertActivityStreamsMention inserts a Mention value at the specified
// index for a property "closed". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsMention(idx int, v ActivityStreamsMention)
// InsertActivityStreamsMove inserts a Move value at the specified index
// for a property "closed". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsMove(idx int, v ActivityStreamsMove)
// InsertActivityStreamsNote inserts a Note value at the specified index
// for a property "closed". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsNote(idx int, v ActivityStreamsNote)
// InsertActivityStreamsObject inserts a Object value at the specified
// index for a property "closed". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsObject(idx int, v ActivityStreamsObject)
// InsertActivityStreamsOffer inserts a Offer value at the specified index
// for a property "closed". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsOffer(idx int, v ActivityStreamsOffer)
// InsertActivityStreamsOrderedCollection inserts a OrderedCollection
// value at the specified index for a property "closed". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertActivityStreamsOrderedCollection(idx int, v ActivityStreamsOrderedCollection)
// InsertActivityStreamsOrderedCollectionPage inserts a
// OrderedCollectionPage value at the specified index for a property
// "closed". Existing elements at that index and higher are shifted
// back once. Invalidates all iterators.
InsertActivityStreamsOrderedCollectionPage(idx int, v ActivityStreamsOrderedCollectionPage)
// InsertActivityStreamsOrganization inserts a Organization value at the
// specified index for a property "closed". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsOrganization(idx int, v ActivityStreamsOrganization)
// InsertActivityStreamsPage inserts a Page value at the specified index
// for a property "closed". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsPage(idx int, v ActivityStreamsPage)
// InsertActivityStreamsPerson inserts a Person value at the specified
// index for a property "closed". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsPerson(idx int, v ActivityStreamsPerson)
// InsertActivityStreamsPlace inserts a Place value at the specified index
// for a property "closed". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsPlace(idx int, v ActivityStreamsPlace)
// InsertActivityStreamsProfile inserts a Profile value at the specified
// index for a property "closed". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsProfile(idx int, v ActivityStreamsProfile)
// InsertActivityStreamsQuestion inserts a Question value at the specified
// index for a property "closed". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsQuestion(idx int, v ActivityStreamsQuestion)
// InsertActivityStreamsRead inserts a Read value at the specified index
// for a property "closed". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsRead(idx int, v ActivityStreamsRead)
// InsertActivityStreamsReject inserts a Reject value at the specified
// index for a property "closed". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsReject(idx int, v ActivityStreamsReject)
// InsertActivityStreamsRelationship inserts a Relationship value at the
// specified index for a property "closed". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsRelationship(idx int, v ActivityStreamsRelationship)
// InsertActivityStreamsRemove inserts a Remove value at the specified
// index for a property "closed". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsRemove(idx int, v ActivityStreamsRemove)
// InsertActivityStreamsService inserts a Service value at the specified
// index for a property "closed". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsService(idx int, v ActivityStreamsService)
// InsertActivityStreamsTentativeAccept inserts a TentativeAccept value at
// the specified index for a property "closed". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsTentativeAccept(idx int, v ActivityStreamsTentativeAccept)
// InsertActivityStreamsTentativeReject inserts a TentativeReject value at
// the specified index for a property "closed". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsTentativeReject(idx int, v ActivityStreamsTentativeReject)
// InsertActivityStreamsTombstone inserts a Tombstone value at the
// specified index for a property "closed". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsTombstone(idx int, v ActivityStreamsTombstone)
// InsertActivityStreamsTravel inserts a Travel value at the specified
// index for a property "closed". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsTravel(idx int, v ActivityStreamsTravel)
// InsertActivityStreamsUndo inserts a Undo value at the specified index
// for a property "closed". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsUndo(idx int, v ActivityStreamsUndo)
// InsertActivityStreamsUpdate inserts a Update value at the specified
// index for a property "closed". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsUpdate(idx int, v ActivityStreamsUpdate)
// InsertActivityStreamsVideo inserts a Video value at the specified index
// for a property "closed". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsVideo(idx int, v ActivityStreamsVideo)
// InsertActivityStreamsView inserts a View value at the specified index
// for a property "closed". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsView(idx int, v ActivityStreamsView)
// InsertFunkwhaleAlbum inserts a Album value at the specified index for a
// property "closed". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertFunkwhaleAlbum(idx int, v FunkwhaleAlbum)
// InsertFunkwhaleArtist inserts a Artist value at the specified index for
// a property "closed". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertFunkwhaleArtist(idx int, v FunkwhaleArtist)
// InsertFunkwhaleLibrary inserts a Library value at the specified index
// for a property "closed". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertFunkwhaleLibrary(idx int, v FunkwhaleLibrary)
// InsertFunkwhaleTrack inserts a Track value at the specified index for a
// property "closed". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertFunkwhaleTrack(idx int, v FunkwhaleTrack)
// InsertGoToSocialAnnounceApproval inserts a AnnounceApproval value at
// the specified index for a property "closed". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialAnnounceApproval(idx int, v GoToSocialAnnounceApproval)
// InsertGoToSocialAnnounceAuthorization inserts a AnnounceAuthorization
// value at the specified index for a property "closed". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertGoToSocialAnnounceAuthorization(idx int, v GoToSocialAnnounceAuthorization)
// InsertGoToSocialAnnounceRequest inserts a AnnounceRequest value at the
// specified index for a property "closed". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialAnnounceRequest(idx int, v GoToSocialAnnounceRequest)
// InsertGoToSocialLikeApproval inserts a LikeApproval value at the
// specified index for a property "closed". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialLikeApproval(idx int, v GoToSocialLikeApproval)
// InsertGoToSocialLikeAuthorization inserts a LikeAuthorization value at
// the specified index for a property "closed". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialLikeAuthorization(idx int, v GoToSocialLikeAuthorization)
// InsertGoToSocialLikeRequest inserts a LikeRequest value at the
// specified index for a property "closed". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// InsertGoToSocialQuoteAuthorization inserts a QuoteAuthorization value
// at the specified index for a property "closed". Existing elements
// at that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialQuoteAuthorization(idx int, v GoToSocialQuoteAuthorization)
// InsertGoToSocialQuoteRequest inserts a QuoteRequest value at the
// specified index for a property "closed". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialQuoteRequest(idx int, v GoToSocialQuoteRequest)
// InsertGoToSocialReplyApproval inserts a ReplyApproval value at the
// specified index for a property "closed". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialReplyApproval(idx int, v GoToSocialReplyApproval)
// InsertGoToSocialReplyAuthorization inserts a ReplyAuthorization value
// at the specified index for a property "closed". Existing elements
// at that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialReplyAuthorization(idx int, v GoToSocialReplyAuthorization)
// InsertGoToSocialReplyRequest inserts a ReplyRequest value at the
// specified index for a property "closed". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialReplyRequest(idx int, v GoToSocialReplyRequest)
// Insert inserts an IRI value at the specified index for a property
// "closed". Existing elements at that index and higher are shifted
// back once. Invalidates all iterators.
InsertIRI(idx int, v *url.URL)
// InsertLitePubEmojiReact inserts a EmojiReact value at the specified
// index for a property "closed". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertLitePubEmojiReact(idx int, v LitePubEmojiReact)
// InsertSchemaPropertyValue inserts a PropertyValue value at the
// specified index for a property "closed". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertSchemaPropertyValue(idx int, v SchemaPropertyValue)
// InsertTootEmoji inserts a Emoji value at the specified index for a
// property "closed". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertTootEmoji(idx int, v TootEmoji)
// InsertTootHashtag inserts a Hashtag value at the specified index for a
// property "closed". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertTootHashtag(idx int, v TootHashtag)
// InsertTootIdentityProof inserts a IdentityProof value at the specified
// index for a property "closed". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertTootIdentityProof(idx int, v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "closed". Invalidates all iterators. Returns an error
// if the type is not a valid one to set for this property.
InsertType(idx int, t Type) error
// InsertXMLSchemaBoolean inserts a boolean value at the specified index
// for a property "closed". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertXMLSchemaBoolean(idx int, v bool)
// InsertXMLSchemaDateTime inserts a dateTime value at the specified index
// for a property "closed". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertXMLSchemaDateTime(idx int, v time.Time)
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex(idx int) int
// Len returns the number of values that exist for the "closed" property.
Len() (length int)
// Less computes whether another property is less than this one. Mixing
// types results in a consistent but arbitrary ordering
Less(i, j int) 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.
LessThan(o ActivityStreamsClosedProperty) bool
// Name returns the name of this property ("closed") with any alias.
Name() string
// PrependActivityStreamsAccept prepends a Accept value to the front of a
// list of the property "closed". Invalidates all iterators.
PrependActivityStreamsAccept(v ActivityStreamsAccept)
// PrependActivityStreamsActivity prepends a Activity value to the front
// of a list of the property "closed". Invalidates all iterators.
PrependActivityStreamsActivity(v ActivityStreamsActivity)
// PrependActivityStreamsAdd prepends a Add value to the front of a list
// of the property "closed". Invalidates all iterators.
PrependActivityStreamsAdd(v ActivityStreamsAdd)
// PrependActivityStreamsAnnounce prepends a Announce value to the front
// of a list of the property "closed". Invalidates all iterators.
PrependActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// PrependActivityStreamsApplication prepends a Application value to the
// front of a list of the property "closed". Invalidates all iterators.
PrependActivityStreamsApplication(v ActivityStreamsApplication)
// PrependActivityStreamsArrive prepends a Arrive value to the front of a
// list of the property "closed". Invalidates all iterators.
PrependActivityStreamsArrive(v ActivityStreamsArrive)
// PrependActivityStreamsArticle prepends a Article value to the front of
// a list of the property "closed". Invalidates all iterators.
PrependActivityStreamsArticle(v ActivityStreamsArticle)
// PrependActivityStreamsAudio prepends a Audio value to the front of a
// list of the property "closed". Invalidates all iterators.
PrependActivityStreamsAudio(v ActivityStreamsAudio)
// PrependActivityStreamsBlock prepends a Block value to the front of a
// list of the property "closed". Invalidates all iterators.
PrependActivityStreamsBlock(v ActivityStreamsBlock)
// PrependActivityStreamsCollection prepends a Collection value to the
// front of a list of the property "closed". Invalidates all iterators.
PrependActivityStreamsCollection(v ActivityStreamsCollection)
// PrependActivityStreamsCollectionPage prepends a CollectionPage value to
// the front of a list of the property "closed". Invalidates all
// iterators.
PrependActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// PrependActivityStreamsCreate prepends a Create value to the front of a
// list of the property "closed". Invalidates all iterators.
PrependActivityStreamsCreate(v ActivityStreamsCreate)
// PrependActivityStreamsDelete prepends a Delete value to the front of a
// list of the property "closed". Invalidates all iterators.
PrependActivityStreamsDelete(v ActivityStreamsDelete)
// PrependActivityStreamsDislike prepends a Dislike value to the front of
// a list of the property "closed". Invalidates all iterators.
PrependActivityStreamsDislike(v ActivityStreamsDislike)
// PrependActivityStreamsDocument prepends a Document value to the front
// of a list of the property "closed". Invalidates all iterators.
PrependActivityStreamsDocument(v ActivityStreamsDocument)
// PrependActivityStreamsEvent prepends a Event value to the front of a
// list of the property "closed". Invalidates all iterators.
PrependActivityStreamsEvent(v ActivityStreamsEvent)
// PrependActivityStreamsFlag prepends a Flag value to the front of a list
// of the property "closed". Invalidates all iterators.
PrependActivityStreamsFlag(v ActivityStreamsFlag)
// PrependActivityStreamsFollow prepends a Follow value to the front of a
// list of the property "closed". Invalidates all iterators.
PrependActivityStreamsFollow(v ActivityStreamsFollow)
// PrependActivityStreamsGroup prepends a Group value to the front of a
// list of the property "closed". Invalidates all iterators.
PrependActivityStreamsGroup(v ActivityStreamsGroup)
// PrependActivityStreamsIgnore prepends a Ignore value to the front of a
// list of the property "closed". Invalidates all iterators.
PrependActivityStreamsIgnore(v ActivityStreamsIgnore)
// PrependActivityStreamsImage prepends a Image value to the front of a
// list of the property "closed". Invalidates all iterators.
PrependActivityStreamsImage(v ActivityStreamsImage)
// PrependActivityStreamsIntransitiveActivity prepends a
// IntransitiveActivity value to the front of a list of the property
// "closed". Invalidates all iterators.
PrependActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// PrependActivityStreamsInvite prepends a Invite value to the front of a
// list of the property "closed". Invalidates all iterators.
PrependActivityStreamsInvite(v ActivityStreamsInvite)
// PrependActivityStreamsJoin prepends a Join value to the front of a list
// of the property "closed". Invalidates all iterators.
PrependActivityStreamsJoin(v ActivityStreamsJoin)
// PrependActivityStreamsLeave prepends a Leave value to the front of a
// list of the property "closed". Invalidates all iterators.
PrependActivityStreamsLeave(v ActivityStreamsLeave)
// PrependActivityStreamsLike prepends a Like value to the front of a list
// of the property "closed". Invalidates all iterators.
PrependActivityStreamsLike(v ActivityStreamsLike)
// PrependActivityStreamsLink prepends a Link value to the front of a list
// of the property "closed". Invalidates all iterators.
PrependActivityStreamsLink(v ActivityStreamsLink)
// PrependActivityStreamsListen prepends a Listen value to the front of a
// list of the property "closed". Invalidates all iterators.
PrependActivityStreamsListen(v ActivityStreamsListen)
// PrependActivityStreamsMention prepends a Mention value to the front of
// a list of the property "closed". Invalidates all iterators.
PrependActivityStreamsMention(v ActivityStreamsMention)
// PrependActivityStreamsMove prepends a Move value to the front of a list
// of the property "closed". Invalidates all iterators.
PrependActivityStreamsMove(v ActivityStreamsMove)
// PrependActivityStreamsNote prepends a Note value to the front of a list
// of the property "closed". Invalidates all iterators.
PrependActivityStreamsNote(v ActivityStreamsNote)
// PrependActivityStreamsObject prepends a Object value to the front of a
// list of the property "closed". Invalidates all iterators.
PrependActivityStreamsObject(v ActivityStreamsObject)
// PrependActivityStreamsOffer prepends a Offer value to the front of a
// list of the property "closed". Invalidates all iterators.
PrependActivityStreamsOffer(v ActivityStreamsOffer)
// PrependActivityStreamsOrderedCollection prepends a OrderedCollection
// value to the front of a list of the property "closed". Invalidates
// all iterators.
PrependActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// PrependActivityStreamsOrderedCollectionPage prepends a
// OrderedCollectionPage value to the front of a list of the property
// "closed". Invalidates all iterators.
PrependActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// PrependActivityStreamsOrganization prepends a Organization value to the
// front of a list of the property "closed". Invalidates all iterators.
PrependActivityStreamsOrganization(v ActivityStreamsOrganization)
// PrependActivityStreamsPage prepends a Page value to the front of a list
// of the property "closed". Invalidates all iterators.
PrependActivityStreamsPage(v ActivityStreamsPage)
// PrependActivityStreamsPerson prepends a Person value to the front of a
// list of the property "closed". Invalidates all iterators.
PrependActivityStreamsPerson(v ActivityStreamsPerson)
// PrependActivityStreamsPlace prepends a Place value to the front of a
// list of the property "closed". Invalidates all iterators.
PrependActivityStreamsPlace(v ActivityStreamsPlace)
// PrependActivityStreamsProfile prepends a Profile value to the front of
// a list of the property "closed". Invalidates all iterators.
PrependActivityStreamsProfile(v ActivityStreamsProfile)
// PrependActivityStreamsQuestion prepends a Question value to the front
// of a list of the property "closed". Invalidates all iterators.
PrependActivityStreamsQuestion(v ActivityStreamsQuestion)
// PrependActivityStreamsRead prepends a Read value to the front of a list
// of the property "closed". Invalidates all iterators.
PrependActivityStreamsRead(v ActivityStreamsRead)
// PrependActivityStreamsReject prepends a Reject value to the front of a
// list of the property "closed". Invalidates all iterators.
PrependActivityStreamsReject(v ActivityStreamsReject)
// PrependActivityStreamsRelationship prepends a Relationship value to the
// front of a list of the property "closed". Invalidates all iterators.
PrependActivityStreamsRelationship(v ActivityStreamsRelationship)
// PrependActivityStreamsRemove prepends a Remove value to the front of a
// list of the property "closed". Invalidates all iterators.
PrependActivityStreamsRemove(v ActivityStreamsRemove)
// PrependActivityStreamsService prepends a Service value to the front of
// a list of the property "closed". Invalidates all iterators.
PrependActivityStreamsService(v ActivityStreamsService)
// PrependActivityStreamsTentativeAccept prepends a TentativeAccept value
// to the front of a list of the property "closed". Invalidates all
// iterators.
PrependActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// PrependActivityStreamsTentativeReject prepends a TentativeReject value
// to the front of a list of the property "closed". Invalidates all
// iterators.
PrependActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// PrependActivityStreamsTombstone prepends a Tombstone value to the front
// of a list of the property "closed". Invalidates all iterators.
PrependActivityStreamsTombstone(v ActivityStreamsTombstone)
// PrependActivityStreamsTravel prepends a Travel value to the front of a
// list of the property "closed". Invalidates all iterators.
PrependActivityStreamsTravel(v ActivityStreamsTravel)
// PrependActivityStreamsUndo prepends a Undo value to the front of a list
// of the property "closed". Invalidates all iterators.
PrependActivityStreamsUndo(v ActivityStreamsUndo)
// PrependActivityStreamsUpdate prepends a Update value to the front of a
// list of the property "closed". Invalidates all iterators.
PrependActivityStreamsUpdate(v ActivityStreamsUpdate)
// PrependActivityStreamsVideo prepends a Video value to the front of a
// list of the property "closed". Invalidates all iterators.
PrependActivityStreamsVideo(v ActivityStreamsVideo)
// PrependActivityStreamsView prepends a View value to the front of a list
// of the property "closed". Invalidates all iterators.
PrependActivityStreamsView(v ActivityStreamsView)
// PrependFunkwhaleAlbum prepends a Album value to the front of a list of
// the property "closed". Invalidates all iterators.
PrependFunkwhaleAlbum(v FunkwhaleAlbum)
// PrependFunkwhaleArtist prepends a Artist value to the front of a list
// of the property "closed". Invalidates all iterators.
PrependFunkwhaleArtist(v FunkwhaleArtist)
// PrependFunkwhaleLibrary prepends a Library value to the front of a list
// of the property "closed". Invalidates all iterators.
PrependFunkwhaleLibrary(v FunkwhaleLibrary)
// PrependFunkwhaleTrack prepends a Track value to the front of a list of
// the property "closed". Invalidates all iterators.
PrependFunkwhaleTrack(v FunkwhaleTrack)
// PrependGoToSocialAnnounceApproval prepends a AnnounceApproval value to
// the front of a list of the property "closed". Invalidates all
// iterators.
PrependGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// PrependGoToSocialAnnounceAuthorization prepends a AnnounceAuthorization
// value to the front of a list of the property "closed". Invalidates
// all iterators.
PrependGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// PrependGoToSocialAnnounceRequest prepends a AnnounceRequest value to
// the front of a list of the property "closed". Invalidates all
// iterators.
PrependGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// PrependGoToSocialLikeApproval prepends a LikeApproval value to the
// front of a list of the property "closed". Invalidates all iterators.
PrependGoToSocialLikeApproval(v GoToSocialLikeApproval)
// PrependGoToSocialLikeAuthorization prepends a LikeAuthorization value
// to the front of a list of the property "closed". Invalidates all
// iterators.
PrependGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// PrependGoToSocialLikeRequest prepends a LikeRequest value to the front
// of a list of the property "closed". Invalidates all iterators.
PrependGoToSocialLikeRequest(v GoToSocialLikeRequest)
// PrependGoToSocialQuoteAuthorization prepends a QuoteAuthorization value
// to the front of a list of the property "closed". Invalidates all
// iterators.
PrependGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// PrependGoToSocialQuoteRequest prepends a QuoteRequest value to the
// front of a list of the property "closed". Invalidates all iterators.
PrependGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// PrependGoToSocialReplyApproval prepends a ReplyApproval value to the
// front of a list of the property "closed". Invalidates all iterators.
PrependGoToSocialReplyApproval(v GoToSocialReplyApproval)
// PrependGoToSocialReplyAuthorization prepends a ReplyAuthorization value
// to the front of a list of the property "closed". Invalidates all
// iterators.
PrependGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// PrependGoToSocialReplyRequest prepends a ReplyRequest value to the
// front of a list of the property "closed". Invalidates all iterators.
PrependGoToSocialReplyRequest(v GoToSocialReplyRequest)
// PrependIRI prepends an IRI value to the front of a list of the property
// "closed".
PrependIRI(v *url.URL)
// PrependLitePubEmojiReact prepends a EmojiReact value to the front of a
// list of the property "closed". Invalidates all iterators.
PrependLitePubEmojiReact(v LitePubEmojiReact)
// PrependSchemaPropertyValue prepends a PropertyValue value to the front
// of a list of the property "closed". Invalidates all iterators.
PrependSchemaPropertyValue(v SchemaPropertyValue)
// PrependTootEmoji prepends a Emoji value to the front of a list of the
// property "closed". Invalidates all iterators.
PrependTootEmoji(v TootEmoji)
// PrependTootHashtag prepends a Hashtag value to the front of a list of
// the property "closed". Invalidates all iterators.
PrependTootHashtag(v TootHashtag)
// PrependTootIdentityProof prepends a IdentityProof value to the front of
// a list of the property "closed". Invalidates all iterators.
PrependTootIdentityProof(v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "closed". Invalidates all iterators. Returns an error
// if the type is not a valid one to set for this property.
PrependType(t Type) error
// PrependXMLSchemaBoolean prepends a boolean value to the front of a list
// of the property "closed". Invalidates all iterators.
PrependXMLSchemaBoolean(v bool)
// PrependXMLSchemaDateTime prepends a dateTime value to the front of a
// list of the property "closed". Invalidates all iterators.
PrependXMLSchemaDateTime(v time.Time)
// Remove deletes an element at the specified index from a list of the
// property "closed", regardless of its type. Panics if the index is
// out of bounds. Invalidates all iterators.
Remove(idx int)
// 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.
Serialize() (interface{}, error)
// SetActivityStreamsAccept sets a Accept value to be at the specified
// index for the property "closed". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsAccept(idx int, v ActivityStreamsAccept)
// SetActivityStreamsActivity sets a Activity value to be at the specified
// index for the property "closed". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsActivity(idx int, v ActivityStreamsActivity)
// SetActivityStreamsAdd sets a Add value to be at the specified index for
// the property "closed". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsAdd(idx int, v ActivityStreamsAdd)
// SetActivityStreamsAnnounce sets a Announce value to be at the specified
// index for the property "closed". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsAnnounce(idx int, v ActivityStreamsAnnounce)
// SetActivityStreamsApplication sets a Application value to be at the
// specified index for the property "closed". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsApplication(idx int, v ActivityStreamsApplication)
// SetActivityStreamsArrive sets a Arrive value to be at the specified
// index for the property "closed". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsArrive(idx int, v ActivityStreamsArrive)
// SetActivityStreamsArticle sets a Article value to be at the specified
// index for the property "closed". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsArticle(idx int, v ActivityStreamsArticle)
// SetActivityStreamsAudio sets a Audio value to be at the specified index
// for the property "closed". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsAudio(idx int, v ActivityStreamsAudio)
// SetActivityStreamsBlock sets a Block value to be at the specified index
// for the property "closed". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsBlock(idx int, v ActivityStreamsBlock)
// SetActivityStreamsCollection sets a Collection value to be at the
// specified index for the property "closed". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsCollection(idx int, v ActivityStreamsCollection)
// SetActivityStreamsCollectionPage sets a CollectionPage value to be at
// the specified index for the property "closed". Panics if the index
// is out of bounds. Invalidates all iterators.
SetActivityStreamsCollectionPage(idx int, v ActivityStreamsCollectionPage)
// SetActivityStreamsCreate sets a Create value to be at the specified
// index for the property "closed". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsCreate(idx int, v ActivityStreamsCreate)
// SetActivityStreamsDelete sets a Delete value to be at the specified
// index for the property "closed". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsDelete(idx int, v ActivityStreamsDelete)
// SetActivityStreamsDislike sets a Dislike value to be at the specified
// index for the property "closed". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsDislike(idx int, v ActivityStreamsDislike)
// SetActivityStreamsDocument sets a Document value to be at the specified
// index for the property "closed". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsDocument(idx int, v ActivityStreamsDocument)
// SetActivityStreamsEvent sets a Event value to be at the specified index
// for the property "closed". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsEvent(idx int, v ActivityStreamsEvent)
// SetActivityStreamsFlag sets a Flag value to be at the specified index
// for the property "closed". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsFlag(idx int, v ActivityStreamsFlag)
// SetActivityStreamsFollow sets a Follow value to be at the specified
// index for the property "closed". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsFollow(idx int, v ActivityStreamsFollow)
// SetActivityStreamsGroup sets a Group value to be at the specified index
// for the property "closed". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsGroup(idx int, v ActivityStreamsGroup)
// SetActivityStreamsIgnore sets a Ignore value to be at the specified
// index for the property "closed". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsIgnore(idx int, v ActivityStreamsIgnore)
// SetActivityStreamsImage sets a Image value to be at the specified index
// for the property "closed". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsImage(idx int, v ActivityStreamsImage)
// SetActivityStreamsIntransitiveActivity sets a IntransitiveActivity
// value to be at the specified index for the property "closed".
// Panics if the index is out of bounds. Invalidates all iterators.
SetActivityStreamsIntransitiveActivity(idx int, v ActivityStreamsIntransitiveActivity)
// SetActivityStreamsInvite sets a Invite value to be at the specified
// index for the property "closed". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsInvite(idx int, v ActivityStreamsInvite)
// SetActivityStreamsJoin sets a Join value to be at the specified index
// for the property "closed". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsJoin(idx int, v ActivityStreamsJoin)
// SetActivityStreamsLeave sets a Leave value to be at the specified index
// for the property "closed". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsLeave(idx int, v ActivityStreamsLeave)
// SetActivityStreamsLike sets a Like value to be at the specified index
// for the property "closed". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsLike(idx int, v ActivityStreamsLike)
// SetActivityStreamsLink sets a Link value to be at the specified index
// for the property "closed". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsLink(idx int, v ActivityStreamsLink)
// SetActivityStreamsListen sets a Listen value to be at the specified
// index for the property "closed". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsListen(idx int, v ActivityStreamsListen)
// SetActivityStreamsMention sets a Mention value to be at the specified
// index for the property "closed". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsMention(idx int, v ActivityStreamsMention)
// SetActivityStreamsMove sets a Move value to be at the specified index
// for the property "closed". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsMove(idx int, v ActivityStreamsMove)
// SetActivityStreamsNote sets a Note value to be at the specified index
// for the property "closed". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsNote(idx int, v ActivityStreamsNote)
// SetActivityStreamsObject sets a Object value to be at the specified
// index for the property "closed". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsObject(idx int, v ActivityStreamsObject)
// SetActivityStreamsOffer sets a Offer value to be at the specified index
// for the property "closed". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsOffer(idx int, v ActivityStreamsOffer)
// SetActivityStreamsOrderedCollection sets a OrderedCollection value to
// be at the specified index for the property "closed". Panics if the
// index is out of bounds. Invalidates all iterators.
SetActivityStreamsOrderedCollection(idx int, v ActivityStreamsOrderedCollection)
// SetActivityStreamsOrderedCollectionPage sets a OrderedCollectionPage
// value to be at the specified index for the property "closed".
// Panics if the index is out of bounds. Invalidates all iterators.
SetActivityStreamsOrderedCollectionPage(idx int, v ActivityStreamsOrderedCollectionPage)
// SetActivityStreamsOrganization sets a Organization value to be at the
// specified index for the property "closed". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsOrganization(idx int, v ActivityStreamsOrganization)
// SetActivityStreamsPage sets a Page value to be at the specified index
// for the property "closed". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsPage(idx int, v ActivityStreamsPage)
// SetActivityStreamsPerson sets a Person value to be at the specified
// index for the property "closed". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsPerson(idx int, v ActivityStreamsPerson)
// SetActivityStreamsPlace sets a Place value to be at the specified index
// for the property "closed". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsPlace(idx int, v ActivityStreamsPlace)
// SetActivityStreamsProfile sets a Profile value to be at the specified
// index for the property "closed". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsProfile(idx int, v ActivityStreamsProfile)
// SetActivityStreamsQuestion sets a Question value to be at the specified
// index for the property "closed". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsQuestion(idx int, v ActivityStreamsQuestion)
// SetActivityStreamsRead sets a Read value to be at the specified index
// for the property "closed". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsRead(idx int, v ActivityStreamsRead)
// SetActivityStreamsReject sets a Reject value to be at the specified
// index for the property "closed". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsReject(idx int, v ActivityStreamsReject)
// SetActivityStreamsRelationship sets a Relationship value to be at the
// specified index for the property "closed". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsRelationship(idx int, v ActivityStreamsRelationship)
// SetActivityStreamsRemove sets a Remove value to be at the specified
// index for the property "closed". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsRemove(idx int, v ActivityStreamsRemove)
// SetActivityStreamsService sets a Service value to be at the specified
// index for the property "closed". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsService(idx int, v ActivityStreamsService)
// SetActivityStreamsTentativeAccept sets a TentativeAccept value to be at
// the specified index for the property "closed". Panics if the index
// is out of bounds. Invalidates all iterators.
SetActivityStreamsTentativeAccept(idx int, v ActivityStreamsTentativeAccept)
// SetActivityStreamsTentativeReject sets a TentativeReject value to be at
// the specified index for the property "closed". Panics if the index
// is out of bounds. Invalidates all iterators.
SetActivityStreamsTentativeReject(idx int, v ActivityStreamsTentativeReject)
// SetActivityStreamsTombstone sets a Tombstone value to be at the
// specified index for the property "closed". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsTombstone(idx int, v ActivityStreamsTombstone)
// SetActivityStreamsTravel sets a Travel value to be at the specified
// index for the property "closed". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsTravel(idx int, v ActivityStreamsTravel)
// SetActivityStreamsUndo sets a Undo value to be at the specified index
// for the property "closed". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsUndo(idx int, v ActivityStreamsUndo)
// SetActivityStreamsUpdate sets a Update value to be at the specified
// index for the property "closed". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsUpdate(idx int, v ActivityStreamsUpdate)
// SetActivityStreamsVideo sets a Video value to be at the specified index
// for the property "closed". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsVideo(idx int, v ActivityStreamsVideo)
// SetActivityStreamsView sets a View value to be at the specified index
// for the property "closed". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsView(idx int, v ActivityStreamsView)
// SetFunkwhaleAlbum sets a Album value to be at the specified index for
// the property "closed". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleAlbum(idx int, v FunkwhaleAlbum)
// SetFunkwhaleArtist sets a Artist value to be at the specified index for
// the property "closed". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleArtist(idx int, v FunkwhaleArtist)
// SetFunkwhaleLibrary sets a Library value to be at the specified index
// for the property "closed". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleLibrary(idx int, v FunkwhaleLibrary)
// SetFunkwhaleTrack sets a Track value to be at the specified index for
// the property "closed". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleTrack(idx int, v FunkwhaleTrack)
// SetGoToSocialAnnounceApproval sets a AnnounceApproval value to be at
// the specified index for the property "closed". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceApproval(idx int, v GoToSocialAnnounceApproval)
// SetGoToSocialAnnounceAuthorization sets a AnnounceAuthorization value
// to be at the specified index for the property "closed". Panics if
// the index is out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceAuthorization(idx int, v GoToSocialAnnounceAuthorization)
// SetGoToSocialAnnounceRequest sets a AnnounceRequest value to be at the
// specified index for the property "closed". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceRequest(idx int, v GoToSocialAnnounceRequest)
// SetGoToSocialLikeApproval sets a LikeApproval value to be at the
// specified index for the property "closed". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialLikeApproval(idx int, v GoToSocialLikeApproval)
// SetGoToSocialLikeAuthorization sets a LikeAuthorization value to be at
// the specified index for the property "closed". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialLikeAuthorization(idx int, v GoToSocialLikeAuthorization)
// SetGoToSocialLikeRequest sets a LikeRequest value to be at the
// specified index for the property "closed". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// SetGoToSocialQuoteAuthorization sets a QuoteAuthorization value to be
// at the specified index for the property "closed". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialQuoteAuthorization(idx int, v GoToSocialQuoteAuthorization)
// SetGoToSocialQuoteRequest sets a QuoteRequest value to be at the
// specified index for the property "closed". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialQuoteRequest(idx int, v GoToSocialQuoteRequest)
// SetGoToSocialReplyApproval sets a ReplyApproval value to be at the
// specified index for the property "closed". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialReplyApproval(idx int, v GoToSocialReplyApproval)
// SetGoToSocialReplyAuthorization sets a ReplyAuthorization value to be
// at the specified index for the property "closed". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialReplyAuthorization(idx int, v GoToSocialReplyAuthorization)
// SetGoToSocialReplyRequest sets a ReplyRequest value to be at the
// specified index for the property "closed". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialReplyRequest(idx int, v GoToSocialReplyRequest)
// SetIRI sets an IRI value to be at the specified index for the property
// "closed". Panics if the index is out of bounds.
SetIRI(idx int, v *url.URL)
// SetLitePubEmojiReact sets a EmojiReact value to be at the specified
// index for the property "closed". Panics if the index is out of
// bounds. Invalidates all iterators.
SetLitePubEmojiReact(idx int, v LitePubEmojiReact)
// SetSchemaPropertyValue sets a PropertyValue value to be at the
// specified index for the property "closed". Panics if the index is
// out of bounds. Invalidates all iterators.
SetSchemaPropertyValue(idx int, v SchemaPropertyValue)
// SetTootEmoji sets a Emoji value to be at the specified index for the
// property "closed". Panics if the index is out of bounds.
// Invalidates all iterators.
SetTootEmoji(idx int, v TootEmoji)
// SetTootHashtag sets a Hashtag value to be at the specified index for
// the property "closed". Panics if the index is out of bounds.
// Invalidates all iterators.
SetTootHashtag(idx int, v TootHashtag)
// SetTootIdentityProof sets a IdentityProof value to be at the specified
// index for the property "closed". Panics if the index is out of
// bounds. Invalidates all iterators.
SetTootIdentityProof(idx int, v TootIdentityProof)
// SetType sets an arbitrary type value to the specified index of the
// property "closed". 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.
SetType(idx int, t Type) error
// SetXMLSchemaBoolean sets a boolean value to be at the specified index
// for the property "closed". Panics if the index is out of bounds.
// Invalidates all iterators.
SetXMLSchemaBoolean(idx int, v bool)
// SetXMLSchemaDateTime sets a dateTime value to be at the specified index
// for the property "closed". Panics if the index is out of bounds.
// Invalidates all iterators.
SetXMLSchemaDateTime(idx int, v time.Time)
// Swap swaps the location of values at two indices for the "closed"
// property.
Swap(i, j int)
}
Indicates that a question has been closed, and answers are no longer accepted.
Example 93 (https://www.w3.org/TR/activitystreams-vocabulary/#ex94b-jsonld):
{
"closed": "2016-05-10T00:00:00Z",
"name": "What is the answer?",
"type": "Question"
}
type ActivityStreamsClosedPropertyIterator ¶
type ActivityStreamsClosedPropertyIterator interface {
// GetActivityStreamsAccept returns the value of this property. When
// IsActivityStreamsAccept returns false, GetActivityStreamsAccept
// will return an arbitrary value.
GetActivityStreamsAccept() ActivityStreamsAccept
// GetActivityStreamsActivity returns the value of this property. When
// IsActivityStreamsActivity returns false, GetActivityStreamsActivity
// will return an arbitrary value.
GetActivityStreamsActivity() ActivityStreamsActivity
// GetActivityStreamsAdd returns the value of this property. When
// IsActivityStreamsAdd returns false, GetActivityStreamsAdd will
// return an arbitrary value.
GetActivityStreamsAdd() ActivityStreamsAdd
// GetActivityStreamsAnnounce returns the value of this property. When
// IsActivityStreamsAnnounce returns false, GetActivityStreamsAnnounce
// will return an arbitrary value.
GetActivityStreamsAnnounce() ActivityStreamsAnnounce
// GetActivityStreamsApplication returns the value of this property. When
// IsActivityStreamsApplication returns false,
// GetActivityStreamsApplication will return an arbitrary value.
GetActivityStreamsApplication() ActivityStreamsApplication
// GetActivityStreamsArrive returns the value of this property. When
// IsActivityStreamsArrive returns false, GetActivityStreamsArrive
// will return an arbitrary value.
GetActivityStreamsArrive() ActivityStreamsArrive
// GetActivityStreamsArticle returns the value of this property. When
// IsActivityStreamsArticle returns false, GetActivityStreamsArticle
// will return an arbitrary value.
GetActivityStreamsArticle() ActivityStreamsArticle
// GetActivityStreamsAudio returns the value of this property. When
// IsActivityStreamsAudio returns false, GetActivityStreamsAudio will
// return an arbitrary value.
GetActivityStreamsAudio() ActivityStreamsAudio
// GetActivityStreamsBlock returns the value of this property. When
// IsActivityStreamsBlock returns false, GetActivityStreamsBlock will
// return an arbitrary value.
GetActivityStreamsBlock() ActivityStreamsBlock
// GetActivityStreamsCollection returns the value of this property. When
// IsActivityStreamsCollection returns false,
// GetActivityStreamsCollection will return an arbitrary value.
GetActivityStreamsCollection() ActivityStreamsCollection
// GetActivityStreamsCollectionPage returns the value of this property.
// When IsActivityStreamsCollectionPage returns false,
// GetActivityStreamsCollectionPage will return an arbitrary value.
GetActivityStreamsCollectionPage() ActivityStreamsCollectionPage
// GetActivityStreamsCreate returns the value of this property. When
// IsActivityStreamsCreate returns false, GetActivityStreamsCreate
// will return an arbitrary value.
GetActivityStreamsCreate() ActivityStreamsCreate
// GetActivityStreamsDelete returns the value of this property. When
// IsActivityStreamsDelete returns false, GetActivityStreamsDelete
// will return an arbitrary value.
GetActivityStreamsDelete() ActivityStreamsDelete
// GetActivityStreamsDislike returns the value of this property. When
// IsActivityStreamsDislike returns false, GetActivityStreamsDislike
// will return an arbitrary value.
GetActivityStreamsDislike() ActivityStreamsDislike
// GetActivityStreamsDocument returns the value of this property. When
// IsActivityStreamsDocument returns false, GetActivityStreamsDocument
// will return an arbitrary value.
GetActivityStreamsDocument() ActivityStreamsDocument
// GetActivityStreamsEvent returns the value of this property. When
// IsActivityStreamsEvent returns false, GetActivityStreamsEvent will
// return an arbitrary value.
GetActivityStreamsEvent() ActivityStreamsEvent
// GetActivityStreamsFlag returns the value of this property. When
// IsActivityStreamsFlag returns false, GetActivityStreamsFlag will
// return an arbitrary value.
GetActivityStreamsFlag() ActivityStreamsFlag
// GetActivityStreamsFollow returns the value of this property. When
// IsActivityStreamsFollow returns false, GetActivityStreamsFollow
// will return an arbitrary value.
GetActivityStreamsFollow() ActivityStreamsFollow
// GetActivityStreamsGroup returns the value of this property. When
// IsActivityStreamsGroup returns false, GetActivityStreamsGroup will
// return an arbitrary value.
GetActivityStreamsGroup() ActivityStreamsGroup
// GetActivityStreamsIgnore returns the value of this property. When
// IsActivityStreamsIgnore returns false, GetActivityStreamsIgnore
// will return an arbitrary value.
GetActivityStreamsIgnore() ActivityStreamsIgnore
// GetActivityStreamsImage returns the value of this property. When
// IsActivityStreamsImage returns false, GetActivityStreamsImage will
// return an arbitrary value.
GetActivityStreamsImage() ActivityStreamsImage
// GetActivityStreamsIntransitiveActivity returns the value of this
// property. When IsActivityStreamsIntransitiveActivity returns false,
// GetActivityStreamsIntransitiveActivity will return an arbitrary
// value.
GetActivityStreamsIntransitiveActivity() ActivityStreamsIntransitiveActivity
// GetActivityStreamsInvite returns the value of this property. When
// IsActivityStreamsInvite returns false, GetActivityStreamsInvite
// will return an arbitrary value.
GetActivityStreamsInvite() ActivityStreamsInvite
// GetActivityStreamsJoin returns the value of this property. When
// IsActivityStreamsJoin returns false, GetActivityStreamsJoin will
// return an arbitrary value.
GetActivityStreamsJoin() ActivityStreamsJoin
// GetActivityStreamsLeave returns the value of this property. When
// IsActivityStreamsLeave returns false, GetActivityStreamsLeave will
// return an arbitrary value.
GetActivityStreamsLeave() ActivityStreamsLeave
// GetActivityStreamsLike returns the value of this property. When
// IsActivityStreamsLike returns false, GetActivityStreamsLike will
// return an arbitrary value.
GetActivityStreamsLike() ActivityStreamsLike
// GetActivityStreamsLink returns the value of this property. When
// IsActivityStreamsLink returns false, GetActivityStreamsLink will
// return an arbitrary value.
GetActivityStreamsLink() ActivityStreamsLink
// GetActivityStreamsListen returns the value of this property. When
// IsActivityStreamsListen returns false, GetActivityStreamsListen
// will return an arbitrary value.
GetActivityStreamsListen() ActivityStreamsListen
// GetActivityStreamsMention returns the value of this property. When
// IsActivityStreamsMention returns false, GetActivityStreamsMention
// will return an arbitrary value.
GetActivityStreamsMention() ActivityStreamsMention
// GetActivityStreamsMove returns the value of this property. When
// IsActivityStreamsMove returns false, GetActivityStreamsMove will
// return an arbitrary value.
GetActivityStreamsMove() ActivityStreamsMove
// GetActivityStreamsNote returns the value of this property. When
// IsActivityStreamsNote returns false, GetActivityStreamsNote will
// return an arbitrary value.
GetActivityStreamsNote() ActivityStreamsNote
// GetActivityStreamsObject returns the value of this property. When
// IsActivityStreamsObject returns false, GetActivityStreamsObject
// will return an arbitrary value.
GetActivityStreamsObject() ActivityStreamsObject
// GetActivityStreamsOffer returns the value of this property. When
// IsActivityStreamsOffer returns false, GetActivityStreamsOffer will
// return an arbitrary value.
GetActivityStreamsOffer() ActivityStreamsOffer
// GetActivityStreamsOrderedCollection returns the value of this property.
// When IsActivityStreamsOrderedCollection returns false,
// GetActivityStreamsOrderedCollection will return an arbitrary value.
GetActivityStreamsOrderedCollection() ActivityStreamsOrderedCollection
// GetActivityStreamsOrderedCollectionPage returns the value of this
// property. When IsActivityStreamsOrderedCollectionPage returns
// false, GetActivityStreamsOrderedCollectionPage will return an
// arbitrary value.
GetActivityStreamsOrderedCollectionPage() ActivityStreamsOrderedCollectionPage
// GetActivityStreamsOrganization returns the value of this property. When
// IsActivityStreamsOrganization returns false,
// GetActivityStreamsOrganization will return an arbitrary value.
GetActivityStreamsOrganization() ActivityStreamsOrganization
// GetActivityStreamsPage returns the value of this property. When
// IsActivityStreamsPage returns false, GetActivityStreamsPage will
// return an arbitrary value.
GetActivityStreamsPage() ActivityStreamsPage
// GetActivityStreamsPerson returns the value of this property. When
// IsActivityStreamsPerson returns false, GetActivityStreamsPerson
// will return an arbitrary value.
GetActivityStreamsPerson() ActivityStreamsPerson
// GetActivityStreamsPlace returns the value of this property. When
// IsActivityStreamsPlace returns false, GetActivityStreamsPlace will
// return an arbitrary value.
GetActivityStreamsPlace() ActivityStreamsPlace
// GetActivityStreamsProfile returns the value of this property. When
// IsActivityStreamsProfile returns false, GetActivityStreamsProfile
// will return an arbitrary value.
GetActivityStreamsProfile() ActivityStreamsProfile
// GetActivityStreamsQuestion returns the value of this property. When
// IsActivityStreamsQuestion returns false, GetActivityStreamsQuestion
// will return an arbitrary value.
GetActivityStreamsQuestion() ActivityStreamsQuestion
// GetActivityStreamsRead returns the value of this property. When
// IsActivityStreamsRead returns false, GetActivityStreamsRead will
// return an arbitrary value.
GetActivityStreamsRead() ActivityStreamsRead
// GetActivityStreamsReject returns the value of this property. When
// IsActivityStreamsReject returns false, GetActivityStreamsReject
// will return an arbitrary value.
GetActivityStreamsReject() ActivityStreamsReject
// GetActivityStreamsRelationship returns the value of this property. When
// IsActivityStreamsRelationship returns false,
// GetActivityStreamsRelationship will return an arbitrary value.
GetActivityStreamsRelationship() ActivityStreamsRelationship
// GetActivityStreamsRemove returns the value of this property. When
// IsActivityStreamsRemove returns false, GetActivityStreamsRemove
// will return an arbitrary value.
GetActivityStreamsRemove() ActivityStreamsRemove
// GetActivityStreamsService returns the value of this property. When
// IsActivityStreamsService returns false, GetActivityStreamsService
// will return an arbitrary value.
GetActivityStreamsService() ActivityStreamsService
// GetActivityStreamsTentativeAccept returns the value of this property.
// When IsActivityStreamsTentativeAccept returns false,
// GetActivityStreamsTentativeAccept will return an arbitrary value.
GetActivityStreamsTentativeAccept() ActivityStreamsTentativeAccept
// GetActivityStreamsTentativeReject returns the value of this property.
// When IsActivityStreamsTentativeReject returns false,
// GetActivityStreamsTentativeReject will return an arbitrary value.
GetActivityStreamsTentativeReject() ActivityStreamsTentativeReject
// GetActivityStreamsTombstone returns the value of this property. When
// IsActivityStreamsTombstone returns false,
// GetActivityStreamsTombstone will return an arbitrary value.
GetActivityStreamsTombstone() ActivityStreamsTombstone
// GetActivityStreamsTravel returns the value of this property. When
// IsActivityStreamsTravel returns false, GetActivityStreamsTravel
// will return an arbitrary value.
GetActivityStreamsTravel() ActivityStreamsTravel
// GetActivityStreamsUndo returns the value of this property. When
// IsActivityStreamsUndo returns false, GetActivityStreamsUndo will
// return an arbitrary value.
GetActivityStreamsUndo() ActivityStreamsUndo
// GetActivityStreamsUpdate returns the value of this property. When
// IsActivityStreamsUpdate returns false, GetActivityStreamsUpdate
// will return an arbitrary value.
GetActivityStreamsUpdate() ActivityStreamsUpdate
// GetActivityStreamsVideo returns the value of this property. When
// IsActivityStreamsVideo returns false, GetActivityStreamsVideo will
// return an arbitrary value.
GetActivityStreamsVideo() ActivityStreamsVideo
// GetActivityStreamsView returns the value of this property. When
// IsActivityStreamsView returns false, GetActivityStreamsView will
// return an arbitrary value.
GetActivityStreamsView() ActivityStreamsView
// GetFunkwhaleAlbum returns the value of this property. When
// IsFunkwhaleAlbum returns false, GetFunkwhaleAlbum will return an
// arbitrary value.
GetFunkwhaleAlbum() FunkwhaleAlbum
// GetFunkwhaleArtist returns the value of this property. When
// IsFunkwhaleArtist returns false, GetFunkwhaleArtist will return an
// arbitrary value.
GetFunkwhaleArtist() FunkwhaleArtist
// GetFunkwhaleLibrary returns the value of this property. When
// IsFunkwhaleLibrary returns false, GetFunkwhaleLibrary will return
// an arbitrary value.
GetFunkwhaleLibrary() FunkwhaleLibrary
// GetFunkwhaleTrack returns the value of this property. When
// IsFunkwhaleTrack returns false, GetFunkwhaleTrack will return an
// arbitrary value.
GetFunkwhaleTrack() FunkwhaleTrack
// GetGoToSocialAnnounceApproval returns the value of this property. When
// IsGoToSocialAnnounceApproval returns false,
// GetGoToSocialAnnounceApproval will return an arbitrary value.
GetGoToSocialAnnounceApproval() GoToSocialAnnounceApproval
// GetGoToSocialAnnounceAuthorization returns the value of this property.
// When IsGoToSocialAnnounceAuthorization returns false,
// GetGoToSocialAnnounceAuthorization will return an arbitrary value.
GetGoToSocialAnnounceAuthorization() GoToSocialAnnounceAuthorization
// GetGoToSocialAnnounceRequest returns the value of this property. When
// IsGoToSocialAnnounceRequest returns false,
// GetGoToSocialAnnounceRequest will return an arbitrary value.
GetGoToSocialAnnounceRequest() GoToSocialAnnounceRequest
// GetGoToSocialLikeApproval returns the value of this property. When
// IsGoToSocialLikeApproval returns false, GetGoToSocialLikeApproval
// will return an arbitrary value.
GetGoToSocialLikeApproval() GoToSocialLikeApproval
// GetGoToSocialLikeAuthorization returns the value of this property. When
// IsGoToSocialLikeAuthorization returns false,
// GetGoToSocialLikeAuthorization will return an arbitrary value.
GetGoToSocialLikeAuthorization() GoToSocialLikeAuthorization
// GetGoToSocialLikeRequest returns the value of this property. When
// IsGoToSocialLikeRequest returns false, GetGoToSocialLikeRequest
// will return an arbitrary value.
GetGoToSocialLikeRequest() GoToSocialLikeRequest
// GetGoToSocialQuoteAuthorization returns the value of this property.
// When IsGoToSocialQuoteAuthorization returns false,
// GetGoToSocialQuoteAuthorization will return an arbitrary value.
GetGoToSocialQuoteAuthorization() GoToSocialQuoteAuthorization
// GetGoToSocialQuoteRequest returns the value of this property. When
// IsGoToSocialQuoteRequest returns false, GetGoToSocialQuoteRequest
// will return an arbitrary value.
GetGoToSocialQuoteRequest() GoToSocialQuoteRequest
// GetGoToSocialReplyApproval returns the value of this property. When
// IsGoToSocialReplyApproval returns false, GetGoToSocialReplyApproval
// will return an arbitrary value.
GetGoToSocialReplyApproval() GoToSocialReplyApproval
// GetGoToSocialReplyAuthorization returns the value of this property.
// When IsGoToSocialReplyAuthorization returns false,
// GetGoToSocialReplyAuthorization will return an arbitrary value.
GetGoToSocialReplyAuthorization() GoToSocialReplyAuthorization
// GetGoToSocialReplyRequest returns the value of this property. When
// IsGoToSocialReplyRequest returns false, GetGoToSocialReplyRequest
// will return an arbitrary value.
GetGoToSocialReplyRequest() GoToSocialReplyRequest
// GetIRI returns the IRI of this property. When IsIRI returns false,
// GetIRI will return an arbitrary value.
GetIRI() *url.URL
// GetLitePubEmojiReact returns the value of this property. When
// IsLitePubEmojiReact returns false, GetLitePubEmojiReact will return
// an arbitrary value.
GetLitePubEmojiReact() LitePubEmojiReact
// GetSchemaPropertyValue returns the value of this property. When
// IsSchemaPropertyValue returns false, GetSchemaPropertyValue will
// return an arbitrary value.
GetSchemaPropertyValue() SchemaPropertyValue
// GetTootEmoji returns the value of this property. When IsTootEmoji
// returns false, GetTootEmoji will return an arbitrary value.
GetTootEmoji() TootEmoji
// GetTootHashtag returns the value of this property. When IsTootHashtag
// returns false, GetTootHashtag will return an arbitrary value.
GetTootHashtag() TootHashtag
// GetTootIdentityProof returns the value of this property. When
// IsTootIdentityProof returns false, GetTootIdentityProof will return
// an arbitrary value.
GetTootIdentityProof() TootIdentityProof
// 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.
GetType() Type
// GetXMLSchemaBoolean returns the value of this property. When
// IsXMLSchemaBoolean returns false, GetXMLSchemaBoolean will return
// an arbitrary value.
GetXMLSchemaBoolean() bool
// GetXMLSchemaDateTime returns the value of this property. When
// IsXMLSchemaDateTime returns false, GetXMLSchemaDateTime will return
// an arbitrary value.
GetXMLSchemaDateTime() time.Time
// HasAny returns true if any of the different values is set.
HasAny() 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.
IsActivityStreamsAccept() 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.
IsActivityStreamsActivity() 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.
IsActivityStreamsAdd() 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.
IsActivityStreamsAnnounce() 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.
IsActivityStreamsApplication() 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.
IsActivityStreamsArrive() 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.
IsActivityStreamsArticle() 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.
IsActivityStreamsAudio() 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.
IsActivityStreamsBlock() 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.
IsActivityStreamsCollection() 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.
IsActivityStreamsCollectionPage() 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.
IsActivityStreamsCreate() 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.
IsActivityStreamsDelete() 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.
IsActivityStreamsDislike() 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.
IsActivityStreamsDocument() 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.
IsActivityStreamsEvent() 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.
IsActivityStreamsFlag() 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.
IsActivityStreamsFollow() 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.
IsActivityStreamsGroup() 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.
IsActivityStreamsIgnore() 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.
IsActivityStreamsImage() 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.
IsActivityStreamsIntransitiveActivity() 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.
IsActivityStreamsInvite() 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.
IsActivityStreamsJoin() 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.
IsActivityStreamsLeave() 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.
IsActivityStreamsLike() 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.
IsActivityStreamsLink() 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.
IsActivityStreamsListen() 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.
IsActivityStreamsMention() 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.
IsActivityStreamsMove() 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.
IsActivityStreamsNote() 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.
IsActivityStreamsObject() 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.
IsActivityStreamsOffer() 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.
IsActivityStreamsOrderedCollection() 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.
IsActivityStreamsOrderedCollectionPage() 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.
IsActivityStreamsOrganization() 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.
IsActivityStreamsPage() 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.
IsActivityStreamsPerson() 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.
IsActivityStreamsPlace() 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.
IsActivityStreamsProfile() 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.
IsActivityStreamsQuestion() 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.
IsActivityStreamsRead() 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.
IsActivityStreamsReject() 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.
IsActivityStreamsRelationship() 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.
IsActivityStreamsRemove() 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.
IsActivityStreamsService() 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.
IsActivityStreamsTentativeAccept() 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.
IsActivityStreamsTentativeReject() 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.
IsActivityStreamsTombstone() 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.
IsActivityStreamsTravel() 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.
IsActivityStreamsUndo() 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.
IsActivityStreamsUpdate() 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.
IsActivityStreamsVideo() 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.
IsActivityStreamsView() bool
// IsFunkwhaleAlbum returns true if this property has a type of "Album".
// When true, use the GetFunkwhaleAlbum and SetFunkwhaleAlbum methods
// to access and set this property.
IsFunkwhaleAlbum() bool
// IsFunkwhaleArtist returns true if this property has a type of "Artist".
// When true, use the GetFunkwhaleArtist and SetFunkwhaleArtist
// methods to access and set this property.
IsFunkwhaleArtist() bool
// IsFunkwhaleLibrary returns true if this property has a type of
// "Library". When true, use the GetFunkwhaleLibrary and
// SetFunkwhaleLibrary methods to access and set this property.
IsFunkwhaleLibrary() bool
// IsFunkwhaleTrack returns true if this property has a type of "Track".
// When true, use the GetFunkwhaleTrack and SetFunkwhaleTrack methods
// to access and set this property.
IsFunkwhaleTrack() bool
// IsGoToSocialAnnounceApproval returns true if this property has a type
// of "AnnounceApproval". When true, use the
// GetGoToSocialAnnounceApproval and SetGoToSocialAnnounceApproval
// methods to access and set this property.
IsGoToSocialAnnounceApproval() bool
// IsGoToSocialAnnounceAuthorization returns true if this property has a
// type of "AnnounceAuthorization". When true, use the
// GetGoToSocialAnnounceAuthorization and
// SetGoToSocialAnnounceAuthorization methods to access and set this
// property.
IsGoToSocialAnnounceAuthorization() bool
// IsGoToSocialAnnounceRequest returns true if this property has a type of
// "AnnounceRequest". When true, use the GetGoToSocialAnnounceRequest
// and SetGoToSocialAnnounceRequest methods to access and set this
// property.
IsGoToSocialAnnounceRequest() bool
// IsGoToSocialLikeApproval returns true if this property has a type of
// "LikeApproval". When true, use the GetGoToSocialLikeApproval and
// SetGoToSocialLikeApproval methods to access and set this property.
IsGoToSocialLikeApproval() bool
// IsGoToSocialLikeAuthorization returns true if this property has a type
// of "LikeAuthorization". When true, use the
// GetGoToSocialLikeAuthorization and SetGoToSocialLikeAuthorization
// methods to access and set this property.
IsGoToSocialLikeAuthorization() bool
// IsGoToSocialLikeRequest returns true if this property has a type of
// "LikeRequest". When true, use the GetGoToSocialLikeRequest and
// SetGoToSocialLikeRequest methods to access and set this property.
IsGoToSocialLikeRequest() bool
// IsGoToSocialQuoteAuthorization returns true if this property has a type
// of "QuoteAuthorization". When true, use the
// GetGoToSocialQuoteAuthorization and SetGoToSocialQuoteAuthorization
// methods to access and set this property.
IsGoToSocialQuoteAuthorization() bool
// IsGoToSocialQuoteRequest returns true if this property has a type of
// "QuoteRequest". When true, use the GetGoToSocialQuoteRequest and
// SetGoToSocialQuoteRequest methods to access and set this property.
IsGoToSocialQuoteRequest() bool
// IsGoToSocialReplyApproval returns true if this property has a type of
// "ReplyApproval". When true, use the GetGoToSocialReplyApproval and
// SetGoToSocialReplyApproval methods to access and set this property.
IsGoToSocialReplyApproval() bool
// IsGoToSocialReplyAuthorization returns true if this property has a type
// of "ReplyAuthorization". When true, use the
// GetGoToSocialReplyAuthorization and SetGoToSocialReplyAuthorization
// methods to access and set this property.
IsGoToSocialReplyAuthorization() bool
// IsGoToSocialReplyRequest returns true if this property has a type of
// "ReplyRequest". When true, use the GetGoToSocialReplyRequest and
// SetGoToSocialReplyRequest methods to access and set this property.
IsGoToSocialReplyRequest() bool
// IsIRI returns true if this property is an IRI. When true, use GetIRI
// and SetIRI to access and set this property
IsIRI() bool
// IsLitePubEmojiReact returns true if this property has a type of
// "EmojiReact". When true, use the GetLitePubEmojiReact and
// SetLitePubEmojiReact methods to access and set this property.
IsLitePubEmojiReact() 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.
IsSchemaPropertyValue() 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.
IsTootEmoji() 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.
IsTootHashtag() 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.
IsTootIdentityProof() bool
// IsXMLSchemaBoolean returns true if this property has a type of
// "boolean". When true, use the GetXMLSchemaBoolean and
// SetXMLSchemaBoolean methods to access and set this property.
IsXMLSchemaBoolean() bool
// IsXMLSchemaDateTime returns true if this property has a type of
// "dateTime". When true, use the GetXMLSchemaDateTime and
// SetXMLSchemaDateTime methods to access and set this property.
IsXMLSchemaDateTime() bool
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex() int
// 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.
LessThan(o ActivityStreamsClosedPropertyIterator) bool
// Name returns the name of this property: "ActivityStreamsClosed".
Name() string
// Next returns the next iterator, or nil if there is no next iterator.
Next() ActivityStreamsClosedPropertyIterator
// Prev returns the previous iterator, or nil if there is no previous
// iterator.
Prev() ActivityStreamsClosedPropertyIterator
// SetActivityStreamsAccept sets the value of this property. Calling
// IsActivityStreamsAccept afterwards returns true.
SetActivityStreamsAccept(v ActivityStreamsAccept)
// SetActivityStreamsActivity sets the value of this property. Calling
// IsActivityStreamsActivity afterwards returns true.
SetActivityStreamsActivity(v ActivityStreamsActivity)
// SetActivityStreamsAdd sets the value of this property. Calling
// IsActivityStreamsAdd afterwards returns true.
SetActivityStreamsAdd(v ActivityStreamsAdd)
// SetActivityStreamsAnnounce sets the value of this property. Calling
// IsActivityStreamsAnnounce afterwards returns true.
SetActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// SetActivityStreamsApplication sets the value of this property. Calling
// IsActivityStreamsApplication afterwards returns true.
SetActivityStreamsApplication(v ActivityStreamsApplication)
// SetActivityStreamsArrive sets the value of this property. Calling
// IsActivityStreamsArrive afterwards returns true.
SetActivityStreamsArrive(v ActivityStreamsArrive)
// SetActivityStreamsArticle sets the value of this property. Calling
// IsActivityStreamsArticle afterwards returns true.
SetActivityStreamsArticle(v ActivityStreamsArticle)
// SetActivityStreamsAudio sets the value of this property. Calling
// IsActivityStreamsAudio afterwards returns true.
SetActivityStreamsAudio(v ActivityStreamsAudio)
// SetActivityStreamsBlock sets the value of this property. Calling
// IsActivityStreamsBlock afterwards returns true.
SetActivityStreamsBlock(v ActivityStreamsBlock)
// SetActivityStreamsCollection sets the value of this property. Calling
// IsActivityStreamsCollection afterwards returns true.
SetActivityStreamsCollection(v ActivityStreamsCollection)
// SetActivityStreamsCollectionPage sets the value of this property.
// Calling IsActivityStreamsCollectionPage afterwards returns true.
SetActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// SetActivityStreamsCreate sets the value of this property. Calling
// IsActivityStreamsCreate afterwards returns true.
SetActivityStreamsCreate(v ActivityStreamsCreate)
// SetActivityStreamsDelete sets the value of this property. Calling
// IsActivityStreamsDelete afterwards returns true.
SetActivityStreamsDelete(v ActivityStreamsDelete)
// SetActivityStreamsDislike sets the value of this property. Calling
// IsActivityStreamsDislike afterwards returns true.
SetActivityStreamsDislike(v ActivityStreamsDislike)
// SetActivityStreamsDocument sets the value of this property. Calling
// IsActivityStreamsDocument afterwards returns true.
SetActivityStreamsDocument(v ActivityStreamsDocument)
// SetActivityStreamsEvent sets the value of this property. Calling
// IsActivityStreamsEvent afterwards returns true.
SetActivityStreamsEvent(v ActivityStreamsEvent)
// SetActivityStreamsFlag sets the value of this property. Calling
// IsActivityStreamsFlag afterwards returns true.
SetActivityStreamsFlag(v ActivityStreamsFlag)
// SetActivityStreamsFollow sets the value of this property. Calling
// IsActivityStreamsFollow afterwards returns true.
SetActivityStreamsFollow(v ActivityStreamsFollow)
// SetActivityStreamsGroup sets the value of this property. Calling
// IsActivityStreamsGroup afterwards returns true.
SetActivityStreamsGroup(v ActivityStreamsGroup)
// SetActivityStreamsIgnore sets the value of this property. Calling
// IsActivityStreamsIgnore afterwards returns true.
SetActivityStreamsIgnore(v ActivityStreamsIgnore)
// SetActivityStreamsImage sets the value of this property. Calling
// IsActivityStreamsImage afterwards returns true.
SetActivityStreamsImage(v ActivityStreamsImage)
// SetActivityStreamsIntransitiveActivity sets the value of this property.
// Calling IsActivityStreamsIntransitiveActivity afterwards returns
// true.
SetActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// SetActivityStreamsInvite sets the value of this property. Calling
// IsActivityStreamsInvite afterwards returns true.
SetActivityStreamsInvite(v ActivityStreamsInvite)
// SetActivityStreamsJoin sets the value of this property. Calling
// IsActivityStreamsJoin afterwards returns true.
SetActivityStreamsJoin(v ActivityStreamsJoin)
// SetActivityStreamsLeave sets the value of this property. Calling
// IsActivityStreamsLeave afterwards returns true.
SetActivityStreamsLeave(v ActivityStreamsLeave)
// SetActivityStreamsLike sets the value of this property. Calling
// IsActivityStreamsLike afterwards returns true.
SetActivityStreamsLike(v ActivityStreamsLike)
// SetActivityStreamsLink sets the value of this property. Calling
// IsActivityStreamsLink afterwards returns true.
SetActivityStreamsLink(v ActivityStreamsLink)
// SetActivityStreamsListen sets the value of this property. Calling
// IsActivityStreamsListen afterwards returns true.
SetActivityStreamsListen(v ActivityStreamsListen)
// SetActivityStreamsMention sets the value of this property. Calling
// IsActivityStreamsMention afterwards returns true.
SetActivityStreamsMention(v ActivityStreamsMention)
// SetActivityStreamsMove sets the value of this property. Calling
// IsActivityStreamsMove afterwards returns true.
SetActivityStreamsMove(v ActivityStreamsMove)
// SetActivityStreamsNote sets the value of this property. Calling
// IsActivityStreamsNote afterwards returns true.
SetActivityStreamsNote(v ActivityStreamsNote)
// SetActivityStreamsObject sets the value of this property. Calling
// IsActivityStreamsObject afterwards returns true.
SetActivityStreamsObject(v ActivityStreamsObject)
// SetActivityStreamsOffer sets the value of this property. Calling
// IsActivityStreamsOffer afterwards returns true.
SetActivityStreamsOffer(v ActivityStreamsOffer)
// SetActivityStreamsOrderedCollection sets the value of this property.
// Calling IsActivityStreamsOrderedCollection afterwards returns true.
SetActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// SetActivityStreamsOrderedCollectionPage sets the value of this
// property. Calling IsActivityStreamsOrderedCollectionPage afterwards
// returns true.
SetActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// SetActivityStreamsOrganization sets the value of this property. Calling
// IsActivityStreamsOrganization afterwards returns true.
SetActivityStreamsOrganization(v ActivityStreamsOrganization)
// SetActivityStreamsPage sets the value of this property. Calling
// IsActivityStreamsPage afterwards returns true.
SetActivityStreamsPage(v ActivityStreamsPage)
// SetActivityStreamsPerson sets the value of this property. Calling
// IsActivityStreamsPerson afterwards returns true.
SetActivityStreamsPerson(v ActivityStreamsPerson)
// SetActivityStreamsPlace sets the value of this property. Calling
// IsActivityStreamsPlace afterwards returns true.
SetActivityStreamsPlace(v ActivityStreamsPlace)
// SetActivityStreamsProfile sets the value of this property. Calling
// IsActivityStreamsProfile afterwards returns true.
SetActivityStreamsProfile(v ActivityStreamsProfile)
// SetActivityStreamsQuestion sets the value of this property. Calling
// IsActivityStreamsQuestion afterwards returns true.
SetActivityStreamsQuestion(v ActivityStreamsQuestion)
// SetActivityStreamsRead sets the value of this property. Calling
// IsActivityStreamsRead afterwards returns true.
SetActivityStreamsRead(v ActivityStreamsRead)
// SetActivityStreamsReject sets the value of this property. Calling
// IsActivityStreamsReject afterwards returns true.
SetActivityStreamsReject(v ActivityStreamsReject)
// SetActivityStreamsRelationship sets the value of this property. Calling
// IsActivityStreamsRelationship afterwards returns true.
SetActivityStreamsRelationship(v ActivityStreamsRelationship)
// SetActivityStreamsRemove sets the value of this property. Calling
// IsActivityStreamsRemove afterwards returns true.
SetActivityStreamsRemove(v ActivityStreamsRemove)
// SetActivityStreamsService sets the value of this property. Calling
// IsActivityStreamsService afterwards returns true.
SetActivityStreamsService(v ActivityStreamsService)
// SetActivityStreamsTentativeAccept sets the value of this property.
// Calling IsActivityStreamsTentativeAccept afterwards returns true.
SetActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// SetActivityStreamsTentativeReject sets the value of this property.
// Calling IsActivityStreamsTentativeReject afterwards returns true.
SetActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// SetActivityStreamsTombstone sets the value of this property. Calling
// IsActivityStreamsTombstone afterwards returns true.
SetActivityStreamsTombstone(v ActivityStreamsTombstone)
// SetActivityStreamsTravel sets the value of this property. Calling
// IsActivityStreamsTravel afterwards returns true.
SetActivityStreamsTravel(v ActivityStreamsTravel)
// SetActivityStreamsUndo sets the value of this property. Calling
// IsActivityStreamsUndo afterwards returns true.
SetActivityStreamsUndo(v ActivityStreamsUndo)
// SetActivityStreamsUpdate sets the value of this property. Calling
// IsActivityStreamsUpdate afterwards returns true.
SetActivityStreamsUpdate(v ActivityStreamsUpdate)
// SetActivityStreamsVideo sets the value of this property. Calling
// IsActivityStreamsVideo afterwards returns true.
SetActivityStreamsVideo(v ActivityStreamsVideo)
// SetActivityStreamsView sets the value of this property. Calling
// IsActivityStreamsView afterwards returns true.
SetActivityStreamsView(v ActivityStreamsView)
// SetFunkwhaleAlbum sets the value of this property. Calling
// IsFunkwhaleAlbum afterwards returns true.
SetFunkwhaleAlbum(v FunkwhaleAlbum)
// SetFunkwhaleArtist sets the value of this property. Calling
// IsFunkwhaleArtist afterwards returns true.
SetFunkwhaleArtist(v FunkwhaleArtist)
// SetFunkwhaleLibrary sets the value of this property. Calling
// IsFunkwhaleLibrary afterwards returns true.
SetFunkwhaleLibrary(v FunkwhaleLibrary)
// SetFunkwhaleTrack sets the value of this property. Calling
// IsFunkwhaleTrack afterwards returns true.
SetFunkwhaleTrack(v FunkwhaleTrack)
// SetGoToSocialAnnounceApproval sets the value of this property. Calling
// IsGoToSocialAnnounceApproval afterwards returns true.
SetGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// SetGoToSocialAnnounceAuthorization sets the value of this property.
// Calling IsGoToSocialAnnounceAuthorization afterwards returns true.
SetGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// SetGoToSocialAnnounceRequest sets the value of this property. Calling
// IsGoToSocialAnnounceRequest afterwards returns true.
SetGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// SetGoToSocialLikeApproval sets the value of this property. Calling
// IsGoToSocialLikeApproval afterwards returns true.
SetGoToSocialLikeApproval(v GoToSocialLikeApproval)
// SetGoToSocialLikeAuthorization sets the value of this property. Calling
// IsGoToSocialLikeAuthorization afterwards returns true.
SetGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// SetGoToSocialLikeRequest sets the value of this property. Calling
// IsGoToSocialLikeRequest afterwards returns true.
SetGoToSocialLikeRequest(v GoToSocialLikeRequest)
// SetGoToSocialQuoteAuthorization sets the value of this property.
// Calling IsGoToSocialQuoteAuthorization afterwards returns true.
SetGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// SetGoToSocialQuoteRequest sets the value of this property. Calling
// IsGoToSocialQuoteRequest afterwards returns true.
SetGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// SetGoToSocialReplyApproval sets the value of this property. Calling
// IsGoToSocialReplyApproval afterwards returns true.
SetGoToSocialReplyApproval(v GoToSocialReplyApproval)
// SetGoToSocialReplyAuthorization sets the value of this property.
// Calling IsGoToSocialReplyAuthorization afterwards returns true.
SetGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// SetGoToSocialReplyRequest sets the value of this property. Calling
// IsGoToSocialReplyRequest afterwards returns true.
SetGoToSocialReplyRequest(v GoToSocialReplyRequest)
// SetIRI sets the value of this property. Calling IsIRI afterwards
// returns true.
SetIRI(v *url.URL)
// SetLitePubEmojiReact sets the value of this property. Calling
// IsLitePubEmojiReact afterwards returns true.
SetLitePubEmojiReact(v LitePubEmojiReact)
// SetSchemaPropertyValue sets the value of this property. Calling
// IsSchemaPropertyValue afterwards returns true.
SetSchemaPropertyValue(v SchemaPropertyValue)
// SetTootEmoji sets the value of this property. Calling IsTootEmoji
// afterwards returns true.
SetTootEmoji(v TootEmoji)
// SetTootHashtag sets the value of this property. Calling IsTootHashtag
// afterwards returns true.
SetTootHashtag(v TootHashtag)
// SetTootIdentityProof sets the value of this property. Calling
// IsTootIdentityProof afterwards returns true.
SetTootIdentityProof(v TootIdentityProof)
// 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.
SetType(t Type) error
// SetXMLSchemaBoolean sets the value of this property. Calling
// IsXMLSchemaBoolean afterwards returns true.
SetXMLSchemaBoolean(v bool)
// SetXMLSchemaDateTime sets the value of this property. Calling
// IsXMLSchemaDateTime afterwards returns true.
SetXMLSchemaDateTime(v time.Time)
}
ActivityStreamsClosedPropertyIterator represents a single value for the "closed" property.
type ActivityStreamsCollection ¶
type ActivityStreamsCollection interface {
// GetActivityStreamsAltitude returns the "altitude" property if it
// exists, and nil otherwise.
GetActivityStreamsAltitude() ActivityStreamsAltitudeProperty
// GetActivityStreamsAttachment returns the "attachment" property if it
// exists, and nil otherwise.
GetActivityStreamsAttachment() ActivityStreamsAttachmentProperty
// GetActivityStreamsAttributedTo returns the "attributedTo" property if
// it exists, and nil otherwise.
GetActivityStreamsAttributedTo() ActivityStreamsAttributedToProperty
// GetActivityStreamsAudience returns the "audience" property if it
// exists, and nil otherwise.
GetActivityStreamsAudience() ActivityStreamsAudienceProperty
// GetActivityStreamsBcc returns the "bcc" property if it exists, and nil
// otherwise.
GetActivityStreamsBcc() ActivityStreamsBccProperty
// GetActivityStreamsBto returns the "bto" property if it exists, and nil
// otherwise.
GetActivityStreamsBto() ActivityStreamsBtoProperty
// GetActivityStreamsCc returns the "cc" property if it exists, and nil
// otherwise.
GetActivityStreamsCc() ActivityStreamsCcProperty
// GetActivityStreamsContent returns the "content" property if it exists,
// and nil otherwise.
GetActivityStreamsContent() ActivityStreamsContentProperty
// GetActivityStreamsContext returns the "context" property if it exists,
// and nil otherwise.
GetActivityStreamsContext() ActivityStreamsContextProperty
// GetActivityStreamsCurrent returns the "current" property if it exists,
// and nil otherwise.
GetActivityStreamsCurrent() ActivityStreamsCurrentProperty
// GetActivityStreamsDuration returns the "duration" property if it
// exists, and nil otherwise.
GetActivityStreamsDuration() ActivityStreamsDurationProperty
// GetActivityStreamsEndTime returns the "endTime" property if it exists,
// and nil otherwise.
GetActivityStreamsEndTime() ActivityStreamsEndTimeProperty
// GetActivityStreamsFirst returns the "first" property if it exists, and
// nil otherwise.
GetActivityStreamsFirst() ActivityStreamsFirstProperty
// GetActivityStreamsGenerator returns the "generator" property if it
// exists, and nil otherwise.
GetActivityStreamsGenerator() ActivityStreamsGeneratorProperty
// GetActivityStreamsIcon returns the "icon" property if it exists, and
// nil otherwise.
GetActivityStreamsIcon() ActivityStreamsIconProperty
// GetActivityStreamsImage returns the "image" property if it exists, and
// nil otherwise.
GetActivityStreamsImage() ActivityStreamsImageProperty
// GetActivityStreamsInReplyTo returns the "inReplyTo" property if it
// exists, and nil otherwise.
GetActivityStreamsInReplyTo() ActivityStreamsInReplyToProperty
// GetActivityStreamsItems returns the "items" property if it exists, and
// nil otherwise.
GetActivityStreamsItems() ActivityStreamsItemsProperty
// GetActivityStreamsLast returns the "last" property if it exists, and
// nil otherwise.
GetActivityStreamsLast() ActivityStreamsLastProperty
// GetActivityStreamsLikes returns the "likes" property if it exists, and
// nil otherwise.
GetActivityStreamsLikes() ActivityStreamsLikesProperty
// GetActivityStreamsLocation returns the "location" property if it
// exists, and nil otherwise.
GetActivityStreamsLocation() ActivityStreamsLocationProperty
// GetActivityStreamsMediaType returns the "mediaType" property if it
// exists, and nil otherwise.
GetActivityStreamsMediaType() ActivityStreamsMediaTypeProperty
// GetActivityStreamsName returns the "name" property if it exists, and
// nil otherwise.
GetActivityStreamsName() ActivityStreamsNameProperty
// GetActivityStreamsObject returns the "object" property if it exists,
// and nil otherwise.
GetActivityStreamsObject() ActivityStreamsObjectProperty
// GetActivityStreamsPreview returns the "preview" property if it exists,
// and nil otherwise.
GetActivityStreamsPreview() ActivityStreamsPreviewProperty
// GetActivityStreamsPublished returns the "published" property if it
// exists, and nil otherwise.
GetActivityStreamsPublished() ActivityStreamsPublishedProperty
// GetActivityStreamsReplies returns the "replies" property if it exists,
// and nil otherwise.
GetActivityStreamsReplies() ActivityStreamsRepliesProperty
// GetActivityStreamsSensitive returns the "sensitive" property if it
// exists, and nil otherwise.
GetActivityStreamsSensitive() ActivityStreamsSensitiveProperty
// and nil otherwise.
GetActivityStreamsShares() ActivityStreamsSharesProperty
// GetActivityStreamsSource returns the "source" property if it exists,
// and nil otherwise.
GetActivityStreamsSource() ActivityStreamsSourceProperty
// GetActivityStreamsStartTime returns the "startTime" property if it
// exists, and nil otherwise.
GetActivityStreamsStartTime() ActivityStreamsStartTimeProperty
// GetActivityStreamsSummary returns the "summary" property if it exists,
// and nil otherwise.
GetActivityStreamsSummary() ActivityStreamsSummaryProperty
// GetActivityStreamsTag returns the "tag" property if it exists, and nil
// otherwise.
GetActivityStreamsTag() ActivityStreamsTagProperty
// GetActivityStreamsTo returns the "to" property if it exists, and nil
// otherwise.
GetActivityStreamsTo() ActivityStreamsToProperty
// GetActivityStreamsTotalItems returns the "totalItems" property if it
// exists, and nil otherwise.
GetActivityStreamsTotalItems() ActivityStreamsTotalItemsProperty
// GetActivityStreamsUpdated returns the "updated" property if it exists,
// and nil otherwise.
GetActivityStreamsUpdated() ActivityStreamsUpdatedProperty
// GetActivityStreamsUrl returns the "url" property if it exists, and nil
// otherwise.
GetActivityStreamsUrl() ActivityStreamsUrlProperty
// GetJSONLDId returns the "id" property if it exists, and nil otherwise.
GetJSONLDId() JSONLDIdProperty
// GetJSONLDType returns the "type" property if it exists, and nil
// otherwise.
GetJSONLDType() JSONLDTypeProperty
// GetTypeName returns the name of this type.
GetTypeName() string
// GetUnknownProperties returns the unknown properties for the Collection
// type. Note that this should not be used by app developers. It is
// only used to help determine which implementation is LessThan the
// other. Developers who are creating a different implementation of
// this type's interface can use this method in their LessThan
// implementation, but routine ActivityPub applications should not use
// this to bypass the code generation tool.
GetUnknownProperties() map[string]interface{}
// IsExtending returns true if the Collection type extends from the other
// type.
IsExtending(other Type) bool
// JSONLDContext returns the JSONLD URIs required in the context string
// for this type and the specific properties that are set. The value
// in the map is the alias used to import the type and its properties.
JSONLDContext() map[string]string
// LessThan computes if this Collection is lesser, with an arbitrary but
// stable determination.
LessThan(o ActivityStreamsCollection) bool
// Serialize converts this into an interface representation suitable for
// marshalling into a text or binary format.
Serialize() (map[string]interface{}, error)
// SetActivityStreamsAltitude sets the "altitude" property.
SetActivityStreamsAltitude(i ActivityStreamsAltitudeProperty)
// SetActivityStreamsAttachment sets the "attachment" property.
SetActivityStreamsAttachment(i ActivityStreamsAttachmentProperty)
// SetActivityStreamsAttributedTo sets the "attributedTo" property.
SetActivityStreamsAttributedTo(i ActivityStreamsAttributedToProperty)
// SetActivityStreamsAudience sets the "audience" property.
SetActivityStreamsAudience(i ActivityStreamsAudienceProperty)
// SetActivityStreamsBcc sets the "bcc" property.
SetActivityStreamsBcc(i ActivityStreamsBccProperty)
// SetActivityStreamsBto sets the "bto" property.
SetActivityStreamsBto(i ActivityStreamsBtoProperty)
// SetActivityStreamsCc sets the "cc" property.
SetActivityStreamsCc(i ActivityStreamsCcProperty)
// SetActivityStreamsContent sets the "content" property.
SetActivityStreamsContent(i ActivityStreamsContentProperty)
// SetActivityStreamsContext sets the "context" property.
SetActivityStreamsContext(i ActivityStreamsContextProperty)
// SetActivityStreamsCurrent sets the "current" property.
SetActivityStreamsCurrent(i ActivityStreamsCurrentProperty)
// SetActivityStreamsDuration sets the "duration" property.
SetActivityStreamsDuration(i ActivityStreamsDurationProperty)
// SetActivityStreamsEndTime sets the "endTime" property.
SetActivityStreamsEndTime(i ActivityStreamsEndTimeProperty)
// SetActivityStreamsFirst sets the "first" property.
SetActivityStreamsFirst(i ActivityStreamsFirstProperty)
// SetActivityStreamsGenerator sets the "generator" property.
SetActivityStreamsGenerator(i ActivityStreamsGeneratorProperty)
// SetActivityStreamsIcon sets the "icon" property.
SetActivityStreamsIcon(i ActivityStreamsIconProperty)
// SetActivityStreamsImage sets the "image" property.
SetActivityStreamsImage(i ActivityStreamsImageProperty)
// SetActivityStreamsInReplyTo sets the "inReplyTo" property.
SetActivityStreamsInReplyTo(i ActivityStreamsInReplyToProperty)
// SetActivityStreamsItems sets the "items" property.
SetActivityStreamsItems(i ActivityStreamsItemsProperty)
// SetActivityStreamsLast sets the "last" property.
SetActivityStreamsLast(i ActivityStreamsLastProperty)
// SetActivityStreamsLikes sets the "likes" property.
SetActivityStreamsLikes(i ActivityStreamsLikesProperty)
// SetActivityStreamsLocation sets the "location" property.
SetActivityStreamsLocation(i ActivityStreamsLocationProperty)
// SetActivityStreamsMediaType sets the "mediaType" property.
SetActivityStreamsMediaType(i ActivityStreamsMediaTypeProperty)
// SetActivityStreamsName sets the "name" property.
SetActivityStreamsName(i ActivityStreamsNameProperty)
// SetActivityStreamsObject sets the "object" property.
SetActivityStreamsObject(i ActivityStreamsObjectProperty)
// SetActivityStreamsPreview sets the "preview" property.
SetActivityStreamsPreview(i ActivityStreamsPreviewProperty)
// SetActivityStreamsPublished sets the "published" property.
SetActivityStreamsPublished(i ActivityStreamsPublishedProperty)
// SetActivityStreamsReplies sets the "replies" property.
SetActivityStreamsReplies(i ActivityStreamsRepliesProperty)
// SetActivityStreamsSensitive sets the "sensitive" property.
SetActivityStreamsSensitive(i ActivityStreamsSensitiveProperty)
SetActivityStreamsShares(i ActivityStreamsSharesProperty)
// SetActivityStreamsSource sets the "source" property.
SetActivityStreamsSource(i ActivityStreamsSourceProperty)
// SetActivityStreamsStartTime sets the "startTime" property.
SetActivityStreamsStartTime(i ActivityStreamsStartTimeProperty)
// SetActivityStreamsSummary sets the "summary" property.
SetActivityStreamsSummary(i ActivityStreamsSummaryProperty)
// SetActivityStreamsTag sets the "tag" property.
SetActivityStreamsTag(i ActivityStreamsTagProperty)
// SetActivityStreamsTo sets the "to" property.
SetActivityStreamsTo(i ActivityStreamsToProperty)
// SetActivityStreamsTotalItems sets the "totalItems" property.
SetActivityStreamsTotalItems(i ActivityStreamsTotalItemsProperty)
// SetActivityStreamsUpdated sets the "updated" property.
SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty)
// SetActivityStreamsUrl sets the "url" property.
SetActivityStreamsUrl(i ActivityStreamsUrlProperty)
// SetJSONLDId sets the "id" property.
SetJSONLDId(i JSONLDIdProperty)
// SetJSONLDType sets the "type" property.
SetJSONLDType(i JSONLDTypeProperty)
// VocabularyURI returns the vocabulary's URI as a string.
VocabularyURI() string
}
A Collection is a subtype of Object that represents ordered or unordered sets of Object or Link instances. Refer to the Activity Streams 2.0 Core specification for a complete description of the Collection type.
Example 5 (https://www.w3.org/TR/activitystreams-vocabulary/#ex5-jsonld):
{
"items": [
{
"name": "A Simple Note",
"type": "Note"
},
{
"name": "Another Simple Note",
"type": "Note"
}
],
"summary": "Sally's notes",
"totalItems": 2,
"type": "Collection"
}
type ActivityStreamsCollectionPage ¶
type ActivityStreamsCollectionPage interface {
// GetActivityStreamsAltitude returns the "altitude" property if it
// exists, and nil otherwise.
GetActivityStreamsAltitude() ActivityStreamsAltitudeProperty
// GetActivityStreamsAttachment returns the "attachment" property if it
// exists, and nil otherwise.
GetActivityStreamsAttachment() ActivityStreamsAttachmentProperty
// GetActivityStreamsAttributedTo returns the "attributedTo" property if
// it exists, and nil otherwise.
GetActivityStreamsAttributedTo() ActivityStreamsAttributedToProperty
// GetActivityStreamsAudience returns the "audience" property if it
// exists, and nil otherwise.
GetActivityStreamsAudience() ActivityStreamsAudienceProperty
// GetActivityStreamsBcc returns the "bcc" property if it exists, and nil
// otherwise.
GetActivityStreamsBcc() ActivityStreamsBccProperty
// GetActivityStreamsBto returns the "bto" property if it exists, and nil
// otherwise.
GetActivityStreamsBto() ActivityStreamsBtoProperty
// GetActivityStreamsCc returns the "cc" property if it exists, and nil
// otherwise.
GetActivityStreamsCc() ActivityStreamsCcProperty
// GetActivityStreamsContent returns the "content" property if it exists,
// and nil otherwise.
GetActivityStreamsContent() ActivityStreamsContentProperty
// GetActivityStreamsContext returns the "context" property if it exists,
// and nil otherwise.
GetActivityStreamsContext() ActivityStreamsContextProperty
// GetActivityStreamsCurrent returns the "current" property if it exists,
// and nil otherwise.
GetActivityStreamsCurrent() ActivityStreamsCurrentProperty
// GetActivityStreamsDuration returns the "duration" property if it
// exists, and nil otherwise.
GetActivityStreamsDuration() ActivityStreamsDurationProperty
// GetActivityStreamsEndTime returns the "endTime" property if it exists,
// and nil otherwise.
GetActivityStreamsEndTime() ActivityStreamsEndTimeProperty
// GetActivityStreamsFirst returns the "first" property if it exists, and
// nil otherwise.
GetActivityStreamsFirst() ActivityStreamsFirstProperty
// GetActivityStreamsGenerator returns the "generator" property if it
// exists, and nil otherwise.
GetActivityStreamsGenerator() ActivityStreamsGeneratorProperty
// GetActivityStreamsIcon returns the "icon" property if it exists, and
// nil otherwise.
GetActivityStreamsIcon() ActivityStreamsIconProperty
// GetActivityStreamsImage returns the "image" property if it exists, and
// nil otherwise.
GetActivityStreamsImage() ActivityStreamsImageProperty
// GetActivityStreamsInReplyTo returns the "inReplyTo" property if it
// exists, and nil otherwise.
GetActivityStreamsInReplyTo() ActivityStreamsInReplyToProperty
// GetActivityStreamsItems returns the "items" property if it exists, and
// nil otherwise.
GetActivityStreamsItems() ActivityStreamsItemsProperty
// GetActivityStreamsLast returns the "last" property if it exists, and
// nil otherwise.
GetActivityStreamsLast() ActivityStreamsLastProperty
// GetActivityStreamsLikes returns the "likes" property if it exists, and
// nil otherwise.
GetActivityStreamsLikes() ActivityStreamsLikesProperty
// GetActivityStreamsLocation returns the "location" property if it
// exists, and nil otherwise.
GetActivityStreamsLocation() ActivityStreamsLocationProperty
// GetActivityStreamsMediaType returns the "mediaType" property if it
// exists, and nil otherwise.
GetActivityStreamsMediaType() ActivityStreamsMediaTypeProperty
// GetActivityStreamsName returns the "name" property if it exists, and
// nil otherwise.
GetActivityStreamsName() ActivityStreamsNameProperty
// GetActivityStreamsNext returns the "next" property if it exists, and
// nil otherwise.
GetActivityStreamsNext() ActivityStreamsNextProperty
// GetActivityStreamsObject returns the "object" property if it exists,
// and nil otherwise.
GetActivityStreamsObject() ActivityStreamsObjectProperty
// GetActivityStreamsPartOf returns the "partOf" property if it exists,
// and nil otherwise.
GetActivityStreamsPartOf() ActivityStreamsPartOfProperty
// GetActivityStreamsPrev returns the "prev" property if it exists, and
// nil otherwise.
GetActivityStreamsPrev() ActivityStreamsPrevProperty
// GetActivityStreamsPreview returns the "preview" property if it exists,
// and nil otherwise.
GetActivityStreamsPreview() ActivityStreamsPreviewProperty
// GetActivityStreamsPublished returns the "published" property if it
// exists, and nil otherwise.
GetActivityStreamsPublished() ActivityStreamsPublishedProperty
// GetActivityStreamsReplies returns the "replies" property if it exists,
// and nil otherwise.
GetActivityStreamsReplies() ActivityStreamsRepliesProperty
// GetActivityStreamsSensitive returns the "sensitive" property if it
// exists, and nil otherwise.
GetActivityStreamsSensitive() ActivityStreamsSensitiveProperty
// and nil otherwise.
GetActivityStreamsShares() ActivityStreamsSharesProperty
// GetActivityStreamsSource returns the "source" property if it exists,
// and nil otherwise.
GetActivityStreamsSource() ActivityStreamsSourceProperty
// GetActivityStreamsStartTime returns the "startTime" property if it
// exists, and nil otherwise.
GetActivityStreamsStartTime() ActivityStreamsStartTimeProperty
// GetActivityStreamsSummary returns the "summary" property if it exists,
// and nil otherwise.
GetActivityStreamsSummary() ActivityStreamsSummaryProperty
// GetActivityStreamsTag returns the "tag" property if it exists, and nil
// otherwise.
GetActivityStreamsTag() ActivityStreamsTagProperty
// GetActivityStreamsTo returns the "to" property if it exists, and nil
// otherwise.
GetActivityStreamsTo() ActivityStreamsToProperty
// GetActivityStreamsTotalItems returns the "totalItems" property if it
// exists, and nil otherwise.
GetActivityStreamsTotalItems() ActivityStreamsTotalItemsProperty
// GetActivityStreamsUpdated returns the "updated" property if it exists,
// and nil otherwise.
GetActivityStreamsUpdated() ActivityStreamsUpdatedProperty
// GetActivityStreamsUrl returns the "url" property if it exists, and nil
// otherwise.
GetActivityStreamsUrl() ActivityStreamsUrlProperty
// GetJSONLDId returns the "id" property if it exists, and nil otherwise.
GetJSONLDId() JSONLDIdProperty
// GetJSONLDType returns the "type" property if it exists, and nil
// otherwise.
GetJSONLDType() JSONLDTypeProperty
// GetTypeName returns the name of this type.
GetTypeName() string
// GetUnknownProperties returns the unknown properties for the
// CollectionPage type. Note that this should not be used by app
// developers. It is only used to help determine which implementation
// is LessThan the other. Developers who are creating a different
// implementation of this type's interface can use this method in
// their LessThan implementation, but routine ActivityPub applications
// should not use this to bypass the code generation tool.
GetUnknownProperties() map[string]interface{}
// IsExtending returns true if the CollectionPage type extends from the
// other type.
IsExtending(other Type) bool
// JSONLDContext returns the JSONLD URIs required in the context string
// for this type and the specific properties that are set. The value
// in the map is the alias used to import the type and its properties.
JSONLDContext() map[string]string
// LessThan computes if this CollectionPage is lesser, with an arbitrary
// but stable determination.
LessThan(o ActivityStreamsCollectionPage) bool
// Serialize converts this into an interface representation suitable for
// marshalling into a text or binary format.
Serialize() (map[string]interface{}, error)
// SetActivityStreamsAltitude sets the "altitude" property.
SetActivityStreamsAltitude(i ActivityStreamsAltitudeProperty)
// SetActivityStreamsAttachment sets the "attachment" property.
SetActivityStreamsAttachment(i ActivityStreamsAttachmentProperty)
// SetActivityStreamsAttributedTo sets the "attributedTo" property.
SetActivityStreamsAttributedTo(i ActivityStreamsAttributedToProperty)
// SetActivityStreamsAudience sets the "audience" property.
SetActivityStreamsAudience(i ActivityStreamsAudienceProperty)
// SetActivityStreamsBcc sets the "bcc" property.
SetActivityStreamsBcc(i ActivityStreamsBccProperty)
// SetActivityStreamsBto sets the "bto" property.
SetActivityStreamsBto(i ActivityStreamsBtoProperty)
// SetActivityStreamsCc sets the "cc" property.
SetActivityStreamsCc(i ActivityStreamsCcProperty)
// SetActivityStreamsContent sets the "content" property.
SetActivityStreamsContent(i ActivityStreamsContentProperty)
// SetActivityStreamsContext sets the "context" property.
SetActivityStreamsContext(i ActivityStreamsContextProperty)
// SetActivityStreamsCurrent sets the "current" property.
SetActivityStreamsCurrent(i ActivityStreamsCurrentProperty)
// SetActivityStreamsDuration sets the "duration" property.
SetActivityStreamsDuration(i ActivityStreamsDurationProperty)
// SetActivityStreamsEndTime sets the "endTime" property.
SetActivityStreamsEndTime(i ActivityStreamsEndTimeProperty)
// SetActivityStreamsFirst sets the "first" property.
SetActivityStreamsFirst(i ActivityStreamsFirstProperty)
// SetActivityStreamsGenerator sets the "generator" property.
SetActivityStreamsGenerator(i ActivityStreamsGeneratorProperty)
// SetActivityStreamsIcon sets the "icon" property.
SetActivityStreamsIcon(i ActivityStreamsIconProperty)
// SetActivityStreamsImage sets the "image" property.
SetActivityStreamsImage(i ActivityStreamsImageProperty)
// SetActivityStreamsInReplyTo sets the "inReplyTo" property.
SetActivityStreamsInReplyTo(i ActivityStreamsInReplyToProperty)
// SetActivityStreamsItems sets the "items" property.
SetActivityStreamsItems(i ActivityStreamsItemsProperty)
// SetActivityStreamsLast sets the "last" property.
SetActivityStreamsLast(i ActivityStreamsLastProperty)
// SetActivityStreamsLikes sets the "likes" property.
SetActivityStreamsLikes(i ActivityStreamsLikesProperty)
// SetActivityStreamsLocation sets the "location" property.
SetActivityStreamsLocation(i ActivityStreamsLocationProperty)
// SetActivityStreamsMediaType sets the "mediaType" property.
SetActivityStreamsMediaType(i ActivityStreamsMediaTypeProperty)
// SetActivityStreamsName sets the "name" property.
SetActivityStreamsName(i ActivityStreamsNameProperty)
// SetActivityStreamsNext sets the "next" property.
SetActivityStreamsNext(i ActivityStreamsNextProperty)
// SetActivityStreamsObject sets the "object" property.
SetActivityStreamsObject(i ActivityStreamsObjectProperty)
// SetActivityStreamsPartOf sets the "partOf" property.
SetActivityStreamsPartOf(i ActivityStreamsPartOfProperty)
// SetActivityStreamsPrev sets the "prev" property.
SetActivityStreamsPrev(i ActivityStreamsPrevProperty)
// SetActivityStreamsPreview sets the "preview" property.
SetActivityStreamsPreview(i ActivityStreamsPreviewProperty)
// SetActivityStreamsPublished sets the "published" property.
SetActivityStreamsPublished(i ActivityStreamsPublishedProperty)
// SetActivityStreamsReplies sets the "replies" property.
SetActivityStreamsReplies(i ActivityStreamsRepliesProperty)
// SetActivityStreamsSensitive sets the "sensitive" property.
SetActivityStreamsSensitive(i ActivityStreamsSensitiveProperty)
SetActivityStreamsShares(i ActivityStreamsSharesProperty)
// SetActivityStreamsSource sets the "source" property.
SetActivityStreamsSource(i ActivityStreamsSourceProperty)
// SetActivityStreamsStartTime sets the "startTime" property.
SetActivityStreamsStartTime(i ActivityStreamsStartTimeProperty)
// SetActivityStreamsSummary sets the "summary" property.
SetActivityStreamsSummary(i ActivityStreamsSummaryProperty)
// SetActivityStreamsTag sets the "tag" property.
SetActivityStreamsTag(i ActivityStreamsTagProperty)
// SetActivityStreamsTo sets the "to" property.
SetActivityStreamsTo(i ActivityStreamsToProperty)
// SetActivityStreamsTotalItems sets the "totalItems" property.
SetActivityStreamsTotalItems(i ActivityStreamsTotalItemsProperty)
// SetActivityStreamsUpdated sets the "updated" property.
SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty)
// SetActivityStreamsUrl sets the "url" property.
SetActivityStreamsUrl(i ActivityStreamsUrlProperty)
// SetJSONLDId sets the "id" property.
SetJSONLDId(i JSONLDIdProperty)
// SetJSONLDType sets the "type" property.
SetJSONLDType(i JSONLDTypeProperty)
// VocabularyURI returns the vocabulary's URI as a string.
VocabularyURI() string
}
Used to represent distinct subsets of items from a Collection. Refer to the Activity Streams 2.0 Core for a complete description of the CollectionPage object.
Example 7 (https://www.w3.org/TR/activitystreams-vocabulary/#ex6b-jsonld):
{
"id": "http://example.org/foo?page=1",
"items": [
{
"name": "A Simple Note",
"type": "Note"
},
{
"name": "Another Simple Note",
"type": "Note"
}
],
"partOf": "http://example.org/foo",
"summary": "Page 1 of Sally's notes",
"type": "CollectionPage"
}
type ActivityStreamsContentProperty ¶
type ActivityStreamsContentProperty interface {
// AppendIRI appends an IRI value to the back of a list of the property
// "content"
AppendIRI(v *url.URL)
// AppendRDFLangString appends a langString value to the back of a list of
// the property "content". Invalidates iterators that are traversing
// using Prev.
AppendRDFLangString(v map[string]string)
// AppendXMLSchemaString appends a string value to the back of a list of
// the property "content". Invalidates iterators that are traversing
// using Prev.
AppendXMLSchemaString(v string)
// At returns the property value for the specified index. Panics if the
// index is out of bounds.
At(index int) ActivityStreamsContentPropertyIterator
// 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.
Begin() ActivityStreamsContentPropertyIterator
// Empty returns returns true if there are no elements.
Empty() bool
// 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.
End() ActivityStreamsContentPropertyIterator
// Insert inserts an IRI value at the specified index for a property
// "content". Existing elements at that index and higher are shifted
// back once. Invalidates all iterators.
InsertIRI(idx int, v *url.URL)
// InsertRDFLangString inserts a langString value at the specified index
// for a property "content". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertRDFLangString(idx int, v map[string]string)
// InsertXMLSchemaString inserts a string value at the specified index for
// a property "content". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertXMLSchemaString(idx int, v 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.
JSONLDContext() map[string]string
// 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.
KindIndex(idx int) int
// Len returns the number of values that exist for the "content" property.
Len() (length int)
// Less computes whether another property is less than this one. Mixing
// types results in a consistent but arbitrary ordering
Less(i, j int) 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.
LessThan(o ActivityStreamsContentProperty) bool
// Name returns the name of this property ("content") with any alias.
Name() string
// PrependIRI prepends an IRI value to the front of a list of the property
// "content".
PrependIRI(v *url.URL)
// PrependRDFLangString prepends a langString value to the front of a list
// of the property "content". Invalidates all iterators.
PrependRDFLangString(v map[string]string)
// PrependXMLSchemaString prepends a string value to the front of a list
// of the property "content". Invalidates all iterators.
PrependXMLSchemaString(v string)
// Remove deletes an element at the specified index from a list of the
// property "content", regardless of its type. Panics if the index is
// out of bounds. Invalidates all iterators.
Remove(idx int)
// 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.
Serialize() (interface{}, error)
// SetIRI sets an IRI value to be at the specified index for the property
// "content". Panics if the index is out of bounds.
SetIRI(idx int, v *url.URL)
// SetRDFLangString sets a langString value to be at the specified index
// for the property "content". Panics if the index is out of bounds.
// Invalidates all iterators.
SetRDFLangString(idx int, v map[string]string)
// SetXMLSchemaString sets a string value to be at the specified index for
// the property "content". Panics if the index is out of bounds.
// Invalidates all iterators.
SetXMLSchemaString(idx int, v string)
// Swap swaps the location of values at two indices for the "content"
// property.
Swap(i, j int)
}
The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values.
Example 114 (https://www.w3.org/TR/activitystreams-vocabulary/#ex130-jsonld):
{
"content": "A \u003cem\u003esimple\u003c/em\u003e note",
"summary": "A simple note",
"type": "Note"
}
Example 115 (https://www.w3.org/TR/activitystreams-vocabulary/#ex131-jsonld):
{
"contentMap": {
"en": "A \u003cem\u003esimple\u003c/em\u003e note",
"es": "Una nota \u003cem\u003esencilla\u003c/em\u003e",
"zh-hans": "一段\u003cem\u003e简单的\u003c/em\u003e笔记"
},
"summary": "A simple note",
"type": "Note"
}
Example 116 (https://www.w3.org/TR/activitystreams-vocabulary/#ex130b-jsonld):
{
"content": "## A simple note\nA simple markdown `note`",
"mediaType": "text/markdown",
"summary": "A simple note",
"type": "Note"
}
type ActivityStreamsContentPropertyIterator ¶
type ActivityStreamsContentPropertyIterator interface {
// GetIRI returns the IRI of this property. When IsIRI returns false,
// GetIRI will return an arbitrary value.
GetIRI() *url.URL
// GetLanguage returns the value for the specified BCP47 language code, or
// an empty string if it is either not a language map or no value is
// present.
GetLanguage(bcp47 string) string
// GetRDFLangString returns the value of this property. When
// IsRDFLangString returns false, GetRDFLangString will return an
// arbitrary value.
GetRDFLangString() map[string]string
// GetXMLSchemaString returns the value of this property. When
// IsXMLSchemaString returns false, GetXMLSchemaString will return an
// arbitrary value.
GetXMLSchemaString() string
// HasAny returns true if any of the values are set, except for the
// natural language map. When true, the specific has, getter, and
// setter methods may be used to determine what kind of value there is
// to access and set this property. To determine if the property was
// set as a natural language map, use the IsRDFLangString method
// instead.
HasAny() bool
// HasLanguage returns true if the natural language map has an entry for
// the specified BCP47 language code.
HasLanguage(bcp47 string) bool
// IsIRI returns true if this property is an IRI. When true, use GetIRI
// and SetIRI to access and set this property
IsIRI() bool
// IsRDFLangString returns true if this property has a type of
// "langString". When true, use the GetRDFLangString and
// SetRDFLangString methods to access and set this property.. To
// determine if the property was set as a natural language map, use
// the IsRDFLangString method instead.
IsRDFLangString() bool
// IsXMLSchemaString returns true if this property has a type of "string".
// When true, use the GetXMLSchemaString and SetXMLSchemaString
// methods to access and set this property.. To determine if the
// property was set as a natural language map, use the IsRDFLangString
// method instead.
IsXMLSchemaString() bool
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex() int
// 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.
LessThan(o ActivityStreamsContentPropertyIterator) bool
// Name returns the name of this property: "ActivityStreamsContent".
Name() string
// Next returns the next iterator, or nil if there is no next iterator.
Next() ActivityStreamsContentPropertyIterator
// Prev returns the previous iterator, or nil if there is no previous
// iterator.
Prev() ActivityStreamsContentPropertyIterator
// SetIRI sets the value of this property. Calling IsIRI afterwards
// returns true.
SetIRI(v *url.URL)
// SetLanguage sets the value for the specified BCP47 language code.
SetLanguage(bcp47, value string)
// SetRDFLangString sets the value of this property and clears the natural
// language map. Calling IsRDFLangString afterwards will return true.
// Calling IsRDFLangString afterwards returns false.
SetRDFLangString(v map[string]string)
// SetXMLSchemaString sets the value of this property and clears the
// natural language map. Calling IsXMLSchemaString afterwards will
// return true. Calling IsRDFLangString afterwards returns false.
SetXMLSchemaString(v string)
}
ActivityStreamsContentPropertyIterator represents a single value for the "content" property.
type ActivityStreamsContextProperty ¶
type ActivityStreamsContextProperty interface {
// AppendActivityStreamsAccept appends a Accept value to the back of a
// list of the property "context". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAccept(v ActivityStreamsAccept)
// AppendActivityStreamsActivity appends a Activity value to the back of a
// list of the property "context". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsActivity(v ActivityStreamsActivity)
// AppendActivityStreamsAdd appends a Add value to the back of a list of
// the property "context". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsAdd(v ActivityStreamsAdd)
// AppendActivityStreamsAnnounce appends a Announce value to the back of a
// list of the property "context". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// AppendActivityStreamsApplication appends a Application value to the
// back of a list of the property "context". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsApplication(v ActivityStreamsApplication)
// AppendActivityStreamsArrive appends a Arrive value to the back of a
// list of the property "context". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsArrive(v ActivityStreamsArrive)
// AppendActivityStreamsArticle appends a Article value to the back of a
// list of the property "context". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsArticle(v ActivityStreamsArticle)
// AppendActivityStreamsAudio appends a Audio value to the back of a list
// of the property "context". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAudio(v ActivityStreamsAudio)
// AppendActivityStreamsBlock appends a Block value to the back of a list
// of the property "context". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsBlock(v ActivityStreamsBlock)
// AppendActivityStreamsCollection appends a Collection value to the back
// of a list of the property "context". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsCollection(v ActivityStreamsCollection)
// AppendActivityStreamsCollectionPage appends a CollectionPage value to
// the back of a list of the property "context". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// AppendActivityStreamsCreate appends a Create value to the back of a
// list of the property "context". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsCreate(v ActivityStreamsCreate)
// AppendActivityStreamsDelete appends a Delete value to the back of a
// list of the property "context". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDelete(v ActivityStreamsDelete)
// AppendActivityStreamsDislike appends a Dislike value to the back of a
// list of the property "context". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDislike(v ActivityStreamsDislike)
// AppendActivityStreamsDocument appends a Document value to the back of a
// list of the property "context". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDocument(v ActivityStreamsDocument)
// AppendActivityStreamsEvent appends a Event value to the back of a list
// of the property "context". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsEvent(v ActivityStreamsEvent)
// AppendActivityStreamsFlag appends a Flag value to the back of a list of
// the property "context". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsFlag(v ActivityStreamsFlag)
// AppendActivityStreamsFollow appends a Follow value to the back of a
// list of the property "context". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsFollow(v ActivityStreamsFollow)
// AppendActivityStreamsGroup appends a Group value to the back of a list
// of the property "context". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsGroup(v ActivityStreamsGroup)
// AppendActivityStreamsIgnore appends a Ignore value to the back of a
// list of the property "context". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsIgnore(v ActivityStreamsIgnore)
// AppendActivityStreamsImage appends a Image value to the back of a list
// of the property "context". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsImage(v ActivityStreamsImage)
// AppendActivityStreamsIntransitiveActivity appends a
// IntransitiveActivity value to the back of a list of the property
// "context". Invalidates iterators that are traversing using Prev.
AppendActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// AppendActivityStreamsInvite appends a Invite value to the back of a
// list of the property "context". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsInvite(v ActivityStreamsInvite)
// AppendActivityStreamsJoin appends a Join value to the back of a list of
// the property "context". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsJoin(v ActivityStreamsJoin)
// AppendActivityStreamsLeave appends a Leave value to the back of a list
// of the property "context". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsLeave(v ActivityStreamsLeave)
// AppendActivityStreamsLike appends a Like value to the back of a list of
// the property "context". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsLike(v ActivityStreamsLike)
// AppendActivityStreamsLink appends a Link value to the back of a list of
// the property "context". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsLink(v ActivityStreamsLink)
// AppendActivityStreamsListen appends a Listen value to the back of a
// list of the property "context". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsListen(v ActivityStreamsListen)
// AppendActivityStreamsMention appends a Mention value to the back of a
// list of the property "context". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsMention(v ActivityStreamsMention)
// AppendActivityStreamsMove appends a Move value to the back of a list of
// the property "context". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsMove(v ActivityStreamsMove)
// AppendActivityStreamsNote appends a Note value to the back of a list of
// the property "context". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsNote(v ActivityStreamsNote)
// AppendActivityStreamsObject appends a Object value to the back of a
// list of the property "context". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsObject(v ActivityStreamsObject)
// AppendActivityStreamsOffer appends a Offer value to the back of a list
// of the property "context". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsOffer(v ActivityStreamsOffer)
// AppendActivityStreamsOrderedCollection appends a OrderedCollection
// value to the back of a list of the property "context". Invalidates
// iterators that are traversing using Prev.
AppendActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// AppendActivityStreamsOrderedCollectionPage appends a
// OrderedCollectionPage value to the back of a list of the property
// "context". Invalidates iterators that are traversing using Prev.
AppendActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// AppendActivityStreamsOrganization appends a Organization value to the
// back of a list of the property "context". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsOrganization(v ActivityStreamsOrganization)
// AppendActivityStreamsPage appends a Page value to the back of a list of
// the property "context". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsPage(v ActivityStreamsPage)
// AppendActivityStreamsPerson appends a Person value to the back of a
// list of the property "context". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsPerson(v ActivityStreamsPerson)
// AppendActivityStreamsPlace appends a Place value to the back of a list
// of the property "context". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsPlace(v ActivityStreamsPlace)
// AppendActivityStreamsProfile appends a Profile value to the back of a
// list of the property "context". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsProfile(v ActivityStreamsProfile)
// AppendActivityStreamsQuestion appends a Question value to the back of a
// list of the property "context". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsQuestion(v ActivityStreamsQuestion)
// AppendActivityStreamsRead appends a Read value to the back of a list of
// the property "context". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsRead(v ActivityStreamsRead)
// AppendActivityStreamsReject appends a Reject value to the back of a
// list of the property "context". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsReject(v ActivityStreamsReject)
// AppendActivityStreamsRelationship appends a Relationship value to the
// back of a list of the property "context". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsRelationship(v ActivityStreamsRelationship)
// AppendActivityStreamsRemove appends a Remove value to the back of a
// list of the property "context". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsRemove(v ActivityStreamsRemove)
// AppendActivityStreamsService appends a Service value to the back of a
// list of the property "context". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsService(v ActivityStreamsService)
// AppendActivityStreamsTentativeAccept appends a TentativeAccept value to
// the back of a list of the property "context". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// AppendActivityStreamsTentativeReject appends a TentativeReject value to
// the back of a list of the property "context". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// AppendActivityStreamsTombstone appends a Tombstone value to the back of
// a list of the property "context". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsTombstone(v ActivityStreamsTombstone)
// AppendActivityStreamsTravel appends a Travel value to the back of a
// list of the property "context". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsTravel(v ActivityStreamsTravel)
// AppendActivityStreamsUndo appends a Undo value to the back of a list of
// the property "context". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsUndo(v ActivityStreamsUndo)
// AppendActivityStreamsUpdate appends a Update value to the back of a
// list of the property "context". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsUpdate(v ActivityStreamsUpdate)
// AppendActivityStreamsVideo appends a Video value to the back of a list
// of the property "context". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsVideo(v ActivityStreamsVideo)
// AppendActivityStreamsView appends a View value to the back of a list of
// the property "context". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsView(v ActivityStreamsView)
// AppendFunkwhaleAlbum appends a Album value to the back of a list of the
// property "context". Invalidates iterators that are traversing using
// Prev.
AppendFunkwhaleAlbum(v FunkwhaleAlbum)
// AppendFunkwhaleArtist appends a Artist value to the back of a list of
// the property "context". Invalidates iterators that are traversing
// using Prev.
AppendFunkwhaleArtist(v FunkwhaleArtist)
// AppendFunkwhaleLibrary appends a Library value to the back of a list of
// the property "context". Invalidates iterators that are traversing
// using Prev.
AppendFunkwhaleLibrary(v FunkwhaleLibrary)
// AppendFunkwhaleTrack appends a Track value to the back of a list of the
// property "context". Invalidates iterators that are traversing using
// Prev.
AppendFunkwhaleTrack(v FunkwhaleTrack)
// AppendGoToSocialAnnounceApproval appends a AnnounceApproval value to
// the back of a list of the property "context". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// AppendGoToSocialAnnounceAuthorization appends a AnnounceAuthorization
// value to the back of a list of the property "context". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// AppendGoToSocialAnnounceRequest appends a AnnounceRequest value to the
// back of a list of the property "context". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// AppendGoToSocialLikeApproval appends a LikeApproval value to the back
// of a list of the property "context". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialLikeApproval(v GoToSocialLikeApproval)
// AppendGoToSocialLikeAuthorization appends a LikeAuthorization value to
// the back of a list of the property "context". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// AppendGoToSocialLikeRequest appends a LikeRequest value to the back of
// a list of the property "context". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialLikeRequest(v GoToSocialLikeRequest)
// AppendGoToSocialQuoteAuthorization appends a QuoteAuthorization value
// to the back of a list of the property "context". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// AppendGoToSocialQuoteRequest appends a QuoteRequest value to the back
// of a list of the property "context". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// AppendGoToSocialReplyApproval appends a ReplyApproval value to the back
// of a list of the property "context". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialReplyApproval(v GoToSocialReplyApproval)
// AppendGoToSocialReplyAuthorization appends a ReplyAuthorization value
// to the back of a list of the property "context". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// AppendGoToSocialReplyRequest appends a ReplyRequest value to the back
// of a list of the property "context". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialReplyRequest(v GoToSocialReplyRequest)
// AppendIRI appends an IRI value to the back of a list of the property
// "context"
AppendIRI(v *url.URL)
// AppendLitePubEmojiReact appends a EmojiReact value to the back of a
// list of the property "context". Invalidates iterators that are
// traversing using Prev.
AppendLitePubEmojiReact(v LitePubEmojiReact)
// AppendSchemaPropertyValue appends a PropertyValue value to the back of
// a list of the property "context". Invalidates iterators that are
// traversing using Prev.
AppendSchemaPropertyValue(v SchemaPropertyValue)
// AppendTootEmoji appends a Emoji value to the back of a list of the
// property "context". Invalidates iterators that are traversing using
// Prev.
AppendTootEmoji(v TootEmoji)
// AppendTootHashtag appends a Hashtag value to the back of a list of the
// property "context". Invalidates iterators that are traversing using
// Prev.
AppendTootHashtag(v TootHashtag)
// AppendTootIdentityProof appends a IdentityProof value to the back of a
// list of the property "context". Invalidates iterators that are
// traversing using Prev.
AppendTootIdentityProof(v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "context". Invalidates iterators that are traversing
// using Prev. Returns an error if the type is not a valid one to set
// for this property.
AppendType(t Type) error
// At returns the property value for the specified index. Panics if the
// index is out of bounds.
At(index int) ActivityStreamsContextPropertyIterator
// 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.
Begin() ActivityStreamsContextPropertyIterator
// Empty returns returns true if there are no elements.
Empty() bool
// 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.
End() ActivityStreamsContextPropertyIterator
// InsertActivityStreamsAccept inserts a Accept value at the specified
// index for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsAccept(idx int, v ActivityStreamsAccept)
// InsertActivityStreamsActivity inserts a Activity value at the specified
// index for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsActivity(idx int, v ActivityStreamsActivity)
// InsertActivityStreamsAdd inserts a Add value at the specified index for
// a property "context". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsAdd(idx int, v ActivityStreamsAdd)
// InsertActivityStreamsAnnounce inserts a Announce value at the specified
// index for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsAnnounce(idx int, v ActivityStreamsAnnounce)
// InsertActivityStreamsApplication inserts a Application value at the
// specified index for a property "context". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsApplication(idx int, v ActivityStreamsApplication)
// InsertActivityStreamsArrive inserts a Arrive value at the specified
// index for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsArrive(idx int, v ActivityStreamsArrive)
// InsertActivityStreamsArticle inserts a Article value at the specified
// index for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsArticle(idx int, v ActivityStreamsArticle)
// InsertActivityStreamsAudio inserts a Audio value at the specified index
// for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsAudio(idx int, v ActivityStreamsAudio)
// InsertActivityStreamsBlock inserts a Block value at the specified index
// for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsBlock(idx int, v ActivityStreamsBlock)
// InsertActivityStreamsCollection inserts a Collection value at the
// specified index for a property "context". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsCollection(idx int, v ActivityStreamsCollection)
// InsertActivityStreamsCollectionPage inserts a CollectionPage value at
// the specified index for a property "context". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsCollectionPage(idx int, v ActivityStreamsCollectionPage)
// InsertActivityStreamsCreate inserts a Create value at the specified
// index for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsCreate(idx int, v ActivityStreamsCreate)
// InsertActivityStreamsDelete inserts a Delete value at the specified
// index for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDelete(idx int, v ActivityStreamsDelete)
// InsertActivityStreamsDislike inserts a Dislike value at the specified
// index for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDislike(idx int, v ActivityStreamsDislike)
// InsertActivityStreamsDocument inserts a Document value at the specified
// index for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDocument(idx int, v ActivityStreamsDocument)
// InsertActivityStreamsEvent inserts a Event value at the specified index
// for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsEvent(idx int, v ActivityStreamsEvent)
// InsertActivityStreamsFlag inserts a Flag value at the specified index
// for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsFlag(idx int, v ActivityStreamsFlag)
// InsertActivityStreamsFollow inserts a Follow value at the specified
// index for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsFollow(idx int, v ActivityStreamsFollow)
// InsertActivityStreamsGroup inserts a Group value at the specified index
// for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsGroup(idx int, v ActivityStreamsGroup)
// InsertActivityStreamsIgnore inserts a Ignore value at the specified
// index for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsIgnore(idx int, v ActivityStreamsIgnore)
// InsertActivityStreamsImage inserts a Image value at the specified index
// for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsImage(idx int, v ActivityStreamsImage)
// InsertActivityStreamsIntransitiveActivity inserts a
// IntransitiveActivity value at the specified index for a property
// "context". Existing elements at that index and higher are shifted
// back once. Invalidates all iterators.
InsertActivityStreamsIntransitiveActivity(idx int, v ActivityStreamsIntransitiveActivity)
// InsertActivityStreamsInvite inserts a Invite value at the specified
// index for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsInvite(idx int, v ActivityStreamsInvite)
// InsertActivityStreamsJoin inserts a Join value at the specified index
// for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsJoin(idx int, v ActivityStreamsJoin)
// InsertActivityStreamsLeave inserts a Leave value at the specified index
// for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsLeave(idx int, v ActivityStreamsLeave)
// InsertActivityStreamsLike inserts a Like value at the specified index
// for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsLike(idx int, v ActivityStreamsLike)
// InsertActivityStreamsLink inserts a Link value at the specified index
// for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsLink(idx int, v ActivityStreamsLink)
// InsertActivityStreamsListen inserts a Listen value at the specified
// index for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsListen(idx int, v ActivityStreamsListen)
// InsertActivityStreamsMention inserts a Mention value at the specified
// index for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsMention(idx int, v ActivityStreamsMention)
// InsertActivityStreamsMove inserts a Move value at the specified index
// for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsMove(idx int, v ActivityStreamsMove)
// InsertActivityStreamsNote inserts a Note value at the specified index
// for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsNote(idx int, v ActivityStreamsNote)
// InsertActivityStreamsObject inserts a Object value at the specified
// index for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsObject(idx int, v ActivityStreamsObject)
// InsertActivityStreamsOffer inserts a Offer value at the specified index
// for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsOffer(idx int, v ActivityStreamsOffer)
// InsertActivityStreamsOrderedCollection inserts a OrderedCollection
// value at the specified index for a property "context". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertActivityStreamsOrderedCollection(idx int, v ActivityStreamsOrderedCollection)
// InsertActivityStreamsOrderedCollectionPage inserts a
// OrderedCollectionPage value at the specified index for a property
// "context". Existing elements at that index and higher are shifted
// back once. Invalidates all iterators.
InsertActivityStreamsOrderedCollectionPage(idx int, v ActivityStreamsOrderedCollectionPage)
// InsertActivityStreamsOrganization inserts a Organization value at the
// specified index for a property "context". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsOrganization(idx int, v ActivityStreamsOrganization)
// InsertActivityStreamsPage inserts a Page value at the specified index
// for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsPage(idx int, v ActivityStreamsPage)
// InsertActivityStreamsPerson inserts a Person value at the specified
// index for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsPerson(idx int, v ActivityStreamsPerson)
// InsertActivityStreamsPlace inserts a Place value at the specified index
// for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsPlace(idx int, v ActivityStreamsPlace)
// InsertActivityStreamsProfile inserts a Profile value at the specified
// index for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsProfile(idx int, v ActivityStreamsProfile)
// InsertActivityStreamsQuestion inserts a Question value at the specified
// index for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsQuestion(idx int, v ActivityStreamsQuestion)
// InsertActivityStreamsRead inserts a Read value at the specified index
// for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsRead(idx int, v ActivityStreamsRead)
// InsertActivityStreamsReject inserts a Reject value at the specified
// index for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsReject(idx int, v ActivityStreamsReject)
// InsertActivityStreamsRelationship inserts a Relationship value at the
// specified index for a property "context". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsRelationship(idx int, v ActivityStreamsRelationship)
// InsertActivityStreamsRemove inserts a Remove value at the specified
// index for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsRemove(idx int, v ActivityStreamsRemove)
// InsertActivityStreamsService inserts a Service value at the specified
// index for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsService(idx int, v ActivityStreamsService)
// InsertActivityStreamsTentativeAccept inserts a TentativeAccept value at
// the specified index for a property "context". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsTentativeAccept(idx int, v ActivityStreamsTentativeAccept)
// InsertActivityStreamsTentativeReject inserts a TentativeReject value at
// the specified index for a property "context". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsTentativeReject(idx int, v ActivityStreamsTentativeReject)
// InsertActivityStreamsTombstone inserts a Tombstone value at the
// specified index for a property "context". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsTombstone(idx int, v ActivityStreamsTombstone)
// InsertActivityStreamsTravel inserts a Travel value at the specified
// index for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsTravel(idx int, v ActivityStreamsTravel)
// InsertActivityStreamsUndo inserts a Undo value at the specified index
// for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsUndo(idx int, v ActivityStreamsUndo)
// InsertActivityStreamsUpdate inserts a Update value at the specified
// index for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsUpdate(idx int, v ActivityStreamsUpdate)
// InsertActivityStreamsVideo inserts a Video value at the specified index
// for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsVideo(idx int, v ActivityStreamsVideo)
// InsertActivityStreamsView inserts a View value at the specified index
// for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsView(idx int, v ActivityStreamsView)
// InsertFunkwhaleAlbum inserts a Album value at the specified index for a
// property "context". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertFunkwhaleAlbum(idx int, v FunkwhaleAlbum)
// InsertFunkwhaleArtist inserts a Artist value at the specified index for
// a property "context". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertFunkwhaleArtist(idx int, v FunkwhaleArtist)
// InsertFunkwhaleLibrary inserts a Library value at the specified index
// for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertFunkwhaleLibrary(idx int, v FunkwhaleLibrary)
// InsertFunkwhaleTrack inserts a Track value at the specified index for a
// property "context". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertFunkwhaleTrack(idx int, v FunkwhaleTrack)
// InsertGoToSocialAnnounceApproval inserts a AnnounceApproval value at
// the specified index for a property "context". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialAnnounceApproval(idx int, v GoToSocialAnnounceApproval)
// InsertGoToSocialAnnounceAuthorization inserts a AnnounceAuthorization
// value at the specified index for a property "context". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertGoToSocialAnnounceAuthorization(idx int, v GoToSocialAnnounceAuthorization)
// InsertGoToSocialAnnounceRequest inserts a AnnounceRequest value at the
// specified index for a property "context". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialAnnounceRequest(idx int, v GoToSocialAnnounceRequest)
// InsertGoToSocialLikeApproval inserts a LikeApproval value at the
// specified index for a property "context". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialLikeApproval(idx int, v GoToSocialLikeApproval)
// InsertGoToSocialLikeAuthorization inserts a LikeAuthorization value at
// the specified index for a property "context". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialLikeAuthorization(idx int, v GoToSocialLikeAuthorization)
// InsertGoToSocialLikeRequest inserts a LikeRequest value at the
// specified index for a property "context". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// InsertGoToSocialQuoteAuthorization inserts a QuoteAuthorization value
// at the specified index for a property "context". Existing elements
// at that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialQuoteAuthorization(idx int, v GoToSocialQuoteAuthorization)
// InsertGoToSocialQuoteRequest inserts a QuoteRequest value at the
// specified index for a property "context". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialQuoteRequest(idx int, v GoToSocialQuoteRequest)
// InsertGoToSocialReplyApproval inserts a ReplyApproval value at the
// specified index for a property "context". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialReplyApproval(idx int, v GoToSocialReplyApproval)
// InsertGoToSocialReplyAuthorization inserts a ReplyAuthorization value
// at the specified index for a property "context". Existing elements
// at that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialReplyAuthorization(idx int, v GoToSocialReplyAuthorization)
// InsertGoToSocialReplyRequest inserts a ReplyRequest value at the
// specified index for a property "context". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialReplyRequest(idx int, v GoToSocialReplyRequest)
// Insert inserts an IRI value at the specified index for a property
// "context". Existing elements at that index and higher are shifted
// back once. Invalidates all iterators.
InsertIRI(idx int, v *url.URL)
// InsertLitePubEmojiReact inserts a EmojiReact value at the specified
// index for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertLitePubEmojiReact(idx int, v LitePubEmojiReact)
// InsertSchemaPropertyValue inserts a PropertyValue value at the
// specified index for a property "context". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertSchemaPropertyValue(idx int, v SchemaPropertyValue)
// InsertTootEmoji inserts a Emoji value at the specified index for a
// property "context". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertTootEmoji(idx int, v TootEmoji)
// InsertTootHashtag inserts a Hashtag value at the specified index for a
// property "context". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertTootHashtag(idx int, v TootHashtag)
// InsertTootIdentityProof inserts a IdentityProof value at the specified
// index for a property "context". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertTootIdentityProof(idx int, v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "context". Invalidates all iterators. Returns an error
// if the type is not a valid one to set for this property.
InsertType(idx int, t Type) error
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex(idx int) int
// Len returns the number of values that exist for the "context" property.
Len() (length int)
// Less computes whether another property is less than this one. Mixing
// types results in a consistent but arbitrary ordering
Less(i, j int) 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.
LessThan(o ActivityStreamsContextProperty) bool
// Name returns the name of this property ("context") with any alias.
Name() string
// PrependActivityStreamsAccept prepends a Accept value to the front of a
// list of the property "context". Invalidates all iterators.
PrependActivityStreamsAccept(v ActivityStreamsAccept)
// PrependActivityStreamsActivity prepends a Activity value to the front
// of a list of the property "context". Invalidates all iterators.
PrependActivityStreamsActivity(v ActivityStreamsActivity)
// PrependActivityStreamsAdd prepends a Add value to the front of a list
// of the property "context". Invalidates all iterators.
PrependActivityStreamsAdd(v ActivityStreamsAdd)
// PrependActivityStreamsAnnounce prepends a Announce value to the front
// of a list of the property "context". Invalidates all iterators.
PrependActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// PrependActivityStreamsApplication prepends a Application value to the
// front of a list of the property "context". Invalidates all
// iterators.
PrependActivityStreamsApplication(v ActivityStreamsApplication)
// PrependActivityStreamsArrive prepends a Arrive value to the front of a
// list of the property "context". Invalidates all iterators.
PrependActivityStreamsArrive(v ActivityStreamsArrive)
// PrependActivityStreamsArticle prepends a Article value to the front of
// a list of the property "context". Invalidates all iterators.
PrependActivityStreamsArticle(v ActivityStreamsArticle)
// PrependActivityStreamsAudio prepends a Audio value to the front of a
// list of the property "context". Invalidates all iterators.
PrependActivityStreamsAudio(v ActivityStreamsAudio)
// PrependActivityStreamsBlock prepends a Block value to the front of a
// list of the property "context". Invalidates all iterators.
PrependActivityStreamsBlock(v ActivityStreamsBlock)
// PrependActivityStreamsCollection prepends a Collection value to the
// front of a list of the property "context". Invalidates all
// iterators.
PrependActivityStreamsCollection(v ActivityStreamsCollection)
// PrependActivityStreamsCollectionPage prepends a CollectionPage value to
// the front of a list of the property "context". Invalidates all
// iterators.
PrependActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// PrependActivityStreamsCreate prepends a Create value to the front of a
// list of the property "context". Invalidates all iterators.
PrependActivityStreamsCreate(v ActivityStreamsCreate)
// PrependActivityStreamsDelete prepends a Delete value to the front of a
// list of the property "context". Invalidates all iterators.
PrependActivityStreamsDelete(v ActivityStreamsDelete)
// PrependActivityStreamsDislike prepends a Dislike value to the front of
// a list of the property "context". Invalidates all iterators.
PrependActivityStreamsDislike(v ActivityStreamsDislike)
// PrependActivityStreamsDocument prepends a Document value to the front
// of a list of the property "context". Invalidates all iterators.
PrependActivityStreamsDocument(v ActivityStreamsDocument)
// PrependActivityStreamsEvent prepends a Event value to the front of a
// list of the property "context". Invalidates all iterators.
PrependActivityStreamsEvent(v ActivityStreamsEvent)
// PrependActivityStreamsFlag prepends a Flag value to the front of a list
// of the property "context". Invalidates all iterators.
PrependActivityStreamsFlag(v ActivityStreamsFlag)
// PrependActivityStreamsFollow prepends a Follow value to the front of a
// list of the property "context". Invalidates all iterators.
PrependActivityStreamsFollow(v ActivityStreamsFollow)
// PrependActivityStreamsGroup prepends a Group value to the front of a
// list of the property "context". Invalidates all iterators.
PrependActivityStreamsGroup(v ActivityStreamsGroup)
// PrependActivityStreamsIgnore prepends a Ignore value to the front of a
// list of the property "context". Invalidates all iterators.
PrependActivityStreamsIgnore(v ActivityStreamsIgnore)
// PrependActivityStreamsImage prepends a Image value to the front of a
// list of the property "context". Invalidates all iterators.
PrependActivityStreamsImage(v ActivityStreamsImage)
// PrependActivityStreamsIntransitiveActivity prepends a
// IntransitiveActivity value to the front of a list of the property
// "context". Invalidates all iterators.
PrependActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// PrependActivityStreamsInvite prepends a Invite value to the front of a
// list of the property "context". Invalidates all iterators.
PrependActivityStreamsInvite(v ActivityStreamsInvite)
// PrependActivityStreamsJoin prepends a Join value to the front of a list
// of the property "context". Invalidates all iterators.
PrependActivityStreamsJoin(v ActivityStreamsJoin)
// PrependActivityStreamsLeave prepends a Leave value to the front of a
// list of the property "context". Invalidates all iterators.
PrependActivityStreamsLeave(v ActivityStreamsLeave)
// PrependActivityStreamsLike prepends a Like value to the front of a list
// of the property "context". Invalidates all iterators.
PrependActivityStreamsLike(v ActivityStreamsLike)
// PrependActivityStreamsLink prepends a Link value to the front of a list
// of the property "context". Invalidates all iterators.
PrependActivityStreamsLink(v ActivityStreamsLink)
// PrependActivityStreamsListen prepends a Listen value to the front of a
// list of the property "context". Invalidates all iterators.
PrependActivityStreamsListen(v ActivityStreamsListen)
// PrependActivityStreamsMention prepends a Mention value to the front of
// a list of the property "context". Invalidates all iterators.
PrependActivityStreamsMention(v ActivityStreamsMention)
// PrependActivityStreamsMove prepends a Move value to the front of a list
// of the property "context". Invalidates all iterators.
PrependActivityStreamsMove(v ActivityStreamsMove)
// PrependActivityStreamsNote prepends a Note value to the front of a list
// of the property "context". Invalidates all iterators.
PrependActivityStreamsNote(v ActivityStreamsNote)
// PrependActivityStreamsObject prepends a Object value to the front of a
// list of the property "context". Invalidates all iterators.
PrependActivityStreamsObject(v ActivityStreamsObject)
// PrependActivityStreamsOffer prepends a Offer value to the front of a
// list of the property "context". Invalidates all iterators.
PrependActivityStreamsOffer(v ActivityStreamsOffer)
// PrependActivityStreamsOrderedCollection prepends a OrderedCollection
// value to the front of a list of the property "context". Invalidates
// all iterators.
PrependActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// PrependActivityStreamsOrderedCollectionPage prepends a
// OrderedCollectionPage value to the front of a list of the property
// "context". Invalidates all iterators.
PrependActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// PrependActivityStreamsOrganization prepends a Organization value to the
// front of a list of the property "context". Invalidates all
// iterators.
PrependActivityStreamsOrganization(v ActivityStreamsOrganization)
// PrependActivityStreamsPage prepends a Page value to the front of a list
// of the property "context". Invalidates all iterators.
PrependActivityStreamsPage(v ActivityStreamsPage)
// PrependActivityStreamsPerson prepends a Person value to the front of a
// list of the property "context". Invalidates all iterators.
PrependActivityStreamsPerson(v ActivityStreamsPerson)
// PrependActivityStreamsPlace prepends a Place value to the front of a
// list of the property "context". Invalidates all iterators.
PrependActivityStreamsPlace(v ActivityStreamsPlace)
// PrependActivityStreamsProfile prepends a Profile value to the front of
// a list of the property "context". Invalidates all iterators.
PrependActivityStreamsProfile(v ActivityStreamsProfile)
// PrependActivityStreamsQuestion prepends a Question value to the front
// of a list of the property "context". Invalidates all iterators.
PrependActivityStreamsQuestion(v ActivityStreamsQuestion)
// PrependActivityStreamsRead prepends a Read value to the front of a list
// of the property "context". Invalidates all iterators.
PrependActivityStreamsRead(v ActivityStreamsRead)
// PrependActivityStreamsReject prepends a Reject value to the front of a
// list of the property "context". Invalidates all iterators.
PrependActivityStreamsReject(v ActivityStreamsReject)
// PrependActivityStreamsRelationship prepends a Relationship value to the
// front of a list of the property "context". Invalidates all
// iterators.
PrependActivityStreamsRelationship(v ActivityStreamsRelationship)
// PrependActivityStreamsRemove prepends a Remove value to the front of a
// list of the property "context". Invalidates all iterators.
PrependActivityStreamsRemove(v ActivityStreamsRemove)
// PrependActivityStreamsService prepends a Service value to the front of
// a list of the property "context". Invalidates all iterators.
PrependActivityStreamsService(v ActivityStreamsService)
// PrependActivityStreamsTentativeAccept prepends a TentativeAccept value
// to the front of a list of the property "context". Invalidates all
// iterators.
PrependActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// PrependActivityStreamsTentativeReject prepends a TentativeReject value
// to the front of a list of the property "context". Invalidates all
// iterators.
PrependActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// PrependActivityStreamsTombstone prepends a Tombstone value to the front
// of a list of the property "context". Invalidates all iterators.
PrependActivityStreamsTombstone(v ActivityStreamsTombstone)
// PrependActivityStreamsTravel prepends a Travel value to the front of a
// list of the property "context". Invalidates all iterators.
PrependActivityStreamsTravel(v ActivityStreamsTravel)
// PrependActivityStreamsUndo prepends a Undo value to the front of a list
// of the property "context". Invalidates all iterators.
PrependActivityStreamsUndo(v ActivityStreamsUndo)
// PrependActivityStreamsUpdate prepends a Update value to the front of a
// list of the property "context". Invalidates all iterators.
PrependActivityStreamsUpdate(v ActivityStreamsUpdate)
// PrependActivityStreamsVideo prepends a Video value to the front of a
// list of the property "context". Invalidates all iterators.
PrependActivityStreamsVideo(v ActivityStreamsVideo)
// PrependActivityStreamsView prepends a View value to the front of a list
// of the property "context". Invalidates all iterators.
PrependActivityStreamsView(v ActivityStreamsView)
// PrependFunkwhaleAlbum prepends a Album value to the front of a list of
// the property "context". Invalidates all iterators.
PrependFunkwhaleAlbum(v FunkwhaleAlbum)
// PrependFunkwhaleArtist prepends a Artist value to the front of a list
// of the property "context". Invalidates all iterators.
PrependFunkwhaleArtist(v FunkwhaleArtist)
// PrependFunkwhaleLibrary prepends a Library value to the front of a list
// of the property "context". Invalidates all iterators.
PrependFunkwhaleLibrary(v FunkwhaleLibrary)
// PrependFunkwhaleTrack prepends a Track value to the front of a list of
// the property "context". Invalidates all iterators.
PrependFunkwhaleTrack(v FunkwhaleTrack)
// PrependGoToSocialAnnounceApproval prepends a AnnounceApproval value to
// the front of a list of the property "context". Invalidates all
// iterators.
PrependGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// PrependGoToSocialAnnounceAuthorization prepends a AnnounceAuthorization
// value to the front of a list of the property "context". Invalidates
// all iterators.
PrependGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// PrependGoToSocialAnnounceRequest prepends a AnnounceRequest value to
// the front of a list of the property "context". Invalidates all
// iterators.
PrependGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// PrependGoToSocialLikeApproval prepends a LikeApproval value to the
// front of a list of the property "context". Invalidates all
// iterators.
PrependGoToSocialLikeApproval(v GoToSocialLikeApproval)
// PrependGoToSocialLikeAuthorization prepends a LikeAuthorization value
// to the front of a list of the property "context". Invalidates all
// iterators.
PrependGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// PrependGoToSocialLikeRequest prepends a LikeRequest value to the front
// of a list of the property "context". Invalidates all iterators.
PrependGoToSocialLikeRequest(v GoToSocialLikeRequest)
// PrependGoToSocialQuoteAuthorization prepends a QuoteAuthorization value
// to the front of a list of the property "context". Invalidates all
// iterators.
PrependGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// PrependGoToSocialQuoteRequest prepends a QuoteRequest value to the
// front of a list of the property "context". Invalidates all
// iterators.
PrependGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// PrependGoToSocialReplyApproval prepends a ReplyApproval value to the
// front of a list of the property "context". Invalidates all
// iterators.
PrependGoToSocialReplyApproval(v GoToSocialReplyApproval)
// PrependGoToSocialReplyAuthorization prepends a ReplyAuthorization value
// to the front of a list of the property "context". Invalidates all
// iterators.
PrependGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// PrependGoToSocialReplyRequest prepends a ReplyRequest value to the
// front of a list of the property "context". Invalidates all
// iterators.
PrependGoToSocialReplyRequest(v GoToSocialReplyRequest)
// PrependIRI prepends an IRI value to the front of a list of the property
// "context".
PrependIRI(v *url.URL)
// PrependLitePubEmojiReact prepends a EmojiReact value to the front of a
// list of the property "context". Invalidates all iterators.
PrependLitePubEmojiReact(v LitePubEmojiReact)
// PrependSchemaPropertyValue prepends a PropertyValue value to the front
// of a list of the property "context". Invalidates all iterators.
PrependSchemaPropertyValue(v SchemaPropertyValue)
// PrependTootEmoji prepends a Emoji value to the front of a list of the
// property "context". Invalidates all iterators.
PrependTootEmoji(v TootEmoji)
// PrependTootHashtag prepends a Hashtag value to the front of a list of
// the property "context". Invalidates all iterators.
PrependTootHashtag(v TootHashtag)
// PrependTootIdentityProof prepends a IdentityProof value to the front of
// a list of the property "context". Invalidates all iterators.
PrependTootIdentityProof(v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "context". Invalidates all iterators. Returns an error
// if the type is not a valid one to set for this property.
PrependType(t Type) error
// Remove deletes an element at the specified index from a list of the
// property "context", regardless of its type. Panics if the index is
// out of bounds. Invalidates all iterators.
Remove(idx int)
// 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.
Serialize() (interface{}, error)
// SetActivityStreamsAccept sets a Accept value to be at the specified
// index for the property "context". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsAccept(idx int, v ActivityStreamsAccept)
// SetActivityStreamsActivity sets a Activity value to be at the specified
// index for the property "context". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsActivity(idx int, v ActivityStreamsActivity)
// SetActivityStreamsAdd sets a Add value to be at the specified index for
// the property "context". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsAdd(idx int, v ActivityStreamsAdd)
// SetActivityStreamsAnnounce sets a Announce value to be at the specified
// index for the property "context". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsAnnounce(idx int, v ActivityStreamsAnnounce)
// SetActivityStreamsApplication sets a Application value to be at the
// specified index for the property "context". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsApplication(idx int, v ActivityStreamsApplication)
// SetActivityStreamsArrive sets a Arrive value to be at the specified
// index for the property "context". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsArrive(idx int, v ActivityStreamsArrive)
// SetActivityStreamsArticle sets a Article value to be at the specified
// index for the property "context". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsArticle(idx int, v ActivityStreamsArticle)
// SetActivityStreamsAudio sets a Audio value to be at the specified index
// for the property "context". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsAudio(idx int, v ActivityStreamsAudio)
// SetActivityStreamsBlock sets a Block value to be at the specified index
// for the property "context". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsBlock(idx int, v ActivityStreamsBlock)
// SetActivityStreamsCollection sets a Collection value to be at the
// specified index for the property "context". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsCollection(idx int, v ActivityStreamsCollection)
// SetActivityStreamsCollectionPage sets a CollectionPage value to be at
// the specified index for the property "context". Panics if the index
// is out of bounds. Invalidates all iterators.
SetActivityStreamsCollectionPage(idx int, v ActivityStreamsCollectionPage)
// SetActivityStreamsCreate sets a Create value to be at the specified
// index for the property "context". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsCreate(idx int, v ActivityStreamsCreate)
// SetActivityStreamsDelete sets a Delete value to be at the specified
// index for the property "context". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsDelete(idx int, v ActivityStreamsDelete)
// SetActivityStreamsDislike sets a Dislike value to be at the specified
// index for the property "context". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsDislike(idx int, v ActivityStreamsDislike)
// SetActivityStreamsDocument sets a Document value to be at the specified
// index for the property "context". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsDocument(idx int, v ActivityStreamsDocument)
// SetActivityStreamsEvent sets a Event value to be at the specified index
// for the property "context". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsEvent(idx int, v ActivityStreamsEvent)
// SetActivityStreamsFlag sets a Flag value to be at the specified index
// for the property "context". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsFlag(idx int, v ActivityStreamsFlag)
// SetActivityStreamsFollow sets a Follow value to be at the specified
// index for the property "context". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsFollow(idx int, v ActivityStreamsFollow)
// SetActivityStreamsGroup sets a Group value to be at the specified index
// for the property "context". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsGroup(idx int, v ActivityStreamsGroup)
// SetActivityStreamsIgnore sets a Ignore value to be at the specified
// index for the property "context". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsIgnore(idx int, v ActivityStreamsIgnore)
// SetActivityStreamsImage sets a Image value to be at the specified index
// for the property "context". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsImage(idx int, v ActivityStreamsImage)
// SetActivityStreamsIntransitiveActivity sets a IntransitiveActivity
// value to be at the specified index for the property "context".
// Panics if the index is out of bounds. Invalidates all iterators.
SetActivityStreamsIntransitiveActivity(idx int, v ActivityStreamsIntransitiveActivity)
// SetActivityStreamsInvite sets a Invite value to be at the specified
// index for the property "context". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsInvite(idx int, v ActivityStreamsInvite)
// SetActivityStreamsJoin sets a Join value to be at the specified index
// for the property "context". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsJoin(idx int, v ActivityStreamsJoin)
// SetActivityStreamsLeave sets a Leave value to be at the specified index
// for the property "context". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsLeave(idx int, v ActivityStreamsLeave)
// SetActivityStreamsLike sets a Like value to be at the specified index
// for the property "context". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsLike(idx int, v ActivityStreamsLike)
// SetActivityStreamsLink sets a Link value to be at the specified index
// for the property "context". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsLink(idx int, v ActivityStreamsLink)
// SetActivityStreamsListen sets a Listen value to be at the specified
// index for the property "context". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsListen(idx int, v ActivityStreamsListen)
// SetActivityStreamsMention sets a Mention value to be at the specified
// index for the property "context". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsMention(idx int, v ActivityStreamsMention)
// SetActivityStreamsMove sets a Move value to be at the specified index
// for the property "context". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsMove(idx int, v ActivityStreamsMove)
// SetActivityStreamsNote sets a Note value to be at the specified index
// for the property "context". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsNote(idx int, v ActivityStreamsNote)
// SetActivityStreamsObject sets a Object value to be at the specified
// index for the property "context". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsObject(idx int, v ActivityStreamsObject)
// SetActivityStreamsOffer sets a Offer value to be at the specified index
// for the property "context". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsOffer(idx int, v ActivityStreamsOffer)
// SetActivityStreamsOrderedCollection sets a OrderedCollection value to
// be at the specified index for the property "context". Panics if the
// index is out of bounds. Invalidates all iterators.
SetActivityStreamsOrderedCollection(idx int, v ActivityStreamsOrderedCollection)
// SetActivityStreamsOrderedCollectionPage sets a OrderedCollectionPage
// value to be at the specified index for the property "context".
// Panics if the index is out of bounds. Invalidates all iterators.
SetActivityStreamsOrderedCollectionPage(idx int, v ActivityStreamsOrderedCollectionPage)
// SetActivityStreamsOrganization sets a Organization value to be at the
// specified index for the property "context". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsOrganization(idx int, v ActivityStreamsOrganization)
// SetActivityStreamsPage sets a Page value to be at the specified index
// for the property "context". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsPage(idx int, v ActivityStreamsPage)
// SetActivityStreamsPerson sets a Person value to be at the specified
// index for the property "context". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsPerson(idx int, v ActivityStreamsPerson)
// SetActivityStreamsPlace sets a Place value to be at the specified index
// for the property "context". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsPlace(idx int, v ActivityStreamsPlace)
// SetActivityStreamsProfile sets a Profile value to be at the specified
// index for the property "context". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsProfile(idx int, v ActivityStreamsProfile)
// SetActivityStreamsQuestion sets a Question value to be at the specified
// index for the property "context". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsQuestion(idx int, v ActivityStreamsQuestion)
// SetActivityStreamsRead sets a Read value to be at the specified index
// for the property "context". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsRead(idx int, v ActivityStreamsRead)
// SetActivityStreamsReject sets a Reject value to be at the specified
// index for the property "context". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsReject(idx int, v ActivityStreamsReject)
// SetActivityStreamsRelationship sets a Relationship value to be at the
// specified index for the property "context". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsRelationship(idx int, v ActivityStreamsRelationship)
// SetActivityStreamsRemove sets a Remove value to be at the specified
// index for the property "context". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsRemove(idx int, v ActivityStreamsRemove)
// SetActivityStreamsService sets a Service value to be at the specified
// index for the property "context". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsService(idx int, v ActivityStreamsService)
// SetActivityStreamsTentativeAccept sets a TentativeAccept value to be at
// the specified index for the property "context". Panics if the index
// is out of bounds. Invalidates all iterators.
SetActivityStreamsTentativeAccept(idx int, v ActivityStreamsTentativeAccept)
// SetActivityStreamsTentativeReject sets a TentativeReject value to be at
// the specified index for the property "context". Panics if the index
// is out of bounds. Invalidates all iterators.
SetActivityStreamsTentativeReject(idx int, v ActivityStreamsTentativeReject)
// SetActivityStreamsTombstone sets a Tombstone value to be at the
// specified index for the property "context". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsTombstone(idx int, v ActivityStreamsTombstone)
// SetActivityStreamsTravel sets a Travel value to be at the specified
// index for the property "context". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsTravel(idx int, v ActivityStreamsTravel)
// SetActivityStreamsUndo sets a Undo value to be at the specified index
// for the property "context". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsUndo(idx int, v ActivityStreamsUndo)
// SetActivityStreamsUpdate sets a Update value to be at the specified
// index for the property "context". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsUpdate(idx int, v ActivityStreamsUpdate)
// SetActivityStreamsVideo sets a Video value to be at the specified index
// for the property "context". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsVideo(idx int, v ActivityStreamsVideo)
// SetActivityStreamsView sets a View value to be at the specified index
// for the property "context". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsView(idx int, v ActivityStreamsView)
// SetFunkwhaleAlbum sets a Album value to be at the specified index for
// the property "context". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleAlbum(idx int, v FunkwhaleAlbum)
// SetFunkwhaleArtist sets a Artist value to be at the specified index for
// the property "context". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleArtist(idx int, v FunkwhaleArtist)
// SetFunkwhaleLibrary sets a Library value to be at the specified index
// for the property "context". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleLibrary(idx int, v FunkwhaleLibrary)
// SetFunkwhaleTrack sets a Track value to be at the specified index for
// the property "context". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleTrack(idx int, v FunkwhaleTrack)
// SetGoToSocialAnnounceApproval sets a AnnounceApproval value to be at
// the specified index for the property "context". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceApproval(idx int, v GoToSocialAnnounceApproval)
// SetGoToSocialAnnounceAuthorization sets a AnnounceAuthorization value
// to be at the specified index for the property "context". Panics if
// the index is out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceAuthorization(idx int, v GoToSocialAnnounceAuthorization)
// SetGoToSocialAnnounceRequest sets a AnnounceRequest value to be at the
// specified index for the property "context". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceRequest(idx int, v GoToSocialAnnounceRequest)
// SetGoToSocialLikeApproval sets a LikeApproval value to be at the
// specified index for the property "context". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialLikeApproval(idx int, v GoToSocialLikeApproval)
// SetGoToSocialLikeAuthorization sets a LikeAuthorization value to be at
// the specified index for the property "context". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialLikeAuthorization(idx int, v GoToSocialLikeAuthorization)
// SetGoToSocialLikeRequest sets a LikeRequest value to be at the
// specified index for the property "context". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// SetGoToSocialQuoteAuthorization sets a QuoteAuthorization value to be
// at the specified index for the property "context". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialQuoteAuthorization(idx int, v GoToSocialQuoteAuthorization)
// SetGoToSocialQuoteRequest sets a QuoteRequest value to be at the
// specified index for the property "context". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialQuoteRequest(idx int, v GoToSocialQuoteRequest)
// SetGoToSocialReplyApproval sets a ReplyApproval value to be at the
// specified index for the property "context". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialReplyApproval(idx int, v GoToSocialReplyApproval)
// SetGoToSocialReplyAuthorization sets a ReplyAuthorization value to be
// at the specified index for the property "context". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialReplyAuthorization(idx int, v GoToSocialReplyAuthorization)
// SetGoToSocialReplyRequest sets a ReplyRequest value to be at the
// specified index for the property "context". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialReplyRequest(idx int, v GoToSocialReplyRequest)
// SetIRI sets an IRI value to be at the specified index for the property
// "context". Panics if the index is out of bounds.
SetIRI(idx int, v *url.URL)
// SetLitePubEmojiReact sets a EmojiReact value to be at the specified
// index for the property "context". Panics if the index is out of
// bounds. Invalidates all iterators.
SetLitePubEmojiReact(idx int, v LitePubEmojiReact)
// SetSchemaPropertyValue sets a PropertyValue value to be at the
// specified index for the property "context". Panics if the index is
// out of bounds. Invalidates all iterators.
SetSchemaPropertyValue(idx int, v SchemaPropertyValue)
// SetTootEmoji sets a Emoji value to be at the specified index for the
// property "context". Panics if the index is out of bounds.
// Invalidates all iterators.
SetTootEmoji(idx int, v TootEmoji)
// SetTootHashtag sets a Hashtag value to be at the specified index for
// the property "context". Panics if the index is out of bounds.
// Invalidates all iterators.
SetTootHashtag(idx int, v TootHashtag)
// SetTootIdentityProof sets a IdentityProof value to be at the specified
// index for the property "context". Panics if the index is out of
// bounds. Invalidates all iterators.
SetTootIdentityProof(idx int, v TootIdentityProof)
// SetType sets an arbitrary type value to the specified index of the
// property "context". 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.
SetType(idx int, t Type) error
// Swap swaps the location of values at two indices for the "context"
// property.
Swap(i, j int)
}
Identifies the context within which the object exists or an activity was performed. The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
Example 73 (https://www.w3.org/TR/activitystreams-vocabulary/#ex171-jsonld):
{
"items": [
{
"actor": "http://sally.example.org",
"context": "http://example.org/contexts/1",
"object": "http://example.org/posts/1",
"target": "http://john.example.org",
"type": "Offer"
},
{
"actor": "http://joe.example.org",
"context": "http://example.org/contexts/1",
"object": "http://example.org/posts/2",
"type": "Like"
}
],
"summary": "Activities in context 1",
"type": "Collection"
}
type ActivityStreamsContextPropertyIterator ¶
type ActivityStreamsContextPropertyIterator interface {
// GetActivityStreamsAccept returns the value of this property. When
// IsActivityStreamsAccept returns false, GetActivityStreamsAccept
// will return an arbitrary value.
GetActivityStreamsAccept() ActivityStreamsAccept
// GetActivityStreamsActivity returns the value of this property. When
// IsActivityStreamsActivity returns false, GetActivityStreamsActivity
// will return an arbitrary value.
GetActivityStreamsActivity() ActivityStreamsActivity
// GetActivityStreamsAdd returns the value of this property. When
// IsActivityStreamsAdd returns false, GetActivityStreamsAdd will
// return an arbitrary value.
GetActivityStreamsAdd() ActivityStreamsAdd
// GetActivityStreamsAnnounce returns the value of this property. When
// IsActivityStreamsAnnounce returns false, GetActivityStreamsAnnounce
// will return an arbitrary value.
GetActivityStreamsAnnounce() ActivityStreamsAnnounce
// GetActivityStreamsApplication returns the value of this property. When
// IsActivityStreamsApplication returns false,
// GetActivityStreamsApplication will return an arbitrary value.
GetActivityStreamsApplication() ActivityStreamsApplication
// GetActivityStreamsArrive returns the value of this property. When
// IsActivityStreamsArrive returns false, GetActivityStreamsArrive
// will return an arbitrary value.
GetActivityStreamsArrive() ActivityStreamsArrive
// GetActivityStreamsArticle returns the value of this property. When
// IsActivityStreamsArticle returns false, GetActivityStreamsArticle
// will return an arbitrary value.
GetActivityStreamsArticle() ActivityStreamsArticle
// GetActivityStreamsAudio returns the value of this property. When
// IsActivityStreamsAudio returns false, GetActivityStreamsAudio will
// return an arbitrary value.
GetActivityStreamsAudio() ActivityStreamsAudio
// GetActivityStreamsBlock returns the value of this property. When
// IsActivityStreamsBlock returns false, GetActivityStreamsBlock will
// return an arbitrary value.
GetActivityStreamsBlock() ActivityStreamsBlock
// GetActivityStreamsCollection returns the value of this property. When
// IsActivityStreamsCollection returns false,
// GetActivityStreamsCollection will return an arbitrary value.
GetActivityStreamsCollection() ActivityStreamsCollection
// GetActivityStreamsCollectionPage returns the value of this property.
// When IsActivityStreamsCollectionPage returns false,
// GetActivityStreamsCollectionPage will return an arbitrary value.
GetActivityStreamsCollectionPage() ActivityStreamsCollectionPage
// GetActivityStreamsCreate returns the value of this property. When
// IsActivityStreamsCreate returns false, GetActivityStreamsCreate
// will return an arbitrary value.
GetActivityStreamsCreate() ActivityStreamsCreate
// GetActivityStreamsDelete returns the value of this property. When
// IsActivityStreamsDelete returns false, GetActivityStreamsDelete
// will return an arbitrary value.
GetActivityStreamsDelete() ActivityStreamsDelete
// GetActivityStreamsDislike returns the value of this property. When
// IsActivityStreamsDislike returns false, GetActivityStreamsDislike
// will return an arbitrary value.
GetActivityStreamsDislike() ActivityStreamsDislike
// GetActivityStreamsDocument returns the value of this property. When
// IsActivityStreamsDocument returns false, GetActivityStreamsDocument
// will return an arbitrary value.
GetActivityStreamsDocument() ActivityStreamsDocument
// GetActivityStreamsEvent returns the value of this property. When
// IsActivityStreamsEvent returns false, GetActivityStreamsEvent will
// return an arbitrary value.
GetActivityStreamsEvent() ActivityStreamsEvent
// GetActivityStreamsFlag returns the value of this property. When
// IsActivityStreamsFlag returns false, GetActivityStreamsFlag will
// return an arbitrary value.
GetActivityStreamsFlag() ActivityStreamsFlag
// GetActivityStreamsFollow returns the value of this property. When
// IsActivityStreamsFollow returns false, GetActivityStreamsFollow
// will return an arbitrary value.
GetActivityStreamsFollow() ActivityStreamsFollow
// GetActivityStreamsGroup returns the value of this property. When
// IsActivityStreamsGroup returns false, GetActivityStreamsGroup will
// return an arbitrary value.
GetActivityStreamsGroup() ActivityStreamsGroup
// GetActivityStreamsIgnore returns the value of this property. When
// IsActivityStreamsIgnore returns false, GetActivityStreamsIgnore
// will return an arbitrary value.
GetActivityStreamsIgnore() ActivityStreamsIgnore
// GetActivityStreamsImage returns the value of this property. When
// IsActivityStreamsImage returns false, GetActivityStreamsImage will
// return an arbitrary value.
GetActivityStreamsImage() ActivityStreamsImage
// GetActivityStreamsIntransitiveActivity returns the value of this
// property. When IsActivityStreamsIntransitiveActivity returns false,
// GetActivityStreamsIntransitiveActivity will return an arbitrary
// value.
GetActivityStreamsIntransitiveActivity() ActivityStreamsIntransitiveActivity
// GetActivityStreamsInvite returns the value of this property. When
// IsActivityStreamsInvite returns false, GetActivityStreamsInvite
// will return an arbitrary value.
GetActivityStreamsInvite() ActivityStreamsInvite
// GetActivityStreamsJoin returns the value of this property. When
// IsActivityStreamsJoin returns false, GetActivityStreamsJoin will
// return an arbitrary value.
GetActivityStreamsJoin() ActivityStreamsJoin
// GetActivityStreamsLeave returns the value of this property. When
// IsActivityStreamsLeave returns false, GetActivityStreamsLeave will
// return an arbitrary value.
GetActivityStreamsLeave() ActivityStreamsLeave
// GetActivityStreamsLike returns the value of this property. When
// IsActivityStreamsLike returns false, GetActivityStreamsLike will
// return an arbitrary value.
GetActivityStreamsLike() ActivityStreamsLike
// GetActivityStreamsLink returns the value of this property. When
// IsActivityStreamsLink returns false, GetActivityStreamsLink will
// return an arbitrary value.
GetActivityStreamsLink() ActivityStreamsLink
// GetActivityStreamsListen returns the value of this property. When
// IsActivityStreamsListen returns false, GetActivityStreamsListen
// will return an arbitrary value.
GetActivityStreamsListen() ActivityStreamsListen
// GetActivityStreamsMention returns the value of this property. When
// IsActivityStreamsMention returns false, GetActivityStreamsMention
// will return an arbitrary value.
GetActivityStreamsMention() ActivityStreamsMention
// GetActivityStreamsMove returns the value of this property. When
// IsActivityStreamsMove returns false, GetActivityStreamsMove will
// return an arbitrary value.
GetActivityStreamsMove() ActivityStreamsMove
// GetActivityStreamsNote returns the value of this property. When
// IsActivityStreamsNote returns false, GetActivityStreamsNote will
// return an arbitrary value.
GetActivityStreamsNote() ActivityStreamsNote
// GetActivityStreamsObject returns the value of this property. When
// IsActivityStreamsObject returns false, GetActivityStreamsObject
// will return an arbitrary value.
GetActivityStreamsObject() ActivityStreamsObject
// GetActivityStreamsOffer returns the value of this property. When
// IsActivityStreamsOffer returns false, GetActivityStreamsOffer will
// return an arbitrary value.
GetActivityStreamsOffer() ActivityStreamsOffer
// GetActivityStreamsOrderedCollection returns the value of this property.
// When IsActivityStreamsOrderedCollection returns false,
// GetActivityStreamsOrderedCollection will return an arbitrary value.
GetActivityStreamsOrderedCollection() ActivityStreamsOrderedCollection
// GetActivityStreamsOrderedCollectionPage returns the value of this
// property. When IsActivityStreamsOrderedCollectionPage returns
// false, GetActivityStreamsOrderedCollectionPage will return an
// arbitrary value.
GetActivityStreamsOrderedCollectionPage() ActivityStreamsOrderedCollectionPage
// GetActivityStreamsOrganization returns the value of this property. When
// IsActivityStreamsOrganization returns false,
// GetActivityStreamsOrganization will return an arbitrary value.
GetActivityStreamsOrganization() ActivityStreamsOrganization
// GetActivityStreamsPage returns the value of this property. When
// IsActivityStreamsPage returns false, GetActivityStreamsPage will
// return an arbitrary value.
GetActivityStreamsPage() ActivityStreamsPage
// GetActivityStreamsPerson returns the value of this property. When
// IsActivityStreamsPerson returns false, GetActivityStreamsPerson
// will return an arbitrary value.
GetActivityStreamsPerson() ActivityStreamsPerson
// GetActivityStreamsPlace returns the value of this property. When
// IsActivityStreamsPlace returns false, GetActivityStreamsPlace will
// return an arbitrary value.
GetActivityStreamsPlace() ActivityStreamsPlace
// GetActivityStreamsProfile returns the value of this property. When
// IsActivityStreamsProfile returns false, GetActivityStreamsProfile
// will return an arbitrary value.
GetActivityStreamsProfile() ActivityStreamsProfile
// GetActivityStreamsQuestion returns the value of this property. When
// IsActivityStreamsQuestion returns false, GetActivityStreamsQuestion
// will return an arbitrary value.
GetActivityStreamsQuestion() ActivityStreamsQuestion
// GetActivityStreamsRead returns the value of this property. When
// IsActivityStreamsRead returns false, GetActivityStreamsRead will
// return an arbitrary value.
GetActivityStreamsRead() ActivityStreamsRead
// GetActivityStreamsReject returns the value of this property. When
// IsActivityStreamsReject returns false, GetActivityStreamsReject
// will return an arbitrary value.
GetActivityStreamsReject() ActivityStreamsReject
// GetActivityStreamsRelationship returns the value of this property. When
// IsActivityStreamsRelationship returns false,
// GetActivityStreamsRelationship will return an arbitrary value.
GetActivityStreamsRelationship() ActivityStreamsRelationship
// GetActivityStreamsRemove returns the value of this property. When
// IsActivityStreamsRemove returns false, GetActivityStreamsRemove
// will return an arbitrary value.
GetActivityStreamsRemove() ActivityStreamsRemove
// GetActivityStreamsService returns the value of this property. When
// IsActivityStreamsService returns false, GetActivityStreamsService
// will return an arbitrary value.
GetActivityStreamsService() ActivityStreamsService
// GetActivityStreamsTentativeAccept returns the value of this property.
// When IsActivityStreamsTentativeAccept returns false,
// GetActivityStreamsTentativeAccept will return an arbitrary value.
GetActivityStreamsTentativeAccept() ActivityStreamsTentativeAccept
// GetActivityStreamsTentativeReject returns the value of this property.
// When IsActivityStreamsTentativeReject returns false,
// GetActivityStreamsTentativeReject will return an arbitrary value.
GetActivityStreamsTentativeReject() ActivityStreamsTentativeReject
// GetActivityStreamsTombstone returns the value of this property. When
// IsActivityStreamsTombstone returns false,
// GetActivityStreamsTombstone will return an arbitrary value.
GetActivityStreamsTombstone() ActivityStreamsTombstone
// GetActivityStreamsTravel returns the value of this property. When
// IsActivityStreamsTravel returns false, GetActivityStreamsTravel
// will return an arbitrary value.
GetActivityStreamsTravel() ActivityStreamsTravel
// GetActivityStreamsUndo returns the value of this property. When
// IsActivityStreamsUndo returns false, GetActivityStreamsUndo will
// return an arbitrary value.
GetActivityStreamsUndo() ActivityStreamsUndo
// GetActivityStreamsUpdate returns the value of this property. When
// IsActivityStreamsUpdate returns false, GetActivityStreamsUpdate
// will return an arbitrary value.
GetActivityStreamsUpdate() ActivityStreamsUpdate
// GetActivityStreamsVideo returns the value of this property. When
// IsActivityStreamsVideo returns false, GetActivityStreamsVideo will
// return an arbitrary value.
GetActivityStreamsVideo() ActivityStreamsVideo
// GetActivityStreamsView returns the value of this property. When
// IsActivityStreamsView returns false, GetActivityStreamsView will
// return an arbitrary value.
GetActivityStreamsView() ActivityStreamsView
// GetFunkwhaleAlbum returns the value of this property. When
// IsFunkwhaleAlbum returns false, GetFunkwhaleAlbum will return an
// arbitrary value.
GetFunkwhaleAlbum() FunkwhaleAlbum
// GetFunkwhaleArtist returns the value of this property. When
// IsFunkwhaleArtist returns false, GetFunkwhaleArtist will return an
// arbitrary value.
GetFunkwhaleArtist() FunkwhaleArtist
// GetFunkwhaleLibrary returns the value of this property. When
// IsFunkwhaleLibrary returns false, GetFunkwhaleLibrary will return
// an arbitrary value.
GetFunkwhaleLibrary() FunkwhaleLibrary
// GetFunkwhaleTrack returns the value of this property. When
// IsFunkwhaleTrack returns false, GetFunkwhaleTrack will return an
// arbitrary value.
GetFunkwhaleTrack() FunkwhaleTrack
// GetGoToSocialAnnounceApproval returns the value of this property. When
// IsGoToSocialAnnounceApproval returns false,
// GetGoToSocialAnnounceApproval will return an arbitrary value.
GetGoToSocialAnnounceApproval() GoToSocialAnnounceApproval
// GetGoToSocialAnnounceAuthorization returns the value of this property.
// When IsGoToSocialAnnounceAuthorization returns false,
// GetGoToSocialAnnounceAuthorization will return an arbitrary value.
GetGoToSocialAnnounceAuthorization() GoToSocialAnnounceAuthorization
// GetGoToSocialAnnounceRequest returns the value of this property. When
// IsGoToSocialAnnounceRequest returns false,
// GetGoToSocialAnnounceRequest will return an arbitrary value.
GetGoToSocialAnnounceRequest() GoToSocialAnnounceRequest
// GetGoToSocialLikeApproval returns the value of this property. When
// IsGoToSocialLikeApproval returns false, GetGoToSocialLikeApproval
// will return an arbitrary value.
GetGoToSocialLikeApproval() GoToSocialLikeApproval
// GetGoToSocialLikeAuthorization returns the value of this property. When
// IsGoToSocialLikeAuthorization returns false,
// GetGoToSocialLikeAuthorization will return an arbitrary value.
GetGoToSocialLikeAuthorization() GoToSocialLikeAuthorization
// GetGoToSocialLikeRequest returns the value of this property. When
// IsGoToSocialLikeRequest returns false, GetGoToSocialLikeRequest
// will return an arbitrary value.
GetGoToSocialLikeRequest() GoToSocialLikeRequest
// GetGoToSocialQuoteAuthorization returns the value of this property.
// When IsGoToSocialQuoteAuthorization returns false,
// GetGoToSocialQuoteAuthorization will return an arbitrary value.
GetGoToSocialQuoteAuthorization() GoToSocialQuoteAuthorization
// GetGoToSocialQuoteRequest returns the value of this property. When
// IsGoToSocialQuoteRequest returns false, GetGoToSocialQuoteRequest
// will return an arbitrary value.
GetGoToSocialQuoteRequest() GoToSocialQuoteRequest
// GetGoToSocialReplyApproval returns the value of this property. When
// IsGoToSocialReplyApproval returns false, GetGoToSocialReplyApproval
// will return an arbitrary value.
GetGoToSocialReplyApproval() GoToSocialReplyApproval
// GetGoToSocialReplyAuthorization returns the value of this property.
// When IsGoToSocialReplyAuthorization returns false,
// GetGoToSocialReplyAuthorization will return an arbitrary value.
GetGoToSocialReplyAuthorization() GoToSocialReplyAuthorization
// GetGoToSocialReplyRequest returns the value of this property. When
// IsGoToSocialReplyRequest returns false, GetGoToSocialReplyRequest
// will return an arbitrary value.
GetGoToSocialReplyRequest() GoToSocialReplyRequest
// GetIRI returns the IRI of this property. When IsIRI returns false,
// GetIRI will return an arbitrary value.
GetIRI() *url.URL
// GetLitePubEmojiReact returns the value of this property. When
// IsLitePubEmojiReact returns false, GetLitePubEmojiReact will return
// an arbitrary value.
GetLitePubEmojiReact() LitePubEmojiReact
// GetSchemaPropertyValue returns the value of this property. When
// IsSchemaPropertyValue returns false, GetSchemaPropertyValue will
// return an arbitrary value.
GetSchemaPropertyValue() SchemaPropertyValue
// GetTootEmoji returns the value of this property. When IsTootEmoji
// returns false, GetTootEmoji will return an arbitrary value.
GetTootEmoji() TootEmoji
// GetTootHashtag returns the value of this property. When IsTootHashtag
// returns false, GetTootHashtag will return an arbitrary value.
GetTootHashtag() TootHashtag
// GetTootIdentityProof returns the value of this property. When
// IsTootIdentityProof returns false, GetTootIdentityProof will return
// an arbitrary value.
GetTootIdentityProof() TootIdentityProof
// 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.
GetType() Type
// HasAny returns true if any of the different values is set.
HasAny() 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.
IsActivityStreamsAccept() 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.
IsActivityStreamsActivity() 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.
IsActivityStreamsAdd() 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.
IsActivityStreamsAnnounce() 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.
IsActivityStreamsApplication() 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.
IsActivityStreamsArrive() 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.
IsActivityStreamsArticle() 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.
IsActivityStreamsAudio() 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.
IsActivityStreamsBlock() 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.
IsActivityStreamsCollection() 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.
IsActivityStreamsCollectionPage() 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.
IsActivityStreamsCreate() 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.
IsActivityStreamsDelete() 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.
IsActivityStreamsDislike() 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.
IsActivityStreamsDocument() 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.
IsActivityStreamsEvent() 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.
IsActivityStreamsFlag() 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.
IsActivityStreamsFollow() 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.
IsActivityStreamsGroup() 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.
IsActivityStreamsIgnore() 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.
IsActivityStreamsImage() 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.
IsActivityStreamsIntransitiveActivity() 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.
IsActivityStreamsInvite() 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.
IsActivityStreamsJoin() 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.
IsActivityStreamsLeave() 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.
IsActivityStreamsLike() 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.
IsActivityStreamsLink() 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.
IsActivityStreamsListen() 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.
IsActivityStreamsMention() 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.
IsActivityStreamsMove() 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.
IsActivityStreamsNote() 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.
IsActivityStreamsObject() 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.
IsActivityStreamsOffer() 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.
IsActivityStreamsOrderedCollection() 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.
IsActivityStreamsOrderedCollectionPage() 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.
IsActivityStreamsOrganization() 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.
IsActivityStreamsPage() 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.
IsActivityStreamsPerson() 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.
IsActivityStreamsPlace() 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.
IsActivityStreamsProfile() 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.
IsActivityStreamsQuestion() 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.
IsActivityStreamsRead() 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.
IsActivityStreamsReject() 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.
IsActivityStreamsRelationship() 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.
IsActivityStreamsRemove() 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.
IsActivityStreamsService() 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.
IsActivityStreamsTentativeAccept() 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.
IsActivityStreamsTentativeReject() 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.
IsActivityStreamsTombstone() 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.
IsActivityStreamsTravel() 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.
IsActivityStreamsUndo() 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.
IsActivityStreamsUpdate() 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.
IsActivityStreamsVideo() 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.
IsActivityStreamsView() bool
// IsFunkwhaleAlbum returns true if this property has a type of "Album".
// When true, use the GetFunkwhaleAlbum and SetFunkwhaleAlbum methods
// to access and set this property.
IsFunkwhaleAlbum() bool
// IsFunkwhaleArtist returns true if this property has a type of "Artist".
// When true, use the GetFunkwhaleArtist and SetFunkwhaleArtist
// methods to access and set this property.
IsFunkwhaleArtist() bool
// IsFunkwhaleLibrary returns true if this property has a type of
// "Library". When true, use the GetFunkwhaleLibrary and
// SetFunkwhaleLibrary methods to access and set this property.
IsFunkwhaleLibrary() bool
// IsFunkwhaleTrack returns true if this property has a type of "Track".
// When true, use the GetFunkwhaleTrack and SetFunkwhaleTrack methods
// to access and set this property.
IsFunkwhaleTrack() bool
// IsGoToSocialAnnounceApproval returns true if this property has a type
// of "AnnounceApproval". When true, use the
// GetGoToSocialAnnounceApproval and SetGoToSocialAnnounceApproval
// methods to access and set this property.
IsGoToSocialAnnounceApproval() bool
// IsGoToSocialAnnounceAuthorization returns true if this property has a
// type of "AnnounceAuthorization". When true, use the
// GetGoToSocialAnnounceAuthorization and
// SetGoToSocialAnnounceAuthorization methods to access and set this
// property.
IsGoToSocialAnnounceAuthorization() bool
// IsGoToSocialAnnounceRequest returns true if this property has a type of
// "AnnounceRequest". When true, use the GetGoToSocialAnnounceRequest
// and SetGoToSocialAnnounceRequest methods to access and set this
// property.
IsGoToSocialAnnounceRequest() bool
// IsGoToSocialLikeApproval returns true if this property has a type of
// "LikeApproval". When true, use the GetGoToSocialLikeApproval and
// SetGoToSocialLikeApproval methods to access and set this property.
IsGoToSocialLikeApproval() bool
// IsGoToSocialLikeAuthorization returns true if this property has a type
// of "LikeAuthorization". When true, use the
// GetGoToSocialLikeAuthorization and SetGoToSocialLikeAuthorization
// methods to access and set this property.
IsGoToSocialLikeAuthorization() bool
// IsGoToSocialLikeRequest returns true if this property has a type of
// "LikeRequest". When true, use the GetGoToSocialLikeRequest and
// SetGoToSocialLikeRequest methods to access and set this property.
IsGoToSocialLikeRequest() bool
// IsGoToSocialQuoteAuthorization returns true if this property has a type
// of "QuoteAuthorization". When true, use the
// GetGoToSocialQuoteAuthorization and SetGoToSocialQuoteAuthorization
// methods to access and set this property.
IsGoToSocialQuoteAuthorization() bool
// IsGoToSocialQuoteRequest returns true if this property has a type of
// "QuoteRequest". When true, use the GetGoToSocialQuoteRequest and
// SetGoToSocialQuoteRequest methods to access and set this property.
IsGoToSocialQuoteRequest() bool
// IsGoToSocialReplyApproval returns true if this property has a type of
// "ReplyApproval". When true, use the GetGoToSocialReplyApproval and
// SetGoToSocialReplyApproval methods to access and set this property.
IsGoToSocialReplyApproval() bool
// IsGoToSocialReplyAuthorization returns true if this property has a type
// of "ReplyAuthorization". When true, use the
// GetGoToSocialReplyAuthorization and SetGoToSocialReplyAuthorization
// methods to access and set this property.
IsGoToSocialReplyAuthorization() bool
// IsGoToSocialReplyRequest returns true if this property has a type of
// "ReplyRequest". When true, use the GetGoToSocialReplyRequest and
// SetGoToSocialReplyRequest methods to access and set this property.
IsGoToSocialReplyRequest() bool
// IsIRI returns true if this property is an IRI. When true, use GetIRI
// and SetIRI to access and set this property
IsIRI() bool
// IsLitePubEmojiReact returns true if this property has a type of
// "EmojiReact". When true, use the GetLitePubEmojiReact and
// SetLitePubEmojiReact methods to access and set this property.
IsLitePubEmojiReact() 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.
IsSchemaPropertyValue() 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.
IsTootEmoji() 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.
IsTootHashtag() 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.
IsTootIdentityProof() bool
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex() int
// 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.
LessThan(o ActivityStreamsContextPropertyIterator) bool
// Name returns the name of this property: "ActivityStreamsContext".
Name() string
// Next returns the next iterator, or nil if there is no next iterator.
Next() ActivityStreamsContextPropertyIterator
// Prev returns the previous iterator, or nil if there is no previous
// iterator.
Prev() ActivityStreamsContextPropertyIterator
// SetActivityStreamsAccept sets the value of this property. Calling
// IsActivityStreamsAccept afterwards returns true.
SetActivityStreamsAccept(v ActivityStreamsAccept)
// SetActivityStreamsActivity sets the value of this property. Calling
// IsActivityStreamsActivity afterwards returns true.
SetActivityStreamsActivity(v ActivityStreamsActivity)
// SetActivityStreamsAdd sets the value of this property. Calling
// IsActivityStreamsAdd afterwards returns true.
SetActivityStreamsAdd(v ActivityStreamsAdd)
// SetActivityStreamsAnnounce sets the value of this property. Calling
// IsActivityStreamsAnnounce afterwards returns true.
SetActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// SetActivityStreamsApplication sets the value of this property. Calling
// IsActivityStreamsApplication afterwards returns true.
SetActivityStreamsApplication(v ActivityStreamsApplication)
// SetActivityStreamsArrive sets the value of this property. Calling
// IsActivityStreamsArrive afterwards returns true.
SetActivityStreamsArrive(v ActivityStreamsArrive)
// SetActivityStreamsArticle sets the value of this property. Calling
// IsActivityStreamsArticle afterwards returns true.
SetActivityStreamsArticle(v ActivityStreamsArticle)
// SetActivityStreamsAudio sets the value of this property. Calling
// IsActivityStreamsAudio afterwards returns true.
SetActivityStreamsAudio(v ActivityStreamsAudio)
// SetActivityStreamsBlock sets the value of this property. Calling
// IsActivityStreamsBlock afterwards returns true.
SetActivityStreamsBlock(v ActivityStreamsBlock)
// SetActivityStreamsCollection sets the value of this property. Calling
// IsActivityStreamsCollection afterwards returns true.
SetActivityStreamsCollection(v ActivityStreamsCollection)
// SetActivityStreamsCollectionPage sets the value of this property.
// Calling IsActivityStreamsCollectionPage afterwards returns true.
SetActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// SetActivityStreamsCreate sets the value of this property. Calling
// IsActivityStreamsCreate afterwards returns true.
SetActivityStreamsCreate(v ActivityStreamsCreate)
// SetActivityStreamsDelete sets the value of this property. Calling
// IsActivityStreamsDelete afterwards returns true.
SetActivityStreamsDelete(v ActivityStreamsDelete)
// SetActivityStreamsDislike sets the value of this property. Calling
// IsActivityStreamsDislike afterwards returns true.
SetActivityStreamsDislike(v ActivityStreamsDislike)
// SetActivityStreamsDocument sets the value of this property. Calling
// IsActivityStreamsDocument afterwards returns true.
SetActivityStreamsDocument(v ActivityStreamsDocument)
// SetActivityStreamsEvent sets the value of this property. Calling
// IsActivityStreamsEvent afterwards returns true.
SetActivityStreamsEvent(v ActivityStreamsEvent)
// SetActivityStreamsFlag sets the value of this property. Calling
// IsActivityStreamsFlag afterwards returns true.
SetActivityStreamsFlag(v ActivityStreamsFlag)
// SetActivityStreamsFollow sets the value of this property. Calling
// IsActivityStreamsFollow afterwards returns true.
SetActivityStreamsFollow(v ActivityStreamsFollow)
// SetActivityStreamsGroup sets the value of this property. Calling
// IsActivityStreamsGroup afterwards returns true.
SetActivityStreamsGroup(v ActivityStreamsGroup)
// SetActivityStreamsIgnore sets the value of this property. Calling
// IsActivityStreamsIgnore afterwards returns true.
SetActivityStreamsIgnore(v ActivityStreamsIgnore)
// SetActivityStreamsImage sets the value of this property. Calling
// IsActivityStreamsImage afterwards returns true.
SetActivityStreamsImage(v ActivityStreamsImage)
// SetActivityStreamsIntransitiveActivity sets the value of this property.
// Calling IsActivityStreamsIntransitiveActivity afterwards returns
// true.
SetActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// SetActivityStreamsInvite sets the value of this property. Calling
// IsActivityStreamsInvite afterwards returns true.
SetActivityStreamsInvite(v ActivityStreamsInvite)
// SetActivityStreamsJoin sets the value of this property. Calling
// IsActivityStreamsJoin afterwards returns true.
SetActivityStreamsJoin(v ActivityStreamsJoin)
// SetActivityStreamsLeave sets the value of this property. Calling
// IsActivityStreamsLeave afterwards returns true.
SetActivityStreamsLeave(v ActivityStreamsLeave)
// SetActivityStreamsLike sets the value of this property. Calling
// IsActivityStreamsLike afterwards returns true.
SetActivityStreamsLike(v ActivityStreamsLike)
// SetActivityStreamsLink sets the value of this property. Calling
// IsActivityStreamsLink afterwards returns true.
SetActivityStreamsLink(v ActivityStreamsLink)
// SetActivityStreamsListen sets the value of this property. Calling
// IsActivityStreamsListen afterwards returns true.
SetActivityStreamsListen(v ActivityStreamsListen)
// SetActivityStreamsMention sets the value of this property. Calling
// IsActivityStreamsMention afterwards returns true.
SetActivityStreamsMention(v ActivityStreamsMention)
// SetActivityStreamsMove sets the value of this property. Calling
// IsActivityStreamsMove afterwards returns true.
SetActivityStreamsMove(v ActivityStreamsMove)
// SetActivityStreamsNote sets the value of this property. Calling
// IsActivityStreamsNote afterwards returns true.
SetActivityStreamsNote(v ActivityStreamsNote)
// SetActivityStreamsObject sets the value of this property. Calling
// IsActivityStreamsObject afterwards returns true.
SetActivityStreamsObject(v ActivityStreamsObject)
// SetActivityStreamsOffer sets the value of this property. Calling
// IsActivityStreamsOffer afterwards returns true.
SetActivityStreamsOffer(v ActivityStreamsOffer)
// SetActivityStreamsOrderedCollection sets the value of this property.
// Calling IsActivityStreamsOrderedCollection afterwards returns true.
SetActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// SetActivityStreamsOrderedCollectionPage sets the value of this
// property. Calling IsActivityStreamsOrderedCollectionPage afterwards
// returns true.
SetActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// SetActivityStreamsOrganization sets the value of this property. Calling
// IsActivityStreamsOrganization afterwards returns true.
SetActivityStreamsOrganization(v ActivityStreamsOrganization)
// SetActivityStreamsPage sets the value of this property. Calling
// IsActivityStreamsPage afterwards returns true.
SetActivityStreamsPage(v ActivityStreamsPage)
// SetActivityStreamsPerson sets the value of this property. Calling
// IsActivityStreamsPerson afterwards returns true.
SetActivityStreamsPerson(v ActivityStreamsPerson)
// SetActivityStreamsPlace sets the value of this property. Calling
// IsActivityStreamsPlace afterwards returns true.
SetActivityStreamsPlace(v ActivityStreamsPlace)
// SetActivityStreamsProfile sets the value of this property. Calling
// IsActivityStreamsProfile afterwards returns true.
SetActivityStreamsProfile(v ActivityStreamsProfile)
// SetActivityStreamsQuestion sets the value of this property. Calling
// IsActivityStreamsQuestion afterwards returns true.
SetActivityStreamsQuestion(v ActivityStreamsQuestion)
// SetActivityStreamsRead sets the value of this property. Calling
// IsActivityStreamsRead afterwards returns true.
SetActivityStreamsRead(v ActivityStreamsRead)
// SetActivityStreamsReject sets the value of this property. Calling
// IsActivityStreamsReject afterwards returns true.
SetActivityStreamsReject(v ActivityStreamsReject)
// SetActivityStreamsRelationship sets the value of this property. Calling
// IsActivityStreamsRelationship afterwards returns true.
SetActivityStreamsRelationship(v ActivityStreamsRelationship)
// SetActivityStreamsRemove sets the value of this property. Calling
// IsActivityStreamsRemove afterwards returns true.
SetActivityStreamsRemove(v ActivityStreamsRemove)
// SetActivityStreamsService sets the value of this property. Calling
// IsActivityStreamsService afterwards returns true.
SetActivityStreamsService(v ActivityStreamsService)
// SetActivityStreamsTentativeAccept sets the value of this property.
// Calling IsActivityStreamsTentativeAccept afterwards returns true.
SetActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// SetActivityStreamsTentativeReject sets the value of this property.
// Calling IsActivityStreamsTentativeReject afterwards returns true.
SetActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// SetActivityStreamsTombstone sets the value of this property. Calling
// IsActivityStreamsTombstone afterwards returns true.
SetActivityStreamsTombstone(v ActivityStreamsTombstone)
// SetActivityStreamsTravel sets the value of this property. Calling
// IsActivityStreamsTravel afterwards returns true.
SetActivityStreamsTravel(v ActivityStreamsTravel)
// SetActivityStreamsUndo sets the value of this property. Calling
// IsActivityStreamsUndo afterwards returns true.
SetActivityStreamsUndo(v ActivityStreamsUndo)
// SetActivityStreamsUpdate sets the value of this property. Calling
// IsActivityStreamsUpdate afterwards returns true.
SetActivityStreamsUpdate(v ActivityStreamsUpdate)
// SetActivityStreamsVideo sets the value of this property. Calling
// IsActivityStreamsVideo afterwards returns true.
SetActivityStreamsVideo(v ActivityStreamsVideo)
// SetActivityStreamsView sets the value of this property. Calling
// IsActivityStreamsView afterwards returns true.
SetActivityStreamsView(v ActivityStreamsView)
// SetFunkwhaleAlbum sets the value of this property. Calling
// IsFunkwhaleAlbum afterwards returns true.
SetFunkwhaleAlbum(v FunkwhaleAlbum)
// SetFunkwhaleArtist sets the value of this property. Calling
// IsFunkwhaleArtist afterwards returns true.
SetFunkwhaleArtist(v FunkwhaleArtist)
// SetFunkwhaleLibrary sets the value of this property. Calling
// IsFunkwhaleLibrary afterwards returns true.
SetFunkwhaleLibrary(v FunkwhaleLibrary)
// SetFunkwhaleTrack sets the value of this property. Calling
// IsFunkwhaleTrack afterwards returns true.
SetFunkwhaleTrack(v FunkwhaleTrack)
// SetGoToSocialAnnounceApproval sets the value of this property. Calling
// IsGoToSocialAnnounceApproval afterwards returns true.
SetGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// SetGoToSocialAnnounceAuthorization sets the value of this property.
// Calling IsGoToSocialAnnounceAuthorization afterwards returns true.
SetGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// SetGoToSocialAnnounceRequest sets the value of this property. Calling
// IsGoToSocialAnnounceRequest afterwards returns true.
SetGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// SetGoToSocialLikeApproval sets the value of this property. Calling
// IsGoToSocialLikeApproval afterwards returns true.
SetGoToSocialLikeApproval(v GoToSocialLikeApproval)
// SetGoToSocialLikeAuthorization sets the value of this property. Calling
// IsGoToSocialLikeAuthorization afterwards returns true.
SetGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// SetGoToSocialLikeRequest sets the value of this property. Calling
// IsGoToSocialLikeRequest afterwards returns true.
SetGoToSocialLikeRequest(v GoToSocialLikeRequest)
// SetGoToSocialQuoteAuthorization sets the value of this property.
// Calling IsGoToSocialQuoteAuthorization afterwards returns true.
SetGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// SetGoToSocialQuoteRequest sets the value of this property. Calling
// IsGoToSocialQuoteRequest afterwards returns true.
SetGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// SetGoToSocialReplyApproval sets the value of this property. Calling
// IsGoToSocialReplyApproval afterwards returns true.
SetGoToSocialReplyApproval(v GoToSocialReplyApproval)
// SetGoToSocialReplyAuthorization sets the value of this property.
// Calling IsGoToSocialReplyAuthorization afterwards returns true.
SetGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// SetGoToSocialReplyRequest sets the value of this property. Calling
// IsGoToSocialReplyRequest afterwards returns true.
SetGoToSocialReplyRequest(v GoToSocialReplyRequest)
// SetIRI sets the value of this property. Calling IsIRI afterwards
// returns true.
SetIRI(v *url.URL)
// SetLitePubEmojiReact sets the value of this property. Calling
// IsLitePubEmojiReact afterwards returns true.
SetLitePubEmojiReact(v LitePubEmojiReact)
// SetSchemaPropertyValue sets the value of this property. Calling
// IsSchemaPropertyValue afterwards returns true.
SetSchemaPropertyValue(v SchemaPropertyValue)
// SetTootEmoji sets the value of this property. Calling IsTootEmoji
// afterwards returns true.
SetTootEmoji(v TootEmoji)
// SetTootHashtag sets the value of this property. Calling IsTootHashtag
// afterwards returns true.
SetTootHashtag(v TootHashtag)
// SetTootIdentityProof sets the value of this property. Calling
// IsTootIdentityProof afterwards returns true.
SetTootIdentityProof(v TootIdentityProof)
// 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.
SetType(t Type) error
}
ActivityStreamsContextPropertyIterator represents a single value for the "context" property.
type ActivityStreamsCreate ¶
type ActivityStreamsCreate interface {
// GetActivityStreamsActor returns the "actor" property if it exists, and
// nil otherwise.
GetActivityStreamsActor() ActivityStreamsActorProperty
// GetActivityStreamsAltitude returns the "altitude" property if it
// exists, and nil otherwise.
GetActivityStreamsAltitude() ActivityStreamsAltitudeProperty
// GetActivityStreamsAttachment returns the "attachment" property if it
// exists, and nil otherwise.
GetActivityStreamsAttachment() ActivityStreamsAttachmentProperty
// GetActivityStreamsAttributedTo returns the "attributedTo" property if
// it exists, and nil otherwise.
GetActivityStreamsAttributedTo() ActivityStreamsAttributedToProperty
// GetActivityStreamsAudience returns the "audience" property if it
// exists, and nil otherwise.
GetActivityStreamsAudience() ActivityStreamsAudienceProperty
// GetActivityStreamsBcc returns the "bcc" property if it exists, and nil
// otherwise.
GetActivityStreamsBcc() ActivityStreamsBccProperty
// GetActivityStreamsBto returns the "bto" property if it exists, and nil
// otherwise.
GetActivityStreamsBto() ActivityStreamsBtoProperty
// GetActivityStreamsCc returns the "cc" property if it exists, and nil
// otherwise.
GetActivityStreamsCc() ActivityStreamsCcProperty
// GetActivityStreamsContent returns the "content" property if it exists,
// and nil otherwise.
GetActivityStreamsContent() ActivityStreamsContentProperty
// GetActivityStreamsContext returns the "context" property if it exists,
// and nil otherwise.
GetActivityStreamsContext() ActivityStreamsContextProperty
// GetActivityStreamsDuration returns the "duration" property if it
// exists, and nil otherwise.
GetActivityStreamsDuration() ActivityStreamsDurationProperty
// GetActivityStreamsEndTime returns the "endTime" property if it exists,
// and nil otherwise.
GetActivityStreamsEndTime() ActivityStreamsEndTimeProperty
// GetActivityStreamsGenerator returns the "generator" property if it
// exists, and nil otherwise.
GetActivityStreamsGenerator() ActivityStreamsGeneratorProperty
// GetActivityStreamsIcon returns the "icon" property if it exists, and
// nil otherwise.
GetActivityStreamsIcon() ActivityStreamsIconProperty
// GetActivityStreamsImage returns the "image" property if it exists, and
// nil otherwise.
GetActivityStreamsImage() ActivityStreamsImageProperty
// GetActivityStreamsInReplyTo returns the "inReplyTo" property if it
// exists, and nil otherwise.
GetActivityStreamsInReplyTo() ActivityStreamsInReplyToProperty
// GetActivityStreamsInstrument returns the "instrument" property if it
// exists, and nil otherwise.
GetActivityStreamsInstrument() ActivityStreamsInstrumentProperty
// GetActivityStreamsLikes returns the "likes" property if it exists, and
// nil otherwise.
GetActivityStreamsLikes() ActivityStreamsLikesProperty
// GetActivityStreamsLocation returns the "location" property if it
// exists, and nil otherwise.
GetActivityStreamsLocation() ActivityStreamsLocationProperty
// GetActivityStreamsMediaType returns the "mediaType" property if it
// exists, and nil otherwise.
GetActivityStreamsMediaType() ActivityStreamsMediaTypeProperty
// GetActivityStreamsName returns the "name" property if it exists, and
// nil otherwise.
GetActivityStreamsName() ActivityStreamsNameProperty
// GetActivityStreamsObject returns the "object" property if it exists,
// and nil otherwise.
GetActivityStreamsObject() ActivityStreamsObjectProperty
// GetActivityStreamsOrigin returns the "origin" property if it exists,
// and nil otherwise.
GetActivityStreamsOrigin() ActivityStreamsOriginProperty
// GetActivityStreamsPreview returns the "preview" property if it exists,
// and nil otherwise.
GetActivityStreamsPreview() ActivityStreamsPreviewProperty
// GetActivityStreamsPublished returns the "published" property if it
// exists, and nil otherwise.
GetActivityStreamsPublished() ActivityStreamsPublishedProperty
// GetActivityStreamsReplies returns the "replies" property if it exists,
// and nil otherwise.
GetActivityStreamsReplies() ActivityStreamsRepliesProperty
// GetActivityStreamsResult returns the "result" property if it exists,
// and nil otherwise.
GetActivityStreamsResult() ActivityStreamsResultProperty
// GetActivityStreamsSensitive returns the "sensitive" property if it
// exists, and nil otherwise.
GetActivityStreamsSensitive() ActivityStreamsSensitiveProperty
// and nil otherwise.
GetActivityStreamsShares() ActivityStreamsSharesProperty
// GetActivityStreamsSource returns the "source" property if it exists,
// and nil otherwise.
GetActivityStreamsSource() ActivityStreamsSourceProperty
// GetActivityStreamsStartTime returns the "startTime" property if it
// exists, and nil otherwise.
GetActivityStreamsStartTime() ActivityStreamsStartTimeProperty
// GetActivityStreamsSummary returns the "summary" property if it exists,
// and nil otherwise.
GetActivityStreamsSummary() ActivityStreamsSummaryProperty
// GetActivityStreamsTag returns the "tag" property if it exists, and nil
// otherwise.
GetActivityStreamsTag() ActivityStreamsTagProperty
// GetActivityStreamsTarget returns the "target" property if it exists,
// and nil otherwise.
GetActivityStreamsTarget() ActivityStreamsTargetProperty
// GetActivityStreamsTo returns the "to" property if it exists, and nil
// otherwise.
GetActivityStreamsTo() ActivityStreamsToProperty
// GetActivityStreamsUpdated returns the "updated" property if it exists,
// and nil otherwise.
GetActivityStreamsUpdated() ActivityStreamsUpdatedProperty
// GetActivityStreamsUrl returns the "url" property if it exists, and nil
// otherwise.
GetActivityStreamsUrl() ActivityStreamsUrlProperty
// GetJSONLDId returns the "id" property if it exists, and nil otherwise.
GetJSONLDId() JSONLDIdProperty
// GetJSONLDType returns the "type" property if it exists, and nil
// otherwise.
GetJSONLDType() JSONLDTypeProperty
// GetTypeName returns the name of this type.
GetTypeName() string
// GetUnknownProperties returns the unknown properties for the Create
// type. Note that this should not be used by app developers. It is
// only used to help determine which implementation is LessThan the
// other. Developers who are creating a different implementation of
// this type's interface can use this method in their LessThan
// implementation, but routine ActivityPub applications should not use
// this to bypass the code generation tool.
GetUnknownProperties() map[string]interface{}
// IsExtending returns true if the Create type extends from the other type.
IsExtending(other Type) bool
// JSONLDContext returns the JSONLD URIs required in the context string
// for this type and the specific properties that are set. The value
// in the map is the alias used to import the type and its properties.
JSONLDContext() map[string]string
// LessThan computes if this Create is lesser, with an arbitrary but
// stable determination.
LessThan(o ActivityStreamsCreate) bool
// Serialize converts this into an interface representation suitable for
// marshalling into a text or binary format.
Serialize() (map[string]interface{}, error)
// SetActivityStreamsActor sets the "actor" property.
SetActivityStreamsActor(i ActivityStreamsActorProperty)
// SetActivityStreamsAltitude sets the "altitude" property.
SetActivityStreamsAltitude(i ActivityStreamsAltitudeProperty)
// SetActivityStreamsAttachment sets the "attachment" property.
SetActivityStreamsAttachment(i ActivityStreamsAttachmentProperty)
// SetActivityStreamsAttributedTo sets the "attributedTo" property.
SetActivityStreamsAttributedTo(i ActivityStreamsAttributedToProperty)
// SetActivityStreamsAudience sets the "audience" property.
SetActivityStreamsAudience(i ActivityStreamsAudienceProperty)
// SetActivityStreamsBcc sets the "bcc" property.
SetActivityStreamsBcc(i ActivityStreamsBccProperty)
// SetActivityStreamsBto sets the "bto" property.
SetActivityStreamsBto(i ActivityStreamsBtoProperty)
// SetActivityStreamsCc sets the "cc" property.
SetActivityStreamsCc(i ActivityStreamsCcProperty)
// SetActivityStreamsContent sets the "content" property.
SetActivityStreamsContent(i ActivityStreamsContentProperty)
// SetActivityStreamsContext sets the "context" property.
SetActivityStreamsContext(i ActivityStreamsContextProperty)
// SetActivityStreamsDuration sets the "duration" property.
SetActivityStreamsDuration(i ActivityStreamsDurationProperty)
// SetActivityStreamsEndTime sets the "endTime" property.
SetActivityStreamsEndTime(i ActivityStreamsEndTimeProperty)
// SetActivityStreamsGenerator sets the "generator" property.
SetActivityStreamsGenerator(i ActivityStreamsGeneratorProperty)
// SetActivityStreamsIcon sets the "icon" property.
SetActivityStreamsIcon(i ActivityStreamsIconProperty)
// SetActivityStreamsImage sets the "image" property.
SetActivityStreamsImage(i ActivityStreamsImageProperty)
// SetActivityStreamsInReplyTo sets the "inReplyTo" property.
SetActivityStreamsInReplyTo(i ActivityStreamsInReplyToProperty)
// SetActivityStreamsInstrument sets the "instrument" property.
SetActivityStreamsInstrument(i ActivityStreamsInstrumentProperty)
// SetActivityStreamsLikes sets the "likes" property.
SetActivityStreamsLikes(i ActivityStreamsLikesProperty)
// SetActivityStreamsLocation sets the "location" property.
SetActivityStreamsLocation(i ActivityStreamsLocationProperty)
// SetActivityStreamsMediaType sets the "mediaType" property.
SetActivityStreamsMediaType(i ActivityStreamsMediaTypeProperty)
// SetActivityStreamsName sets the "name" property.
SetActivityStreamsName(i ActivityStreamsNameProperty)
// SetActivityStreamsObject sets the "object" property.
SetActivityStreamsObject(i ActivityStreamsObjectProperty)
// SetActivityStreamsOrigin sets the "origin" property.
SetActivityStreamsOrigin(i ActivityStreamsOriginProperty)
// SetActivityStreamsPreview sets the "preview" property.
SetActivityStreamsPreview(i ActivityStreamsPreviewProperty)
// SetActivityStreamsPublished sets the "published" property.
SetActivityStreamsPublished(i ActivityStreamsPublishedProperty)
// SetActivityStreamsReplies sets the "replies" property.
SetActivityStreamsReplies(i ActivityStreamsRepliesProperty)
// SetActivityStreamsResult sets the "result" property.
SetActivityStreamsResult(i ActivityStreamsResultProperty)
// SetActivityStreamsSensitive sets the "sensitive" property.
SetActivityStreamsSensitive(i ActivityStreamsSensitiveProperty)
SetActivityStreamsShares(i ActivityStreamsSharesProperty)
// SetActivityStreamsSource sets the "source" property.
SetActivityStreamsSource(i ActivityStreamsSourceProperty)
// SetActivityStreamsStartTime sets the "startTime" property.
SetActivityStreamsStartTime(i ActivityStreamsStartTimeProperty)
// SetActivityStreamsSummary sets the "summary" property.
SetActivityStreamsSummary(i ActivityStreamsSummaryProperty)
// SetActivityStreamsTag sets the "tag" property.
SetActivityStreamsTag(i ActivityStreamsTagProperty)
// SetActivityStreamsTarget sets the "target" property.
SetActivityStreamsTarget(i ActivityStreamsTargetProperty)
// SetActivityStreamsTo sets the "to" property.
SetActivityStreamsTo(i ActivityStreamsToProperty)
// SetActivityStreamsUpdated sets the "updated" property.
SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty)
// SetActivityStreamsUrl sets the "url" property.
SetActivityStreamsUrl(i ActivityStreamsUrlProperty)
// SetJSONLDId sets the "id" property.
SetJSONLDId(i JSONLDIdProperty)
// SetJSONLDType sets the "type" property.
SetJSONLDType(i JSONLDTypeProperty)
// VocabularyURI returns the vocabulary's URI as a string.
VocabularyURI() string
}
Indicates that the actor has created the object.
Example 15 (https://www.w3.org/TR/activitystreams-vocabulary/#ex12-jsonld):
{
"actor": {
"name": "Sally",
"type": "Person"
},
"object": {
"content": "This is a simple note",
"name": "A Simple Note",
"type": "Note"
},
"summary": "Sally created a note",
"type": "Create"
}
type ActivityStreamsCurrentProperty ¶
type ActivityStreamsCurrentProperty interface {
// Clear ensures no value of this property is set. Calling HasAny or any
// of the 'Is' methods afterwards will return false.
Clear()
// GetActivityStreamsCollectionPage returns the value of this property.
// When IsActivityStreamsCollectionPage returns false,
// GetActivityStreamsCollectionPage will return an arbitrary value.
GetActivityStreamsCollectionPage() ActivityStreamsCollectionPage
// GetActivityStreamsLink returns the value of this property. When
// IsActivityStreamsLink returns false, GetActivityStreamsLink will
// return an arbitrary value.
GetActivityStreamsLink() ActivityStreamsLink
// GetActivityStreamsMention returns the value of this property. When
// IsActivityStreamsMention returns false, GetActivityStreamsMention
// will return an arbitrary value.
GetActivityStreamsMention() ActivityStreamsMention
// GetActivityStreamsOrderedCollectionPage returns the value of this
// property. When IsActivityStreamsOrderedCollectionPage returns
// false, GetActivityStreamsOrderedCollectionPage will return an
// arbitrary value.
GetActivityStreamsOrderedCollectionPage() ActivityStreamsOrderedCollectionPage
// GetIRI returns the IRI of this property. When IsIRI returns false,
// GetIRI will return an arbitrary value.
GetIRI() *url.URL
// GetTootHashtag returns the value of this property. When IsTootHashtag
// returns false, GetTootHashtag will return an arbitrary value.
GetTootHashtag() TootHashtag
// 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.
GetType() Type
// HasAny returns true if any of the different values is set.
HasAny() 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.
IsActivityStreamsCollectionPage() 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.
IsActivityStreamsLink() 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.
IsActivityStreamsMention() 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.
IsActivityStreamsOrderedCollectionPage() bool
// IsIRI returns true if this property is an IRI. When true, use GetIRI
// and SetIRI to access and set this property
IsIRI() 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.
IsTootHashtag() bool
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex() int
// 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.
LessThan(o ActivityStreamsCurrentProperty) bool
// Name returns the name of this property: "current".
Name() string
// 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.
Serialize() (interface{}, error)
// SetActivityStreamsCollectionPage sets the value of this property.
// Calling IsActivityStreamsCollectionPage afterwards returns true.
SetActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// SetActivityStreamsLink sets the value of this property. Calling
// IsActivityStreamsLink afterwards returns true.
SetActivityStreamsLink(v ActivityStreamsLink)
// SetActivityStreamsMention sets the value of this property. Calling
// IsActivityStreamsMention afterwards returns true.
SetActivityStreamsMention(v ActivityStreamsMention)
// SetActivityStreamsOrderedCollectionPage sets the value of this
// property. Calling IsActivityStreamsOrderedCollectionPage afterwards
// returns true.
SetActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// SetIRI sets the value of this property. Calling IsIRI afterwards
// returns true.
SetIRI(v *url.URL)
// SetTootHashtag sets the value of this property. Calling IsTootHashtag
// afterwards returns true.
SetTootHashtag(v TootHashtag)
// 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.
SetType(t Type) error
}
In a paged Collection, indicates the page that contains the most recently updated member items.
Example 74 (https://www.w3.org/TR/activitystreams-vocabulary/#ex71-jsonld):
{
"current": "http://example.org/collection",
"items": [
"http://example.org/posts/1",
"http://example.org/posts/2",
"http://example.org/posts/3"
],
"summary": "Sally's blog posts",
"totalItems": 3,
"type": "Collection"
}
Example 75 (https://www.w3.org/TR/activitystreams-vocabulary/#ex72-jsonld):
{
"current": {
"summary": "Most Recent Items",
"type": "owl:Class",
"url": "http://example.org/collection"
},
"items": [
"http://example.org/posts/1",
"http://example.org/posts/2",
"http://example.org/posts/3"
],
"summary": "Sally's blog posts",
"totalItems": 3,
"type": "Collection"
}
type ActivityStreamsDelete ¶
type ActivityStreamsDelete interface {
// GetActivityStreamsActor returns the "actor" property if it exists, and
// nil otherwise.
GetActivityStreamsActor() ActivityStreamsActorProperty
// GetActivityStreamsAltitude returns the "altitude" property if it
// exists, and nil otherwise.
GetActivityStreamsAltitude() ActivityStreamsAltitudeProperty
// GetActivityStreamsAttachment returns the "attachment" property if it
// exists, and nil otherwise.
GetActivityStreamsAttachment() ActivityStreamsAttachmentProperty
// GetActivityStreamsAttributedTo returns the "attributedTo" property if
// it exists, and nil otherwise.
GetActivityStreamsAttributedTo() ActivityStreamsAttributedToProperty
// GetActivityStreamsAudience returns the "audience" property if it
// exists, and nil otherwise.
GetActivityStreamsAudience() ActivityStreamsAudienceProperty
// GetActivityStreamsBcc returns the "bcc" property if it exists, and nil
// otherwise.
GetActivityStreamsBcc() ActivityStreamsBccProperty
// GetActivityStreamsBto returns the "bto" property if it exists, and nil
// otherwise.
GetActivityStreamsBto() ActivityStreamsBtoProperty
// GetActivityStreamsCc returns the "cc" property if it exists, and nil
// otherwise.
GetActivityStreamsCc() ActivityStreamsCcProperty
// GetActivityStreamsContent returns the "content" property if it exists,
// and nil otherwise.
GetActivityStreamsContent() ActivityStreamsContentProperty
// GetActivityStreamsContext returns the "context" property if it exists,
// and nil otherwise.
GetActivityStreamsContext() ActivityStreamsContextProperty
// GetActivityStreamsDuration returns the "duration" property if it
// exists, and nil otherwise.
GetActivityStreamsDuration() ActivityStreamsDurationProperty
// GetActivityStreamsEndTime returns the "endTime" property if it exists,
// and nil otherwise.
GetActivityStreamsEndTime() ActivityStreamsEndTimeProperty
// GetActivityStreamsGenerator returns the "generator" property if it
// exists, and nil otherwise.
GetActivityStreamsGenerator() ActivityStreamsGeneratorProperty
// GetActivityStreamsIcon returns the "icon" property if it exists, and
// nil otherwise.
GetActivityStreamsIcon() ActivityStreamsIconProperty
// GetActivityStreamsImage returns the "image" property if it exists, and
// nil otherwise.
GetActivityStreamsImage() ActivityStreamsImageProperty
// GetActivityStreamsInReplyTo returns the "inReplyTo" property if it
// exists, and nil otherwise.
GetActivityStreamsInReplyTo() ActivityStreamsInReplyToProperty
// GetActivityStreamsInstrument returns the "instrument" property if it
// exists, and nil otherwise.
GetActivityStreamsInstrument() ActivityStreamsInstrumentProperty
// GetActivityStreamsLikes returns the "likes" property if it exists, and
// nil otherwise.
GetActivityStreamsLikes() ActivityStreamsLikesProperty
// GetActivityStreamsLocation returns the "location" property if it
// exists, and nil otherwise.
GetActivityStreamsLocation() ActivityStreamsLocationProperty
// GetActivityStreamsMediaType returns the "mediaType" property if it
// exists, and nil otherwise.
GetActivityStreamsMediaType() ActivityStreamsMediaTypeProperty
// GetActivityStreamsName returns the "name" property if it exists, and
// nil otherwise.
GetActivityStreamsName() ActivityStreamsNameProperty
// GetActivityStreamsObject returns the "object" property if it exists,
// and nil otherwise.
GetActivityStreamsObject() ActivityStreamsObjectProperty
// GetActivityStreamsOrigin returns the "origin" property if it exists,
// and nil otherwise.
GetActivityStreamsOrigin() ActivityStreamsOriginProperty
// GetActivityStreamsPreview returns the "preview" property if it exists,
// and nil otherwise.
GetActivityStreamsPreview() ActivityStreamsPreviewProperty
// GetActivityStreamsPublished returns the "published" property if it
// exists, and nil otherwise.
GetActivityStreamsPublished() ActivityStreamsPublishedProperty
// GetActivityStreamsReplies returns the "replies" property if it exists,
// and nil otherwise.
GetActivityStreamsReplies() ActivityStreamsRepliesProperty
// GetActivityStreamsResult returns the "result" property if it exists,
// and nil otherwise.
GetActivityStreamsResult() ActivityStreamsResultProperty
// GetActivityStreamsSensitive returns the "sensitive" property if it
// exists, and nil otherwise.
GetActivityStreamsSensitive() ActivityStreamsSensitiveProperty
// and nil otherwise.
GetActivityStreamsShares() ActivityStreamsSharesProperty
// GetActivityStreamsSource returns the "source" property if it exists,
// and nil otherwise.
GetActivityStreamsSource() ActivityStreamsSourceProperty
// GetActivityStreamsStartTime returns the "startTime" property if it
// exists, and nil otherwise.
GetActivityStreamsStartTime() ActivityStreamsStartTimeProperty
// GetActivityStreamsSummary returns the "summary" property if it exists,
// and nil otherwise.
GetActivityStreamsSummary() ActivityStreamsSummaryProperty
// GetActivityStreamsTag returns the "tag" property if it exists, and nil
// otherwise.
GetActivityStreamsTag() ActivityStreamsTagProperty
// GetActivityStreamsTarget returns the "target" property if it exists,
// and nil otherwise.
GetActivityStreamsTarget() ActivityStreamsTargetProperty
// GetActivityStreamsTo returns the "to" property if it exists, and nil
// otherwise.
GetActivityStreamsTo() ActivityStreamsToProperty
// GetActivityStreamsUpdated returns the "updated" property if it exists,
// and nil otherwise.
GetActivityStreamsUpdated() ActivityStreamsUpdatedProperty
// GetActivityStreamsUrl returns the "url" property if it exists, and nil
// otherwise.
GetActivityStreamsUrl() ActivityStreamsUrlProperty
// GetJSONLDId returns the "id" property if it exists, and nil otherwise.
GetJSONLDId() JSONLDIdProperty
// GetJSONLDType returns the "type" property if it exists, and nil
// otherwise.
GetJSONLDType() JSONLDTypeProperty
// GetTypeName returns the name of this type.
GetTypeName() string
// GetUnknownProperties returns the unknown properties for the Delete
// type. Note that this should not be used by app developers. It is
// only used to help determine which implementation is LessThan the
// other. Developers who are creating a different implementation of
// this type's interface can use this method in their LessThan
// implementation, but routine ActivityPub applications should not use
// this to bypass the code generation tool.
GetUnknownProperties() map[string]interface{}
// IsExtending returns true if the Delete type extends from the other type.
IsExtending(other Type) bool
// JSONLDContext returns the JSONLD URIs required in the context string
// for this type and the specific properties that are set. The value
// in the map is the alias used to import the type and its properties.
JSONLDContext() map[string]string
// LessThan computes if this Delete is lesser, with an arbitrary but
// stable determination.
LessThan(o ActivityStreamsDelete) bool
// Serialize converts this into an interface representation suitable for
// marshalling into a text or binary format.
Serialize() (map[string]interface{}, error)
// SetActivityStreamsActor sets the "actor" property.
SetActivityStreamsActor(i ActivityStreamsActorProperty)
// SetActivityStreamsAltitude sets the "altitude" property.
SetActivityStreamsAltitude(i ActivityStreamsAltitudeProperty)
// SetActivityStreamsAttachment sets the "attachment" property.
SetActivityStreamsAttachment(i ActivityStreamsAttachmentProperty)
// SetActivityStreamsAttributedTo sets the "attributedTo" property.
SetActivityStreamsAttributedTo(i ActivityStreamsAttributedToProperty)
// SetActivityStreamsAudience sets the "audience" property.
SetActivityStreamsAudience(i ActivityStreamsAudienceProperty)
// SetActivityStreamsBcc sets the "bcc" property.
SetActivityStreamsBcc(i ActivityStreamsBccProperty)
// SetActivityStreamsBto sets the "bto" property.
SetActivityStreamsBto(i ActivityStreamsBtoProperty)
// SetActivityStreamsCc sets the "cc" property.
SetActivityStreamsCc(i ActivityStreamsCcProperty)
// SetActivityStreamsContent sets the "content" property.
SetActivityStreamsContent(i ActivityStreamsContentProperty)
// SetActivityStreamsContext sets the "context" property.
SetActivityStreamsContext(i ActivityStreamsContextProperty)
// SetActivityStreamsDuration sets the "duration" property.
SetActivityStreamsDuration(i ActivityStreamsDurationProperty)
// SetActivityStreamsEndTime sets the "endTime" property.
SetActivityStreamsEndTime(i ActivityStreamsEndTimeProperty)
// SetActivityStreamsGenerator sets the "generator" property.
SetActivityStreamsGenerator(i ActivityStreamsGeneratorProperty)
// SetActivityStreamsIcon sets the "icon" property.
SetActivityStreamsIcon(i ActivityStreamsIconProperty)
// SetActivityStreamsImage sets the "image" property.
SetActivityStreamsImage(i ActivityStreamsImageProperty)
// SetActivityStreamsInReplyTo sets the "inReplyTo" property.
SetActivityStreamsInReplyTo(i ActivityStreamsInReplyToProperty)
// SetActivityStreamsInstrument sets the "instrument" property.
SetActivityStreamsInstrument(i ActivityStreamsInstrumentProperty)
// SetActivityStreamsLikes sets the "likes" property.
SetActivityStreamsLikes(i ActivityStreamsLikesProperty)
// SetActivityStreamsLocation sets the "location" property.
SetActivityStreamsLocation(i ActivityStreamsLocationProperty)
// SetActivityStreamsMediaType sets the "mediaType" property.
SetActivityStreamsMediaType(i ActivityStreamsMediaTypeProperty)
// SetActivityStreamsName sets the "name" property.
SetActivityStreamsName(i ActivityStreamsNameProperty)
// SetActivityStreamsObject sets the "object" property.
SetActivityStreamsObject(i ActivityStreamsObjectProperty)
// SetActivityStreamsOrigin sets the "origin" property.
SetActivityStreamsOrigin(i ActivityStreamsOriginProperty)
// SetActivityStreamsPreview sets the "preview" property.
SetActivityStreamsPreview(i ActivityStreamsPreviewProperty)
// SetActivityStreamsPublished sets the "published" property.
SetActivityStreamsPublished(i ActivityStreamsPublishedProperty)
// SetActivityStreamsReplies sets the "replies" property.
SetActivityStreamsReplies(i ActivityStreamsRepliesProperty)
// SetActivityStreamsResult sets the "result" property.
SetActivityStreamsResult(i ActivityStreamsResultProperty)
// SetActivityStreamsSensitive sets the "sensitive" property.
SetActivityStreamsSensitive(i ActivityStreamsSensitiveProperty)
SetActivityStreamsShares(i ActivityStreamsSharesProperty)
// SetActivityStreamsSource sets the "source" property.
SetActivityStreamsSource(i ActivityStreamsSourceProperty)
// SetActivityStreamsStartTime sets the "startTime" property.
SetActivityStreamsStartTime(i ActivityStreamsStartTimeProperty)
// SetActivityStreamsSummary sets the "summary" property.
SetActivityStreamsSummary(i ActivityStreamsSummaryProperty)
// SetActivityStreamsTag sets the "tag" property.
SetActivityStreamsTag(i ActivityStreamsTagProperty)
// SetActivityStreamsTarget sets the "target" property.
SetActivityStreamsTarget(i ActivityStreamsTargetProperty)
// SetActivityStreamsTo sets the "to" property.
SetActivityStreamsTo(i ActivityStreamsToProperty)
// SetActivityStreamsUpdated sets the "updated" property.
SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty)
// SetActivityStreamsUrl sets the "url" property.
SetActivityStreamsUrl(i ActivityStreamsUrlProperty)
// SetJSONLDId sets the "id" property.
SetJSONLDId(i JSONLDIdProperty)
// SetJSONLDType sets the "type" property.
SetJSONLDType(i JSONLDTypeProperty)
// VocabularyURI returns the vocabulary's URI as a string.
VocabularyURI() string
}
Indicates that the actor has deleted the object. If specified, the origin indicates the context from which the object was deleted.
Example 16 (https://www.w3.org/TR/activitystreams-vocabulary/#ex13-jsonld):
{
"actor": {
"name": "Sally",
"type": "Person"
},
"object": "http://example.org/notes/1",
"origin": {
"name": "Sally's Notes",
"type": "Collection"
},
"summary": "Sally deleted a note",
"type": "Delete"
}
type ActivityStreamsDeletedProperty ¶
type ActivityStreamsDeletedProperty interface {
// Clear ensures no value of this property is set. Calling
// IsXMLSchemaDateTime afterwards will return false.
Clear()
// Get returns the value of this property. When IsXMLSchemaDateTime
// returns false, Get will return any arbitrary value.
Get() time.Time
// GetIRI returns the IRI of this property. When IsIRI returns false,
// GetIRI will return any arbitrary value.
GetIRI() *url.URL
// HasAny returns true if the value or IRI is set.
HasAny() bool
// IsIRI returns true if this property is an IRI.
IsIRI() bool
// IsXMLSchemaDateTime returns true if this property is set and not an IRI.
IsXMLSchemaDateTime() bool
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex() int
// 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.
LessThan(o ActivityStreamsDeletedProperty) bool
// Name returns the name of this property: "deleted".
Name() string
// 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.
Serialize() (interface{}, error)
// Set sets the value of this property. Calling IsXMLSchemaDateTime
// afterwards will return true.
Set(v time.Time)
// SetIRI sets the value of this property. Calling IsIRI afterwards will
// return true.
SetIRI(v *url.URL)
}
On a Tombstone object, the deleted property is a timestamp for when the object was deleted.
Example 143 (https://www.w3.org/TR/activitystreams-vocabulary/#ex185c-jsonld):
{
"deleted": "2016-05-03T00:00:00Z",
"summary": "This image has been deleted",
"type": "Tombstone"
}
type ActivityStreamsDescribesProperty ¶
type ActivityStreamsDescribesProperty interface {
// Clear ensures no value of this property is set. Calling HasAny or any
// of the 'Is' methods afterwards will return false.
Clear()
// GetActivityStreamsAccept returns the value of this property. When
// IsActivityStreamsAccept returns false, GetActivityStreamsAccept
// will return an arbitrary value.
GetActivityStreamsAccept() ActivityStreamsAccept
// GetActivityStreamsActivity returns the value of this property. When
// IsActivityStreamsActivity returns false, GetActivityStreamsActivity
// will return an arbitrary value.
GetActivityStreamsActivity() ActivityStreamsActivity
// GetActivityStreamsAdd returns the value of this property. When
// IsActivityStreamsAdd returns false, GetActivityStreamsAdd will
// return an arbitrary value.
GetActivityStreamsAdd() ActivityStreamsAdd
// GetActivityStreamsAnnounce returns the value of this property. When
// IsActivityStreamsAnnounce returns false, GetActivityStreamsAnnounce
// will return an arbitrary value.
GetActivityStreamsAnnounce() ActivityStreamsAnnounce
// GetActivityStreamsApplication returns the value of this property. When
// IsActivityStreamsApplication returns false,
// GetActivityStreamsApplication will return an arbitrary value.
GetActivityStreamsApplication() ActivityStreamsApplication
// GetActivityStreamsArrive returns the value of this property. When
// IsActivityStreamsArrive returns false, GetActivityStreamsArrive
// will return an arbitrary value.
GetActivityStreamsArrive() ActivityStreamsArrive
// GetActivityStreamsArticle returns the value of this property. When
// IsActivityStreamsArticle returns false, GetActivityStreamsArticle
// will return an arbitrary value.
GetActivityStreamsArticle() ActivityStreamsArticle
// GetActivityStreamsAudio returns the value of this property. When
// IsActivityStreamsAudio returns false, GetActivityStreamsAudio will
// return an arbitrary value.
GetActivityStreamsAudio() ActivityStreamsAudio
// GetActivityStreamsBlock returns the value of this property. When
// IsActivityStreamsBlock returns false, GetActivityStreamsBlock will
// return an arbitrary value.
GetActivityStreamsBlock() ActivityStreamsBlock
// GetActivityStreamsCollection returns the value of this property. When
// IsActivityStreamsCollection returns false,
// GetActivityStreamsCollection will return an arbitrary value.
GetActivityStreamsCollection() ActivityStreamsCollection
// GetActivityStreamsCollectionPage returns the value of this property.
// When IsActivityStreamsCollectionPage returns false,
// GetActivityStreamsCollectionPage will return an arbitrary value.
GetActivityStreamsCollectionPage() ActivityStreamsCollectionPage
// GetActivityStreamsCreate returns the value of this property. When
// IsActivityStreamsCreate returns false, GetActivityStreamsCreate
// will return an arbitrary value.
GetActivityStreamsCreate() ActivityStreamsCreate
// GetActivityStreamsDelete returns the value of this property. When
// IsActivityStreamsDelete returns false, GetActivityStreamsDelete
// will return an arbitrary value.
GetActivityStreamsDelete() ActivityStreamsDelete
// GetActivityStreamsDislike returns the value of this property. When
// IsActivityStreamsDislike returns false, GetActivityStreamsDislike
// will return an arbitrary value.
GetActivityStreamsDislike() ActivityStreamsDislike
// GetActivityStreamsDocument returns the value of this property. When
// IsActivityStreamsDocument returns false, GetActivityStreamsDocument
// will return an arbitrary value.
GetActivityStreamsDocument() ActivityStreamsDocument
// GetActivityStreamsEvent returns the value of this property. When
// IsActivityStreamsEvent returns false, GetActivityStreamsEvent will
// return an arbitrary value.
GetActivityStreamsEvent() ActivityStreamsEvent
// GetActivityStreamsFlag returns the value of this property. When
// IsActivityStreamsFlag returns false, GetActivityStreamsFlag will
// return an arbitrary value.
GetActivityStreamsFlag() ActivityStreamsFlag
// GetActivityStreamsFollow returns the value of this property. When
// IsActivityStreamsFollow returns false, GetActivityStreamsFollow
// will return an arbitrary value.
GetActivityStreamsFollow() ActivityStreamsFollow
// GetActivityStreamsGroup returns the value of this property. When
// IsActivityStreamsGroup returns false, GetActivityStreamsGroup will
// return an arbitrary value.
GetActivityStreamsGroup() ActivityStreamsGroup
// GetActivityStreamsIgnore returns the value of this property. When
// IsActivityStreamsIgnore returns false, GetActivityStreamsIgnore
// will return an arbitrary value.
GetActivityStreamsIgnore() ActivityStreamsIgnore
// GetActivityStreamsImage returns the value of this property. When
// IsActivityStreamsImage returns false, GetActivityStreamsImage will
// return an arbitrary value.
GetActivityStreamsImage() ActivityStreamsImage
// GetActivityStreamsIntransitiveActivity returns the value of this
// property. When IsActivityStreamsIntransitiveActivity returns false,
// GetActivityStreamsIntransitiveActivity will return an arbitrary
// value.
GetActivityStreamsIntransitiveActivity() ActivityStreamsIntransitiveActivity
// GetActivityStreamsInvite returns the value of this property. When
// IsActivityStreamsInvite returns false, GetActivityStreamsInvite
// will return an arbitrary value.
GetActivityStreamsInvite() ActivityStreamsInvite
// GetActivityStreamsJoin returns the value of this property. When
// IsActivityStreamsJoin returns false, GetActivityStreamsJoin will
// return an arbitrary value.
GetActivityStreamsJoin() ActivityStreamsJoin
// GetActivityStreamsLeave returns the value of this property. When
// IsActivityStreamsLeave returns false, GetActivityStreamsLeave will
// return an arbitrary value.
GetActivityStreamsLeave() ActivityStreamsLeave
// GetActivityStreamsLike returns the value of this property. When
// IsActivityStreamsLike returns false, GetActivityStreamsLike will
// return an arbitrary value.
GetActivityStreamsLike() ActivityStreamsLike
// GetActivityStreamsListen returns the value of this property. When
// IsActivityStreamsListen returns false, GetActivityStreamsListen
// will return an arbitrary value.
GetActivityStreamsListen() ActivityStreamsListen
// GetActivityStreamsMove returns the value of this property. When
// IsActivityStreamsMove returns false, GetActivityStreamsMove will
// return an arbitrary value.
GetActivityStreamsMove() ActivityStreamsMove
// GetActivityStreamsNote returns the value of this property. When
// IsActivityStreamsNote returns false, GetActivityStreamsNote will
// return an arbitrary value.
GetActivityStreamsNote() ActivityStreamsNote
// GetActivityStreamsObject returns the value of this property. When
// IsActivityStreamsObject returns false, GetActivityStreamsObject
// will return an arbitrary value.
GetActivityStreamsObject() ActivityStreamsObject
// GetActivityStreamsOffer returns the value of this property. When
// IsActivityStreamsOffer returns false, GetActivityStreamsOffer will
// return an arbitrary value.
GetActivityStreamsOffer() ActivityStreamsOffer
// GetActivityStreamsOrderedCollection returns the value of this property.
// When IsActivityStreamsOrderedCollection returns false,
// GetActivityStreamsOrderedCollection will return an arbitrary value.
GetActivityStreamsOrderedCollection() ActivityStreamsOrderedCollection
// GetActivityStreamsOrderedCollectionPage returns the value of this
// property. When IsActivityStreamsOrderedCollectionPage returns
// false, GetActivityStreamsOrderedCollectionPage will return an
// arbitrary value.
GetActivityStreamsOrderedCollectionPage() ActivityStreamsOrderedCollectionPage
// GetActivityStreamsOrganization returns the value of this property. When
// IsActivityStreamsOrganization returns false,
// GetActivityStreamsOrganization will return an arbitrary value.
GetActivityStreamsOrganization() ActivityStreamsOrganization
// GetActivityStreamsPage returns the value of this property. When
// IsActivityStreamsPage returns false, GetActivityStreamsPage will
// return an arbitrary value.
GetActivityStreamsPage() ActivityStreamsPage
// GetActivityStreamsPerson returns the value of this property. When
// IsActivityStreamsPerson returns false, GetActivityStreamsPerson
// will return an arbitrary value.
GetActivityStreamsPerson() ActivityStreamsPerson
// GetActivityStreamsPlace returns the value of this property. When
// IsActivityStreamsPlace returns false, GetActivityStreamsPlace will
// return an arbitrary value.
GetActivityStreamsPlace() ActivityStreamsPlace
// GetActivityStreamsProfile returns the value of this property. When
// IsActivityStreamsProfile returns false, GetActivityStreamsProfile
// will return an arbitrary value.
GetActivityStreamsProfile() ActivityStreamsProfile
// GetActivityStreamsQuestion returns the value of this property. When
// IsActivityStreamsQuestion returns false, GetActivityStreamsQuestion
// will return an arbitrary value.
GetActivityStreamsQuestion() ActivityStreamsQuestion
// GetActivityStreamsRead returns the value of this property. When
// IsActivityStreamsRead returns false, GetActivityStreamsRead will
// return an arbitrary value.
GetActivityStreamsRead() ActivityStreamsRead
// GetActivityStreamsReject returns the value of this property. When
// IsActivityStreamsReject returns false, GetActivityStreamsReject
// will return an arbitrary value.
GetActivityStreamsReject() ActivityStreamsReject
// GetActivityStreamsRelationship returns the value of this property. When
// IsActivityStreamsRelationship returns false,
// GetActivityStreamsRelationship will return an arbitrary value.
GetActivityStreamsRelationship() ActivityStreamsRelationship
// GetActivityStreamsRemove returns the value of this property. When
// IsActivityStreamsRemove returns false, GetActivityStreamsRemove
// will return an arbitrary value.
GetActivityStreamsRemove() ActivityStreamsRemove
// GetActivityStreamsService returns the value of this property. When
// IsActivityStreamsService returns false, GetActivityStreamsService
// will return an arbitrary value.
GetActivityStreamsService() ActivityStreamsService
// GetActivityStreamsTentativeAccept returns the value of this property.
// When IsActivityStreamsTentativeAccept returns false,
// GetActivityStreamsTentativeAccept will return an arbitrary value.
GetActivityStreamsTentativeAccept() ActivityStreamsTentativeAccept
// GetActivityStreamsTentativeReject returns the value of this property.
// When IsActivityStreamsTentativeReject returns false,
// GetActivityStreamsTentativeReject will return an arbitrary value.
GetActivityStreamsTentativeReject() ActivityStreamsTentativeReject
// GetActivityStreamsTombstone returns the value of this property. When
// IsActivityStreamsTombstone returns false,
// GetActivityStreamsTombstone will return an arbitrary value.
GetActivityStreamsTombstone() ActivityStreamsTombstone
// GetActivityStreamsTravel returns the value of this property. When
// IsActivityStreamsTravel returns false, GetActivityStreamsTravel
// will return an arbitrary value.
GetActivityStreamsTravel() ActivityStreamsTravel
// GetActivityStreamsUndo returns the value of this property. When
// IsActivityStreamsUndo returns false, GetActivityStreamsUndo will
// return an arbitrary value.
GetActivityStreamsUndo() ActivityStreamsUndo
// GetActivityStreamsUpdate returns the value of this property. When
// IsActivityStreamsUpdate returns false, GetActivityStreamsUpdate
// will return an arbitrary value.
GetActivityStreamsUpdate() ActivityStreamsUpdate
// GetActivityStreamsVideo returns the value of this property. When
// IsActivityStreamsVideo returns false, GetActivityStreamsVideo will
// return an arbitrary value.
GetActivityStreamsVideo() ActivityStreamsVideo
// GetActivityStreamsView returns the value of this property. When
// IsActivityStreamsView returns false, GetActivityStreamsView will
// return an arbitrary value.
GetActivityStreamsView() ActivityStreamsView
// GetFunkwhaleAlbum returns the value of this property. When
// IsFunkwhaleAlbum returns false, GetFunkwhaleAlbum will return an
// arbitrary value.
GetFunkwhaleAlbum() FunkwhaleAlbum
// GetFunkwhaleArtist returns the value of this property. When
// IsFunkwhaleArtist returns false, GetFunkwhaleArtist will return an
// arbitrary value.
GetFunkwhaleArtist() FunkwhaleArtist
// GetFunkwhaleLibrary returns the value of this property. When
// IsFunkwhaleLibrary returns false, GetFunkwhaleLibrary will return
// an arbitrary value.
GetFunkwhaleLibrary() FunkwhaleLibrary
// GetFunkwhaleTrack returns the value of this property. When
// IsFunkwhaleTrack returns false, GetFunkwhaleTrack will return an
// arbitrary value.
GetFunkwhaleTrack() FunkwhaleTrack
// GetGoToSocialAnnounceApproval returns the value of this property. When
// IsGoToSocialAnnounceApproval returns false,
// GetGoToSocialAnnounceApproval will return an arbitrary value.
GetGoToSocialAnnounceApproval() GoToSocialAnnounceApproval
// GetGoToSocialAnnounceAuthorization returns the value of this property.
// When IsGoToSocialAnnounceAuthorization returns false,
// GetGoToSocialAnnounceAuthorization will return an arbitrary value.
GetGoToSocialAnnounceAuthorization() GoToSocialAnnounceAuthorization
// GetGoToSocialAnnounceRequest returns the value of this property. When
// IsGoToSocialAnnounceRequest returns false,
// GetGoToSocialAnnounceRequest will return an arbitrary value.
GetGoToSocialAnnounceRequest() GoToSocialAnnounceRequest
// GetGoToSocialLikeApproval returns the value of this property. When
// IsGoToSocialLikeApproval returns false, GetGoToSocialLikeApproval
// will return an arbitrary value.
GetGoToSocialLikeApproval() GoToSocialLikeApproval
// GetGoToSocialLikeAuthorization returns the value of this property. When
// IsGoToSocialLikeAuthorization returns false,
// GetGoToSocialLikeAuthorization will return an arbitrary value.
GetGoToSocialLikeAuthorization() GoToSocialLikeAuthorization
// GetGoToSocialLikeRequest returns the value of this property. When
// IsGoToSocialLikeRequest returns false, GetGoToSocialLikeRequest
// will return an arbitrary value.
GetGoToSocialLikeRequest() GoToSocialLikeRequest
// GetGoToSocialQuoteAuthorization returns the value of this property.
// When IsGoToSocialQuoteAuthorization returns false,
// GetGoToSocialQuoteAuthorization will return an arbitrary value.
GetGoToSocialQuoteAuthorization() GoToSocialQuoteAuthorization
// GetGoToSocialQuoteRequest returns the value of this property. When
// IsGoToSocialQuoteRequest returns false, GetGoToSocialQuoteRequest
// will return an arbitrary value.
GetGoToSocialQuoteRequest() GoToSocialQuoteRequest
// GetGoToSocialReplyApproval returns the value of this property. When
// IsGoToSocialReplyApproval returns false, GetGoToSocialReplyApproval
// will return an arbitrary value.
GetGoToSocialReplyApproval() GoToSocialReplyApproval
// GetGoToSocialReplyAuthorization returns the value of this property.
// When IsGoToSocialReplyAuthorization returns false,
// GetGoToSocialReplyAuthorization will return an arbitrary value.
GetGoToSocialReplyAuthorization() GoToSocialReplyAuthorization
// GetGoToSocialReplyRequest returns the value of this property. When
// IsGoToSocialReplyRequest returns false, GetGoToSocialReplyRequest
// will return an arbitrary value.
GetGoToSocialReplyRequest() GoToSocialReplyRequest
// GetIRI returns the IRI of this property. When IsIRI returns false,
// GetIRI will return an arbitrary value.
GetIRI() *url.URL
// GetLitePubEmojiReact returns the value of this property. When
// IsLitePubEmojiReact returns false, GetLitePubEmojiReact will return
// an arbitrary value.
GetLitePubEmojiReact() LitePubEmojiReact
// GetSchemaPropertyValue returns the value of this property. When
// IsSchemaPropertyValue returns false, GetSchemaPropertyValue will
// return an arbitrary value.
GetSchemaPropertyValue() SchemaPropertyValue
// GetTootEmoji returns the value of this property. When IsTootEmoji
// returns false, GetTootEmoji will return an arbitrary value.
GetTootEmoji() TootEmoji
// GetTootIdentityProof returns the value of this property. When
// IsTootIdentityProof returns false, GetTootIdentityProof will return
// an arbitrary value.
GetTootIdentityProof() TootIdentityProof
// 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.
GetType() Type
// HasAny returns true if any of the different values is set.
HasAny() 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.
IsActivityStreamsAccept() 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.
IsActivityStreamsActivity() 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.
IsActivityStreamsAdd() 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.
IsActivityStreamsAnnounce() 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.
IsActivityStreamsApplication() 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.
IsActivityStreamsArrive() 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.
IsActivityStreamsArticle() 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.
IsActivityStreamsAudio() 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.
IsActivityStreamsBlock() 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.
IsActivityStreamsCollection() 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.
IsActivityStreamsCollectionPage() 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.
IsActivityStreamsCreate() 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.
IsActivityStreamsDelete() 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.
IsActivityStreamsDislike() 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.
IsActivityStreamsDocument() 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.
IsActivityStreamsEvent() 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.
IsActivityStreamsFlag() 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.
IsActivityStreamsFollow() 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.
IsActivityStreamsGroup() 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.
IsActivityStreamsIgnore() 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.
IsActivityStreamsImage() 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.
IsActivityStreamsIntransitiveActivity() 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.
IsActivityStreamsInvite() 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.
IsActivityStreamsJoin() 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.
IsActivityStreamsLeave() 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.
IsActivityStreamsLike() 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.
IsActivityStreamsListen() 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.
IsActivityStreamsMove() 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.
IsActivityStreamsNote() 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.
IsActivityStreamsObject() 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.
IsActivityStreamsOffer() 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.
IsActivityStreamsOrderedCollection() 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.
IsActivityStreamsOrderedCollectionPage() 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.
IsActivityStreamsOrganization() 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.
IsActivityStreamsPage() 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.
IsActivityStreamsPerson() 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.
IsActivityStreamsPlace() 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.
IsActivityStreamsProfile() 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.
IsActivityStreamsQuestion() 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.
IsActivityStreamsRead() 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.
IsActivityStreamsReject() 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.
IsActivityStreamsRelationship() 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.
IsActivityStreamsRemove() 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.
IsActivityStreamsService() 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.
IsActivityStreamsTentativeAccept() 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.
IsActivityStreamsTentativeReject() 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.
IsActivityStreamsTombstone() 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.
IsActivityStreamsTravel() 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.
IsActivityStreamsUndo() 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.
IsActivityStreamsUpdate() 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.
IsActivityStreamsVideo() 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.
IsActivityStreamsView() bool
// IsFunkwhaleAlbum returns true if this property has a type of "Album".
// When true, use the GetFunkwhaleAlbum and SetFunkwhaleAlbum methods
// to access and set this property.
IsFunkwhaleAlbum() bool
// IsFunkwhaleArtist returns true if this property has a type of "Artist".
// When true, use the GetFunkwhaleArtist and SetFunkwhaleArtist
// methods to access and set this property.
IsFunkwhaleArtist() bool
// IsFunkwhaleLibrary returns true if this property has a type of
// "Library". When true, use the GetFunkwhaleLibrary and
// SetFunkwhaleLibrary methods to access and set this property.
IsFunkwhaleLibrary() bool
// IsFunkwhaleTrack returns true if this property has a type of "Track".
// When true, use the GetFunkwhaleTrack and SetFunkwhaleTrack methods
// to access and set this property.
IsFunkwhaleTrack() bool
// IsGoToSocialAnnounceApproval returns true if this property has a type
// of "AnnounceApproval". When true, use the
// GetGoToSocialAnnounceApproval and SetGoToSocialAnnounceApproval
// methods to access and set this property.
IsGoToSocialAnnounceApproval() bool
// IsGoToSocialAnnounceAuthorization returns true if this property has a
// type of "AnnounceAuthorization". When true, use the
// GetGoToSocialAnnounceAuthorization and
// SetGoToSocialAnnounceAuthorization methods to access and set this
// property.
IsGoToSocialAnnounceAuthorization() bool
// IsGoToSocialAnnounceRequest returns true if this property has a type of
// "AnnounceRequest". When true, use the GetGoToSocialAnnounceRequest
// and SetGoToSocialAnnounceRequest methods to access and set this
// property.
IsGoToSocialAnnounceRequest() bool
// IsGoToSocialLikeApproval returns true if this property has a type of
// "LikeApproval". When true, use the GetGoToSocialLikeApproval and
// SetGoToSocialLikeApproval methods to access and set this property.
IsGoToSocialLikeApproval() bool
// IsGoToSocialLikeAuthorization returns true if this property has a type
// of "LikeAuthorization". When true, use the
// GetGoToSocialLikeAuthorization and SetGoToSocialLikeAuthorization
// methods to access and set this property.
IsGoToSocialLikeAuthorization() bool
// IsGoToSocialLikeRequest returns true if this property has a type of
// "LikeRequest". When true, use the GetGoToSocialLikeRequest and
// SetGoToSocialLikeRequest methods to access and set this property.
IsGoToSocialLikeRequest() bool
// IsGoToSocialQuoteAuthorization returns true if this property has a type
// of "QuoteAuthorization". When true, use the
// GetGoToSocialQuoteAuthorization and SetGoToSocialQuoteAuthorization
// methods to access and set this property.
IsGoToSocialQuoteAuthorization() bool
// IsGoToSocialQuoteRequest returns true if this property has a type of
// "QuoteRequest". When true, use the GetGoToSocialQuoteRequest and
// SetGoToSocialQuoteRequest methods to access and set this property.
IsGoToSocialQuoteRequest() bool
// IsGoToSocialReplyApproval returns true if this property has a type of
// "ReplyApproval". When true, use the GetGoToSocialReplyApproval and
// SetGoToSocialReplyApproval methods to access and set this property.
IsGoToSocialReplyApproval() bool
// IsGoToSocialReplyAuthorization returns true if this property has a type
// of "ReplyAuthorization". When true, use the
// GetGoToSocialReplyAuthorization and SetGoToSocialReplyAuthorization
// methods to access and set this property.
IsGoToSocialReplyAuthorization() bool
// IsGoToSocialReplyRequest returns true if this property has a type of
// "ReplyRequest". When true, use the GetGoToSocialReplyRequest and
// SetGoToSocialReplyRequest methods to access and set this property.
IsGoToSocialReplyRequest() bool
// IsIRI returns true if this property is an IRI. When true, use GetIRI
// and SetIRI to access and set this property
IsIRI() bool
// IsLitePubEmojiReact returns true if this property has a type of
// "EmojiReact". When true, use the GetLitePubEmojiReact and
// SetLitePubEmojiReact methods to access and set this property.
IsLitePubEmojiReact() 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.
IsSchemaPropertyValue() 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.
IsTootEmoji() 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.
IsTootIdentityProof() bool
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex() int
// 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.
LessThan(o ActivityStreamsDescribesProperty) bool
// Name returns the name of this property: "describes".
Name() string
// 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.
Serialize() (interface{}, error)
// SetActivityStreamsAccept sets the value of this property. Calling
// IsActivityStreamsAccept afterwards returns true.
SetActivityStreamsAccept(v ActivityStreamsAccept)
// SetActivityStreamsActivity sets the value of this property. Calling
// IsActivityStreamsActivity afterwards returns true.
SetActivityStreamsActivity(v ActivityStreamsActivity)
// SetActivityStreamsAdd sets the value of this property. Calling
// IsActivityStreamsAdd afterwards returns true.
SetActivityStreamsAdd(v ActivityStreamsAdd)
// SetActivityStreamsAnnounce sets the value of this property. Calling
// IsActivityStreamsAnnounce afterwards returns true.
SetActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// SetActivityStreamsApplication sets the value of this property. Calling
// IsActivityStreamsApplication afterwards returns true.
SetActivityStreamsApplication(v ActivityStreamsApplication)
// SetActivityStreamsArrive sets the value of this property. Calling
// IsActivityStreamsArrive afterwards returns true.
SetActivityStreamsArrive(v ActivityStreamsArrive)
// SetActivityStreamsArticle sets the value of this property. Calling
// IsActivityStreamsArticle afterwards returns true.
SetActivityStreamsArticle(v ActivityStreamsArticle)
// SetActivityStreamsAudio sets the value of this property. Calling
// IsActivityStreamsAudio afterwards returns true.
SetActivityStreamsAudio(v ActivityStreamsAudio)
// SetActivityStreamsBlock sets the value of this property. Calling
// IsActivityStreamsBlock afterwards returns true.
SetActivityStreamsBlock(v ActivityStreamsBlock)
// SetActivityStreamsCollection sets the value of this property. Calling
// IsActivityStreamsCollection afterwards returns true.
SetActivityStreamsCollection(v ActivityStreamsCollection)
// SetActivityStreamsCollectionPage sets the value of this property.
// Calling IsActivityStreamsCollectionPage afterwards returns true.
SetActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// SetActivityStreamsCreate sets the value of this property. Calling
// IsActivityStreamsCreate afterwards returns true.
SetActivityStreamsCreate(v ActivityStreamsCreate)
// SetActivityStreamsDelete sets the value of this property. Calling
// IsActivityStreamsDelete afterwards returns true.
SetActivityStreamsDelete(v ActivityStreamsDelete)
// SetActivityStreamsDislike sets the value of this property. Calling
// IsActivityStreamsDislike afterwards returns true.
SetActivityStreamsDislike(v ActivityStreamsDislike)
// SetActivityStreamsDocument sets the value of this property. Calling
// IsActivityStreamsDocument afterwards returns true.
SetActivityStreamsDocument(v ActivityStreamsDocument)
// SetActivityStreamsEvent sets the value of this property. Calling
// IsActivityStreamsEvent afterwards returns true.
SetActivityStreamsEvent(v ActivityStreamsEvent)
// SetActivityStreamsFlag sets the value of this property. Calling
// IsActivityStreamsFlag afterwards returns true.
SetActivityStreamsFlag(v ActivityStreamsFlag)
// SetActivityStreamsFollow sets the value of this property. Calling
// IsActivityStreamsFollow afterwards returns true.
SetActivityStreamsFollow(v ActivityStreamsFollow)
// SetActivityStreamsGroup sets the value of this property. Calling
// IsActivityStreamsGroup afterwards returns true.
SetActivityStreamsGroup(v ActivityStreamsGroup)
// SetActivityStreamsIgnore sets the value of this property. Calling
// IsActivityStreamsIgnore afterwards returns true.
SetActivityStreamsIgnore(v ActivityStreamsIgnore)
// SetActivityStreamsImage sets the value of this property. Calling
// IsActivityStreamsImage afterwards returns true.
SetActivityStreamsImage(v ActivityStreamsImage)
// SetActivityStreamsIntransitiveActivity sets the value of this property.
// Calling IsActivityStreamsIntransitiveActivity afterwards returns
// true.
SetActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// SetActivityStreamsInvite sets the value of this property. Calling
// IsActivityStreamsInvite afterwards returns true.
SetActivityStreamsInvite(v ActivityStreamsInvite)
// SetActivityStreamsJoin sets the value of this property. Calling
// IsActivityStreamsJoin afterwards returns true.
SetActivityStreamsJoin(v ActivityStreamsJoin)
// SetActivityStreamsLeave sets the value of this property. Calling
// IsActivityStreamsLeave afterwards returns true.
SetActivityStreamsLeave(v ActivityStreamsLeave)
// SetActivityStreamsLike sets the value of this property. Calling
// IsActivityStreamsLike afterwards returns true.
SetActivityStreamsLike(v ActivityStreamsLike)
// SetActivityStreamsListen sets the value of this property. Calling
// IsActivityStreamsListen afterwards returns true.
SetActivityStreamsListen(v ActivityStreamsListen)
// SetActivityStreamsMove sets the value of this property. Calling
// IsActivityStreamsMove afterwards returns true.
SetActivityStreamsMove(v ActivityStreamsMove)
// SetActivityStreamsNote sets the value of this property. Calling
// IsActivityStreamsNote afterwards returns true.
SetActivityStreamsNote(v ActivityStreamsNote)
// SetActivityStreamsObject sets the value of this property. Calling
// IsActivityStreamsObject afterwards returns true.
SetActivityStreamsObject(v ActivityStreamsObject)
// SetActivityStreamsOffer sets the value of this property. Calling
// IsActivityStreamsOffer afterwards returns true.
SetActivityStreamsOffer(v ActivityStreamsOffer)
// SetActivityStreamsOrderedCollection sets the value of this property.
// Calling IsActivityStreamsOrderedCollection afterwards returns true.
SetActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// SetActivityStreamsOrderedCollectionPage sets the value of this
// property. Calling IsActivityStreamsOrderedCollectionPage afterwards
// returns true.
SetActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// SetActivityStreamsOrganization sets the value of this property. Calling
// IsActivityStreamsOrganization afterwards returns true.
SetActivityStreamsOrganization(v ActivityStreamsOrganization)
// SetActivityStreamsPage sets the value of this property. Calling
// IsActivityStreamsPage afterwards returns true.
SetActivityStreamsPage(v ActivityStreamsPage)
// SetActivityStreamsPerson sets the value of this property. Calling
// IsActivityStreamsPerson afterwards returns true.
SetActivityStreamsPerson(v ActivityStreamsPerson)
// SetActivityStreamsPlace sets the value of this property. Calling
// IsActivityStreamsPlace afterwards returns true.
SetActivityStreamsPlace(v ActivityStreamsPlace)
// SetActivityStreamsProfile sets the value of this property. Calling
// IsActivityStreamsProfile afterwards returns true.
SetActivityStreamsProfile(v ActivityStreamsProfile)
// SetActivityStreamsQuestion sets the value of this property. Calling
// IsActivityStreamsQuestion afterwards returns true.
SetActivityStreamsQuestion(v ActivityStreamsQuestion)
// SetActivityStreamsRead sets the value of this property. Calling
// IsActivityStreamsRead afterwards returns true.
SetActivityStreamsRead(v ActivityStreamsRead)
// SetActivityStreamsReject sets the value of this property. Calling
// IsActivityStreamsReject afterwards returns true.
SetActivityStreamsReject(v ActivityStreamsReject)
// SetActivityStreamsRelationship sets the value of this property. Calling
// IsActivityStreamsRelationship afterwards returns true.
SetActivityStreamsRelationship(v ActivityStreamsRelationship)
// SetActivityStreamsRemove sets the value of this property. Calling
// IsActivityStreamsRemove afterwards returns true.
SetActivityStreamsRemove(v ActivityStreamsRemove)
// SetActivityStreamsService sets the value of this property. Calling
// IsActivityStreamsService afterwards returns true.
SetActivityStreamsService(v ActivityStreamsService)
// SetActivityStreamsTentativeAccept sets the value of this property.
// Calling IsActivityStreamsTentativeAccept afterwards returns true.
SetActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// SetActivityStreamsTentativeReject sets the value of this property.
// Calling IsActivityStreamsTentativeReject afterwards returns true.
SetActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// SetActivityStreamsTombstone sets the value of this property. Calling
// IsActivityStreamsTombstone afterwards returns true.
SetActivityStreamsTombstone(v ActivityStreamsTombstone)
// SetActivityStreamsTravel sets the value of this property. Calling
// IsActivityStreamsTravel afterwards returns true.
SetActivityStreamsTravel(v ActivityStreamsTravel)
// SetActivityStreamsUndo sets the value of this property. Calling
// IsActivityStreamsUndo afterwards returns true.
SetActivityStreamsUndo(v ActivityStreamsUndo)
// SetActivityStreamsUpdate sets the value of this property. Calling
// IsActivityStreamsUpdate afterwards returns true.
SetActivityStreamsUpdate(v ActivityStreamsUpdate)
// SetActivityStreamsVideo sets the value of this property. Calling
// IsActivityStreamsVideo afterwards returns true.
SetActivityStreamsVideo(v ActivityStreamsVideo)
// SetActivityStreamsView sets the value of this property. Calling
// IsActivityStreamsView afterwards returns true.
SetActivityStreamsView(v ActivityStreamsView)
// SetFunkwhaleAlbum sets the value of this property. Calling
// IsFunkwhaleAlbum afterwards returns true.
SetFunkwhaleAlbum(v FunkwhaleAlbum)
// SetFunkwhaleArtist sets the value of this property. Calling
// IsFunkwhaleArtist afterwards returns true.
SetFunkwhaleArtist(v FunkwhaleArtist)
// SetFunkwhaleLibrary sets the value of this property. Calling
// IsFunkwhaleLibrary afterwards returns true.
SetFunkwhaleLibrary(v FunkwhaleLibrary)
// SetFunkwhaleTrack sets the value of this property. Calling
// IsFunkwhaleTrack afterwards returns true.
SetFunkwhaleTrack(v FunkwhaleTrack)
// SetGoToSocialAnnounceApproval sets the value of this property. Calling
// IsGoToSocialAnnounceApproval afterwards returns true.
SetGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// SetGoToSocialAnnounceAuthorization sets the value of this property.
// Calling IsGoToSocialAnnounceAuthorization afterwards returns true.
SetGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// SetGoToSocialAnnounceRequest sets the value of this property. Calling
// IsGoToSocialAnnounceRequest afterwards returns true.
SetGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// SetGoToSocialLikeApproval sets the value of this property. Calling
// IsGoToSocialLikeApproval afterwards returns true.
SetGoToSocialLikeApproval(v GoToSocialLikeApproval)
// SetGoToSocialLikeAuthorization sets the value of this property. Calling
// IsGoToSocialLikeAuthorization afterwards returns true.
SetGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// SetGoToSocialLikeRequest sets the value of this property. Calling
// IsGoToSocialLikeRequest afterwards returns true.
SetGoToSocialLikeRequest(v GoToSocialLikeRequest)
// SetGoToSocialQuoteAuthorization sets the value of this property.
// Calling IsGoToSocialQuoteAuthorization afterwards returns true.
SetGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// SetGoToSocialQuoteRequest sets the value of this property. Calling
// IsGoToSocialQuoteRequest afterwards returns true.
SetGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// SetGoToSocialReplyApproval sets the value of this property. Calling
// IsGoToSocialReplyApproval afterwards returns true.
SetGoToSocialReplyApproval(v GoToSocialReplyApproval)
// SetGoToSocialReplyAuthorization sets the value of this property.
// Calling IsGoToSocialReplyAuthorization afterwards returns true.
SetGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// SetGoToSocialReplyRequest sets the value of this property. Calling
// IsGoToSocialReplyRequest afterwards returns true.
SetGoToSocialReplyRequest(v GoToSocialReplyRequest)
// SetIRI sets the value of this property. Calling IsIRI afterwards
// returns true.
SetIRI(v *url.URL)
// SetLitePubEmojiReact sets the value of this property. Calling
// IsLitePubEmojiReact afterwards returns true.
SetLitePubEmojiReact(v LitePubEmojiReact)
// SetSchemaPropertyValue sets the value of this property. Calling
// IsSchemaPropertyValue afterwards returns true.
SetSchemaPropertyValue(v SchemaPropertyValue)
// SetTootEmoji sets the value of this property. Calling IsTootEmoji
// afterwards returns true.
SetTootEmoji(v TootEmoji)
// SetTootIdentityProof sets the value of this property. Calling
// IsTootIdentityProof afterwards returns true.
SetTootIdentityProof(v TootIdentityProof)
// 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.
SetType(t Type) error
}
On a Profile object, the describes property identifies the object described by the Profile.
Example 141 (https://www.w3.org/TR/activitystreams-vocabulary/#ex185-jsonld):
{
"describes": {
"name": "Sally",
"type": "Person"
},
"summary": "Sally's profile",
"type": "Profile",
"url": "http://sally.example.org"
}
type ActivityStreamsDislike ¶
type ActivityStreamsDislike interface {
// GetActivityStreamsActor returns the "actor" property if it exists, and
// nil otherwise.
GetActivityStreamsActor() ActivityStreamsActorProperty
// GetActivityStreamsAltitude returns the "altitude" property if it
// exists, and nil otherwise.
GetActivityStreamsAltitude() ActivityStreamsAltitudeProperty
// GetActivityStreamsAttachment returns the "attachment" property if it
// exists, and nil otherwise.
GetActivityStreamsAttachment() ActivityStreamsAttachmentProperty
// GetActivityStreamsAttributedTo returns the "attributedTo" property if
// it exists, and nil otherwise.
GetActivityStreamsAttributedTo() ActivityStreamsAttributedToProperty
// GetActivityStreamsAudience returns the "audience" property if it
// exists, and nil otherwise.
GetActivityStreamsAudience() ActivityStreamsAudienceProperty
// GetActivityStreamsBcc returns the "bcc" property if it exists, and nil
// otherwise.
GetActivityStreamsBcc() ActivityStreamsBccProperty
// GetActivityStreamsBto returns the "bto" property if it exists, and nil
// otherwise.
GetActivityStreamsBto() ActivityStreamsBtoProperty
// GetActivityStreamsCc returns the "cc" property if it exists, and nil
// otherwise.
GetActivityStreamsCc() ActivityStreamsCcProperty
// GetActivityStreamsContent returns the "content" property if it exists,
// and nil otherwise.
GetActivityStreamsContent() ActivityStreamsContentProperty
// GetActivityStreamsContext returns the "context" property if it exists,
// and nil otherwise.
GetActivityStreamsContext() ActivityStreamsContextProperty
// GetActivityStreamsDuration returns the "duration" property if it
// exists, and nil otherwise.
GetActivityStreamsDuration() ActivityStreamsDurationProperty
// GetActivityStreamsEndTime returns the "endTime" property if it exists,
// and nil otherwise.
GetActivityStreamsEndTime() ActivityStreamsEndTimeProperty
// GetActivityStreamsGenerator returns the "generator" property if it
// exists, and nil otherwise.
GetActivityStreamsGenerator() ActivityStreamsGeneratorProperty
// GetActivityStreamsIcon returns the "icon" property if it exists, and
// nil otherwise.
GetActivityStreamsIcon() ActivityStreamsIconProperty
// GetActivityStreamsImage returns the "image" property if it exists, and
// nil otherwise.
GetActivityStreamsImage() ActivityStreamsImageProperty
// GetActivityStreamsInReplyTo returns the "inReplyTo" property if it
// exists, and nil otherwise.
GetActivityStreamsInReplyTo() ActivityStreamsInReplyToProperty
// GetActivityStreamsInstrument returns the "instrument" property if it
// exists, and nil otherwise.
GetActivityStreamsInstrument() ActivityStreamsInstrumentProperty
// GetActivityStreamsLikes returns the "likes" property if it exists, and
// nil otherwise.
GetActivityStreamsLikes() ActivityStreamsLikesProperty
// GetActivityStreamsLocation returns the "location" property if it
// exists, and nil otherwise.
GetActivityStreamsLocation() ActivityStreamsLocationProperty
// GetActivityStreamsMediaType returns the "mediaType" property if it
// exists, and nil otherwise.
GetActivityStreamsMediaType() ActivityStreamsMediaTypeProperty
// GetActivityStreamsName returns the "name" property if it exists, and
// nil otherwise.
GetActivityStreamsName() ActivityStreamsNameProperty
// GetActivityStreamsObject returns the "object" property if it exists,
// and nil otherwise.
GetActivityStreamsObject() ActivityStreamsObjectProperty
// GetActivityStreamsOrigin returns the "origin" property if it exists,
// and nil otherwise.
GetActivityStreamsOrigin() ActivityStreamsOriginProperty
// GetActivityStreamsPreview returns the "preview" property if it exists,
// and nil otherwise.
GetActivityStreamsPreview() ActivityStreamsPreviewProperty
// GetActivityStreamsPublished returns the "published" property if it
// exists, and nil otherwise.
GetActivityStreamsPublished() ActivityStreamsPublishedProperty
// GetActivityStreamsReplies returns the "replies" property if it exists,
// and nil otherwise.
GetActivityStreamsReplies() ActivityStreamsRepliesProperty
// GetActivityStreamsResult returns the "result" property if it exists,
// and nil otherwise.
GetActivityStreamsResult() ActivityStreamsResultProperty
// GetActivityStreamsSensitive returns the "sensitive" property if it
// exists, and nil otherwise.
GetActivityStreamsSensitive() ActivityStreamsSensitiveProperty
// and nil otherwise.
GetActivityStreamsShares() ActivityStreamsSharesProperty
// GetActivityStreamsSource returns the "source" property if it exists,
// and nil otherwise.
GetActivityStreamsSource() ActivityStreamsSourceProperty
// GetActivityStreamsStartTime returns the "startTime" property if it
// exists, and nil otherwise.
GetActivityStreamsStartTime() ActivityStreamsStartTimeProperty
// GetActivityStreamsSummary returns the "summary" property if it exists,
// and nil otherwise.
GetActivityStreamsSummary() ActivityStreamsSummaryProperty
// GetActivityStreamsTag returns the "tag" property if it exists, and nil
// otherwise.
GetActivityStreamsTag() ActivityStreamsTagProperty
// GetActivityStreamsTarget returns the "target" property if it exists,
// and nil otherwise.
GetActivityStreamsTarget() ActivityStreamsTargetProperty
// GetActivityStreamsTo returns the "to" property if it exists, and nil
// otherwise.
GetActivityStreamsTo() ActivityStreamsToProperty
// GetActivityStreamsUpdated returns the "updated" property if it exists,
// and nil otherwise.
GetActivityStreamsUpdated() ActivityStreamsUpdatedProperty
// GetActivityStreamsUrl returns the "url" property if it exists, and nil
// otherwise.
GetActivityStreamsUrl() ActivityStreamsUrlProperty
// GetJSONLDId returns the "id" property if it exists, and nil otherwise.
GetJSONLDId() JSONLDIdProperty
// GetJSONLDType returns the "type" property if it exists, and nil
// otherwise.
GetJSONLDType() JSONLDTypeProperty
// GetTypeName returns the name of this type.
GetTypeName() string
// GetUnknownProperties returns the unknown properties for the Dislike
// type. Note that this should not be used by app developers. It is
// only used to help determine which implementation is LessThan the
// other. Developers who are creating a different implementation of
// this type's interface can use this method in their LessThan
// implementation, but routine ActivityPub applications should not use
// this to bypass the code generation tool.
GetUnknownProperties() map[string]interface{}
// IsExtending returns true if the Dislike type extends from the other
// type.
IsExtending(other Type) bool
// JSONLDContext returns the JSONLD URIs required in the context string
// for this type and the specific properties that are set. The value
// in the map is the alias used to import the type and its properties.
JSONLDContext() map[string]string
// LessThan computes if this Dislike is lesser, with an arbitrary but
// stable determination.
LessThan(o ActivityStreamsDislike) bool
// Serialize converts this into an interface representation suitable for
// marshalling into a text or binary format.
Serialize() (map[string]interface{}, error)
// SetActivityStreamsActor sets the "actor" property.
SetActivityStreamsActor(i ActivityStreamsActorProperty)
// SetActivityStreamsAltitude sets the "altitude" property.
SetActivityStreamsAltitude(i ActivityStreamsAltitudeProperty)
// SetActivityStreamsAttachment sets the "attachment" property.
SetActivityStreamsAttachment(i ActivityStreamsAttachmentProperty)
// SetActivityStreamsAttributedTo sets the "attributedTo" property.
SetActivityStreamsAttributedTo(i ActivityStreamsAttributedToProperty)
// SetActivityStreamsAudience sets the "audience" property.
SetActivityStreamsAudience(i ActivityStreamsAudienceProperty)
// SetActivityStreamsBcc sets the "bcc" property.
SetActivityStreamsBcc(i ActivityStreamsBccProperty)
// SetActivityStreamsBto sets the "bto" property.
SetActivityStreamsBto(i ActivityStreamsBtoProperty)
// SetActivityStreamsCc sets the "cc" property.
SetActivityStreamsCc(i ActivityStreamsCcProperty)
// SetActivityStreamsContent sets the "content" property.
SetActivityStreamsContent(i ActivityStreamsContentProperty)
// SetActivityStreamsContext sets the "context" property.
SetActivityStreamsContext(i ActivityStreamsContextProperty)
// SetActivityStreamsDuration sets the "duration" property.
SetActivityStreamsDuration(i ActivityStreamsDurationProperty)
// SetActivityStreamsEndTime sets the "endTime" property.
SetActivityStreamsEndTime(i ActivityStreamsEndTimeProperty)
// SetActivityStreamsGenerator sets the "generator" property.
SetActivityStreamsGenerator(i ActivityStreamsGeneratorProperty)
// SetActivityStreamsIcon sets the "icon" property.
SetActivityStreamsIcon(i ActivityStreamsIconProperty)
// SetActivityStreamsImage sets the "image" property.
SetActivityStreamsImage(i ActivityStreamsImageProperty)
// SetActivityStreamsInReplyTo sets the "inReplyTo" property.
SetActivityStreamsInReplyTo(i ActivityStreamsInReplyToProperty)
// SetActivityStreamsInstrument sets the "instrument" property.
SetActivityStreamsInstrument(i ActivityStreamsInstrumentProperty)
// SetActivityStreamsLikes sets the "likes" property.
SetActivityStreamsLikes(i ActivityStreamsLikesProperty)
// SetActivityStreamsLocation sets the "location" property.
SetActivityStreamsLocation(i ActivityStreamsLocationProperty)
// SetActivityStreamsMediaType sets the "mediaType" property.
SetActivityStreamsMediaType(i ActivityStreamsMediaTypeProperty)
// SetActivityStreamsName sets the "name" property.
SetActivityStreamsName(i ActivityStreamsNameProperty)
// SetActivityStreamsObject sets the "object" property.
SetActivityStreamsObject(i ActivityStreamsObjectProperty)
// SetActivityStreamsOrigin sets the "origin" property.
SetActivityStreamsOrigin(i ActivityStreamsOriginProperty)
// SetActivityStreamsPreview sets the "preview" property.
SetActivityStreamsPreview(i ActivityStreamsPreviewProperty)
// SetActivityStreamsPublished sets the "published" property.
SetActivityStreamsPublished(i ActivityStreamsPublishedProperty)
// SetActivityStreamsReplies sets the "replies" property.
SetActivityStreamsReplies(i ActivityStreamsRepliesProperty)
// SetActivityStreamsResult sets the "result" property.
SetActivityStreamsResult(i ActivityStreamsResultProperty)
// SetActivityStreamsSensitive sets the "sensitive" property.
SetActivityStreamsSensitive(i ActivityStreamsSensitiveProperty)
SetActivityStreamsShares(i ActivityStreamsSharesProperty)
// SetActivityStreamsSource sets the "source" property.
SetActivityStreamsSource(i ActivityStreamsSourceProperty)
// SetActivityStreamsStartTime sets the "startTime" property.
SetActivityStreamsStartTime(i ActivityStreamsStartTimeProperty)
// SetActivityStreamsSummary sets the "summary" property.
SetActivityStreamsSummary(i ActivityStreamsSummaryProperty)
// SetActivityStreamsTag sets the "tag" property.
SetActivityStreamsTag(i ActivityStreamsTagProperty)
// SetActivityStreamsTarget sets the "target" property.
SetActivityStreamsTarget(i ActivityStreamsTargetProperty)
// SetActivityStreamsTo sets the "to" property.
SetActivityStreamsTo(i ActivityStreamsToProperty)
// SetActivityStreamsUpdated sets the "updated" property.
SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty)
// SetActivityStreamsUrl sets the "url" property.
SetActivityStreamsUrl(i ActivityStreamsUrlProperty)
// SetJSONLDId sets the "id" property.
SetJSONLDId(i JSONLDIdProperty)
// SetJSONLDType sets the "type" property.
SetJSONLDType(i JSONLDTypeProperty)
// VocabularyURI returns the vocabulary's URI as a string.
VocabularyURI() string
}
Indicates that the actor dislikes the object.
Example 39 (https://www.w3.org/TR/activitystreams-vocabulary/#ex175-jsonld):
{
"actor": "http://sally.example.org",
"object": "http://example.org/posts/1",
"summary": "Sally disliked a post",
"type": "Dislike"
}
type ActivityStreamsDocument ¶
type ActivityStreamsDocument interface {
// GetActivityStreamsAltitude returns the "altitude" property if it
// exists, and nil otherwise.
GetActivityStreamsAltitude() ActivityStreamsAltitudeProperty
// GetActivityStreamsAttachment returns the "attachment" property if it
// exists, and nil otherwise.
GetActivityStreamsAttachment() ActivityStreamsAttachmentProperty
// GetActivityStreamsAttributedTo returns the "attributedTo" property if
// it exists, and nil otherwise.
GetActivityStreamsAttributedTo() ActivityStreamsAttributedToProperty
// GetActivityStreamsAudience returns the "audience" property if it
// exists, and nil otherwise.
GetActivityStreamsAudience() ActivityStreamsAudienceProperty
// GetActivityStreamsBcc returns the "bcc" property if it exists, and nil
// otherwise.
GetActivityStreamsBcc() ActivityStreamsBccProperty
// GetActivityStreamsBto returns the "bto" property if it exists, and nil
// otherwise.
GetActivityStreamsBto() ActivityStreamsBtoProperty
// GetActivityStreamsCc returns the "cc" property if it exists, and nil
// otherwise.
GetActivityStreamsCc() ActivityStreamsCcProperty
// GetActivityStreamsContent returns the "content" property if it exists,
// and nil otherwise.
GetActivityStreamsContent() ActivityStreamsContentProperty
// GetActivityStreamsContext returns the "context" property if it exists,
// and nil otherwise.
GetActivityStreamsContext() ActivityStreamsContextProperty
// GetActivityStreamsDuration returns the "duration" property if it
// exists, and nil otherwise.
GetActivityStreamsDuration() ActivityStreamsDurationProperty
// GetActivityStreamsEndTime returns the "endTime" property if it exists,
// and nil otherwise.
GetActivityStreamsEndTime() ActivityStreamsEndTimeProperty
// GetActivityStreamsGenerator returns the "generator" property if it
// exists, and nil otherwise.
GetActivityStreamsGenerator() ActivityStreamsGeneratorProperty
// GetActivityStreamsIcon returns the "icon" property if it exists, and
// nil otherwise.
GetActivityStreamsIcon() ActivityStreamsIconProperty
// GetActivityStreamsImage returns the "image" property if it exists, and
// nil otherwise.
GetActivityStreamsImage() ActivityStreamsImageProperty
// GetActivityStreamsInReplyTo returns the "inReplyTo" property if it
// exists, and nil otherwise.
GetActivityStreamsInReplyTo() ActivityStreamsInReplyToProperty
// GetActivityStreamsLikes returns the "likes" property if it exists, and
// nil otherwise.
GetActivityStreamsLikes() ActivityStreamsLikesProperty
// GetActivityStreamsLocation returns the "location" property if it
// exists, and nil otherwise.
GetActivityStreamsLocation() ActivityStreamsLocationProperty
// GetActivityStreamsMediaType returns the "mediaType" property if it
// exists, and nil otherwise.
GetActivityStreamsMediaType() ActivityStreamsMediaTypeProperty
// GetActivityStreamsName returns the "name" property if it exists, and
// nil otherwise.
GetActivityStreamsName() ActivityStreamsNameProperty
// GetActivityStreamsObject returns the "object" property if it exists,
// and nil otherwise.
GetActivityStreamsObject() ActivityStreamsObjectProperty
// GetActivityStreamsPreview returns the "preview" property if it exists,
// and nil otherwise.
GetActivityStreamsPreview() ActivityStreamsPreviewProperty
// GetActivityStreamsPublished returns the "published" property if it
// exists, and nil otherwise.
GetActivityStreamsPublished() ActivityStreamsPublishedProperty
// GetActivityStreamsReplies returns the "replies" property if it exists,
// and nil otherwise.
GetActivityStreamsReplies() ActivityStreamsRepliesProperty
// GetActivityStreamsSensitive returns the "sensitive" property if it
// exists, and nil otherwise.
GetActivityStreamsSensitive() ActivityStreamsSensitiveProperty
// and nil otherwise.
GetActivityStreamsShares() ActivityStreamsSharesProperty
// GetActivityStreamsSource returns the "source" property if it exists,
// and nil otherwise.
GetActivityStreamsSource() ActivityStreamsSourceProperty
// GetActivityStreamsStartTime returns the "startTime" property if it
// exists, and nil otherwise.
GetActivityStreamsStartTime() ActivityStreamsStartTimeProperty
// GetActivityStreamsSummary returns the "summary" property if it exists,
// and nil otherwise.
GetActivityStreamsSummary() ActivityStreamsSummaryProperty
// GetActivityStreamsTag returns the "tag" property if it exists, and nil
// otherwise.
GetActivityStreamsTag() ActivityStreamsTagProperty
// GetActivityStreamsTo returns the "to" property if it exists, and nil
// otherwise.
GetActivityStreamsTo() ActivityStreamsToProperty
// GetActivityStreamsUpdated returns the "updated" property if it exists,
// and nil otherwise.
GetActivityStreamsUpdated() ActivityStreamsUpdatedProperty
// GetActivityStreamsUrl returns the "url" property if it exists, and nil
// otherwise.
GetActivityStreamsUrl() ActivityStreamsUrlProperty
// GetGoToSocialApprovedBy returns the "approvedBy" property if it exists,
// and nil otherwise.
GetGoToSocialApprovedBy() GoToSocialApprovedByProperty
// GetGoToSocialInteractionPolicy returns the "interactionPolicy" property
// if it exists, and nil otherwise.
GetGoToSocialInteractionPolicy() GoToSocialInteractionPolicyProperty
// GetGoToSocialQuoteAuthorization returns the "quoteAuthorization"
// property if it exists, and nil otherwise.
GetGoToSocialQuoteAuthorization() GoToSocialQuoteAuthorizationProperty
// GetGoToSocialReplyAuthorization returns the "replyAuthorization"
// property if it exists, and nil otherwise.
GetGoToSocialReplyAuthorization() GoToSocialReplyAuthorizationProperty
// GetJSONLDId returns the "id" property if it exists, and nil otherwise.
GetJSONLDId() JSONLDIdProperty
// GetJSONLDType returns the "type" property if it exists, and nil
// otherwise.
GetJSONLDType() JSONLDTypeProperty
// GetTootBlurhash returns the "blurhash" property if it exists, and nil
// otherwise.
GetTootBlurhash() TootBlurhashProperty
// GetTootFocalPoint returns the "focalPoint" property if it exists, and
// nil otherwise.
GetTootFocalPoint() TootFocalPointProperty
// GetTypeName returns the name of this type.
GetTypeName() string
// GetUnknownProperties returns the unknown properties for the Document
// type. Note that this should not be used by app developers. It is
// only used to help determine which implementation is LessThan the
// other. Developers who are creating a different implementation of
// this type's interface can use this method in their LessThan
// implementation, but routine ActivityPub applications should not use
// this to bypass the code generation tool.
GetUnknownProperties() map[string]interface{}
// IsExtending returns true if the Document type extends from the other
// type.
IsExtending(other Type) bool
// JSONLDContext returns the JSONLD URIs required in the context string
// for this type and the specific properties that are set. The value
// in the map is the alias used to import the type and its properties.
JSONLDContext() map[string]string
// LessThan computes if this Document is lesser, with an arbitrary but
// stable determination.
LessThan(o ActivityStreamsDocument) bool
// Serialize converts this into an interface representation suitable for
// marshalling into a text or binary format.
Serialize() (map[string]interface{}, error)
// SetActivityStreamsAltitude sets the "altitude" property.
SetActivityStreamsAltitude(i ActivityStreamsAltitudeProperty)
// SetActivityStreamsAttachment sets the "attachment" property.
SetActivityStreamsAttachment(i ActivityStreamsAttachmentProperty)
// SetActivityStreamsAttributedTo sets the "attributedTo" property.
SetActivityStreamsAttributedTo(i ActivityStreamsAttributedToProperty)
// SetActivityStreamsAudience sets the "audience" property.
SetActivityStreamsAudience(i ActivityStreamsAudienceProperty)
// SetActivityStreamsBcc sets the "bcc" property.
SetActivityStreamsBcc(i ActivityStreamsBccProperty)
// SetActivityStreamsBto sets the "bto" property.
SetActivityStreamsBto(i ActivityStreamsBtoProperty)
// SetActivityStreamsCc sets the "cc" property.
SetActivityStreamsCc(i ActivityStreamsCcProperty)
// SetActivityStreamsContent sets the "content" property.
SetActivityStreamsContent(i ActivityStreamsContentProperty)
// SetActivityStreamsContext sets the "context" property.
SetActivityStreamsContext(i ActivityStreamsContextProperty)
// SetActivityStreamsDuration sets the "duration" property.
SetActivityStreamsDuration(i ActivityStreamsDurationProperty)
// SetActivityStreamsEndTime sets the "endTime" property.
SetActivityStreamsEndTime(i ActivityStreamsEndTimeProperty)
// SetActivityStreamsGenerator sets the "generator" property.
SetActivityStreamsGenerator(i ActivityStreamsGeneratorProperty)
// SetActivityStreamsIcon sets the "icon" property.
SetActivityStreamsIcon(i ActivityStreamsIconProperty)
// SetActivityStreamsImage sets the "image" property.
SetActivityStreamsImage(i ActivityStreamsImageProperty)
// SetActivityStreamsInReplyTo sets the "inReplyTo" property.
SetActivityStreamsInReplyTo(i ActivityStreamsInReplyToProperty)
// SetActivityStreamsLikes sets the "likes" property.
SetActivityStreamsLikes(i ActivityStreamsLikesProperty)
// SetActivityStreamsLocation sets the "location" property.
SetActivityStreamsLocation(i ActivityStreamsLocationProperty)
// SetActivityStreamsMediaType sets the "mediaType" property.
SetActivityStreamsMediaType(i ActivityStreamsMediaTypeProperty)
// SetActivityStreamsName sets the "name" property.
SetActivityStreamsName(i ActivityStreamsNameProperty)
// SetActivityStreamsObject sets the "object" property.
SetActivityStreamsObject(i ActivityStreamsObjectProperty)
// SetActivityStreamsPreview sets the "preview" property.
SetActivityStreamsPreview(i ActivityStreamsPreviewProperty)
// SetActivityStreamsPublished sets the "published" property.
SetActivityStreamsPublished(i ActivityStreamsPublishedProperty)
// SetActivityStreamsReplies sets the "replies" property.
SetActivityStreamsReplies(i ActivityStreamsRepliesProperty)
// SetActivityStreamsSensitive sets the "sensitive" property.
SetActivityStreamsSensitive(i ActivityStreamsSensitiveProperty)
SetActivityStreamsShares(i ActivityStreamsSharesProperty)
// SetActivityStreamsSource sets the "source" property.
SetActivityStreamsSource(i ActivityStreamsSourceProperty)
// SetActivityStreamsStartTime sets the "startTime" property.
SetActivityStreamsStartTime(i ActivityStreamsStartTimeProperty)
// SetActivityStreamsSummary sets the "summary" property.
SetActivityStreamsSummary(i ActivityStreamsSummaryProperty)
// SetActivityStreamsTag sets the "tag" property.
SetActivityStreamsTag(i ActivityStreamsTagProperty)
// SetActivityStreamsTo sets the "to" property.
SetActivityStreamsTo(i ActivityStreamsToProperty)
// SetActivityStreamsUpdated sets the "updated" property.
SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty)
// SetActivityStreamsUrl sets the "url" property.
SetActivityStreamsUrl(i ActivityStreamsUrlProperty)
// SetGoToSocialApprovedBy sets the "approvedBy" property.
SetGoToSocialApprovedBy(i GoToSocialApprovedByProperty)
// SetGoToSocialInteractionPolicy sets the "interactionPolicy" property.
SetGoToSocialInteractionPolicy(i GoToSocialInteractionPolicyProperty)
// SetGoToSocialQuoteAuthorization sets the "quoteAuthorization" property.
SetGoToSocialQuoteAuthorization(i GoToSocialQuoteAuthorizationProperty)
// SetGoToSocialReplyAuthorization sets the "replyAuthorization" property.
SetGoToSocialReplyAuthorization(i GoToSocialReplyAuthorizationProperty)
// SetJSONLDId sets the "id" property.
SetJSONLDId(i JSONLDIdProperty)
// SetJSONLDType sets the "type" property.
SetJSONLDType(i JSONLDTypeProperty)
// SetTootBlurhash sets the "blurhash" property.
SetTootBlurhash(i TootBlurhashProperty)
// SetTootFocalPoint sets the "focalPoint" property.
SetTootFocalPoint(i TootFocalPointProperty)
// VocabularyURI returns the vocabulary's URI as a string.
VocabularyURI() string
}
Represents a document of any kind.
Example 49 (https://www.w3.org/TR/activitystreams-vocabulary/#ex48-jsonld):
{
"name": "4Q Sales Forecast",
"type": "Document",
"url": "http://example.org/4q-sales-forecast.pdf"
}
type ActivityStreamsDurationProperty ¶
type ActivityStreamsDurationProperty interface {
// Clear ensures no value of this property is set. Calling
// IsXMLSchemaDuration afterwards will return false.
Clear()
// Get returns the value of this property. When IsXMLSchemaDuration
// returns false, Get will return any arbitrary value.
Get() time.Duration
// GetIRI returns the IRI of this property. When IsIRI returns false,
// GetIRI will return any arbitrary value.
GetIRI() *url.URL
// HasAny returns true if the value or IRI is set.
HasAny() bool
// IsIRI returns true if this property is an IRI.
IsIRI() bool
// IsXMLSchemaDuration returns true if this property is set and not an IRI.
IsXMLSchemaDuration() bool
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex() int
// 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.
LessThan(o ActivityStreamsDurationProperty) bool
// Name returns the name of this property: "duration".
Name() string
// 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.
Serialize() (interface{}, error)
// Set sets the value of this property. Calling IsXMLSchemaDuration
// afterwards will return true.
Set(v time.Duration)
// SetIRI sets the value of this property. Calling IsIRI afterwards will
// return true.
SetIRI(v *url.URL)
}
When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as "PT5S").
Example 119 (https://www.w3.org/TR/activitystreams-vocabulary/#ex134-jsonld):
{
"duration": "PT2H",
"name": "Birds Flying",
"type": "Video",
"url": "http://example.org/video.mkv"
}
type ActivityStreamsEndTimeProperty ¶
type ActivityStreamsEndTimeProperty interface {
// Clear ensures no value of this property is set. Calling
// IsXMLSchemaDateTime afterwards will return false.
Clear()
// Get returns the value of this property. When IsXMLSchemaDateTime
// returns false, Get will return any arbitrary value.
Get() time.Time
// GetIRI returns the IRI of this property. When IsIRI returns false,
// GetIRI will return any arbitrary value.
GetIRI() *url.URL
// HasAny returns true if the value or IRI is set.
HasAny() bool
// IsIRI returns true if this property is an IRI.
IsIRI() bool
// IsXMLSchemaDateTime returns true if this property is set and not an IRI.
IsXMLSchemaDateTime() bool
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex() int
// 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.
LessThan(o ActivityStreamsEndTimeProperty) bool
// Name returns the name of this property: "endTime".
Name() string
// 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.
Serialize() (interface{}, error)
// Set sets the value of this property. Calling IsXMLSchemaDateTime
// afterwards will return true.
Set(v time.Time)
// SetIRI sets the value of this property. Calling IsIRI afterwards will
// return true.
SetIRI(v *url.URL)
}
The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude.
Example 127 (https://www.w3.org/TR/activitystreams-vocabulary/#ex144-jsonld):
{
"endTime": "2015-01-01T06:00:00-08:00",
"name": "Going-Away Party for Jim",
"startTime": "2014-12-31T23:00:00-08:00",
"type": "Event"
}
type ActivityStreamsEndpoints ¶
type ActivityStreamsEndpoints interface {
// exists, and nil otherwise.
GetActivityStreamsSharedInbox() ActivityStreamsSharedInboxProperty
// GetJSONLDId returns the "id" property if it exists, and nil otherwise.
GetJSONLDId() JSONLDIdProperty
// GetTypeName returns the name of this type.
GetTypeName() string
// GetUnknownProperties returns the unknown properties for the Endpoints
// type. Note that this should not be used by app developers. It is
// only used to help determine which implementation is LessThan the
// other. Developers who are creating a different implementation of
// this type's interface can use this method in their LessThan
// implementation, but routine ActivityPub applications should not use
// this to bypass the code generation tool.
GetUnknownProperties() map[string]interface{}
// IsExtending returns true if the Endpoints type extends from the other
// type.
IsExtending(other Type) bool
// JSONLDContext returns the JSONLD URIs required in the context string
// for this type and the specific properties that are set. The value
// in the map is the alias used to import the type and its properties.
JSONLDContext() map[string]string
// LessThan computes if this Endpoints is lesser, with an arbitrary but
// stable determination.
LessThan(o ActivityStreamsEndpoints) bool
// Serialize converts this into an interface representation suitable for
// marshalling into a text or binary format.
Serialize() (map[string]interface{}, error)
SetActivityStreamsSharedInbox(i ActivityStreamsSharedInboxProperty)
// SetJSONLDId sets the "id" property.
SetJSONLDId(i JSONLDIdProperty)
// VocabularyURI returns the vocabulary's URI as a string.
VocabularyURI() string
}
A json object which maps additional (typically server/domain-wide) endpoints which may be useful either for this actor or someone referencing this actor. This mapping may be nested inside the actor document as the value or may be a link to a JSON-LD document with these properties.
type ActivityStreamsEndpointsProperty ¶
type ActivityStreamsEndpointsProperty interface {
// AppendActivityStreamsEndpoints appends a Endpoints value to the back of
// a list of the property "endpoints". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsEndpoints(v ActivityStreamsEndpoints)
// AppendIRI appends an IRI value to the back of a list of the property
// "endpoints"
AppendIRI(v *url.URL)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "endpoints". Invalidates iterators that are traversing
// using Prev. Returns an error if the type is not a valid one to set
// for this property.
AppendType(t Type) error
// At returns the property value for the specified index. Panics if the
// index is out of bounds.
At(index int) ActivityStreamsEndpointsPropertyIterator
// 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.
Begin() ActivityStreamsEndpointsPropertyIterator
// Empty returns returns true if there are no elements.
Empty() bool
// 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.
End() ActivityStreamsEndpointsPropertyIterator
// InsertActivityStreamsEndpoints inserts a Endpoints value at the
// specified index for a property "endpoints". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsEndpoints(idx int, v ActivityStreamsEndpoints)
// Insert inserts an IRI value at the specified index for a property
// "endpoints". Existing elements at that index and higher are shifted
// back once. Invalidates all iterators.
InsertIRI(idx int, v *url.URL)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "endpoints". Invalidates all iterators. Returns an
// error if the type is not a valid one to set for this property.
InsertType(idx int, t Type) error
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex(idx int) int
// Len returns the number of values that exist for the "endpoints"
// property.
Len() (length int)
// Less computes whether another property is less than this one. Mixing
// types results in a consistent but arbitrary ordering
Less(i, j int) 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.
LessThan(o ActivityStreamsEndpointsProperty) bool
// Name returns the name of this property ("endpoints") with any alias.
Name() string
// PrependActivityStreamsEndpoints prepends a Endpoints value to the front
// of a list of the property "endpoints". Invalidates all iterators.
PrependActivityStreamsEndpoints(v ActivityStreamsEndpoints)
// PrependIRI prepends an IRI value to the front of a list of the property
// "endpoints".
PrependIRI(v *url.URL)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "endpoints". Invalidates all iterators. Returns an
// error if the type is not a valid one to set for this property.
PrependType(t Type) error
// Remove deletes an element at the specified index from a list of the
// property "endpoints", regardless of its type. Panics if the index
// is out of bounds. Invalidates all iterators.
Remove(idx int)
// 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.
Serialize() (interface{}, error)
// Set sets a Endpoints value to be at the specified index for the
// property "endpoints". Panics if the index is out of bounds.
// Invalidates all iterators.
Set(idx int, v ActivityStreamsEndpoints)
// SetIRI sets an IRI value to be at the specified index for the property
// "endpoints". Panics if the index is out of bounds.
SetIRI(idx int, v *url.URL)
// SetType sets an arbitrary type value to the specified index of the
// property "endpoints". 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.
SetType(idx int, t Type) error
// Swap swaps the location of values at two indices for the "endpoints"
// property.
Swap(i, j int)
}
Endpoints for an ActivityStreams actor.
null
type ActivityStreamsEndpointsPropertyIterator ¶
type ActivityStreamsEndpointsPropertyIterator interface {
// Get returns the value of this property. When IsActivityStreamsEndpoints
// returns false, Get will return any arbitrary value.
Get() ActivityStreamsEndpoints
// GetIRI returns the IRI of this property. When IsIRI returns false,
// GetIRI will return any arbitrary value.
GetIRI() *url.URL
// 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.
GetType() Type
// HasAny returns true if the value or IRI is set.
HasAny() bool
// IsActivityStreamsEndpoints returns true if this property is set and not
// an IRI.
IsActivityStreamsEndpoints() bool
// IsIRI returns true if this property is an IRI.
IsIRI() bool
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex() int
// 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.
LessThan(o ActivityStreamsEndpointsPropertyIterator) bool
// Name returns the name of this property: "ActivityStreamsEndpoints".
Name() string
// Next returns the next iterator, or nil if there is no next iterator.
Next() ActivityStreamsEndpointsPropertyIterator
// Prev returns the previous iterator, or nil if there is no previous
// iterator.
Prev() ActivityStreamsEndpointsPropertyIterator
// Set sets the value of this property. Calling IsActivityStreamsEndpoints
// afterwards will return true.
Set(v ActivityStreamsEndpoints)
// SetIRI sets the value of this property. Calling IsIRI afterwards will
// return true.
SetIRI(v *url.URL)
// 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.
SetType(t Type) error
}
ActivityStreamsEndpointsPropertyIterator represents a single value for the "endpoints" property.
type ActivityStreamsEvent ¶
type ActivityStreamsEvent interface {
// GetActivityStreamsAltitude returns the "altitude" property if it
// exists, and nil otherwise.
GetActivityStreamsAltitude() ActivityStreamsAltitudeProperty
// GetActivityStreamsAttachment returns the "attachment" property if it
// exists, and nil otherwise.
GetActivityStreamsAttachment() ActivityStreamsAttachmentProperty
// GetActivityStreamsAttributedTo returns the "attributedTo" property if
// it exists, and nil otherwise.
GetActivityStreamsAttributedTo() ActivityStreamsAttributedToProperty
// GetActivityStreamsAudience returns the "audience" property if it
// exists, and nil otherwise.
GetActivityStreamsAudience() ActivityStreamsAudienceProperty
// GetActivityStreamsBcc returns the "bcc" property if it exists, and nil
// otherwise.
GetActivityStreamsBcc() ActivityStreamsBccProperty
// GetActivityStreamsBto returns the "bto" property if it exists, and nil
// otherwise.
GetActivityStreamsBto() ActivityStreamsBtoProperty
// GetActivityStreamsCc returns the "cc" property if it exists, and nil
// otherwise.
GetActivityStreamsCc() ActivityStreamsCcProperty
// GetActivityStreamsContent returns the "content" property if it exists,
// and nil otherwise.
GetActivityStreamsContent() ActivityStreamsContentProperty
// GetActivityStreamsContext returns the "context" property if it exists,
// and nil otherwise.
GetActivityStreamsContext() ActivityStreamsContextProperty
// GetActivityStreamsDuration returns the "duration" property if it
// exists, and nil otherwise.
GetActivityStreamsDuration() ActivityStreamsDurationProperty
// GetActivityStreamsEndTime returns the "endTime" property if it exists,
// and nil otherwise.
GetActivityStreamsEndTime() ActivityStreamsEndTimeProperty
// GetActivityStreamsGenerator returns the "generator" property if it
// exists, and nil otherwise.
GetActivityStreamsGenerator() ActivityStreamsGeneratorProperty
// GetActivityStreamsIcon returns the "icon" property if it exists, and
// nil otherwise.
GetActivityStreamsIcon() ActivityStreamsIconProperty
// GetActivityStreamsImage returns the "image" property if it exists, and
// nil otherwise.
GetActivityStreamsImage() ActivityStreamsImageProperty
// GetActivityStreamsInReplyTo returns the "inReplyTo" property if it
// exists, and nil otherwise.
GetActivityStreamsInReplyTo() ActivityStreamsInReplyToProperty
// GetActivityStreamsLikes returns the "likes" property if it exists, and
// nil otherwise.
GetActivityStreamsLikes() ActivityStreamsLikesProperty
// GetActivityStreamsLocation returns the "location" property if it
// exists, and nil otherwise.
GetActivityStreamsLocation() ActivityStreamsLocationProperty
// GetActivityStreamsMediaType returns the "mediaType" property if it
// exists, and nil otherwise.
GetActivityStreamsMediaType() ActivityStreamsMediaTypeProperty
// GetActivityStreamsName returns the "name" property if it exists, and
// nil otherwise.
GetActivityStreamsName() ActivityStreamsNameProperty
// GetActivityStreamsObject returns the "object" property if it exists,
// and nil otherwise.
GetActivityStreamsObject() ActivityStreamsObjectProperty
// GetActivityStreamsPreview returns the "preview" property if it exists,
// and nil otherwise.
GetActivityStreamsPreview() ActivityStreamsPreviewProperty
// GetActivityStreamsPublished returns the "published" property if it
// exists, and nil otherwise.
GetActivityStreamsPublished() ActivityStreamsPublishedProperty
// GetActivityStreamsReplies returns the "replies" property if it exists,
// and nil otherwise.
GetActivityStreamsReplies() ActivityStreamsRepliesProperty
// GetActivityStreamsSensitive returns the "sensitive" property if it
// exists, and nil otherwise.
GetActivityStreamsSensitive() ActivityStreamsSensitiveProperty
// and nil otherwise.
GetActivityStreamsShares() ActivityStreamsSharesProperty
// GetActivityStreamsSource returns the "source" property if it exists,
// and nil otherwise.
GetActivityStreamsSource() ActivityStreamsSourceProperty
// GetActivityStreamsStartTime returns the "startTime" property if it
// exists, and nil otherwise.
GetActivityStreamsStartTime() ActivityStreamsStartTimeProperty
// GetActivityStreamsSummary returns the "summary" property if it exists,
// and nil otherwise.
GetActivityStreamsSummary() ActivityStreamsSummaryProperty
// GetActivityStreamsTag returns the "tag" property if it exists, and nil
// otherwise.
GetActivityStreamsTag() ActivityStreamsTagProperty
// GetActivityStreamsTo returns the "to" property if it exists, and nil
// otherwise.
GetActivityStreamsTo() ActivityStreamsToProperty
// GetActivityStreamsUpdated returns the "updated" property if it exists,
// and nil otherwise.
GetActivityStreamsUpdated() ActivityStreamsUpdatedProperty
// GetActivityStreamsUrl returns the "url" property if it exists, and nil
// otherwise.
GetActivityStreamsUrl() ActivityStreamsUrlProperty
// GetGoToSocialApprovedBy returns the "approvedBy" property if it exists,
// and nil otherwise.
GetGoToSocialApprovedBy() GoToSocialApprovedByProperty
// GetGoToSocialInteractionPolicy returns the "interactionPolicy" property
// if it exists, and nil otherwise.
GetGoToSocialInteractionPolicy() GoToSocialInteractionPolicyProperty
// GetGoToSocialQuoteAuthorization returns the "quoteAuthorization"
// property if it exists, and nil otherwise.
GetGoToSocialQuoteAuthorization() GoToSocialQuoteAuthorizationProperty
// GetGoToSocialReplyAuthorization returns the "replyAuthorization"
// property if it exists, and nil otherwise.
GetGoToSocialReplyAuthorization() GoToSocialReplyAuthorizationProperty
// GetJSONLDId returns the "id" property if it exists, and nil otherwise.
GetJSONLDId() JSONLDIdProperty
// GetJSONLDType returns the "type" property if it exists, and nil
// otherwise.
GetJSONLDType() JSONLDTypeProperty
// GetTypeName returns the name of this type.
GetTypeName() string
// GetUnknownProperties returns the unknown properties for the Event type.
// Note that this should not be used by app developers. It is only
// used to help determine which implementation is LessThan the other.
// Developers who are creating a different implementation of this
// type's interface can use this method in their LessThan
// implementation, but routine ActivityPub applications should not use
// this to bypass the code generation tool.
GetUnknownProperties() map[string]interface{}
// IsExtending returns true if the Event type extends from the other type.
IsExtending(other Type) bool
// JSONLDContext returns the JSONLD URIs required in the context string
// for this type and the specific properties that are set. The value
// in the map is the alias used to import the type and its properties.
JSONLDContext() map[string]string
// LessThan computes if this Event is lesser, with an arbitrary but stable
// determination.
LessThan(o ActivityStreamsEvent) bool
// Serialize converts this into an interface representation suitable for
// marshalling into a text or binary format.
Serialize() (map[string]interface{}, error)
// SetActivityStreamsAltitude sets the "altitude" property.
SetActivityStreamsAltitude(i ActivityStreamsAltitudeProperty)
// SetActivityStreamsAttachment sets the "attachment" property.
SetActivityStreamsAttachment(i ActivityStreamsAttachmentProperty)
// SetActivityStreamsAttributedTo sets the "attributedTo" property.
SetActivityStreamsAttributedTo(i ActivityStreamsAttributedToProperty)
// SetActivityStreamsAudience sets the "audience" property.
SetActivityStreamsAudience(i ActivityStreamsAudienceProperty)
// SetActivityStreamsBcc sets the "bcc" property.
SetActivityStreamsBcc(i ActivityStreamsBccProperty)
// SetActivityStreamsBto sets the "bto" property.
SetActivityStreamsBto(i ActivityStreamsBtoProperty)
// SetActivityStreamsCc sets the "cc" property.
SetActivityStreamsCc(i ActivityStreamsCcProperty)
// SetActivityStreamsContent sets the "content" property.
SetActivityStreamsContent(i ActivityStreamsContentProperty)
// SetActivityStreamsContext sets the "context" property.
SetActivityStreamsContext(i ActivityStreamsContextProperty)
// SetActivityStreamsDuration sets the "duration" property.
SetActivityStreamsDuration(i ActivityStreamsDurationProperty)
// SetActivityStreamsEndTime sets the "endTime" property.
SetActivityStreamsEndTime(i ActivityStreamsEndTimeProperty)
// SetActivityStreamsGenerator sets the "generator" property.
SetActivityStreamsGenerator(i ActivityStreamsGeneratorProperty)
// SetActivityStreamsIcon sets the "icon" property.
SetActivityStreamsIcon(i ActivityStreamsIconProperty)
// SetActivityStreamsImage sets the "image" property.
SetActivityStreamsImage(i ActivityStreamsImageProperty)
// SetActivityStreamsInReplyTo sets the "inReplyTo" property.
SetActivityStreamsInReplyTo(i ActivityStreamsInReplyToProperty)
// SetActivityStreamsLikes sets the "likes" property.
SetActivityStreamsLikes(i ActivityStreamsLikesProperty)
// SetActivityStreamsLocation sets the "location" property.
SetActivityStreamsLocation(i ActivityStreamsLocationProperty)
// SetActivityStreamsMediaType sets the "mediaType" property.
SetActivityStreamsMediaType(i ActivityStreamsMediaTypeProperty)
// SetActivityStreamsName sets the "name" property.
SetActivityStreamsName(i ActivityStreamsNameProperty)
// SetActivityStreamsObject sets the "object" property.
SetActivityStreamsObject(i ActivityStreamsObjectProperty)
// SetActivityStreamsPreview sets the "preview" property.
SetActivityStreamsPreview(i ActivityStreamsPreviewProperty)
// SetActivityStreamsPublished sets the "published" property.
SetActivityStreamsPublished(i ActivityStreamsPublishedProperty)
// SetActivityStreamsReplies sets the "replies" property.
SetActivityStreamsReplies(i ActivityStreamsRepliesProperty)
// SetActivityStreamsSensitive sets the "sensitive" property.
SetActivityStreamsSensitive(i ActivityStreamsSensitiveProperty)
SetActivityStreamsShares(i ActivityStreamsSharesProperty)
// SetActivityStreamsSource sets the "source" property.
SetActivityStreamsSource(i ActivityStreamsSourceProperty)
// SetActivityStreamsStartTime sets the "startTime" property.
SetActivityStreamsStartTime(i ActivityStreamsStartTimeProperty)
// SetActivityStreamsSummary sets the "summary" property.
SetActivityStreamsSummary(i ActivityStreamsSummaryProperty)
// SetActivityStreamsTag sets the "tag" property.
SetActivityStreamsTag(i ActivityStreamsTagProperty)
// SetActivityStreamsTo sets the "to" property.
SetActivityStreamsTo(i ActivityStreamsToProperty)
// SetActivityStreamsUpdated sets the "updated" property.
SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty)
// SetActivityStreamsUrl sets the "url" property.
SetActivityStreamsUrl(i ActivityStreamsUrlProperty)
// SetGoToSocialApprovedBy sets the "approvedBy" property.
SetGoToSocialApprovedBy(i GoToSocialApprovedByProperty)
// SetGoToSocialInteractionPolicy sets the "interactionPolicy" property.
SetGoToSocialInteractionPolicy(i GoToSocialInteractionPolicyProperty)
// SetGoToSocialQuoteAuthorization sets the "quoteAuthorization" property.
SetGoToSocialQuoteAuthorization(i GoToSocialQuoteAuthorizationProperty)
// SetGoToSocialReplyAuthorization sets the "replyAuthorization" property.
SetGoToSocialReplyAuthorization(i GoToSocialReplyAuthorizationProperty)
// SetJSONLDId sets the "id" property.
SetJSONLDId(i JSONLDIdProperty)
// SetJSONLDType sets the "type" property.
SetJSONLDType(i JSONLDTypeProperty)
// VocabularyURI returns the vocabulary's URI as a string.
VocabularyURI() string
}
Represents any kind of event.
Example 55 (https://www.w3.org/TR/activitystreams-vocabulary/#ex56-jsonld):
{
"endTime": "2015-01-01T06:00:00-08:00",
"name": "Going-Away Party for Jim",
"startTime": "2014-12-31T23:00:00-08:00",
"type": "Event"
}
type ActivityStreamsFirstProperty ¶
type ActivityStreamsFirstProperty interface {
// Clear ensures no value of this property is set. Calling HasAny or any
// of the 'Is' methods afterwards will return false.
Clear()
// GetActivityStreamsCollectionPage returns the value of this property.
// When IsActivityStreamsCollectionPage returns false,
// GetActivityStreamsCollectionPage will return an arbitrary value.
GetActivityStreamsCollectionPage() ActivityStreamsCollectionPage
// GetActivityStreamsLink returns the value of this property. When
// IsActivityStreamsLink returns false, GetActivityStreamsLink will
// return an arbitrary value.
GetActivityStreamsLink() ActivityStreamsLink
// GetActivityStreamsMention returns the value of this property. When
// IsActivityStreamsMention returns false, GetActivityStreamsMention
// will return an arbitrary value.
GetActivityStreamsMention() ActivityStreamsMention
// GetActivityStreamsOrderedCollectionPage returns the value of this
// property. When IsActivityStreamsOrderedCollectionPage returns
// false, GetActivityStreamsOrderedCollectionPage will return an
// arbitrary value.
GetActivityStreamsOrderedCollectionPage() ActivityStreamsOrderedCollectionPage
// GetIRI returns the IRI of this property. When IsIRI returns false,
// GetIRI will return an arbitrary value.
GetIRI() *url.URL
// GetTootHashtag returns the value of this property. When IsTootHashtag
// returns false, GetTootHashtag will return an arbitrary value.
GetTootHashtag() TootHashtag
// 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.
GetType() Type
// HasAny returns true if any of the different values is set.
HasAny() 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.
IsActivityStreamsCollectionPage() 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.
IsActivityStreamsLink() 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.
IsActivityStreamsMention() 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.
IsActivityStreamsOrderedCollectionPage() bool
// IsIRI returns true if this property is an IRI. When true, use GetIRI
// and SetIRI to access and set this property
IsIRI() 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.
IsTootHashtag() bool
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex() int
// 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.
LessThan(o ActivityStreamsFirstProperty) bool
// Name returns the name of this property: "first".
Name() string
// 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.
Serialize() (interface{}, error)
// SetActivityStreamsCollectionPage sets the value of this property.
// Calling IsActivityStreamsCollectionPage afterwards returns true.
SetActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// SetActivityStreamsLink sets the value of this property. Calling
// IsActivityStreamsLink afterwards returns true.
SetActivityStreamsLink(v ActivityStreamsLink)
// SetActivityStreamsMention sets the value of this property. Calling
// IsActivityStreamsMention afterwards returns true.
SetActivityStreamsMention(v ActivityStreamsMention)
// SetActivityStreamsOrderedCollectionPage sets the value of this
// property. Calling IsActivityStreamsOrderedCollectionPage afterwards
// returns true.
SetActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// SetIRI sets the value of this property. Calling IsIRI afterwards
// returns true.
SetIRI(v *url.URL)
// SetTootHashtag sets the value of this property. Calling IsTootHashtag
// afterwards returns true.
SetTootHashtag(v TootHashtag)
// 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.
SetType(t Type) error
}
In a paged Collection, indicates the furthest preceeding page of items in the collection.
Example 76 (https://www.w3.org/TR/activitystreams-vocabulary/#ex73-jsonld):
{
"first": "http://example.org/collection?page=0",
"summary": "Sally's blog posts",
"totalItems": 3,
"type": "Collection"
}
Example 77 (https://www.w3.org/TR/activitystreams-vocabulary/#ex74-jsonld):
{
"first": {
"summary": "First Page",
"type": "owl:Class",
"url": "http://example.org/collection?page=0"
},
"summary": "Sally's blog posts",
"totalItems": 3,
"type": "Collection"
}
type ActivityStreamsFlag ¶
type ActivityStreamsFlag interface {
// GetActivityStreamsActor returns the "actor" property if it exists, and
// nil otherwise.
GetActivityStreamsActor() ActivityStreamsActorProperty
// GetActivityStreamsAltitude returns the "altitude" property if it
// exists, and nil otherwise.
GetActivityStreamsAltitude() ActivityStreamsAltitudeProperty
// GetActivityStreamsAttachment returns the "attachment" property if it
// exists, and nil otherwise.
GetActivityStreamsAttachment() ActivityStreamsAttachmentProperty
// GetActivityStreamsAttributedTo returns the "attributedTo" property if
// it exists, and nil otherwise.
GetActivityStreamsAttributedTo() ActivityStreamsAttributedToProperty
// GetActivityStreamsAudience returns the "audience" property if it
// exists, and nil otherwise.
GetActivityStreamsAudience() ActivityStreamsAudienceProperty
// GetActivityStreamsBcc returns the "bcc" property if it exists, and nil
// otherwise.
GetActivityStreamsBcc() ActivityStreamsBccProperty
// GetActivityStreamsBto returns the "bto" property if it exists, and nil
// otherwise.
GetActivityStreamsBto() ActivityStreamsBtoProperty
// GetActivityStreamsCc returns the "cc" property if it exists, and nil
// otherwise.
GetActivityStreamsCc() ActivityStreamsCcProperty
// GetActivityStreamsContent returns the "content" property if it exists,
// and nil otherwise.
GetActivityStreamsContent() ActivityStreamsContentProperty
// GetActivityStreamsContext returns the "context" property if it exists,
// and nil otherwise.
GetActivityStreamsContext() ActivityStreamsContextProperty
// GetActivityStreamsDuration returns the "duration" property if it
// exists, and nil otherwise.
GetActivityStreamsDuration() ActivityStreamsDurationProperty
// GetActivityStreamsEndTime returns the "endTime" property if it exists,
// and nil otherwise.
GetActivityStreamsEndTime() ActivityStreamsEndTimeProperty
// GetActivityStreamsGenerator returns the "generator" property if it
// exists, and nil otherwise.
GetActivityStreamsGenerator() ActivityStreamsGeneratorProperty
// GetActivityStreamsIcon returns the "icon" property if it exists, and
// nil otherwise.
GetActivityStreamsIcon() ActivityStreamsIconProperty
// GetActivityStreamsImage returns the "image" property if it exists, and
// nil otherwise.
GetActivityStreamsImage() ActivityStreamsImageProperty
// GetActivityStreamsInReplyTo returns the "inReplyTo" property if it
// exists, and nil otherwise.
GetActivityStreamsInReplyTo() ActivityStreamsInReplyToProperty
// GetActivityStreamsInstrument returns the "instrument" property if it
// exists, and nil otherwise.
GetActivityStreamsInstrument() ActivityStreamsInstrumentProperty
// GetActivityStreamsLikes returns the "likes" property if it exists, and
// nil otherwise.
GetActivityStreamsLikes() ActivityStreamsLikesProperty
// GetActivityStreamsLocation returns the "location" property if it
// exists, and nil otherwise.
GetActivityStreamsLocation() ActivityStreamsLocationProperty
// GetActivityStreamsMediaType returns the "mediaType" property if it
// exists, and nil otherwise.
GetActivityStreamsMediaType() ActivityStreamsMediaTypeProperty
// GetActivityStreamsName returns the "name" property if it exists, and
// nil otherwise.
GetActivityStreamsName() ActivityStreamsNameProperty
// GetActivityStreamsObject returns the "object" property if it exists,
// and nil otherwise.
GetActivityStreamsObject() ActivityStreamsObjectProperty
// GetActivityStreamsOrigin returns the "origin" property if it exists,
// and nil otherwise.
GetActivityStreamsOrigin() ActivityStreamsOriginProperty
// GetActivityStreamsPreview returns the "preview" property if it exists,
// and nil otherwise.
GetActivityStreamsPreview() ActivityStreamsPreviewProperty
// GetActivityStreamsPublished returns the "published" property if it
// exists, and nil otherwise.
GetActivityStreamsPublished() ActivityStreamsPublishedProperty
// GetActivityStreamsReplies returns the "replies" property if it exists,
// and nil otherwise.
GetActivityStreamsReplies() ActivityStreamsRepliesProperty
// GetActivityStreamsResult returns the "result" property if it exists,
// and nil otherwise.
GetActivityStreamsResult() ActivityStreamsResultProperty
// GetActivityStreamsSensitive returns the "sensitive" property if it
// exists, and nil otherwise.
GetActivityStreamsSensitive() ActivityStreamsSensitiveProperty
// and nil otherwise.
GetActivityStreamsShares() ActivityStreamsSharesProperty
// GetActivityStreamsSource returns the "source" property if it exists,
// and nil otherwise.
GetActivityStreamsSource() ActivityStreamsSourceProperty
// GetActivityStreamsStartTime returns the "startTime" property if it
// exists, and nil otherwise.
GetActivityStreamsStartTime() ActivityStreamsStartTimeProperty
// GetActivityStreamsSummary returns the "summary" property if it exists,
// and nil otherwise.
GetActivityStreamsSummary() ActivityStreamsSummaryProperty
// GetActivityStreamsTag returns the "tag" property if it exists, and nil
// otherwise.
GetActivityStreamsTag() ActivityStreamsTagProperty
// GetActivityStreamsTarget returns the "target" property if it exists,
// and nil otherwise.
GetActivityStreamsTarget() ActivityStreamsTargetProperty
// GetActivityStreamsTo returns the "to" property if it exists, and nil
// otherwise.
GetActivityStreamsTo() ActivityStreamsToProperty
// GetActivityStreamsUpdated returns the "updated" property if it exists,
// and nil otherwise.
GetActivityStreamsUpdated() ActivityStreamsUpdatedProperty
// GetActivityStreamsUrl returns the "url" property if it exists, and nil
// otherwise.
GetActivityStreamsUrl() ActivityStreamsUrlProperty
// GetJSONLDId returns the "id" property if it exists, and nil otherwise.
GetJSONLDId() JSONLDIdProperty
// GetJSONLDType returns the "type" property if it exists, and nil
// otherwise.
GetJSONLDType() JSONLDTypeProperty
// GetTypeName returns the name of this type.
GetTypeName() string
// GetUnknownProperties returns the unknown properties for the Flag type.
// Note that this should not be used by app developers. It is only
// used to help determine which implementation is LessThan the other.
// Developers who are creating a different implementation of this
// type's interface can use this method in their LessThan
// implementation, but routine ActivityPub applications should not use
// this to bypass the code generation tool.
GetUnknownProperties() map[string]interface{}
// IsExtending returns true if the Flag type extends from the other type.
IsExtending(other Type) bool
// JSONLDContext returns the JSONLD URIs required in the context string
// for this type and the specific properties that are set. The value
// in the map is the alias used to import the type and its properties.
JSONLDContext() map[string]string
// LessThan computes if this Flag is lesser, with an arbitrary but stable
// determination.
LessThan(o ActivityStreamsFlag) bool
// Serialize converts this into an interface representation suitable for
// marshalling into a text or binary format.
Serialize() (map[string]interface{}, error)
// SetActivityStreamsActor sets the "actor" property.
SetActivityStreamsActor(i ActivityStreamsActorProperty)
// SetActivityStreamsAltitude sets the "altitude" property.
SetActivityStreamsAltitude(i ActivityStreamsAltitudeProperty)
// SetActivityStreamsAttachment sets the "attachment" property.
SetActivityStreamsAttachment(i ActivityStreamsAttachmentProperty)
// SetActivityStreamsAttributedTo sets the "attributedTo" property.
SetActivityStreamsAttributedTo(i ActivityStreamsAttributedToProperty)
// SetActivityStreamsAudience sets the "audience" property.
SetActivityStreamsAudience(i ActivityStreamsAudienceProperty)
// SetActivityStreamsBcc sets the "bcc" property.
SetActivityStreamsBcc(i ActivityStreamsBccProperty)
// SetActivityStreamsBto sets the "bto" property.
SetActivityStreamsBto(i ActivityStreamsBtoProperty)
// SetActivityStreamsCc sets the "cc" property.
SetActivityStreamsCc(i ActivityStreamsCcProperty)
// SetActivityStreamsContent sets the "content" property.
SetActivityStreamsContent(i ActivityStreamsContentProperty)
// SetActivityStreamsContext sets the "context" property.
SetActivityStreamsContext(i ActivityStreamsContextProperty)
// SetActivityStreamsDuration sets the "duration" property.
SetActivityStreamsDuration(i ActivityStreamsDurationProperty)
// SetActivityStreamsEndTime sets the "endTime" property.
SetActivityStreamsEndTime(i ActivityStreamsEndTimeProperty)
// SetActivityStreamsGenerator sets the "generator" property.
SetActivityStreamsGenerator(i ActivityStreamsGeneratorProperty)
// SetActivityStreamsIcon sets the "icon" property.
SetActivityStreamsIcon(i ActivityStreamsIconProperty)
// SetActivityStreamsImage sets the "image" property.
SetActivityStreamsImage(i ActivityStreamsImageProperty)
// SetActivityStreamsInReplyTo sets the "inReplyTo" property.
SetActivityStreamsInReplyTo(i ActivityStreamsInReplyToProperty)
// SetActivityStreamsInstrument sets the "instrument" property.
SetActivityStreamsInstrument(i ActivityStreamsInstrumentProperty)
// SetActivityStreamsLikes sets the "likes" property.
SetActivityStreamsLikes(i ActivityStreamsLikesProperty)
// SetActivityStreamsLocation sets the "location" property.
SetActivityStreamsLocation(i ActivityStreamsLocationProperty)
// SetActivityStreamsMediaType sets the "mediaType" property.
SetActivityStreamsMediaType(i ActivityStreamsMediaTypeProperty)
// SetActivityStreamsName sets the "name" property.
SetActivityStreamsName(i ActivityStreamsNameProperty)
// SetActivityStreamsObject sets the "object" property.
SetActivityStreamsObject(i ActivityStreamsObjectProperty)
// SetActivityStreamsOrigin sets the "origin" property.
SetActivityStreamsOrigin(i ActivityStreamsOriginProperty)
// SetActivityStreamsPreview sets the "preview" property.
SetActivityStreamsPreview(i ActivityStreamsPreviewProperty)
// SetActivityStreamsPublished sets the "published" property.
SetActivityStreamsPublished(i ActivityStreamsPublishedProperty)
// SetActivityStreamsReplies sets the "replies" property.
SetActivityStreamsReplies(i ActivityStreamsRepliesProperty)
// SetActivityStreamsResult sets the "result" property.
SetActivityStreamsResult(i ActivityStreamsResultProperty)
// SetActivityStreamsSensitive sets the "sensitive" property.
SetActivityStreamsSensitive(i ActivityStreamsSensitiveProperty)
SetActivityStreamsShares(i ActivityStreamsSharesProperty)
// SetActivityStreamsSource sets the "source" property.
SetActivityStreamsSource(i ActivityStreamsSourceProperty)
// SetActivityStreamsStartTime sets the "startTime" property.
SetActivityStreamsStartTime(i ActivityStreamsStartTimeProperty)
// SetActivityStreamsSummary sets the "summary" property.
SetActivityStreamsSummary(i ActivityStreamsSummaryProperty)
// SetActivityStreamsTag sets the "tag" property.
SetActivityStreamsTag(i ActivityStreamsTagProperty)
// SetActivityStreamsTarget sets the "target" property.
SetActivityStreamsTarget(i ActivityStreamsTargetProperty)
// SetActivityStreamsTo sets the "to" property.
SetActivityStreamsTo(i ActivityStreamsToProperty)
// SetActivityStreamsUpdated sets the "updated" property.
SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty)
// SetActivityStreamsUrl sets the "url" property.
SetActivityStreamsUrl(i ActivityStreamsUrlProperty)
// SetJSONLDId sets the "id" property.
SetJSONLDId(i JSONLDIdProperty)
// SetJSONLDType sets the "type" property.
SetJSONLDType(i JSONLDTypeProperty)
// VocabularyURI returns the vocabulary's URI as a string.
VocabularyURI() string
}
Indicates that the actor is "flagging" the object. Flagging is defined in the sense common to many social platforms as reporting content as being inappropriate for any number of reasons.
Example 38 (https://www.w3.org/TR/activitystreams-vocabulary/#ex174-jsonld):
{
"actor": "http://sally.example.org",
"object": {
"content": "An inappropriate note",
"type": "Note"
},
"summary": "Sally flagged an inappropriate note",
"type": "Flag"
}
type ActivityStreamsFollow ¶
type ActivityStreamsFollow interface {
// GetActivityStreamsActor returns the "actor" property if it exists, and
// nil otherwise.
GetActivityStreamsActor() ActivityStreamsActorProperty
// GetActivityStreamsAltitude returns the "altitude" property if it
// exists, and nil otherwise.
GetActivityStreamsAltitude() ActivityStreamsAltitudeProperty
// GetActivityStreamsAttachment returns the "attachment" property if it
// exists, and nil otherwise.
GetActivityStreamsAttachment() ActivityStreamsAttachmentProperty
// GetActivityStreamsAttributedTo returns the "attributedTo" property if
// it exists, and nil otherwise.
GetActivityStreamsAttributedTo() ActivityStreamsAttributedToProperty
// GetActivityStreamsAudience returns the "audience" property if it
// exists, and nil otherwise.
GetActivityStreamsAudience() ActivityStreamsAudienceProperty
// GetActivityStreamsBcc returns the "bcc" property if it exists, and nil
// otherwise.
GetActivityStreamsBcc() ActivityStreamsBccProperty
// GetActivityStreamsBto returns the "bto" property if it exists, and nil
// otherwise.
GetActivityStreamsBto() ActivityStreamsBtoProperty
// GetActivityStreamsCc returns the "cc" property if it exists, and nil
// otherwise.
GetActivityStreamsCc() ActivityStreamsCcProperty
// GetActivityStreamsContent returns the "content" property if it exists,
// and nil otherwise.
GetActivityStreamsContent() ActivityStreamsContentProperty
// GetActivityStreamsContext returns the "context" property if it exists,
// and nil otherwise.
GetActivityStreamsContext() ActivityStreamsContextProperty
// GetActivityStreamsDuration returns the "duration" property if it
// exists, and nil otherwise.
GetActivityStreamsDuration() ActivityStreamsDurationProperty
// GetActivityStreamsEndTime returns the "endTime" property if it exists,
// and nil otherwise.
GetActivityStreamsEndTime() ActivityStreamsEndTimeProperty
// GetActivityStreamsGenerator returns the "generator" property if it
// exists, and nil otherwise.
GetActivityStreamsGenerator() ActivityStreamsGeneratorProperty
// GetActivityStreamsIcon returns the "icon" property if it exists, and
// nil otherwise.
GetActivityStreamsIcon() ActivityStreamsIconProperty
// GetActivityStreamsImage returns the "image" property if it exists, and
// nil otherwise.
GetActivityStreamsImage() ActivityStreamsImageProperty
// GetActivityStreamsInReplyTo returns the "inReplyTo" property if it
// exists, and nil otherwise.
GetActivityStreamsInReplyTo() ActivityStreamsInReplyToProperty
// GetActivityStreamsInstrument returns the "instrument" property if it
// exists, and nil otherwise.
GetActivityStreamsInstrument() ActivityStreamsInstrumentProperty
// GetActivityStreamsLikes returns the "likes" property if it exists, and
// nil otherwise.
GetActivityStreamsLikes() ActivityStreamsLikesProperty
// GetActivityStreamsLocation returns the "location" property if it
// exists, and nil otherwise.
GetActivityStreamsLocation() ActivityStreamsLocationProperty
// GetActivityStreamsMediaType returns the "mediaType" property if it
// exists, and nil otherwise.
GetActivityStreamsMediaType() ActivityStreamsMediaTypeProperty
// GetActivityStreamsName returns the "name" property if it exists, and
// nil otherwise.
GetActivityStreamsName() ActivityStreamsNameProperty
// GetActivityStreamsObject returns the "object" property if it exists,
// and nil otherwise.
GetActivityStreamsObject() ActivityStreamsObjectProperty
// GetActivityStreamsOrigin returns the "origin" property if it exists,
// and nil otherwise.
GetActivityStreamsOrigin() ActivityStreamsOriginProperty
// GetActivityStreamsPreview returns the "preview" property if it exists,
// and nil otherwise.
GetActivityStreamsPreview() ActivityStreamsPreviewProperty
// GetActivityStreamsPublished returns the "published" property if it
// exists, and nil otherwise.
GetActivityStreamsPublished() ActivityStreamsPublishedProperty
// GetActivityStreamsReplies returns the "replies" property if it exists,
// and nil otherwise.
GetActivityStreamsReplies() ActivityStreamsRepliesProperty
// GetActivityStreamsResult returns the "result" property if it exists,
// and nil otherwise.
GetActivityStreamsResult() ActivityStreamsResultProperty
// GetActivityStreamsSensitive returns the "sensitive" property if it
// exists, and nil otherwise.
GetActivityStreamsSensitive() ActivityStreamsSensitiveProperty
// and nil otherwise.
GetActivityStreamsShares() ActivityStreamsSharesProperty
// GetActivityStreamsSource returns the "source" property if it exists,
// and nil otherwise.
GetActivityStreamsSource() ActivityStreamsSourceProperty
// GetActivityStreamsStartTime returns the "startTime" property if it
// exists, and nil otherwise.
GetActivityStreamsStartTime() ActivityStreamsStartTimeProperty
// GetActivityStreamsSummary returns the "summary" property if it exists,
// and nil otherwise.
GetActivityStreamsSummary() ActivityStreamsSummaryProperty
// GetActivityStreamsTag returns the "tag" property if it exists, and nil
// otherwise.
GetActivityStreamsTag() ActivityStreamsTagProperty
// GetActivityStreamsTarget returns the "target" property if it exists,
// and nil otherwise.
GetActivityStreamsTarget() ActivityStreamsTargetProperty
// GetActivityStreamsTo returns the "to" property if it exists, and nil
// otherwise.
GetActivityStreamsTo() ActivityStreamsToProperty
// GetActivityStreamsUpdated returns the "updated" property if it exists,
// and nil otherwise.
GetActivityStreamsUpdated() ActivityStreamsUpdatedProperty
// GetActivityStreamsUrl returns the "url" property if it exists, and nil
// otherwise.
GetActivityStreamsUrl() ActivityStreamsUrlProperty
// GetJSONLDId returns the "id" property if it exists, and nil otherwise.
GetJSONLDId() JSONLDIdProperty
// GetJSONLDType returns the "type" property if it exists, and nil
// otherwise.
GetJSONLDType() JSONLDTypeProperty
// GetTypeName returns the name of this type.
GetTypeName() string
// GetUnknownProperties returns the unknown properties for the Follow
// type. Note that this should not be used by app developers. It is
// only used to help determine which implementation is LessThan the
// other. Developers who are creating a different implementation of
// this type's interface can use this method in their LessThan
// implementation, but routine ActivityPub applications should not use
// this to bypass the code generation tool.
GetUnknownProperties() map[string]interface{}
// IsExtending returns true if the Follow type extends from the other type.
IsExtending(other Type) bool
// JSONLDContext returns the JSONLD URIs required in the context string
// for this type and the specific properties that are set. The value
// in the map is the alias used to import the type and its properties.
JSONLDContext() map[string]string
// LessThan computes if this Follow is lesser, with an arbitrary but
// stable determination.
LessThan(o ActivityStreamsFollow) bool
// Serialize converts this into an interface representation suitable for
// marshalling into a text or binary format.
Serialize() (map[string]interface{}, error)
// SetActivityStreamsActor sets the "actor" property.
SetActivityStreamsActor(i ActivityStreamsActorProperty)
// SetActivityStreamsAltitude sets the "altitude" property.
SetActivityStreamsAltitude(i ActivityStreamsAltitudeProperty)
// SetActivityStreamsAttachment sets the "attachment" property.
SetActivityStreamsAttachment(i ActivityStreamsAttachmentProperty)
// SetActivityStreamsAttributedTo sets the "attributedTo" property.
SetActivityStreamsAttributedTo(i ActivityStreamsAttributedToProperty)
// SetActivityStreamsAudience sets the "audience" property.
SetActivityStreamsAudience(i ActivityStreamsAudienceProperty)
// SetActivityStreamsBcc sets the "bcc" property.
SetActivityStreamsBcc(i ActivityStreamsBccProperty)
// SetActivityStreamsBto sets the "bto" property.
SetActivityStreamsBto(i ActivityStreamsBtoProperty)
// SetActivityStreamsCc sets the "cc" property.
SetActivityStreamsCc(i ActivityStreamsCcProperty)
// SetActivityStreamsContent sets the "content" property.
SetActivityStreamsContent(i ActivityStreamsContentProperty)
// SetActivityStreamsContext sets the "context" property.
SetActivityStreamsContext(i ActivityStreamsContextProperty)
// SetActivityStreamsDuration sets the "duration" property.
SetActivityStreamsDuration(i ActivityStreamsDurationProperty)
// SetActivityStreamsEndTime sets the "endTime" property.
SetActivityStreamsEndTime(i ActivityStreamsEndTimeProperty)
// SetActivityStreamsGenerator sets the "generator" property.
SetActivityStreamsGenerator(i ActivityStreamsGeneratorProperty)
// SetActivityStreamsIcon sets the "icon" property.
SetActivityStreamsIcon(i ActivityStreamsIconProperty)
// SetActivityStreamsImage sets the "image" property.
SetActivityStreamsImage(i ActivityStreamsImageProperty)
// SetActivityStreamsInReplyTo sets the "inReplyTo" property.
SetActivityStreamsInReplyTo(i ActivityStreamsInReplyToProperty)
// SetActivityStreamsInstrument sets the "instrument" property.
SetActivityStreamsInstrument(i ActivityStreamsInstrumentProperty)
// SetActivityStreamsLikes sets the "likes" property.
SetActivityStreamsLikes(i ActivityStreamsLikesProperty)
// SetActivityStreamsLocation sets the "location" property.
SetActivityStreamsLocation(i ActivityStreamsLocationProperty)
// SetActivityStreamsMediaType sets the "mediaType" property.
SetActivityStreamsMediaType(i ActivityStreamsMediaTypeProperty)
// SetActivityStreamsName sets the "name" property.
SetActivityStreamsName(i ActivityStreamsNameProperty)
// SetActivityStreamsObject sets the "object" property.
SetActivityStreamsObject(i ActivityStreamsObjectProperty)
// SetActivityStreamsOrigin sets the "origin" property.
SetActivityStreamsOrigin(i ActivityStreamsOriginProperty)
// SetActivityStreamsPreview sets the "preview" property.
SetActivityStreamsPreview(i ActivityStreamsPreviewProperty)
// SetActivityStreamsPublished sets the "published" property.
SetActivityStreamsPublished(i ActivityStreamsPublishedProperty)
// SetActivityStreamsReplies sets the "replies" property.
SetActivityStreamsReplies(i ActivityStreamsRepliesProperty)
// SetActivityStreamsResult sets the "result" property.
SetActivityStreamsResult(i ActivityStreamsResultProperty)
// SetActivityStreamsSensitive sets the "sensitive" property.
SetActivityStreamsSensitive(i ActivityStreamsSensitiveProperty)
SetActivityStreamsShares(i ActivityStreamsSharesProperty)
// SetActivityStreamsSource sets the "source" property.
SetActivityStreamsSource(i ActivityStreamsSourceProperty)
// SetActivityStreamsStartTime sets the "startTime" property.
SetActivityStreamsStartTime(i ActivityStreamsStartTimeProperty)
// SetActivityStreamsSummary sets the "summary" property.
SetActivityStreamsSummary(i ActivityStreamsSummaryProperty)
// SetActivityStreamsTag sets the "tag" property.
SetActivityStreamsTag(i ActivityStreamsTagProperty)
// SetActivityStreamsTarget sets the "target" property.
SetActivityStreamsTarget(i ActivityStreamsTargetProperty)
// SetActivityStreamsTo sets the "to" property.
SetActivityStreamsTo(i ActivityStreamsToProperty)
// SetActivityStreamsUpdated sets the "updated" property.
SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty)
// SetActivityStreamsUrl sets the "url" property.
SetActivityStreamsUrl(i ActivityStreamsUrlProperty)
// SetJSONLDId sets the "id" property.
SetJSONLDId(i JSONLDIdProperty)
// SetJSONLDType sets the "type" property.
SetJSONLDType(i JSONLDTypeProperty)
// VocabularyURI returns the vocabulary's URI as a string.
VocabularyURI() string
}
Indicates that the actor is "following" the object. Following is defined in the sense typically used within Social systems in which the actor is interested in any activity performed by or on the object. The target and origin typically have no defined meaning.
Example 17 (https://www.w3.org/TR/activitystreams-vocabulary/#ex15-jsonld):
{
"actor": {
"name": "Sally",
"type": "Person"
},
"object": {
"name": "John",
"type": "Person"
},
"summary": "Sally followed John",
"type": "Follow"
}
type ActivityStreamsFollowersProperty ¶
type ActivityStreamsFollowersProperty interface {
// Clear ensures no value of this property is set. Calling HasAny or any
// of the 'Is' methods afterwards will return false.
Clear()
// GetActivityStreamsCollection returns the value of this property. When
// IsActivityStreamsCollection returns false,
// GetActivityStreamsCollection will return an arbitrary value.
GetActivityStreamsCollection() ActivityStreamsCollection
// GetActivityStreamsCollectionPage returns the value of this property.
// When IsActivityStreamsCollectionPage returns false,
// GetActivityStreamsCollectionPage will return an arbitrary value.
GetActivityStreamsCollectionPage() ActivityStreamsCollectionPage
// GetActivityStreamsOrderedCollection returns the value of this property.
// When IsActivityStreamsOrderedCollection returns false,
// GetActivityStreamsOrderedCollection will return an arbitrary value.
GetActivityStreamsOrderedCollection() ActivityStreamsOrderedCollection
// GetActivityStreamsOrderedCollectionPage returns the value of this
// property. When IsActivityStreamsOrderedCollectionPage returns
// false, GetActivityStreamsOrderedCollectionPage will return an
// arbitrary value.
GetActivityStreamsOrderedCollectionPage() ActivityStreamsOrderedCollectionPage
// GetIRI returns the IRI of this property. When IsIRI returns false,
// GetIRI will return an arbitrary value.
GetIRI() *url.URL
// 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.
GetType() Type
// HasAny returns true if any of the different values is set.
HasAny() 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.
IsActivityStreamsCollection() 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.
IsActivityStreamsCollectionPage() 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.
IsActivityStreamsOrderedCollection() 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.
IsActivityStreamsOrderedCollectionPage() bool
// IsIRI returns true if this property is an IRI. When true, use GetIRI
// and SetIRI to access and set this property
IsIRI() bool
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex() int
// 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.
LessThan(o ActivityStreamsFollowersProperty) bool
// Name returns the name of this property: "followers".
Name() string
// 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.
Serialize() (interface{}, error)
// SetActivityStreamsCollection sets the value of this property. Calling
// IsActivityStreamsCollection afterwards returns true.
SetActivityStreamsCollection(v ActivityStreamsCollection)
// SetActivityStreamsCollectionPage sets the value of this property.
// Calling IsActivityStreamsCollectionPage afterwards returns true.
SetActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// SetActivityStreamsOrderedCollection sets the value of this property.
// Calling IsActivityStreamsOrderedCollection afterwards returns true.
SetActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// SetActivityStreamsOrderedCollectionPage sets the value of this
// property. Calling IsActivityStreamsOrderedCollectionPage afterwards
// returns true.
SetActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// SetIRI sets the value of this property. Calling IsIRI afterwards
// returns true.
SetIRI(v *url.URL)
// 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.
SetType(t Type) error
}
A link to an ActivityStreams collection of the actors that follow this actor
Example 9 (https://www.w3.org/TR/activitypub/#example9):
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"@language": "ja"
}
],
"followers": "https://kenzoishii.example.com/followers.json",
"following": "https://kenzoishii.example.com/following.json",
"icon": [
"https://kenzoishii.example.com/image/165987aklre4"
],
"id": "https://kenzoishii.example.com/",
"inbox": "https://kenzoishii.example.com/inbox.json",
"liked": "https://kenzoishii.example.com/liked.json",
"name": "石井健蔵",
"outbox": "https://kenzoishii.example.com/feed.json",
"preferredUsername": "kenzoishii",
"summary": "この方はただの例です",
"type": "Person"
}
type ActivityStreamsFollowingProperty ¶
type ActivityStreamsFollowingProperty interface {
// Clear ensures no value of this property is set. Calling HasAny or any
// of the 'Is' methods afterwards will return false.
Clear()
// GetActivityStreamsCollection returns the value of this property. When
// IsActivityStreamsCollection returns false,
// GetActivityStreamsCollection will return an arbitrary value.
GetActivityStreamsCollection() ActivityStreamsCollection
// GetActivityStreamsCollectionPage returns the value of this property.
// When IsActivityStreamsCollectionPage returns false,
// GetActivityStreamsCollectionPage will return an arbitrary value.
GetActivityStreamsCollectionPage() ActivityStreamsCollectionPage
// GetActivityStreamsOrderedCollection returns the value of this property.
// When IsActivityStreamsOrderedCollection returns false,
// GetActivityStreamsOrderedCollection will return an arbitrary value.
GetActivityStreamsOrderedCollection() ActivityStreamsOrderedCollection
// GetActivityStreamsOrderedCollectionPage returns the value of this
// property. When IsActivityStreamsOrderedCollectionPage returns
// false, GetActivityStreamsOrderedCollectionPage will return an
// arbitrary value.
GetActivityStreamsOrderedCollectionPage() ActivityStreamsOrderedCollectionPage
// GetIRI returns the IRI of this property. When IsIRI returns false,
// GetIRI will return an arbitrary value.
GetIRI() *url.URL
// 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.
GetType() Type
// HasAny returns true if any of the different values is set.
HasAny() 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.
IsActivityStreamsCollection() 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.
IsActivityStreamsCollectionPage() 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.
IsActivityStreamsOrderedCollection() 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.
IsActivityStreamsOrderedCollectionPage() bool
// IsIRI returns true if this property is an IRI. When true, use GetIRI
// and SetIRI to access and set this property
IsIRI() bool
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex() int
// 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.
LessThan(o ActivityStreamsFollowingProperty) bool
// Name returns the name of this property: "following".
Name() string
// 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.
Serialize() (interface{}, error)
// SetActivityStreamsCollection sets the value of this property. Calling
// IsActivityStreamsCollection afterwards returns true.
SetActivityStreamsCollection(v ActivityStreamsCollection)
// SetActivityStreamsCollectionPage sets the value of this property.
// Calling IsActivityStreamsCollectionPage afterwards returns true.
SetActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// SetActivityStreamsOrderedCollection sets the value of this property.
// Calling IsActivityStreamsOrderedCollection afterwards returns true.
SetActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// SetActivityStreamsOrderedCollectionPage sets the value of this
// property. Calling IsActivityStreamsOrderedCollectionPage afterwards
// returns true.
SetActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// SetIRI sets the value of this property. Calling IsIRI afterwards
// returns true.
SetIRI(v *url.URL)
// 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.
SetType(t Type) error
}
A link to an ActivityStreams collection of the actors that this actor is following
Example 9 (https://www.w3.org/TR/activitypub/#example9):
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"@language": "ja"
}
],
"followers": "https://kenzoishii.example.com/followers.json",
"following": "https://kenzoishii.example.com/following.json",
"icon": [
"https://kenzoishii.example.com/image/165987aklre4"
],
"id": "https://kenzoishii.example.com/",
"inbox": "https://kenzoishii.example.com/inbox.json",
"liked": "https://kenzoishii.example.com/liked.json",
"name": "石井健蔵",
"outbox": "https://kenzoishii.example.com/feed.json",
"preferredUsername": "kenzoishii",
"summary": "この方はただの例です",
"type": "Person"
}
type ActivityStreamsFormerTypeProperty ¶
type ActivityStreamsFormerTypeProperty interface {
// AppendActivityStreamsAccept appends a Accept value to the back of a
// list of the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAccept(v ActivityStreamsAccept)
// AppendActivityStreamsActivity appends a Activity value to the back of a
// list of the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsActivity(v ActivityStreamsActivity)
// AppendActivityStreamsAdd appends a Add value to the back of a list of
// the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAdd(v ActivityStreamsAdd)
// AppendActivityStreamsAnnounce appends a Announce value to the back of a
// list of the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// AppendActivityStreamsApplication appends a Application value to the
// back of a list of the property "formerType". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsApplication(v ActivityStreamsApplication)
// AppendActivityStreamsArrive appends a Arrive value to the back of a
// list of the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsArrive(v ActivityStreamsArrive)
// AppendActivityStreamsArticle appends a Article value to the back of a
// list of the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsArticle(v ActivityStreamsArticle)
// AppendActivityStreamsAudio appends a Audio value to the back of a list
// of the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAudio(v ActivityStreamsAudio)
// AppendActivityStreamsBlock appends a Block value to the back of a list
// of the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsBlock(v ActivityStreamsBlock)
// AppendActivityStreamsCollection appends a Collection value to the back
// of a list of the property "formerType". Invalidates iterators that
// are traversing using Prev.
AppendActivityStreamsCollection(v ActivityStreamsCollection)
// AppendActivityStreamsCollectionPage appends a CollectionPage value to
// the back of a list of the property "formerType". Invalidates
// iterators that are traversing using Prev.
AppendActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// AppendActivityStreamsCreate appends a Create value to the back of a
// list of the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsCreate(v ActivityStreamsCreate)
// AppendActivityStreamsDelete appends a Delete value to the back of a
// list of the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDelete(v ActivityStreamsDelete)
// AppendActivityStreamsDislike appends a Dislike value to the back of a
// list of the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDislike(v ActivityStreamsDislike)
// AppendActivityStreamsDocument appends a Document value to the back of a
// list of the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDocument(v ActivityStreamsDocument)
// AppendActivityStreamsEvent appends a Event value to the back of a list
// of the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsEvent(v ActivityStreamsEvent)
// AppendActivityStreamsFlag appends a Flag value to the back of a list of
// the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsFlag(v ActivityStreamsFlag)
// AppendActivityStreamsFollow appends a Follow value to the back of a
// list of the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsFollow(v ActivityStreamsFollow)
// AppendActivityStreamsGroup appends a Group value to the back of a list
// of the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsGroup(v ActivityStreamsGroup)
// AppendActivityStreamsIgnore appends a Ignore value to the back of a
// list of the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsIgnore(v ActivityStreamsIgnore)
// AppendActivityStreamsImage appends a Image value to the back of a list
// of the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsImage(v ActivityStreamsImage)
// AppendActivityStreamsIntransitiveActivity appends a
// IntransitiveActivity value to the back of a list of the property
// "formerType". Invalidates iterators that are traversing using Prev.
AppendActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// AppendActivityStreamsInvite appends a Invite value to the back of a
// list of the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsInvite(v ActivityStreamsInvite)
// AppendActivityStreamsJoin appends a Join value to the back of a list of
// the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsJoin(v ActivityStreamsJoin)
// AppendActivityStreamsLeave appends a Leave value to the back of a list
// of the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsLeave(v ActivityStreamsLeave)
// AppendActivityStreamsLike appends a Like value to the back of a list of
// the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsLike(v ActivityStreamsLike)
// AppendActivityStreamsListen appends a Listen value to the back of a
// list of the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsListen(v ActivityStreamsListen)
// AppendActivityStreamsMove appends a Move value to the back of a list of
// the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsMove(v ActivityStreamsMove)
// AppendActivityStreamsNote appends a Note value to the back of a list of
// the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsNote(v ActivityStreamsNote)
// AppendActivityStreamsObject appends a Object value to the back of a
// list of the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsObject(v ActivityStreamsObject)
// AppendActivityStreamsOffer appends a Offer value to the back of a list
// of the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsOffer(v ActivityStreamsOffer)
// AppendActivityStreamsOrderedCollection appends a OrderedCollection
// value to the back of a list of the property "formerType".
// Invalidates iterators that are traversing using Prev.
AppendActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// AppendActivityStreamsOrderedCollectionPage appends a
// OrderedCollectionPage value to the back of a list of the property
// "formerType". Invalidates iterators that are traversing using Prev.
AppendActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// AppendActivityStreamsOrganization appends a Organization value to the
// back of a list of the property "formerType". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsOrganization(v ActivityStreamsOrganization)
// AppendActivityStreamsPage appends a Page value to the back of a list of
// the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsPage(v ActivityStreamsPage)
// AppendActivityStreamsPerson appends a Person value to the back of a
// list of the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsPerson(v ActivityStreamsPerson)
// AppendActivityStreamsPlace appends a Place value to the back of a list
// of the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsPlace(v ActivityStreamsPlace)
// AppendActivityStreamsProfile appends a Profile value to the back of a
// list of the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsProfile(v ActivityStreamsProfile)
// AppendActivityStreamsQuestion appends a Question value to the back of a
// list of the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsQuestion(v ActivityStreamsQuestion)
// AppendActivityStreamsRead appends a Read value to the back of a list of
// the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsRead(v ActivityStreamsRead)
// AppendActivityStreamsReject appends a Reject value to the back of a
// list of the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsReject(v ActivityStreamsReject)
// AppendActivityStreamsRelationship appends a Relationship value to the
// back of a list of the property "formerType". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsRelationship(v ActivityStreamsRelationship)
// AppendActivityStreamsRemove appends a Remove value to the back of a
// list of the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsRemove(v ActivityStreamsRemove)
// AppendActivityStreamsService appends a Service value to the back of a
// list of the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsService(v ActivityStreamsService)
// AppendActivityStreamsTentativeAccept appends a TentativeAccept value to
// the back of a list of the property "formerType". Invalidates
// iterators that are traversing using Prev.
AppendActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// AppendActivityStreamsTentativeReject appends a TentativeReject value to
// the back of a list of the property "formerType". Invalidates
// iterators that are traversing using Prev.
AppendActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// AppendActivityStreamsTombstone appends a Tombstone value to the back of
// a list of the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsTombstone(v ActivityStreamsTombstone)
// AppendActivityStreamsTravel appends a Travel value to the back of a
// list of the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsTravel(v ActivityStreamsTravel)
// AppendActivityStreamsUndo appends a Undo value to the back of a list of
// the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsUndo(v ActivityStreamsUndo)
// AppendActivityStreamsUpdate appends a Update value to the back of a
// list of the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsUpdate(v ActivityStreamsUpdate)
// AppendActivityStreamsVideo appends a Video value to the back of a list
// of the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsVideo(v ActivityStreamsVideo)
// AppendActivityStreamsView appends a View value to the back of a list of
// the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsView(v ActivityStreamsView)
// AppendFunkwhaleAlbum appends a Album value to the back of a list of the
// property "formerType". Invalidates iterators that are traversing
// using Prev.
AppendFunkwhaleAlbum(v FunkwhaleAlbum)
// AppendFunkwhaleArtist appends a Artist value to the back of a list of
// the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendFunkwhaleArtist(v FunkwhaleArtist)
// AppendFunkwhaleLibrary appends a Library value to the back of a list of
// the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendFunkwhaleLibrary(v FunkwhaleLibrary)
// AppendFunkwhaleTrack appends a Track value to the back of a list of the
// property "formerType". Invalidates iterators that are traversing
// using Prev.
AppendFunkwhaleTrack(v FunkwhaleTrack)
// AppendGoToSocialAnnounceApproval appends a AnnounceApproval value to
// the back of a list of the property "formerType". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// AppendGoToSocialAnnounceAuthorization appends a AnnounceAuthorization
// value to the back of a list of the property "formerType".
// Invalidates iterators that are traversing using Prev.
AppendGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// AppendGoToSocialAnnounceRequest appends a AnnounceRequest value to the
// back of a list of the property "formerType". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// AppendGoToSocialLikeApproval appends a LikeApproval value to the back
// of a list of the property "formerType". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialLikeApproval(v GoToSocialLikeApproval)
// AppendGoToSocialLikeAuthorization appends a LikeAuthorization value to
// the back of a list of the property "formerType". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// AppendGoToSocialLikeRequest appends a LikeRequest value to the back of
// a list of the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialLikeRequest(v GoToSocialLikeRequest)
// AppendGoToSocialQuoteAuthorization appends a QuoteAuthorization value
// to the back of a list of the property "formerType". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// AppendGoToSocialQuoteRequest appends a QuoteRequest value to the back
// of a list of the property "formerType". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// AppendGoToSocialReplyApproval appends a ReplyApproval value to the back
// of a list of the property "formerType". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialReplyApproval(v GoToSocialReplyApproval)
// AppendGoToSocialReplyAuthorization appends a ReplyAuthorization value
// to the back of a list of the property "formerType". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// AppendGoToSocialReplyRequest appends a ReplyRequest value to the back
// of a list of the property "formerType". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialReplyRequest(v GoToSocialReplyRequest)
// AppendIRI appends an IRI value to the back of a list of the property
// "formerType"
AppendIRI(v *url.URL)
// AppendLitePubEmojiReact appends a EmojiReact value to the back of a
// list of the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendLitePubEmojiReact(v LitePubEmojiReact)
// AppendSchemaPropertyValue appends a PropertyValue value to the back of
// a list of the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendSchemaPropertyValue(v SchemaPropertyValue)
// AppendTootEmoji appends a Emoji value to the back of a list of the
// property "formerType". Invalidates iterators that are traversing
// using Prev.
AppendTootEmoji(v TootEmoji)
// AppendTootIdentityProof appends a IdentityProof value to the back of a
// list of the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendTootIdentityProof(v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "formerType". Invalidates iterators that are
// traversing using Prev. Returns an error if the type is not a valid
// one to set for this property.
AppendType(t Type) error
// AppendXMLSchemaString appends a string value to the back of a list of
// the property "formerType". Invalidates iterators that are
// traversing using Prev.
AppendXMLSchemaString(v string)
// At returns the property value for the specified index. Panics if the
// index is out of bounds.
At(index int) ActivityStreamsFormerTypePropertyIterator
// 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.
Begin() ActivityStreamsFormerTypePropertyIterator
// Empty returns returns true if there are no elements.
Empty() bool
// 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.
End() ActivityStreamsFormerTypePropertyIterator
// InsertActivityStreamsAccept inserts a Accept value at the specified
// index for a property "formerType". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsAccept(idx int, v ActivityStreamsAccept)
// InsertActivityStreamsActivity inserts a Activity value at the specified
// index for a property "formerType". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsActivity(idx int, v ActivityStreamsActivity)
// InsertActivityStreamsAdd inserts a Add value at the specified index for
// a property "formerType". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsAdd(idx int, v ActivityStreamsAdd)
// InsertActivityStreamsAnnounce inserts a Announce value at the specified
// index for a property "formerType". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsAnnounce(idx int, v ActivityStreamsAnnounce)
// InsertActivityStreamsApplication inserts a Application value at the
// specified index for a property "formerType". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsApplication(idx int, v ActivityStreamsApplication)
// InsertActivityStreamsArrive inserts a Arrive value at the specified
// index for a property "formerType". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsArrive(idx int, v ActivityStreamsArrive)
// InsertActivityStreamsArticle inserts a Article value at the specified
// index for a property "formerType". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsArticle(idx int, v ActivityStreamsArticle)
// InsertActivityStreamsAudio inserts a Audio value at the specified index
// for a property "formerType". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsAudio(idx int, v ActivityStreamsAudio)
// InsertActivityStreamsBlock inserts a Block value at the specified index
// for a property "formerType". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsBlock(idx int, v ActivityStreamsBlock)
// InsertActivityStreamsCollection inserts a Collection value at the
// specified index for a property "formerType". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsCollection(idx int, v ActivityStreamsCollection)
// InsertActivityStreamsCollectionPage inserts a CollectionPage value at
// the specified index for a property "formerType". Existing elements
// at that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsCollectionPage(idx int, v ActivityStreamsCollectionPage)
// InsertActivityStreamsCreate inserts a Create value at the specified
// index for a property "formerType". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsCreate(idx int, v ActivityStreamsCreate)
// InsertActivityStreamsDelete inserts a Delete value at the specified
// index for a property "formerType". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDelete(idx int, v ActivityStreamsDelete)
// InsertActivityStreamsDislike inserts a Dislike value at the specified
// index for a property "formerType". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDislike(idx int, v ActivityStreamsDislike)
// InsertActivityStreamsDocument inserts a Document value at the specified
// index for a property "formerType". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDocument(idx int, v ActivityStreamsDocument)
// InsertActivityStreamsEvent inserts a Event value at the specified index
// for a property "formerType". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsEvent(idx int, v ActivityStreamsEvent)
// InsertActivityStreamsFlag inserts a Flag value at the specified index
// for a property "formerType". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsFlag(idx int, v ActivityStreamsFlag)
// InsertActivityStreamsFollow inserts a Follow value at the specified
// index for a property "formerType". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsFollow(idx int, v ActivityStreamsFollow)
// InsertActivityStreamsGroup inserts a Group value at the specified index
// for a property "formerType". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsGroup(idx int, v ActivityStreamsGroup)
// InsertActivityStreamsIgnore inserts a Ignore value at the specified
// index for a property "formerType". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsIgnore(idx int, v ActivityStreamsIgnore)
// InsertActivityStreamsImage inserts a Image value at the specified index
// for a property "formerType". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsImage(idx int, v ActivityStreamsImage)
// InsertActivityStreamsIntransitiveActivity inserts a
// IntransitiveActivity value at the specified index for a property
// "formerType". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertActivityStreamsIntransitiveActivity(idx int, v ActivityStreamsIntransitiveActivity)
// InsertActivityStreamsInvite inserts a Invite value at the specified
// index for a property "formerType". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsInvite(idx int, v ActivityStreamsInvite)
// InsertActivityStreamsJoin inserts a Join value at the specified index
// for a property "formerType". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsJoin(idx int, v ActivityStreamsJoin)
// InsertActivityStreamsLeave inserts a Leave value at the specified index
// for a property "formerType". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsLeave(idx int, v ActivityStreamsLeave)
// InsertActivityStreamsLike inserts a Like value at the specified index
// for a property "formerType". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsLike(idx int, v ActivityStreamsLike)
// InsertActivityStreamsListen inserts a Listen value at the specified
// index for a property "formerType". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsListen(idx int, v ActivityStreamsListen)
// InsertActivityStreamsMove inserts a Move value at the specified index
// for a property "formerType". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsMove(idx int, v ActivityStreamsMove)
// InsertActivityStreamsNote inserts a Note value at the specified index
// for a property "formerType". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsNote(idx int, v ActivityStreamsNote)
// InsertActivityStreamsObject inserts a Object value at the specified
// index for a property "formerType". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsObject(idx int, v ActivityStreamsObject)
// InsertActivityStreamsOffer inserts a Offer value at the specified index
// for a property "formerType". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsOffer(idx int, v ActivityStreamsOffer)
// InsertActivityStreamsOrderedCollection inserts a OrderedCollection
// value at the specified index for a property "formerType". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertActivityStreamsOrderedCollection(idx int, v ActivityStreamsOrderedCollection)
// InsertActivityStreamsOrderedCollectionPage inserts a
// OrderedCollectionPage value at the specified index for a property
// "formerType". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertActivityStreamsOrderedCollectionPage(idx int, v ActivityStreamsOrderedCollectionPage)
// InsertActivityStreamsOrganization inserts a Organization value at the
// specified index for a property "formerType". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsOrganization(idx int, v ActivityStreamsOrganization)
// InsertActivityStreamsPage inserts a Page value at the specified index
// for a property "formerType". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsPage(idx int, v ActivityStreamsPage)
// InsertActivityStreamsPerson inserts a Person value at the specified
// index for a property "formerType". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsPerson(idx int, v ActivityStreamsPerson)
// InsertActivityStreamsPlace inserts a Place value at the specified index
// for a property "formerType". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsPlace(idx int, v ActivityStreamsPlace)
// InsertActivityStreamsProfile inserts a Profile value at the specified
// index for a property "formerType". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsProfile(idx int, v ActivityStreamsProfile)
// InsertActivityStreamsQuestion inserts a Question value at the specified
// index for a property "formerType". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsQuestion(idx int, v ActivityStreamsQuestion)
// InsertActivityStreamsRead inserts a Read value at the specified index
// for a property "formerType". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsRead(idx int, v ActivityStreamsRead)
// InsertActivityStreamsReject inserts a Reject value at the specified
// index for a property "formerType". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsReject(idx int, v ActivityStreamsReject)
// InsertActivityStreamsRelationship inserts a Relationship value at the
// specified index for a property "formerType". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsRelationship(idx int, v ActivityStreamsRelationship)
// InsertActivityStreamsRemove inserts a Remove value at the specified
// index for a property "formerType". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsRemove(idx int, v ActivityStreamsRemove)
// InsertActivityStreamsService inserts a Service value at the specified
// index for a property "formerType". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsService(idx int, v ActivityStreamsService)
// InsertActivityStreamsTentativeAccept inserts a TentativeAccept value at
// the specified index for a property "formerType". Existing elements
// at that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsTentativeAccept(idx int, v ActivityStreamsTentativeAccept)
// InsertActivityStreamsTentativeReject inserts a TentativeReject value at
// the specified index for a property "formerType". Existing elements
// at that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsTentativeReject(idx int, v ActivityStreamsTentativeReject)
// InsertActivityStreamsTombstone inserts a Tombstone value at the
// specified index for a property "formerType". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsTombstone(idx int, v ActivityStreamsTombstone)
// InsertActivityStreamsTravel inserts a Travel value at the specified
// index for a property "formerType". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsTravel(idx int, v ActivityStreamsTravel)
// InsertActivityStreamsUndo inserts a Undo value at the specified index
// for a property "formerType". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsUndo(idx int, v ActivityStreamsUndo)
// InsertActivityStreamsUpdate inserts a Update value at the specified
// index for a property "formerType". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsUpdate(idx int, v ActivityStreamsUpdate)
// InsertActivityStreamsVideo inserts a Video value at the specified index
// for a property "formerType". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsVideo(idx int, v ActivityStreamsVideo)
// InsertActivityStreamsView inserts a View value at the specified index
// for a property "formerType". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsView(idx int, v ActivityStreamsView)
// InsertFunkwhaleAlbum inserts a Album value at the specified index for a
// property "formerType". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertFunkwhaleAlbum(idx int, v FunkwhaleAlbum)
// InsertFunkwhaleArtist inserts a Artist value at the specified index for
// a property "formerType". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertFunkwhaleArtist(idx int, v FunkwhaleArtist)
// InsertFunkwhaleLibrary inserts a Library value at the specified index
// for a property "formerType". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertFunkwhaleLibrary(idx int, v FunkwhaleLibrary)
// InsertFunkwhaleTrack inserts a Track value at the specified index for a
// property "formerType". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertFunkwhaleTrack(idx int, v FunkwhaleTrack)
// InsertGoToSocialAnnounceApproval inserts a AnnounceApproval value at
// the specified index for a property "formerType". Existing elements
// at that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialAnnounceApproval(idx int, v GoToSocialAnnounceApproval)
// InsertGoToSocialAnnounceAuthorization inserts a AnnounceAuthorization
// value at the specified index for a property "formerType". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertGoToSocialAnnounceAuthorization(idx int, v GoToSocialAnnounceAuthorization)
// InsertGoToSocialAnnounceRequest inserts a AnnounceRequest value at the
// specified index for a property "formerType". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialAnnounceRequest(idx int, v GoToSocialAnnounceRequest)
// InsertGoToSocialLikeApproval inserts a LikeApproval value at the
// specified index for a property "formerType". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialLikeApproval(idx int, v GoToSocialLikeApproval)
// InsertGoToSocialLikeAuthorization inserts a LikeAuthorization value at
// the specified index for a property "formerType". Existing elements
// at that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialLikeAuthorization(idx int, v GoToSocialLikeAuthorization)
// InsertGoToSocialLikeRequest inserts a LikeRequest value at the
// specified index for a property "formerType". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// InsertGoToSocialQuoteAuthorization inserts a QuoteAuthorization value
// at the specified index for a property "formerType". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertGoToSocialQuoteAuthorization(idx int, v GoToSocialQuoteAuthorization)
// InsertGoToSocialQuoteRequest inserts a QuoteRequest value at the
// specified index for a property "formerType". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialQuoteRequest(idx int, v GoToSocialQuoteRequest)
// InsertGoToSocialReplyApproval inserts a ReplyApproval value at the
// specified index for a property "formerType". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialReplyApproval(idx int, v GoToSocialReplyApproval)
// InsertGoToSocialReplyAuthorization inserts a ReplyAuthorization value
// at the specified index for a property "formerType". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertGoToSocialReplyAuthorization(idx int, v GoToSocialReplyAuthorization)
// InsertGoToSocialReplyRequest inserts a ReplyRequest value at the
// specified index for a property "formerType". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialReplyRequest(idx int, v GoToSocialReplyRequest)
// Insert inserts an IRI value at the specified index for a property
// "formerType". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertIRI(idx int, v *url.URL)
// InsertLitePubEmojiReact inserts a EmojiReact value at the specified
// index for a property "formerType". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertLitePubEmojiReact(idx int, v LitePubEmojiReact)
// InsertSchemaPropertyValue inserts a PropertyValue value at the
// specified index for a property "formerType". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertSchemaPropertyValue(idx int, v SchemaPropertyValue)
// InsertTootEmoji inserts a Emoji value at the specified index for a
// property "formerType". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertTootEmoji(idx int, v TootEmoji)
// InsertTootIdentityProof inserts a IdentityProof value at the specified
// index for a property "formerType". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertTootIdentityProof(idx int, v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "formerType". Invalidates all iterators. Returns an
// error if the type is not a valid one to set for this property.
InsertType(idx int, t Type) error
// InsertXMLSchemaString inserts a string value at the specified index for
// a property "formerType". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertXMLSchemaString(idx int, v 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.
JSONLDContext() map[string]string
// 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.
KindIndex(idx int) int
// Len returns the number of values that exist for the "formerType"
// property.
Len() (length int)
// Less computes whether another property is less than this one. Mixing
// types results in a consistent but arbitrary ordering
Less(i, j int) 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.
LessThan(o ActivityStreamsFormerTypeProperty) bool
// Name returns the name of this property ("formerType") with any alias.
Name() string
// PrependActivityStreamsAccept prepends a Accept value to the front of a
// list of the property "formerType". Invalidates all iterators.
PrependActivityStreamsAccept(v ActivityStreamsAccept)
// PrependActivityStreamsActivity prepends a Activity value to the front
// of a list of the property "formerType". Invalidates all iterators.
PrependActivityStreamsActivity(v ActivityStreamsActivity)
// PrependActivityStreamsAdd prepends a Add value to the front of a list
// of the property "formerType". Invalidates all iterators.
PrependActivityStreamsAdd(v ActivityStreamsAdd)
// PrependActivityStreamsAnnounce prepends a Announce value to the front
// of a list of the property "formerType". Invalidates all iterators.
PrependActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// PrependActivityStreamsApplication prepends a Application value to the
// front of a list of the property "formerType". Invalidates all
// iterators.
PrependActivityStreamsApplication(v ActivityStreamsApplication)
// PrependActivityStreamsArrive prepends a Arrive value to the front of a
// list of the property "formerType". Invalidates all iterators.
PrependActivityStreamsArrive(v ActivityStreamsArrive)
// PrependActivityStreamsArticle prepends a Article value to the front of
// a list of the property "formerType". Invalidates all iterators.
PrependActivityStreamsArticle(v ActivityStreamsArticle)
// PrependActivityStreamsAudio prepends a Audio value to the front of a
// list of the property "formerType". Invalidates all iterators.
PrependActivityStreamsAudio(v ActivityStreamsAudio)
// PrependActivityStreamsBlock prepends a Block value to the front of a
// list of the property "formerType". Invalidates all iterators.
PrependActivityStreamsBlock(v ActivityStreamsBlock)
// PrependActivityStreamsCollection prepends a Collection value to the
// front of a list of the property "formerType". Invalidates all
// iterators.
PrependActivityStreamsCollection(v ActivityStreamsCollection)
// PrependActivityStreamsCollectionPage prepends a CollectionPage value to
// the front of a list of the property "formerType". Invalidates all
// iterators.
PrependActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// PrependActivityStreamsCreate prepends a Create value to the front of a
// list of the property "formerType". Invalidates all iterators.
PrependActivityStreamsCreate(v ActivityStreamsCreate)
// PrependActivityStreamsDelete prepends a Delete value to the front of a
// list of the property "formerType". Invalidates all iterators.
PrependActivityStreamsDelete(v ActivityStreamsDelete)
// PrependActivityStreamsDislike prepends a Dislike value to the front of
// a list of the property "formerType". Invalidates all iterators.
PrependActivityStreamsDislike(v ActivityStreamsDislike)
// PrependActivityStreamsDocument prepends a Document value to the front
// of a list of the property "formerType". Invalidates all iterators.
PrependActivityStreamsDocument(v ActivityStreamsDocument)
// PrependActivityStreamsEvent prepends a Event value to the front of a
// list of the property "formerType". Invalidates all iterators.
PrependActivityStreamsEvent(v ActivityStreamsEvent)
// PrependActivityStreamsFlag prepends a Flag value to the front of a list
// of the property "formerType". Invalidates all iterators.
PrependActivityStreamsFlag(v ActivityStreamsFlag)
// PrependActivityStreamsFollow prepends a Follow value to the front of a
// list of the property "formerType". Invalidates all iterators.
PrependActivityStreamsFollow(v ActivityStreamsFollow)
// PrependActivityStreamsGroup prepends a Group value to the front of a
// list of the property "formerType". Invalidates all iterators.
PrependActivityStreamsGroup(v ActivityStreamsGroup)
// PrependActivityStreamsIgnore prepends a Ignore value to the front of a
// list of the property "formerType". Invalidates all iterators.
PrependActivityStreamsIgnore(v ActivityStreamsIgnore)
// PrependActivityStreamsImage prepends a Image value to the front of a
// list of the property "formerType". Invalidates all iterators.
PrependActivityStreamsImage(v ActivityStreamsImage)
// PrependActivityStreamsIntransitiveActivity prepends a
// IntransitiveActivity value to the front of a list of the property
// "formerType". Invalidates all iterators.
PrependActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// PrependActivityStreamsInvite prepends a Invite value to the front of a
// list of the property "formerType". Invalidates all iterators.
PrependActivityStreamsInvite(v ActivityStreamsInvite)
// PrependActivityStreamsJoin prepends a Join value to the front of a list
// of the property "formerType". Invalidates all iterators.
PrependActivityStreamsJoin(v ActivityStreamsJoin)
// PrependActivityStreamsLeave prepends a Leave value to the front of a
// list of the property "formerType". Invalidates all iterators.
PrependActivityStreamsLeave(v ActivityStreamsLeave)
// PrependActivityStreamsLike prepends a Like value to the front of a list
// of the property "formerType". Invalidates all iterators.
PrependActivityStreamsLike(v ActivityStreamsLike)
// PrependActivityStreamsListen prepends a Listen value to the front of a
// list of the property "formerType". Invalidates all iterators.
PrependActivityStreamsListen(v ActivityStreamsListen)
// PrependActivityStreamsMove prepends a Move value to the front of a list
// of the property "formerType". Invalidates all iterators.
PrependActivityStreamsMove(v ActivityStreamsMove)
// PrependActivityStreamsNote prepends a Note value to the front of a list
// of the property "formerType". Invalidates all iterators.
PrependActivityStreamsNote(v ActivityStreamsNote)
// PrependActivityStreamsObject prepends a Object value to the front of a
// list of the property "formerType". Invalidates all iterators.
PrependActivityStreamsObject(v ActivityStreamsObject)
// PrependActivityStreamsOffer prepends a Offer value to the front of a
// list of the property "formerType". Invalidates all iterators.
PrependActivityStreamsOffer(v ActivityStreamsOffer)
// PrependActivityStreamsOrderedCollection prepends a OrderedCollection
// value to the front of a list of the property "formerType".
// Invalidates all iterators.
PrependActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// PrependActivityStreamsOrderedCollectionPage prepends a
// OrderedCollectionPage value to the front of a list of the property
// "formerType". Invalidates all iterators.
PrependActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// PrependActivityStreamsOrganization prepends a Organization value to the
// front of a list of the property "formerType". Invalidates all
// iterators.
PrependActivityStreamsOrganization(v ActivityStreamsOrganization)
// PrependActivityStreamsPage prepends a Page value to the front of a list
// of the property "formerType". Invalidates all iterators.
PrependActivityStreamsPage(v ActivityStreamsPage)
// PrependActivityStreamsPerson prepends a Person value to the front of a
// list of the property "formerType". Invalidates all iterators.
PrependActivityStreamsPerson(v ActivityStreamsPerson)
// PrependActivityStreamsPlace prepends a Place value to the front of a
// list of the property "formerType". Invalidates all iterators.
PrependActivityStreamsPlace(v ActivityStreamsPlace)
// PrependActivityStreamsProfile prepends a Profile value to the front of
// a list of the property "formerType". Invalidates all iterators.
PrependActivityStreamsProfile(v ActivityStreamsProfile)
// PrependActivityStreamsQuestion prepends a Question value to the front
// of a list of the property "formerType". Invalidates all iterators.
PrependActivityStreamsQuestion(v ActivityStreamsQuestion)
// PrependActivityStreamsRead prepends a Read value to the front of a list
// of the property "formerType". Invalidates all iterators.
PrependActivityStreamsRead(v ActivityStreamsRead)
// PrependActivityStreamsReject prepends a Reject value to the front of a
// list of the property "formerType". Invalidates all iterators.
PrependActivityStreamsReject(v ActivityStreamsReject)
// PrependActivityStreamsRelationship prepends a Relationship value to the
// front of a list of the property "formerType". Invalidates all
// iterators.
PrependActivityStreamsRelationship(v ActivityStreamsRelationship)
// PrependActivityStreamsRemove prepends a Remove value to the front of a
// list of the property "formerType". Invalidates all iterators.
PrependActivityStreamsRemove(v ActivityStreamsRemove)
// PrependActivityStreamsService prepends a Service value to the front of
// a list of the property "formerType". Invalidates all iterators.
PrependActivityStreamsService(v ActivityStreamsService)
// PrependActivityStreamsTentativeAccept prepends a TentativeAccept value
// to the front of a list of the property "formerType". Invalidates
// all iterators.
PrependActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// PrependActivityStreamsTentativeReject prepends a TentativeReject value
// to the front of a list of the property "formerType". Invalidates
// all iterators.
PrependActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// PrependActivityStreamsTombstone prepends a Tombstone value to the front
// of a list of the property "formerType". Invalidates all iterators.
PrependActivityStreamsTombstone(v ActivityStreamsTombstone)
// PrependActivityStreamsTravel prepends a Travel value to the front of a
// list of the property "formerType". Invalidates all iterators.
PrependActivityStreamsTravel(v ActivityStreamsTravel)
// PrependActivityStreamsUndo prepends a Undo value to the front of a list
// of the property "formerType". Invalidates all iterators.
PrependActivityStreamsUndo(v ActivityStreamsUndo)
// PrependActivityStreamsUpdate prepends a Update value to the front of a
// list of the property "formerType". Invalidates all iterators.
PrependActivityStreamsUpdate(v ActivityStreamsUpdate)
// PrependActivityStreamsVideo prepends a Video value to the front of a
// list of the property "formerType". Invalidates all iterators.
PrependActivityStreamsVideo(v ActivityStreamsVideo)
// PrependActivityStreamsView prepends a View value to the front of a list
// of the property "formerType". Invalidates all iterators.
PrependActivityStreamsView(v ActivityStreamsView)
// PrependFunkwhaleAlbum prepends a Album value to the front of a list of
// the property "formerType". Invalidates all iterators.
PrependFunkwhaleAlbum(v FunkwhaleAlbum)
// PrependFunkwhaleArtist prepends a Artist value to the front of a list
// of the property "formerType". Invalidates all iterators.
PrependFunkwhaleArtist(v FunkwhaleArtist)
// PrependFunkwhaleLibrary prepends a Library value to the front of a list
// of the property "formerType". Invalidates all iterators.
PrependFunkwhaleLibrary(v FunkwhaleLibrary)
// PrependFunkwhaleTrack prepends a Track value to the front of a list of
// the property "formerType". Invalidates all iterators.
PrependFunkwhaleTrack(v FunkwhaleTrack)
// PrependGoToSocialAnnounceApproval prepends a AnnounceApproval value to
// the front of a list of the property "formerType". Invalidates all
// iterators.
PrependGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// PrependGoToSocialAnnounceAuthorization prepends a AnnounceAuthorization
// value to the front of a list of the property "formerType".
// Invalidates all iterators.
PrependGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// PrependGoToSocialAnnounceRequest prepends a AnnounceRequest value to
// the front of a list of the property "formerType". Invalidates all
// iterators.
PrependGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// PrependGoToSocialLikeApproval prepends a LikeApproval value to the
// front of a list of the property "formerType". Invalidates all
// iterators.
PrependGoToSocialLikeApproval(v GoToSocialLikeApproval)
// PrependGoToSocialLikeAuthorization prepends a LikeAuthorization value
// to the front of a list of the property "formerType". Invalidates
// all iterators.
PrependGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// PrependGoToSocialLikeRequest prepends a LikeRequest value to the front
// of a list of the property "formerType". Invalidates all iterators.
PrependGoToSocialLikeRequest(v GoToSocialLikeRequest)
// PrependGoToSocialQuoteAuthorization prepends a QuoteAuthorization value
// to the front of a list of the property "formerType". Invalidates
// all iterators.
PrependGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// PrependGoToSocialQuoteRequest prepends a QuoteRequest value to the
// front of a list of the property "formerType". Invalidates all
// iterators.
PrependGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// PrependGoToSocialReplyApproval prepends a ReplyApproval value to the
// front of a list of the property "formerType". Invalidates all
// iterators.
PrependGoToSocialReplyApproval(v GoToSocialReplyApproval)
// PrependGoToSocialReplyAuthorization prepends a ReplyAuthorization value
// to the front of a list of the property "formerType". Invalidates
// all iterators.
PrependGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// PrependGoToSocialReplyRequest prepends a ReplyRequest value to the
// front of a list of the property "formerType". Invalidates all
// iterators.
PrependGoToSocialReplyRequest(v GoToSocialReplyRequest)
// PrependIRI prepends an IRI value to the front of a list of the property
// "formerType".
PrependIRI(v *url.URL)
// PrependLitePubEmojiReact prepends a EmojiReact value to the front of a
// list of the property "formerType". Invalidates all iterators.
PrependLitePubEmojiReact(v LitePubEmojiReact)
// PrependSchemaPropertyValue prepends a PropertyValue value to the front
// of a list of the property "formerType". Invalidates all iterators.
PrependSchemaPropertyValue(v SchemaPropertyValue)
// PrependTootEmoji prepends a Emoji value to the front of a list of the
// property "formerType". Invalidates all iterators.
PrependTootEmoji(v TootEmoji)
// PrependTootIdentityProof prepends a IdentityProof value to the front of
// a list of the property "formerType". Invalidates all iterators.
PrependTootIdentityProof(v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "formerType". Invalidates all iterators. Returns an
// error if the type is not a valid one to set for this property.
PrependType(t Type) error
// PrependXMLSchemaString prepends a string value to the front of a list
// of the property "formerType". Invalidates all iterators.
PrependXMLSchemaString(v string)
// Remove deletes an element at the specified index from a list of the
// property "formerType", regardless of its type. Panics if the index
// is out of bounds. Invalidates all iterators.
Remove(idx int)
// 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.
Serialize() (interface{}, error)
// SetActivityStreamsAccept sets a Accept value to be at the specified
// index for the property "formerType". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsAccept(idx int, v ActivityStreamsAccept)
// SetActivityStreamsActivity sets a Activity value to be at the specified
// index for the property "formerType". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsActivity(idx int, v ActivityStreamsActivity)
// SetActivityStreamsAdd sets a Add value to be at the specified index for
// the property "formerType". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsAdd(idx int, v ActivityStreamsAdd)
// SetActivityStreamsAnnounce sets a Announce value to be at the specified
// index for the property "formerType". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsAnnounce(idx int, v ActivityStreamsAnnounce)
// SetActivityStreamsApplication sets a Application value to be at the
// specified index for the property "formerType". Panics if the index
// is out of bounds. Invalidates all iterators.
SetActivityStreamsApplication(idx int, v ActivityStreamsApplication)
// SetActivityStreamsArrive sets a Arrive value to be at the specified
// index for the property "formerType". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsArrive(idx int, v ActivityStreamsArrive)
// SetActivityStreamsArticle sets a Article value to be at the specified
// index for the property "formerType". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsArticle(idx int, v ActivityStreamsArticle)
// SetActivityStreamsAudio sets a Audio value to be at the specified index
// for the property "formerType". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsAudio(idx int, v ActivityStreamsAudio)
// SetActivityStreamsBlock sets a Block value to be at the specified index
// for the property "formerType". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsBlock(idx int, v ActivityStreamsBlock)
// SetActivityStreamsCollection sets a Collection value to be at the
// specified index for the property "formerType". Panics if the index
// is out of bounds. Invalidates all iterators.
SetActivityStreamsCollection(idx int, v ActivityStreamsCollection)
// SetActivityStreamsCollectionPage sets a CollectionPage value to be at
// the specified index for the property "formerType". Panics if the
// index is out of bounds. Invalidates all iterators.
SetActivityStreamsCollectionPage(idx int, v ActivityStreamsCollectionPage)
// SetActivityStreamsCreate sets a Create value to be at the specified
// index for the property "formerType". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsCreate(idx int, v ActivityStreamsCreate)
// SetActivityStreamsDelete sets a Delete value to be at the specified
// index for the property "formerType". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsDelete(idx int, v ActivityStreamsDelete)
// SetActivityStreamsDislike sets a Dislike value to be at the specified
// index for the property "formerType". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsDislike(idx int, v ActivityStreamsDislike)
// SetActivityStreamsDocument sets a Document value to be at the specified
// index for the property "formerType". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsDocument(idx int, v ActivityStreamsDocument)
// SetActivityStreamsEvent sets a Event value to be at the specified index
// for the property "formerType". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsEvent(idx int, v ActivityStreamsEvent)
// SetActivityStreamsFlag sets a Flag value to be at the specified index
// for the property "formerType". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsFlag(idx int, v ActivityStreamsFlag)
// SetActivityStreamsFollow sets a Follow value to be at the specified
// index for the property "formerType". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsFollow(idx int, v ActivityStreamsFollow)
// SetActivityStreamsGroup sets a Group value to be at the specified index
// for the property "formerType". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsGroup(idx int, v ActivityStreamsGroup)
// SetActivityStreamsIgnore sets a Ignore value to be at the specified
// index for the property "formerType". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsIgnore(idx int, v ActivityStreamsIgnore)
// SetActivityStreamsImage sets a Image value to be at the specified index
// for the property "formerType". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsImage(idx int, v ActivityStreamsImage)
// SetActivityStreamsIntransitiveActivity sets a IntransitiveActivity
// value to be at the specified index for the property "formerType".
// Panics if the index is out of bounds. Invalidates all iterators.
SetActivityStreamsIntransitiveActivity(idx int, v ActivityStreamsIntransitiveActivity)
// SetActivityStreamsInvite sets a Invite value to be at the specified
// index for the property "formerType". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsInvite(idx int, v ActivityStreamsInvite)
// SetActivityStreamsJoin sets a Join value to be at the specified index
// for the property "formerType". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsJoin(idx int, v ActivityStreamsJoin)
// SetActivityStreamsLeave sets a Leave value to be at the specified index
// for the property "formerType". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsLeave(idx int, v ActivityStreamsLeave)
// SetActivityStreamsLike sets a Like value to be at the specified index
// for the property "formerType". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsLike(idx int, v ActivityStreamsLike)
// SetActivityStreamsListen sets a Listen value to be at the specified
// index for the property "formerType". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsListen(idx int, v ActivityStreamsListen)
// SetActivityStreamsMove sets a Move value to be at the specified index
// for the property "formerType". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsMove(idx int, v ActivityStreamsMove)
// SetActivityStreamsNote sets a Note value to be at the specified index
// for the property "formerType". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsNote(idx int, v ActivityStreamsNote)
// SetActivityStreamsObject sets a Object value to be at the specified
// index for the property "formerType". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsObject(idx int, v ActivityStreamsObject)
// SetActivityStreamsOffer sets a Offer value to be at the specified index
// for the property "formerType". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsOffer(idx int, v ActivityStreamsOffer)
// SetActivityStreamsOrderedCollection sets a OrderedCollection value to
// be at the specified index for the property "formerType". Panics if
// the index is out of bounds. Invalidates all iterators.
SetActivityStreamsOrderedCollection(idx int, v ActivityStreamsOrderedCollection)
// SetActivityStreamsOrderedCollectionPage sets a OrderedCollectionPage
// value to be at the specified index for the property "formerType".
// Panics if the index is out of bounds. Invalidates all iterators.
SetActivityStreamsOrderedCollectionPage(idx int, v ActivityStreamsOrderedCollectionPage)
// SetActivityStreamsOrganization sets a Organization value to be at the
// specified index for the property "formerType". Panics if the index
// is out of bounds. Invalidates all iterators.
SetActivityStreamsOrganization(idx int, v ActivityStreamsOrganization)
// SetActivityStreamsPage sets a Page value to be at the specified index
// for the property "formerType". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsPage(idx int, v ActivityStreamsPage)
// SetActivityStreamsPerson sets a Person value to be at the specified
// index for the property "formerType". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsPerson(idx int, v ActivityStreamsPerson)
// SetActivityStreamsPlace sets a Place value to be at the specified index
// for the property "formerType". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsPlace(idx int, v ActivityStreamsPlace)
// SetActivityStreamsProfile sets a Profile value to be at the specified
// index for the property "formerType". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsProfile(idx int, v ActivityStreamsProfile)
// SetActivityStreamsQuestion sets a Question value to be at the specified
// index for the property "formerType". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsQuestion(idx int, v ActivityStreamsQuestion)
// SetActivityStreamsRead sets a Read value to be at the specified index
// for the property "formerType". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsRead(idx int, v ActivityStreamsRead)
// SetActivityStreamsReject sets a Reject value to be at the specified
// index for the property "formerType". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsReject(idx int, v ActivityStreamsReject)
// SetActivityStreamsRelationship sets a Relationship value to be at the
// specified index for the property "formerType". Panics if the index
// is out of bounds. Invalidates all iterators.
SetActivityStreamsRelationship(idx int, v ActivityStreamsRelationship)
// SetActivityStreamsRemove sets a Remove value to be at the specified
// index for the property "formerType". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsRemove(idx int, v ActivityStreamsRemove)
// SetActivityStreamsService sets a Service value to be at the specified
// index for the property "formerType". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsService(idx int, v ActivityStreamsService)
// SetActivityStreamsTentativeAccept sets a TentativeAccept value to be at
// the specified index for the property "formerType". Panics if the
// index is out of bounds. Invalidates all iterators.
SetActivityStreamsTentativeAccept(idx int, v ActivityStreamsTentativeAccept)
// SetActivityStreamsTentativeReject sets a TentativeReject value to be at
// the specified index for the property "formerType". Panics if the
// index is out of bounds. Invalidates all iterators.
SetActivityStreamsTentativeReject(idx int, v ActivityStreamsTentativeReject)
// SetActivityStreamsTombstone sets a Tombstone value to be at the
// specified index for the property "formerType". Panics if the index
// is out of bounds. Invalidates all iterators.
SetActivityStreamsTombstone(idx int, v ActivityStreamsTombstone)
// SetActivityStreamsTravel sets a Travel value to be at the specified
// index for the property "formerType". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsTravel(idx int, v ActivityStreamsTravel)
// SetActivityStreamsUndo sets a Undo value to be at the specified index
// for the property "formerType". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsUndo(idx int, v ActivityStreamsUndo)
// SetActivityStreamsUpdate sets a Update value to be at the specified
// index for the property "formerType". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsUpdate(idx int, v ActivityStreamsUpdate)
// SetActivityStreamsVideo sets a Video value to be at the specified index
// for the property "formerType". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsVideo(idx int, v ActivityStreamsVideo)
// SetActivityStreamsView sets a View value to be at the specified index
// for the property "formerType". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsView(idx int, v ActivityStreamsView)
// SetFunkwhaleAlbum sets a Album value to be at the specified index for
// the property "formerType". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleAlbum(idx int, v FunkwhaleAlbum)
// SetFunkwhaleArtist sets a Artist value to be at the specified index for
// the property "formerType". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleArtist(idx int, v FunkwhaleArtist)
// SetFunkwhaleLibrary sets a Library value to be at the specified index
// for the property "formerType". Panics if the index is out of
// bounds. Invalidates all iterators.
SetFunkwhaleLibrary(idx int, v FunkwhaleLibrary)
// SetFunkwhaleTrack sets a Track value to be at the specified index for
// the property "formerType". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleTrack(idx int, v FunkwhaleTrack)
// SetGoToSocialAnnounceApproval sets a AnnounceApproval value to be at
// the specified index for the property "formerType". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceApproval(idx int, v GoToSocialAnnounceApproval)
// SetGoToSocialAnnounceAuthorization sets a AnnounceAuthorization value
// to be at the specified index for the property "formerType". Panics
// if the index is out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceAuthorization(idx int, v GoToSocialAnnounceAuthorization)
// SetGoToSocialAnnounceRequest sets a AnnounceRequest value to be at the
// specified index for the property "formerType". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceRequest(idx int, v GoToSocialAnnounceRequest)
// SetGoToSocialLikeApproval sets a LikeApproval value to be at the
// specified index for the property "formerType". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialLikeApproval(idx int, v GoToSocialLikeApproval)
// SetGoToSocialLikeAuthorization sets a LikeAuthorization value to be at
// the specified index for the property "formerType". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialLikeAuthorization(idx int, v GoToSocialLikeAuthorization)
// SetGoToSocialLikeRequest sets a LikeRequest value to be at the
// specified index for the property "formerType". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// SetGoToSocialQuoteAuthorization sets a QuoteAuthorization value to be
// at the specified index for the property "formerType". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialQuoteAuthorization(idx int, v GoToSocialQuoteAuthorization)
// SetGoToSocialQuoteRequest sets a QuoteRequest value to be at the
// specified index for the property "formerType". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialQuoteRequest(idx int, v GoToSocialQuoteRequest)
// SetGoToSocialReplyApproval sets a ReplyApproval value to be at the
// specified index for the property "formerType". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialReplyApproval(idx int, v GoToSocialReplyApproval)
// SetGoToSocialReplyAuthorization sets a ReplyAuthorization value to be
// at the specified index for the property "formerType". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialReplyAuthorization(idx int, v GoToSocialReplyAuthorization)
// SetGoToSocialReplyRequest sets a ReplyRequest value to be at the
// specified index for the property "formerType". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialReplyRequest(idx int, v GoToSocialReplyRequest)
// SetIRI sets an IRI value to be at the specified index for the property
// "formerType". Panics if the index is out of bounds.
SetIRI(idx int, v *url.URL)
// SetLitePubEmojiReact sets a EmojiReact value to be at the specified
// index for the property "formerType". Panics if the index is out of
// bounds. Invalidates all iterators.
SetLitePubEmojiReact(idx int, v LitePubEmojiReact)
// SetSchemaPropertyValue sets a PropertyValue value to be at the
// specified index for the property "formerType". Panics if the index
// is out of bounds. Invalidates all iterators.
SetSchemaPropertyValue(idx int, v SchemaPropertyValue)
// SetTootEmoji sets a Emoji value to be at the specified index for the
// property "formerType". Panics if the index is out of bounds.
// Invalidates all iterators.
SetTootEmoji(idx int, v TootEmoji)
// SetTootIdentityProof sets a IdentityProof value to be at the specified
// index for the property "formerType". Panics if the index is out of
// bounds. Invalidates all iterators.
SetTootIdentityProof(idx int, v TootIdentityProof)
// SetType sets an arbitrary type value to the specified index of the
// property "formerType". 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.
SetType(idx int, t Type) error
// SetXMLSchemaString sets a string value to be at the specified index for
// the property "formerType". Panics if the index is out of bounds.
// Invalidates all iterators.
SetXMLSchemaString(idx int, v string)
// Swap swaps the location of values at two indices for the "formerType"
// property.
Swap(i, j int)
}
On a Tombstone object, the formerType property identifies the type of the object that was deleted.
Example 142 (https://www.w3.org/TR/activitystreams-vocabulary/#ex185b-jsonld):
{
"formerType": "/Image",
"summary": "This image has been deleted",
"type": "Tombstone",
"url": "http://example.org/image/2"
}
type ActivityStreamsFormerTypePropertyIterator ¶
type ActivityStreamsFormerTypePropertyIterator interface {
// GetActivityStreamsAccept returns the value of this property. When
// IsActivityStreamsAccept returns false, GetActivityStreamsAccept
// will return an arbitrary value.
GetActivityStreamsAccept() ActivityStreamsAccept
// GetActivityStreamsActivity returns the value of this property. When
// IsActivityStreamsActivity returns false, GetActivityStreamsActivity
// will return an arbitrary value.
GetActivityStreamsActivity() ActivityStreamsActivity
// GetActivityStreamsAdd returns the value of this property. When
// IsActivityStreamsAdd returns false, GetActivityStreamsAdd will
// return an arbitrary value.
GetActivityStreamsAdd() ActivityStreamsAdd
// GetActivityStreamsAnnounce returns the value of this property. When
// IsActivityStreamsAnnounce returns false, GetActivityStreamsAnnounce
// will return an arbitrary value.
GetActivityStreamsAnnounce() ActivityStreamsAnnounce
// GetActivityStreamsApplication returns the value of this property. When
// IsActivityStreamsApplication returns false,
// GetActivityStreamsApplication will return an arbitrary value.
GetActivityStreamsApplication() ActivityStreamsApplication
// GetActivityStreamsArrive returns the value of this property. When
// IsActivityStreamsArrive returns false, GetActivityStreamsArrive
// will return an arbitrary value.
GetActivityStreamsArrive() ActivityStreamsArrive
// GetActivityStreamsArticle returns the value of this property. When
// IsActivityStreamsArticle returns false, GetActivityStreamsArticle
// will return an arbitrary value.
GetActivityStreamsArticle() ActivityStreamsArticle
// GetActivityStreamsAudio returns the value of this property. When
// IsActivityStreamsAudio returns false, GetActivityStreamsAudio will
// return an arbitrary value.
GetActivityStreamsAudio() ActivityStreamsAudio
// GetActivityStreamsBlock returns the value of this property. When
// IsActivityStreamsBlock returns false, GetActivityStreamsBlock will
// return an arbitrary value.
GetActivityStreamsBlock() ActivityStreamsBlock
// GetActivityStreamsCollection returns the value of this property. When
// IsActivityStreamsCollection returns false,
// GetActivityStreamsCollection will return an arbitrary value.
GetActivityStreamsCollection() ActivityStreamsCollection
// GetActivityStreamsCollectionPage returns the value of this property.
// When IsActivityStreamsCollectionPage returns false,
// GetActivityStreamsCollectionPage will return an arbitrary value.
GetActivityStreamsCollectionPage() ActivityStreamsCollectionPage
// GetActivityStreamsCreate returns the value of this property. When
// IsActivityStreamsCreate returns false, GetActivityStreamsCreate
// will return an arbitrary value.
GetActivityStreamsCreate() ActivityStreamsCreate
// GetActivityStreamsDelete returns the value of this property. When
// IsActivityStreamsDelete returns false, GetActivityStreamsDelete
// will return an arbitrary value.
GetActivityStreamsDelete() ActivityStreamsDelete
// GetActivityStreamsDislike returns the value of this property. When
// IsActivityStreamsDislike returns false, GetActivityStreamsDislike
// will return an arbitrary value.
GetActivityStreamsDislike() ActivityStreamsDislike
// GetActivityStreamsDocument returns the value of this property. When
// IsActivityStreamsDocument returns false, GetActivityStreamsDocument
// will return an arbitrary value.
GetActivityStreamsDocument() ActivityStreamsDocument
// GetActivityStreamsEvent returns the value of this property. When
// IsActivityStreamsEvent returns false, GetActivityStreamsEvent will
// return an arbitrary value.
GetActivityStreamsEvent() ActivityStreamsEvent
// GetActivityStreamsFlag returns the value of this property. When
// IsActivityStreamsFlag returns false, GetActivityStreamsFlag will
// return an arbitrary value.
GetActivityStreamsFlag() ActivityStreamsFlag
// GetActivityStreamsFollow returns the value of this property. When
// IsActivityStreamsFollow returns false, GetActivityStreamsFollow
// will return an arbitrary value.
GetActivityStreamsFollow() ActivityStreamsFollow
// GetActivityStreamsGroup returns the value of this property. When
// IsActivityStreamsGroup returns false, GetActivityStreamsGroup will
// return an arbitrary value.
GetActivityStreamsGroup() ActivityStreamsGroup
// GetActivityStreamsIgnore returns the value of this property. When
// IsActivityStreamsIgnore returns false, GetActivityStreamsIgnore
// will return an arbitrary value.
GetActivityStreamsIgnore() ActivityStreamsIgnore
// GetActivityStreamsImage returns the value of this property. When
// IsActivityStreamsImage returns false, GetActivityStreamsImage will
// return an arbitrary value.
GetActivityStreamsImage() ActivityStreamsImage
// GetActivityStreamsIntransitiveActivity returns the value of this
// property. When IsActivityStreamsIntransitiveActivity returns false,
// GetActivityStreamsIntransitiveActivity will return an arbitrary
// value.
GetActivityStreamsIntransitiveActivity() ActivityStreamsIntransitiveActivity
// GetActivityStreamsInvite returns the value of this property. When
// IsActivityStreamsInvite returns false, GetActivityStreamsInvite
// will return an arbitrary value.
GetActivityStreamsInvite() ActivityStreamsInvite
// GetActivityStreamsJoin returns the value of this property. When
// IsActivityStreamsJoin returns false, GetActivityStreamsJoin will
// return an arbitrary value.
GetActivityStreamsJoin() ActivityStreamsJoin
// GetActivityStreamsLeave returns the value of this property. When
// IsActivityStreamsLeave returns false, GetActivityStreamsLeave will
// return an arbitrary value.
GetActivityStreamsLeave() ActivityStreamsLeave
// GetActivityStreamsLike returns the value of this property. When
// IsActivityStreamsLike returns false, GetActivityStreamsLike will
// return an arbitrary value.
GetActivityStreamsLike() ActivityStreamsLike
// GetActivityStreamsListen returns the value of this property. When
// IsActivityStreamsListen returns false, GetActivityStreamsListen
// will return an arbitrary value.
GetActivityStreamsListen() ActivityStreamsListen
// GetActivityStreamsMove returns the value of this property. When
// IsActivityStreamsMove returns false, GetActivityStreamsMove will
// return an arbitrary value.
GetActivityStreamsMove() ActivityStreamsMove
// GetActivityStreamsNote returns the value of this property. When
// IsActivityStreamsNote returns false, GetActivityStreamsNote will
// return an arbitrary value.
GetActivityStreamsNote() ActivityStreamsNote
// GetActivityStreamsObject returns the value of this property. When
// IsActivityStreamsObject returns false, GetActivityStreamsObject
// will return an arbitrary value.
GetActivityStreamsObject() ActivityStreamsObject
// GetActivityStreamsOffer returns the value of this property. When
// IsActivityStreamsOffer returns false, GetActivityStreamsOffer will
// return an arbitrary value.
GetActivityStreamsOffer() ActivityStreamsOffer
// GetActivityStreamsOrderedCollection returns the value of this property.
// When IsActivityStreamsOrderedCollection returns false,
// GetActivityStreamsOrderedCollection will return an arbitrary value.
GetActivityStreamsOrderedCollection() ActivityStreamsOrderedCollection
// GetActivityStreamsOrderedCollectionPage returns the value of this
// property. When IsActivityStreamsOrderedCollectionPage returns
// false, GetActivityStreamsOrderedCollectionPage will return an
// arbitrary value.
GetActivityStreamsOrderedCollectionPage() ActivityStreamsOrderedCollectionPage
// GetActivityStreamsOrganization returns the value of this property. When
// IsActivityStreamsOrganization returns false,
// GetActivityStreamsOrganization will return an arbitrary value.
GetActivityStreamsOrganization() ActivityStreamsOrganization
// GetActivityStreamsPage returns the value of this property. When
// IsActivityStreamsPage returns false, GetActivityStreamsPage will
// return an arbitrary value.
GetActivityStreamsPage() ActivityStreamsPage
// GetActivityStreamsPerson returns the value of this property. When
// IsActivityStreamsPerson returns false, GetActivityStreamsPerson
// will return an arbitrary value.
GetActivityStreamsPerson() ActivityStreamsPerson
// GetActivityStreamsPlace returns the value of this property. When
// IsActivityStreamsPlace returns false, GetActivityStreamsPlace will
// return an arbitrary value.
GetActivityStreamsPlace() ActivityStreamsPlace
// GetActivityStreamsProfile returns the value of this property. When
// IsActivityStreamsProfile returns false, GetActivityStreamsProfile
// will return an arbitrary value.
GetActivityStreamsProfile() ActivityStreamsProfile
// GetActivityStreamsQuestion returns the value of this property. When
// IsActivityStreamsQuestion returns false, GetActivityStreamsQuestion
// will return an arbitrary value.
GetActivityStreamsQuestion() ActivityStreamsQuestion
// GetActivityStreamsRead returns the value of this property. When
// IsActivityStreamsRead returns false, GetActivityStreamsRead will
// return an arbitrary value.
GetActivityStreamsRead() ActivityStreamsRead
// GetActivityStreamsReject returns the value of this property. When
// IsActivityStreamsReject returns false, GetActivityStreamsReject
// will return an arbitrary value.
GetActivityStreamsReject() ActivityStreamsReject
// GetActivityStreamsRelationship returns the value of this property. When
// IsActivityStreamsRelationship returns false,
// GetActivityStreamsRelationship will return an arbitrary value.
GetActivityStreamsRelationship() ActivityStreamsRelationship
// GetActivityStreamsRemove returns the value of this property. When
// IsActivityStreamsRemove returns false, GetActivityStreamsRemove
// will return an arbitrary value.
GetActivityStreamsRemove() ActivityStreamsRemove
// GetActivityStreamsService returns the value of this property. When
// IsActivityStreamsService returns false, GetActivityStreamsService
// will return an arbitrary value.
GetActivityStreamsService() ActivityStreamsService
// GetActivityStreamsTentativeAccept returns the value of this property.
// When IsActivityStreamsTentativeAccept returns false,
// GetActivityStreamsTentativeAccept will return an arbitrary value.
GetActivityStreamsTentativeAccept() ActivityStreamsTentativeAccept
// GetActivityStreamsTentativeReject returns the value of this property.
// When IsActivityStreamsTentativeReject returns false,
// GetActivityStreamsTentativeReject will return an arbitrary value.
GetActivityStreamsTentativeReject() ActivityStreamsTentativeReject
// GetActivityStreamsTombstone returns the value of this property. When
// IsActivityStreamsTombstone returns false,
// GetActivityStreamsTombstone will return an arbitrary value.
GetActivityStreamsTombstone() ActivityStreamsTombstone
// GetActivityStreamsTravel returns the value of this property. When
// IsActivityStreamsTravel returns false, GetActivityStreamsTravel
// will return an arbitrary value.
GetActivityStreamsTravel() ActivityStreamsTravel
// GetActivityStreamsUndo returns the value of this property. When
// IsActivityStreamsUndo returns false, GetActivityStreamsUndo will
// return an arbitrary value.
GetActivityStreamsUndo() ActivityStreamsUndo
// GetActivityStreamsUpdate returns the value of this property. When
// IsActivityStreamsUpdate returns false, GetActivityStreamsUpdate
// will return an arbitrary value.
GetActivityStreamsUpdate() ActivityStreamsUpdate
// GetActivityStreamsVideo returns the value of this property. When
// IsActivityStreamsVideo returns false, GetActivityStreamsVideo will
// return an arbitrary value.
GetActivityStreamsVideo() ActivityStreamsVideo
// GetActivityStreamsView returns the value of this property. When
// IsActivityStreamsView returns false, GetActivityStreamsView will
// return an arbitrary value.
GetActivityStreamsView() ActivityStreamsView
// GetFunkwhaleAlbum returns the value of this property. When
// IsFunkwhaleAlbum returns false, GetFunkwhaleAlbum will return an
// arbitrary value.
GetFunkwhaleAlbum() FunkwhaleAlbum
// GetFunkwhaleArtist returns the value of this property. When
// IsFunkwhaleArtist returns false, GetFunkwhaleArtist will return an
// arbitrary value.
GetFunkwhaleArtist() FunkwhaleArtist
// GetFunkwhaleLibrary returns the value of this property. When
// IsFunkwhaleLibrary returns false, GetFunkwhaleLibrary will return
// an arbitrary value.
GetFunkwhaleLibrary() FunkwhaleLibrary
// GetFunkwhaleTrack returns the value of this property. When
// IsFunkwhaleTrack returns false, GetFunkwhaleTrack will return an
// arbitrary value.
GetFunkwhaleTrack() FunkwhaleTrack
// GetGoToSocialAnnounceApproval returns the value of this property. When
// IsGoToSocialAnnounceApproval returns false,
// GetGoToSocialAnnounceApproval will return an arbitrary value.
GetGoToSocialAnnounceApproval() GoToSocialAnnounceApproval
// GetGoToSocialAnnounceAuthorization returns the value of this property.
// When IsGoToSocialAnnounceAuthorization returns false,
// GetGoToSocialAnnounceAuthorization will return an arbitrary value.
GetGoToSocialAnnounceAuthorization() GoToSocialAnnounceAuthorization
// GetGoToSocialAnnounceRequest returns the value of this property. When
// IsGoToSocialAnnounceRequest returns false,
// GetGoToSocialAnnounceRequest will return an arbitrary value.
GetGoToSocialAnnounceRequest() GoToSocialAnnounceRequest
// GetGoToSocialLikeApproval returns the value of this property. When
// IsGoToSocialLikeApproval returns false, GetGoToSocialLikeApproval
// will return an arbitrary value.
GetGoToSocialLikeApproval() GoToSocialLikeApproval
// GetGoToSocialLikeAuthorization returns the value of this property. When
// IsGoToSocialLikeAuthorization returns false,
// GetGoToSocialLikeAuthorization will return an arbitrary value.
GetGoToSocialLikeAuthorization() GoToSocialLikeAuthorization
// GetGoToSocialLikeRequest returns the value of this property. When
// IsGoToSocialLikeRequest returns false, GetGoToSocialLikeRequest
// will return an arbitrary value.
GetGoToSocialLikeRequest() GoToSocialLikeRequest
// GetGoToSocialQuoteAuthorization returns the value of this property.
// When IsGoToSocialQuoteAuthorization returns false,
// GetGoToSocialQuoteAuthorization will return an arbitrary value.
GetGoToSocialQuoteAuthorization() GoToSocialQuoteAuthorization
// GetGoToSocialQuoteRequest returns the value of this property. When
// IsGoToSocialQuoteRequest returns false, GetGoToSocialQuoteRequest
// will return an arbitrary value.
GetGoToSocialQuoteRequest() GoToSocialQuoteRequest
// GetGoToSocialReplyApproval returns the value of this property. When
// IsGoToSocialReplyApproval returns false, GetGoToSocialReplyApproval
// will return an arbitrary value.
GetGoToSocialReplyApproval() GoToSocialReplyApproval
// GetGoToSocialReplyAuthorization returns the value of this property.
// When IsGoToSocialReplyAuthorization returns false,
// GetGoToSocialReplyAuthorization will return an arbitrary value.
GetGoToSocialReplyAuthorization() GoToSocialReplyAuthorization
// GetGoToSocialReplyRequest returns the value of this property. When
// IsGoToSocialReplyRequest returns false, GetGoToSocialReplyRequest
// will return an arbitrary value.
GetGoToSocialReplyRequest() GoToSocialReplyRequest
// GetIRI returns the IRI of this property. When IsIRI returns false,
// GetIRI will return an arbitrary value.
GetIRI() *url.URL
// GetLitePubEmojiReact returns the value of this property. When
// IsLitePubEmojiReact returns false, GetLitePubEmojiReact will return
// an arbitrary value.
GetLitePubEmojiReact() LitePubEmojiReact
// GetSchemaPropertyValue returns the value of this property. When
// IsSchemaPropertyValue returns false, GetSchemaPropertyValue will
// return an arbitrary value.
GetSchemaPropertyValue() SchemaPropertyValue
// GetTootEmoji returns the value of this property. When IsTootEmoji
// returns false, GetTootEmoji will return an arbitrary value.
GetTootEmoji() TootEmoji
// GetTootIdentityProof returns the value of this property. When
// IsTootIdentityProof returns false, GetTootIdentityProof will return
// an arbitrary value.
GetTootIdentityProof() TootIdentityProof
// 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.
GetType() Type
// GetXMLSchemaString returns the value of this property. When
// IsXMLSchemaString returns false, GetXMLSchemaString will return an
// arbitrary value.
GetXMLSchemaString() string
// HasAny returns true if any of the different values is set.
HasAny() 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.
IsActivityStreamsAccept() 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.
IsActivityStreamsActivity() 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.
IsActivityStreamsAdd() 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.
IsActivityStreamsAnnounce() 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.
IsActivityStreamsApplication() 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.
IsActivityStreamsArrive() 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.
IsActivityStreamsArticle() 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.
IsActivityStreamsAudio() 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.
IsActivityStreamsBlock() 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.
IsActivityStreamsCollection() 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.
IsActivityStreamsCollectionPage() 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.
IsActivityStreamsCreate() 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.
IsActivityStreamsDelete() 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.
IsActivityStreamsDislike() 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.
IsActivityStreamsDocument() 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.
IsActivityStreamsEvent() 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.
IsActivityStreamsFlag() 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.
IsActivityStreamsFollow() 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.
IsActivityStreamsGroup() 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.
IsActivityStreamsIgnore() 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.
IsActivityStreamsImage() 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.
IsActivityStreamsIntransitiveActivity() 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.
IsActivityStreamsInvite() 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.
IsActivityStreamsJoin() 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.
IsActivityStreamsLeave() 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.
IsActivityStreamsLike() 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.
IsActivityStreamsListen() 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.
IsActivityStreamsMove() 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.
IsActivityStreamsNote() 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.
IsActivityStreamsObject() 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.
IsActivityStreamsOffer() 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.
IsActivityStreamsOrderedCollection() 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.
IsActivityStreamsOrderedCollectionPage() 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.
IsActivityStreamsOrganization() 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.
IsActivityStreamsPage() 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.
IsActivityStreamsPerson() 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.
IsActivityStreamsPlace() 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.
IsActivityStreamsProfile() 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.
IsActivityStreamsQuestion() 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.
IsActivityStreamsRead() 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.
IsActivityStreamsReject() 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.
IsActivityStreamsRelationship() 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.
IsActivityStreamsRemove() 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.
IsActivityStreamsService() 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.
IsActivityStreamsTentativeAccept() 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.
IsActivityStreamsTentativeReject() 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.
IsActivityStreamsTombstone() 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.
IsActivityStreamsTravel() 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.
IsActivityStreamsUndo() 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.
IsActivityStreamsUpdate() 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.
IsActivityStreamsVideo() 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.
IsActivityStreamsView() bool
// IsFunkwhaleAlbum returns true if this property has a type of "Album".
// When true, use the GetFunkwhaleAlbum and SetFunkwhaleAlbum methods
// to access and set this property.
IsFunkwhaleAlbum() bool
// IsFunkwhaleArtist returns true if this property has a type of "Artist".
// When true, use the GetFunkwhaleArtist and SetFunkwhaleArtist
// methods to access and set this property.
IsFunkwhaleArtist() bool
// IsFunkwhaleLibrary returns true if this property has a type of
// "Library". When true, use the GetFunkwhaleLibrary and
// SetFunkwhaleLibrary methods to access and set this property.
IsFunkwhaleLibrary() bool
// IsFunkwhaleTrack returns true if this property has a type of "Track".
// When true, use the GetFunkwhaleTrack and SetFunkwhaleTrack methods
// to access and set this property.
IsFunkwhaleTrack() bool
// IsGoToSocialAnnounceApproval returns true if this property has a type
// of "AnnounceApproval". When true, use the
// GetGoToSocialAnnounceApproval and SetGoToSocialAnnounceApproval
// methods to access and set this property.
IsGoToSocialAnnounceApproval() bool
// IsGoToSocialAnnounceAuthorization returns true if this property has a
// type of "AnnounceAuthorization". When true, use the
// GetGoToSocialAnnounceAuthorization and
// SetGoToSocialAnnounceAuthorization methods to access and set this
// property.
IsGoToSocialAnnounceAuthorization() bool
// IsGoToSocialAnnounceRequest returns true if this property has a type of
// "AnnounceRequest". When true, use the GetGoToSocialAnnounceRequest
// and SetGoToSocialAnnounceRequest methods to access and set this
// property.
IsGoToSocialAnnounceRequest() bool
// IsGoToSocialLikeApproval returns true if this property has a type of
// "LikeApproval". When true, use the GetGoToSocialLikeApproval and
// SetGoToSocialLikeApproval methods to access and set this property.
IsGoToSocialLikeApproval() bool
// IsGoToSocialLikeAuthorization returns true if this property has a type
// of "LikeAuthorization". When true, use the
// GetGoToSocialLikeAuthorization and SetGoToSocialLikeAuthorization
// methods to access and set this property.
IsGoToSocialLikeAuthorization() bool
// IsGoToSocialLikeRequest returns true if this property has a type of
// "LikeRequest". When true, use the GetGoToSocialLikeRequest and
// SetGoToSocialLikeRequest methods to access and set this property.
IsGoToSocialLikeRequest() bool
// IsGoToSocialQuoteAuthorization returns true if this property has a type
// of "QuoteAuthorization". When true, use the
// GetGoToSocialQuoteAuthorization and SetGoToSocialQuoteAuthorization
// methods to access and set this property.
IsGoToSocialQuoteAuthorization() bool
// IsGoToSocialQuoteRequest returns true if this property has a type of
// "QuoteRequest". When true, use the GetGoToSocialQuoteRequest and
// SetGoToSocialQuoteRequest methods to access and set this property.
IsGoToSocialQuoteRequest() bool
// IsGoToSocialReplyApproval returns true if this property has a type of
// "ReplyApproval". When true, use the GetGoToSocialReplyApproval and
// SetGoToSocialReplyApproval methods to access and set this property.
IsGoToSocialReplyApproval() bool
// IsGoToSocialReplyAuthorization returns true if this property has a type
// of "ReplyAuthorization". When true, use the
// GetGoToSocialReplyAuthorization and SetGoToSocialReplyAuthorization
// methods to access and set this property.
IsGoToSocialReplyAuthorization() bool
// IsGoToSocialReplyRequest returns true if this property has a type of
// "ReplyRequest". When true, use the GetGoToSocialReplyRequest and
// SetGoToSocialReplyRequest methods to access and set this property.
IsGoToSocialReplyRequest() bool
// IsIRI returns true if this property is an IRI. When true, use GetIRI
// and SetIRI to access and set this property
IsIRI() bool
// IsLitePubEmojiReact returns true if this property has a type of
// "EmojiReact". When true, use the GetLitePubEmojiReact and
// SetLitePubEmojiReact methods to access and set this property.
IsLitePubEmojiReact() 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.
IsSchemaPropertyValue() 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.
IsTootEmoji() 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.
IsTootIdentityProof() bool
// IsXMLSchemaString returns true if this property has a type of "string".
// When true, use the GetXMLSchemaString and SetXMLSchemaString
// methods to access and set this property.
IsXMLSchemaString() bool
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex() int
// 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.
LessThan(o ActivityStreamsFormerTypePropertyIterator) bool
// Name returns the name of this property: "ActivityStreamsFormerType".
Name() string
// Next returns the next iterator, or nil if there is no next iterator.
Next() ActivityStreamsFormerTypePropertyIterator
// Prev returns the previous iterator, or nil if there is no previous
// iterator.
Prev() ActivityStreamsFormerTypePropertyIterator
// SetActivityStreamsAccept sets the value of this property. Calling
// IsActivityStreamsAccept afterwards returns true.
SetActivityStreamsAccept(v ActivityStreamsAccept)
// SetActivityStreamsActivity sets the value of this property. Calling
// IsActivityStreamsActivity afterwards returns true.
SetActivityStreamsActivity(v ActivityStreamsActivity)
// SetActivityStreamsAdd sets the value of this property. Calling
// IsActivityStreamsAdd afterwards returns true.
SetActivityStreamsAdd(v ActivityStreamsAdd)
// SetActivityStreamsAnnounce sets the value of this property. Calling
// IsActivityStreamsAnnounce afterwards returns true.
SetActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// SetActivityStreamsApplication sets the value of this property. Calling
// IsActivityStreamsApplication afterwards returns true.
SetActivityStreamsApplication(v ActivityStreamsApplication)
// SetActivityStreamsArrive sets the value of this property. Calling
// IsActivityStreamsArrive afterwards returns true.
SetActivityStreamsArrive(v ActivityStreamsArrive)
// SetActivityStreamsArticle sets the value of this property. Calling
// IsActivityStreamsArticle afterwards returns true.
SetActivityStreamsArticle(v ActivityStreamsArticle)
// SetActivityStreamsAudio sets the value of this property. Calling
// IsActivityStreamsAudio afterwards returns true.
SetActivityStreamsAudio(v ActivityStreamsAudio)
// SetActivityStreamsBlock sets the value of this property. Calling
// IsActivityStreamsBlock afterwards returns true.
SetActivityStreamsBlock(v ActivityStreamsBlock)
// SetActivityStreamsCollection sets the value of this property. Calling
// IsActivityStreamsCollection afterwards returns true.
SetActivityStreamsCollection(v ActivityStreamsCollection)
// SetActivityStreamsCollectionPage sets the value of this property.
// Calling IsActivityStreamsCollectionPage afterwards returns true.
SetActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// SetActivityStreamsCreate sets the value of this property. Calling
// IsActivityStreamsCreate afterwards returns true.
SetActivityStreamsCreate(v ActivityStreamsCreate)
// SetActivityStreamsDelete sets the value of this property. Calling
// IsActivityStreamsDelete afterwards returns true.
SetActivityStreamsDelete(v ActivityStreamsDelete)
// SetActivityStreamsDislike sets the value of this property. Calling
// IsActivityStreamsDislike afterwards returns true.
SetActivityStreamsDislike(v ActivityStreamsDislike)
// SetActivityStreamsDocument sets the value of this property. Calling
// IsActivityStreamsDocument afterwards returns true.
SetActivityStreamsDocument(v ActivityStreamsDocument)
// SetActivityStreamsEvent sets the value of this property. Calling
// IsActivityStreamsEvent afterwards returns true.
SetActivityStreamsEvent(v ActivityStreamsEvent)
// SetActivityStreamsFlag sets the value of this property. Calling
// IsActivityStreamsFlag afterwards returns true.
SetActivityStreamsFlag(v ActivityStreamsFlag)
// SetActivityStreamsFollow sets the value of this property. Calling
// IsActivityStreamsFollow afterwards returns true.
SetActivityStreamsFollow(v ActivityStreamsFollow)
// SetActivityStreamsGroup sets the value of this property. Calling
// IsActivityStreamsGroup afterwards returns true.
SetActivityStreamsGroup(v ActivityStreamsGroup)
// SetActivityStreamsIgnore sets the value of this property. Calling
// IsActivityStreamsIgnore afterwards returns true.
SetActivityStreamsIgnore(v ActivityStreamsIgnore)
// SetActivityStreamsImage sets the value of this property. Calling
// IsActivityStreamsImage afterwards returns true.
SetActivityStreamsImage(v ActivityStreamsImage)
// SetActivityStreamsIntransitiveActivity sets the value of this property.
// Calling IsActivityStreamsIntransitiveActivity afterwards returns
// true.
SetActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// SetActivityStreamsInvite sets the value of this property. Calling
// IsActivityStreamsInvite afterwards returns true.
SetActivityStreamsInvite(v ActivityStreamsInvite)
// SetActivityStreamsJoin sets the value of this property. Calling
// IsActivityStreamsJoin afterwards returns true.
SetActivityStreamsJoin(v ActivityStreamsJoin)
// SetActivityStreamsLeave sets the value of this property. Calling
// IsActivityStreamsLeave afterwards returns true.
SetActivityStreamsLeave(v ActivityStreamsLeave)
// SetActivityStreamsLike sets the value of this property. Calling
// IsActivityStreamsLike afterwards returns true.
SetActivityStreamsLike(v ActivityStreamsLike)
// SetActivityStreamsListen sets the value of this property. Calling
// IsActivityStreamsListen afterwards returns true.
SetActivityStreamsListen(v ActivityStreamsListen)
// SetActivityStreamsMove sets the value of this property. Calling
// IsActivityStreamsMove afterwards returns true.
SetActivityStreamsMove(v ActivityStreamsMove)
// SetActivityStreamsNote sets the value of this property. Calling
// IsActivityStreamsNote afterwards returns true.
SetActivityStreamsNote(v ActivityStreamsNote)
// SetActivityStreamsObject sets the value of this property. Calling
// IsActivityStreamsObject afterwards returns true.
SetActivityStreamsObject(v ActivityStreamsObject)
// SetActivityStreamsOffer sets the value of this property. Calling
// IsActivityStreamsOffer afterwards returns true.
SetActivityStreamsOffer(v ActivityStreamsOffer)
// SetActivityStreamsOrderedCollection sets the value of this property.
// Calling IsActivityStreamsOrderedCollection afterwards returns true.
SetActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// SetActivityStreamsOrderedCollectionPage sets the value of this
// property. Calling IsActivityStreamsOrderedCollectionPage afterwards
// returns true.
SetActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// SetActivityStreamsOrganization sets the value of this property. Calling
// IsActivityStreamsOrganization afterwards returns true.
SetActivityStreamsOrganization(v ActivityStreamsOrganization)
// SetActivityStreamsPage sets the value of this property. Calling
// IsActivityStreamsPage afterwards returns true.
SetActivityStreamsPage(v ActivityStreamsPage)
// SetActivityStreamsPerson sets the value of this property. Calling
// IsActivityStreamsPerson afterwards returns true.
SetActivityStreamsPerson(v ActivityStreamsPerson)
// SetActivityStreamsPlace sets the value of this property. Calling
// IsActivityStreamsPlace afterwards returns true.
SetActivityStreamsPlace(v ActivityStreamsPlace)
// SetActivityStreamsProfile sets the value of this property. Calling
// IsActivityStreamsProfile afterwards returns true.
SetActivityStreamsProfile(v ActivityStreamsProfile)
// SetActivityStreamsQuestion sets the value of this property. Calling
// IsActivityStreamsQuestion afterwards returns true.
SetActivityStreamsQuestion(v ActivityStreamsQuestion)
// SetActivityStreamsRead sets the value of this property. Calling
// IsActivityStreamsRead afterwards returns true.
SetActivityStreamsRead(v ActivityStreamsRead)
// SetActivityStreamsReject sets the value of this property. Calling
// IsActivityStreamsReject afterwards returns true.
SetActivityStreamsReject(v ActivityStreamsReject)
// SetActivityStreamsRelationship sets the value of this property. Calling
// IsActivityStreamsRelationship afterwards returns true.
SetActivityStreamsRelationship(v ActivityStreamsRelationship)
// SetActivityStreamsRemove sets the value of this property. Calling
// IsActivityStreamsRemove afterwards returns true.
SetActivityStreamsRemove(v ActivityStreamsRemove)
// SetActivityStreamsService sets the value of this property. Calling
// IsActivityStreamsService afterwards returns true.
SetActivityStreamsService(v ActivityStreamsService)
// SetActivityStreamsTentativeAccept sets the value of this property.
// Calling IsActivityStreamsTentativeAccept afterwards returns true.
SetActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// SetActivityStreamsTentativeReject sets the value of this property.
// Calling IsActivityStreamsTentativeReject afterwards returns true.
SetActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// SetActivityStreamsTombstone sets the value of this property. Calling
// IsActivityStreamsTombstone afterwards returns true.
SetActivityStreamsTombstone(v ActivityStreamsTombstone)
// SetActivityStreamsTravel sets the value of this property. Calling
// IsActivityStreamsTravel afterwards returns true.
SetActivityStreamsTravel(v ActivityStreamsTravel)
// SetActivityStreamsUndo sets the value of this property. Calling
// IsActivityStreamsUndo afterwards returns true.
SetActivityStreamsUndo(v ActivityStreamsUndo)
// SetActivityStreamsUpdate sets the value of this property. Calling
// IsActivityStreamsUpdate afterwards returns true.
SetActivityStreamsUpdate(v ActivityStreamsUpdate)
// SetActivityStreamsVideo sets the value of this property. Calling
// IsActivityStreamsVideo afterwards returns true.
SetActivityStreamsVideo(v ActivityStreamsVideo)
// SetActivityStreamsView sets the value of this property. Calling
// IsActivityStreamsView afterwards returns true.
SetActivityStreamsView(v ActivityStreamsView)
// SetFunkwhaleAlbum sets the value of this property. Calling
// IsFunkwhaleAlbum afterwards returns true.
SetFunkwhaleAlbum(v FunkwhaleAlbum)
// SetFunkwhaleArtist sets the value of this property. Calling
// IsFunkwhaleArtist afterwards returns true.
SetFunkwhaleArtist(v FunkwhaleArtist)
// SetFunkwhaleLibrary sets the value of this property. Calling
// IsFunkwhaleLibrary afterwards returns true.
SetFunkwhaleLibrary(v FunkwhaleLibrary)
// SetFunkwhaleTrack sets the value of this property. Calling
// IsFunkwhaleTrack afterwards returns true.
SetFunkwhaleTrack(v FunkwhaleTrack)
// SetGoToSocialAnnounceApproval sets the value of this property. Calling
// IsGoToSocialAnnounceApproval afterwards returns true.
SetGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// SetGoToSocialAnnounceAuthorization sets the value of this property.
// Calling IsGoToSocialAnnounceAuthorization afterwards returns true.
SetGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// SetGoToSocialAnnounceRequest sets the value of this property. Calling
// IsGoToSocialAnnounceRequest afterwards returns true.
SetGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// SetGoToSocialLikeApproval sets the value of this property. Calling
// IsGoToSocialLikeApproval afterwards returns true.
SetGoToSocialLikeApproval(v GoToSocialLikeApproval)
// SetGoToSocialLikeAuthorization sets the value of this property. Calling
// IsGoToSocialLikeAuthorization afterwards returns true.
SetGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// SetGoToSocialLikeRequest sets the value of this property. Calling
// IsGoToSocialLikeRequest afterwards returns true.
SetGoToSocialLikeRequest(v GoToSocialLikeRequest)
// SetGoToSocialQuoteAuthorization sets the value of this property.
// Calling IsGoToSocialQuoteAuthorization afterwards returns true.
SetGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// SetGoToSocialQuoteRequest sets the value of this property. Calling
// IsGoToSocialQuoteRequest afterwards returns true.
SetGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// SetGoToSocialReplyApproval sets the value of this property. Calling
// IsGoToSocialReplyApproval afterwards returns true.
SetGoToSocialReplyApproval(v GoToSocialReplyApproval)
// SetGoToSocialReplyAuthorization sets the value of this property.
// Calling IsGoToSocialReplyAuthorization afterwards returns true.
SetGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// SetGoToSocialReplyRequest sets the value of this property. Calling
// IsGoToSocialReplyRequest afterwards returns true.
SetGoToSocialReplyRequest(v GoToSocialReplyRequest)
// SetIRI sets the value of this property. Calling IsIRI afterwards
// returns true.
SetIRI(v *url.URL)
// SetLitePubEmojiReact sets the value of this property. Calling
// IsLitePubEmojiReact afterwards returns true.
SetLitePubEmojiReact(v LitePubEmojiReact)
// SetSchemaPropertyValue sets the value of this property. Calling
// IsSchemaPropertyValue afterwards returns true.
SetSchemaPropertyValue(v SchemaPropertyValue)
// SetTootEmoji sets the value of this property. Calling IsTootEmoji
// afterwards returns true.
SetTootEmoji(v TootEmoji)
// SetTootIdentityProof sets the value of this property. Calling
// IsTootIdentityProof afterwards returns true.
SetTootIdentityProof(v TootIdentityProof)
// 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.
SetType(t Type) error
// SetXMLSchemaString sets the value of this property. Calling
// IsXMLSchemaString afterwards returns true.
SetXMLSchemaString(v string)
}
ActivityStreamsFormerTypePropertyIterator represents a single value for the "formerType" property.
type ActivityStreamsGeneratorProperty ¶
type ActivityStreamsGeneratorProperty interface {
// AppendActivityStreamsAccept appends a Accept value to the back of a
// list of the property "generator". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAccept(v ActivityStreamsAccept)
// AppendActivityStreamsActivity appends a Activity value to the back of a
// list of the property "generator". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsActivity(v ActivityStreamsActivity)
// AppendActivityStreamsAdd appends a Add value to the back of a list of
// the property "generator". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsAdd(v ActivityStreamsAdd)
// AppendActivityStreamsAnnounce appends a Announce value to the back of a
// list of the property "generator". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// AppendActivityStreamsApplication appends a Application value to the
// back of a list of the property "generator". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsApplication(v ActivityStreamsApplication)
// AppendActivityStreamsArrive appends a Arrive value to the back of a
// list of the property "generator". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsArrive(v ActivityStreamsArrive)
// AppendActivityStreamsArticle appends a Article value to the back of a
// list of the property "generator". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsArticle(v ActivityStreamsArticle)
// AppendActivityStreamsAudio appends a Audio value to the back of a list
// of the property "generator". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAudio(v ActivityStreamsAudio)
// AppendActivityStreamsBlock appends a Block value to the back of a list
// of the property "generator". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsBlock(v ActivityStreamsBlock)
// AppendActivityStreamsCollection appends a Collection value to the back
// of a list of the property "generator". Invalidates iterators that
// are traversing using Prev.
AppendActivityStreamsCollection(v ActivityStreamsCollection)
// AppendActivityStreamsCollectionPage appends a CollectionPage value to
// the back of a list of the property "generator". Invalidates
// iterators that are traversing using Prev.
AppendActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// AppendActivityStreamsCreate appends a Create value to the back of a
// list of the property "generator". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsCreate(v ActivityStreamsCreate)
// AppendActivityStreamsDelete appends a Delete value to the back of a
// list of the property "generator". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDelete(v ActivityStreamsDelete)
// AppendActivityStreamsDislike appends a Dislike value to the back of a
// list of the property "generator". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDislike(v ActivityStreamsDislike)
// AppendActivityStreamsDocument appends a Document value to the back of a
// list of the property "generator". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDocument(v ActivityStreamsDocument)
// AppendActivityStreamsEvent appends a Event value to the back of a list
// of the property "generator". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsEvent(v ActivityStreamsEvent)
// AppendActivityStreamsFlag appends a Flag value to the back of a list of
// the property "generator". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsFlag(v ActivityStreamsFlag)
// AppendActivityStreamsFollow appends a Follow value to the back of a
// list of the property "generator". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsFollow(v ActivityStreamsFollow)
// AppendActivityStreamsGroup appends a Group value to the back of a list
// of the property "generator". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsGroup(v ActivityStreamsGroup)
// AppendActivityStreamsIgnore appends a Ignore value to the back of a
// list of the property "generator". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsIgnore(v ActivityStreamsIgnore)
// AppendActivityStreamsImage appends a Image value to the back of a list
// of the property "generator". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsImage(v ActivityStreamsImage)
// AppendActivityStreamsIntransitiveActivity appends a
// IntransitiveActivity value to the back of a list of the property
// "generator". Invalidates iterators that are traversing using Prev.
AppendActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// AppendActivityStreamsInvite appends a Invite value to the back of a
// list of the property "generator". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsInvite(v ActivityStreamsInvite)
// AppendActivityStreamsJoin appends a Join value to the back of a list of
// the property "generator". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsJoin(v ActivityStreamsJoin)
// AppendActivityStreamsLeave appends a Leave value to the back of a list
// of the property "generator". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsLeave(v ActivityStreamsLeave)
// AppendActivityStreamsLike appends a Like value to the back of a list of
// the property "generator". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsLike(v ActivityStreamsLike)
// AppendActivityStreamsLink appends a Link value to the back of a list of
// the property "generator". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsLink(v ActivityStreamsLink)
// AppendActivityStreamsListen appends a Listen value to the back of a
// list of the property "generator". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsListen(v ActivityStreamsListen)
// AppendActivityStreamsMention appends a Mention value to the back of a
// list of the property "generator". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsMention(v ActivityStreamsMention)
// AppendActivityStreamsMove appends a Move value to the back of a list of
// the property "generator". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsMove(v ActivityStreamsMove)
// AppendActivityStreamsNote appends a Note value to the back of a list of
// the property "generator". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsNote(v ActivityStreamsNote)
// AppendActivityStreamsObject appends a Object value to the back of a
// list of the property "generator". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsObject(v ActivityStreamsObject)
// AppendActivityStreamsOffer appends a Offer value to the back of a list
// of the property "generator". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsOffer(v ActivityStreamsOffer)
// AppendActivityStreamsOrderedCollection appends a OrderedCollection
// value to the back of a list of the property "generator".
// Invalidates iterators that are traversing using Prev.
AppendActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// AppendActivityStreamsOrderedCollectionPage appends a
// OrderedCollectionPage value to the back of a list of the property
// "generator". Invalidates iterators that are traversing using Prev.
AppendActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// AppendActivityStreamsOrganization appends a Organization value to the
// back of a list of the property "generator". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsOrganization(v ActivityStreamsOrganization)
// AppendActivityStreamsPage appends a Page value to the back of a list of
// the property "generator". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsPage(v ActivityStreamsPage)
// AppendActivityStreamsPerson appends a Person value to the back of a
// list of the property "generator". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsPerson(v ActivityStreamsPerson)
// AppendActivityStreamsPlace appends a Place value to the back of a list
// of the property "generator". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsPlace(v ActivityStreamsPlace)
// AppendActivityStreamsProfile appends a Profile value to the back of a
// list of the property "generator". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsProfile(v ActivityStreamsProfile)
// AppendActivityStreamsQuestion appends a Question value to the back of a
// list of the property "generator". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsQuestion(v ActivityStreamsQuestion)
// AppendActivityStreamsRead appends a Read value to the back of a list of
// the property "generator". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsRead(v ActivityStreamsRead)
// AppendActivityStreamsReject appends a Reject value to the back of a
// list of the property "generator". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsReject(v ActivityStreamsReject)
// AppendActivityStreamsRelationship appends a Relationship value to the
// back of a list of the property "generator". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsRelationship(v ActivityStreamsRelationship)
// AppendActivityStreamsRemove appends a Remove value to the back of a
// list of the property "generator". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsRemove(v ActivityStreamsRemove)
// AppendActivityStreamsService appends a Service value to the back of a
// list of the property "generator". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsService(v ActivityStreamsService)
// AppendActivityStreamsTentativeAccept appends a TentativeAccept value to
// the back of a list of the property "generator". Invalidates
// iterators that are traversing using Prev.
AppendActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// AppendActivityStreamsTentativeReject appends a TentativeReject value to
// the back of a list of the property "generator". Invalidates
// iterators that are traversing using Prev.
AppendActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// AppendActivityStreamsTombstone appends a Tombstone value to the back of
// a list of the property "generator". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsTombstone(v ActivityStreamsTombstone)
// AppendActivityStreamsTravel appends a Travel value to the back of a
// list of the property "generator". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsTravel(v ActivityStreamsTravel)
// AppendActivityStreamsUndo appends a Undo value to the back of a list of
// the property "generator". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsUndo(v ActivityStreamsUndo)
// AppendActivityStreamsUpdate appends a Update value to the back of a
// list of the property "generator". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsUpdate(v ActivityStreamsUpdate)
// AppendActivityStreamsVideo appends a Video value to the back of a list
// of the property "generator". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsVideo(v ActivityStreamsVideo)
// AppendActivityStreamsView appends a View value to the back of a list of
// the property "generator". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsView(v ActivityStreamsView)
// AppendFunkwhaleAlbum appends a Album value to the back of a list of the
// property "generator". Invalidates iterators that are traversing
// using Prev.
AppendFunkwhaleAlbum(v FunkwhaleAlbum)
// AppendFunkwhaleArtist appends a Artist value to the back of a list of
// the property "generator". Invalidates iterators that are traversing
// using Prev.
AppendFunkwhaleArtist(v FunkwhaleArtist)
// AppendFunkwhaleLibrary appends a Library value to the back of a list of
// the property "generator". Invalidates iterators that are traversing
// using Prev.
AppendFunkwhaleLibrary(v FunkwhaleLibrary)
// AppendFunkwhaleTrack appends a Track value to the back of a list of the
// property "generator". Invalidates iterators that are traversing
// using Prev.
AppendFunkwhaleTrack(v FunkwhaleTrack)
// AppendGoToSocialAnnounceApproval appends a AnnounceApproval value to
// the back of a list of the property "generator". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// AppendGoToSocialAnnounceAuthorization appends a AnnounceAuthorization
// value to the back of a list of the property "generator".
// Invalidates iterators that are traversing using Prev.
AppendGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// AppendGoToSocialAnnounceRequest appends a AnnounceRequest value to the
// back of a list of the property "generator". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// AppendGoToSocialLikeApproval appends a LikeApproval value to the back
// of a list of the property "generator". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialLikeApproval(v GoToSocialLikeApproval)
// AppendGoToSocialLikeAuthorization appends a LikeAuthorization value to
// the back of a list of the property "generator". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// AppendGoToSocialLikeRequest appends a LikeRequest value to the back of
// a list of the property "generator". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialLikeRequest(v GoToSocialLikeRequest)
// AppendGoToSocialQuoteAuthorization appends a QuoteAuthorization value
// to the back of a list of the property "generator". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// AppendGoToSocialQuoteRequest appends a QuoteRequest value to the back
// of a list of the property "generator". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// AppendGoToSocialReplyApproval appends a ReplyApproval value to the back
// of a list of the property "generator". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialReplyApproval(v GoToSocialReplyApproval)
// AppendGoToSocialReplyAuthorization appends a ReplyAuthorization value
// to the back of a list of the property "generator". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// AppendGoToSocialReplyRequest appends a ReplyRequest value to the back
// of a list of the property "generator". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialReplyRequest(v GoToSocialReplyRequest)
// AppendIRI appends an IRI value to the back of a list of the property
// "generator"
AppendIRI(v *url.URL)
// AppendLitePubEmojiReact appends a EmojiReact value to the back of a
// list of the property "generator". Invalidates iterators that are
// traversing using Prev.
AppendLitePubEmojiReact(v LitePubEmojiReact)
// AppendSchemaPropertyValue appends a PropertyValue value to the back of
// a list of the property "generator". Invalidates iterators that are
// traversing using Prev.
AppendSchemaPropertyValue(v SchemaPropertyValue)
// AppendTootEmoji appends a Emoji value to the back of a list of the
// property "generator". Invalidates iterators that are traversing
// using Prev.
AppendTootEmoji(v TootEmoji)
// AppendTootHashtag appends a Hashtag value to the back of a list of the
// property "generator". Invalidates iterators that are traversing
// using Prev.
AppendTootHashtag(v TootHashtag)
// AppendTootIdentityProof appends a IdentityProof value to the back of a
// list of the property "generator". Invalidates iterators that are
// traversing using Prev.
AppendTootIdentityProof(v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "generator". Invalidates iterators that are traversing
// using Prev. Returns an error if the type is not a valid one to set
// for this property.
AppendType(t Type) error
// At returns the property value for the specified index. Panics if the
// index is out of bounds.
At(index int) ActivityStreamsGeneratorPropertyIterator
// 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.
Begin() ActivityStreamsGeneratorPropertyIterator
// Empty returns returns true if there are no elements.
Empty() bool
// 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.
End() ActivityStreamsGeneratorPropertyIterator
// InsertActivityStreamsAccept inserts a Accept value at the specified
// index for a property "generator". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsAccept(idx int, v ActivityStreamsAccept)
// InsertActivityStreamsActivity inserts a Activity value at the specified
// index for a property "generator". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsActivity(idx int, v ActivityStreamsActivity)
// InsertActivityStreamsAdd inserts a Add value at the specified index for
// a property "generator". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsAdd(idx int, v ActivityStreamsAdd)
// InsertActivityStreamsAnnounce inserts a Announce value at the specified
// index for a property "generator". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsAnnounce(idx int, v ActivityStreamsAnnounce)
// InsertActivityStreamsApplication inserts a Application value at the
// specified index for a property "generator". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsApplication(idx int, v ActivityStreamsApplication)
// InsertActivityStreamsArrive inserts a Arrive value at the specified
// index for a property "generator". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsArrive(idx int, v ActivityStreamsArrive)
// InsertActivityStreamsArticle inserts a Article value at the specified
// index for a property "generator". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsArticle(idx int, v ActivityStreamsArticle)
// InsertActivityStreamsAudio inserts a Audio value at the specified index
// for a property "generator". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsAudio(idx int, v ActivityStreamsAudio)
// InsertActivityStreamsBlock inserts a Block value at the specified index
// for a property "generator". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsBlock(idx int, v ActivityStreamsBlock)
// InsertActivityStreamsCollection inserts a Collection value at the
// specified index for a property "generator". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsCollection(idx int, v ActivityStreamsCollection)
// InsertActivityStreamsCollectionPage inserts a CollectionPage value at
// the specified index for a property "generator". Existing elements
// at that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsCollectionPage(idx int, v ActivityStreamsCollectionPage)
// InsertActivityStreamsCreate inserts a Create value at the specified
// index for a property "generator". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsCreate(idx int, v ActivityStreamsCreate)
// InsertActivityStreamsDelete inserts a Delete value at the specified
// index for a property "generator". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDelete(idx int, v ActivityStreamsDelete)
// InsertActivityStreamsDislike inserts a Dislike value at the specified
// index for a property "generator". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDislike(idx int, v ActivityStreamsDislike)
// InsertActivityStreamsDocument inserts a Document value at the specified
// index for a property "generator". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDocument(idx int, v ActivityStreamsDocument)
// InsertActivityStreamsEvent inserts a Event value at the specified index
// for a property "generator". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsEvent(idx int, v ActivityStreamsEvent)
// InsertActivityStreamsFlag inserts a Flag value at the specified index
// for a property "generator". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsFlag(idx int, v ActivityStreamsFlag)
// InsertActivityStreamsFollow inserts a Follow value at the specified
// index for a property "generator". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsFollow(idx int, v ActivityStreamsFollow)
// InsertActivityStreamsGroup inserts a Group value at the specified index
// for a property "generator". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsGroup(idx int, v ActivityStreamsGroup)
// InsertActivityStreamsIgnore inserts a Ignore value at the specified
// index for a property "generator". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsIgnore(idx int, v ActivityStreamsIgnore)
// InsertActivityStreamsImage inserts a Image value at the specified index
// for a property "generator". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsImage(idx int, v ActivityStreamsImage)
// InsertActivityStreamsIntransitiveActivity inserts a
// IntransitiveActivity value at the specified index for a property
// "generator". Existing elements at that index and higher are shifted
// back once. Invalidates all iterators.
InsertActivityStreamsIntransitiveActivity(idx int, v ActivityStreamsIntransitiveActivity)
// InsertActivityStreamsInvite inserts a Invite value at the specified
// index for a property "generator". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsInvite(idx int, v ActivityStreamsInvite)
// InsertActivityStreamsJoin inserts a Join value at the specified index
// for a property "generator". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsJoin(idx int, v ActivityStreamsJoin)
// InsertActivityStreamsLeave inserts a Leave value at the specified index
// for a property "generator". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsLeave(idx int, v ActivityStreamsLeave)
// InsertActivityStreamsLike inserts a Like value at the specified index
// for a property "generator". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsLike(idx int, v ActivityStreamsLike)
// InsertActivityStreamsLink inserts a Link value at the specified index
// for a property "generator". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsLink(idx int, v ActivityStreamsLink)
// InsertActivityStreamsListen inserts a Listen value at the specified
// index for a property "generator". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsListen(idx int, v ActivityStreamsListen)
// InsertActivityStreamsMention inserts a Mention value at the specified
// index for a property "generator". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsMention(idx int, v ActivityStreamsMention)
// InsertActivityStreamsMove inserts a Move value at the specified index
// for a property "generator". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsMove(idx int, v ActivityStreamsMove)
// InsertActivityStreamsNote inserts a Note value at the specified index
// for a property "generator". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsNote(idx int, v ActivityStreamsNote)
// InsertActivityStreamsObject inserts a Object value at the specified
// index for a property "generator". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsObject(idx int, v ActivityStreamsObject)
// InsertActivityStreamsOffer inserts a Offer value at the specified index
// for a property "generator". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsOffer(idx int, v ActivityStreamsOffer)
// InsertActivityStreamsOrderedCollection inserts a OrderedCollection
// value at the specified index for a property "generator". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertActivityStreamsOrderedCollection(idx int, v ActivityStreamsOrderedCollection)
// InsertActivityStreamsOrderedCollectionPage inserts a
// OrderedCollectionPage value at the specified index for a property
// "generator". Existing elements at that index and higher are shifted
// back once. Invalidates all iterators.
InsertActivityStreamsOrderedCollectionPage(idx int, v ActivityStreamsOrderedCollectionPage)
// InsertActivityStreamsOrganization inserts a Organization value at the
// specified index for a property "generator". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsOrganization(idx int, v ActivityStreamsOrganization)
// InsertActivityStreamsPage inserts a Page value at the specified index
// for a property "generator". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsPage(idx int, v ActivityStreamsPage)
// InsertActivityStreamsPerson inserts a Person value at the specified
// index for a property "generator". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsPerson(idx int, v ActivityStreamsPerson)
// InsertActivityStreamsPlace inserts a Place value at the specified index
// for a property "generator". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsPlace(idx int, v ActivityStreamsPlace)
// InsertActivityStreamsProfile inserts a Profile value at the specified
// index for a property "generator". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsProfile(idx int, v ActivityStreamsProfile)
// InsertActivityStreamsQuestion inserts a Question value at the specified
// index for a property "generator". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsQuestion(idx int, v ActivityStreamsQuestion)
// InsertActivityStreamsRead inserts a Read value at the specified index
// for a property "generator". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsRead(idx int, v ActivityStreamsRead)
// InsertActivityStreamsReject inserts a Reject value at the specified
// index for a property "generator". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsReject(idx int, v ActivityStreamsReject)
// InsertActivityStreamsRelationship inserts a Relationship value at the
// specified index for a property "generator". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsRelationship(idx int, v ActivityStreamsRelationship)
// InsertActivityStreamsRemove inserts a Remove value at the specified
// index for a property "generator". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsRemove(idx int, v ActivityStreamsRemove)
// InsertActivityStreamsService inserts a Service value at the specified
// index for a property "generator". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsService(idx int, v ActivityStreamsService)
// InsertActivityStreamsTentativeAccept inserts a TentativeAccept value at
// the specified index for a property "generator". Existing elements
// at that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsTentativeAccept(idx int, v ActivityStreamsTentativeAccept)
// InsertActivityStreamsTentativeReject inserts a TentativeReject value at
// the specified index for a property "generator". Existing elements
// at that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsTentativeReject(idx int, v ActivityStreamsTentativeReject)
// InsertActivityStreamsTombstone inserts a Tombstone value at the
// specified index for a property "generator". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsTombstone(idx int, v ActivityStreamsTombstone)
// InsertActivityStreamsTravel inserts a Travel value at the specified
// index for a property "generator". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsTravel(idx int, v ActivityStreamsTravel)
// InsertActivityStreamsUndo inserts a Undo value at the specified index
// for a property "generator". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsUndo(idx int, v ActivityStreamsUndo)
// InsertActivityStreamsUpdate inserts a Update value at the specified
// index for a property "generator". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsUpdate(idx int, v ActivityStreamsUpdate)
// InsertActivityStreamsVideo inserts a Video value at the specified index
// for a property "generator". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsVideo(idx int, v ActivityStreamsVideo)
// InsertActivityStreamsView inserts a View value at the specified index
// for a property "generator". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsView(idx int, v ActivityStreamsView)
// InsertFunkwhaleAlbum inserts a Album value at the specified index for a
// property "generator". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertFunkwhaleAlbum(idx int, v FunkwhaleAlbum)
// InsertFunkwhaleArtist inserts a Artist value at the specified index for
// a property "generator". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertFunkwhaleArtist(idx int, v FunkwhaleArtist)
// InsertFunkwhaleLibrary inserts a Library value at the specified index
// for a property "generator". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertFunkwhaleLibrary(idx int, v FunkwhaleLibrary)
// InsertFunkwhaleTrack inserts a Track value at the specified index for a
// property "generator". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertFunkwhaleTrack(idx int, v FunkwhaleTrack)
// InsertGoToSocialAnnounceApproval inserts a AnnounceApproval value at
// the specified index for a property "generator". Existing elements
// at that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialAnnounceApproval(idx int, v GoToSocialAnnounceApproval)
// InsertGoToSocialAnnounceAuthorization inserts a AnnounceAuthorization
// value at the specified index for a property "generator". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertGoToSocialAnnounceAuthorization(idx int, v GoToSocialAnnounceAuthorization)
// InsertGoToSocialAnnounceRequest inserts a AnnounceRequest value at the
// specified index for a property "generator". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialAnnounceRequest(idx int, v GoToSocialAnnounceRequest)
// InsertGoToSocialLikeApproval inserts a LikeApproval value at the
// specified index for a property "generator". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialLikeApproval(idx int, v GoToSocialLikeApproval)
// InsertGoToSocialLikeAuthorization inserts a LikeAuthorization value at
// the specified index for a property "generator". Existing elements
// at that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialLikeAuthorization(idx int, v GoToSocialLikeAuthorization)
// InsertGoToSocialLikeRequest inserts a LikeRequest value at the
// specified index for a property "generator". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// InsertGoToSocialQuoteAuthorization inserts a QuoteAuthorization value
// at the specified index for a property "generator". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertGoToSocialQuoteAuthorization(idx int, v GoToSocialQuoteAuthorization)
// InsertGoToSocialQuoteRequest inserts a QuoteRequest value at the
// specified index for a property "generator". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialQuoteRequest(idx int, v GoToSocialQuoteRequest)
// InsertGoToSocialReplyApproval inserts a ReplyApproval value at the
// specified index for a property "generator". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialReplyApproval(idx int, v GoToSocialReplyApproval)
// InsertGoToSocialReplyAuthorization inserts a ReplyAuthorization value
// at the specified index for a property "generator". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertGoToSocialReplyAuthorization(idx int, v GoToSocialReplyAuthorization)
// InsertGoToSocialReplyRequest inserts a ReplyRequest value at the
// specified index for a property "generator". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialReplyRequest(idx int, v GoToSocialReplyRequest)
// Insert inserts an IRI value at the specified index for a property
// "generator". Existing elements at that index and higher are shifted
// back once. Invalidates all iterators.
InsertIRI(idx int, v *url.URL)
// InsertLitePubEmojiReact inserts a EmojiReact value at the specified
// index for a property "generator". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertLitePubEmojiReact(idx int, v LitePubEmojiReact)
// InsertSchemaPropertyValue inserts a PropertyValue value at the
// specified index for a property "generator". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertSchemaPropertyValue(idx int, v SchemaPropertyValue)
// InsertTootEmoji inserts a Emoji value at the specified index for a
// property "generator". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertTootEmoji(idx int, v TootEmoji)
// InsertTootHashtag inserts a Hashtag value at the specified index for a
// property "generator". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertTootHashtag(idx int, v TootHashtag)
// InsertTootIdentityProof inserts a IdentityProof value at the specified
// index for a property "generator". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertTootIdentityProof(idx int, v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "generator". Invalidates all iterators. Returns an
// error if the type is not a valid one to set for this property.
InsertType(idx int, t Type) error
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex(idx int) int
// Len returns the number of values that exist for the "generator"
// property.
Len() (length int)
// Less computes whether another property is less than this one. Mixing
// types results in a consistent but arbitrary ordering
Less(i, j int) 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.
LessThan(o ActivityStreamsGeneratorProperty) bool
// Name returns the name of this property ("generator") with any alias.
Name() string
// PrependActivityStreamsAccept prepends a Accept value to the front of a
// list of the property "generator". Invalidates all iterators.
PrependActivityStreamsAccept(v ActivityStreamsAccept)
// PrependActivityStreamsActivity prepends a Activity value to the front
// of a list of the property "generator". Invalidates all iterators.
PrependActivityStreamsActivity(v ActivityStreamsActivity)
// PrependActivityStreamsAdd prepends a Add value to the front of a list
// of the property "generator". Invalidates all iterators.
PrependActivityStreamsAdd(v ActivityStreamsAdd)
// PrependActivityStreamsAnnounce prepends a Announce value to the front
// of a list of the property "generator". Invalidates all iterators.
PrependActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// PrependActivityStreamsApplication prepends a Application value to the
// front of a list of the property "generator". Invalidates all
// iterators.
PrependActivityStreamsApplication(v ActivityStreamsApplication)
// PrependActivityStreamsArrive prepends a Arrive value to the front of a
// list of the property "generator". Invalidates all iterators.
PrependActivityStreamsArrive(v ActivityStreamsArrive)
// PrependActivityStreamsArticle prepends a Article value to the front of
// a list of the property "generator". Invalidates all iterators.
PrependActivityStreamsArticle(v ActivityStreamsArticle)
// PrependActivityStreamsAudio prepends a Audio value to the front of a
// list of the property "generator". Invalidates all iterators.
PrependActivityStreamsAudio(v ActivityStreamsAudio)
// PrependActivityStreamsBlock prepends a Block value to the front of a
// list of the property "generator". Invalidates all iterators.
PrependActivityStreamsBlock(v ActivityStreamsBlock)
// PrependActivityStreamsCollection prepends a Collection value to the
// front of a list of the property "generator". Invalidates all
// iterators.
PrependActivityStreamsCollection(v ActivityStreamsCollection)
// PrependActivityStreamsCollectionPage prepends a CollectionPage value to
// the front of a list of the property "generator". Invalidates all
// iterators.
PrependActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// PrependActivityStreamsCreate prepends a Create value to the front of a
// list of the property "generator". Invalidates all iterators.
PrependActivityStreamsCreate(v ActivityStreamsCreate)
// PrependActivityStreamsDelete prepends a Delete value to the front of a
// list of the property "generator". Invalidates all iterators.
PrependActivityStreamsDelete(v ActivityStreamsDelete)
// PrependActivityStreamsDislike prepends a Dislike value to the front of
// a list of the property "generator". Invalidates all iterators.
PrependActivityStreamsDislike(v ActivityStreamsDislike)
// PrependActivityStreamsDocument prepends a Document value to the front
// of a list of the property "generator". Invalidates all iterators.
PrependActivityStreamsDocument(v ActivityStreamsDocument)
// PrependActivityStreamsEvent prepends a Event value to the front of a
// list of the property "generator". Invalidates all iterators.
PrependActivityStreamsEvent(v ActivityStreamsEvent)
// PrependActivityStreamsFlag prepends a Flag value to the front of a list
// of the property "generator". Invalidates all iterators.
PrependActivityStreamsFlag(v ActivityStreamsFlag)
// PrependActivityStreamsFollow prepends a Follow value to the front of a
// list of the property "generator". Invalidates all iterators.
PrependActivityStreamsFollow(v ActivityStreamsFollow)
// PrependActivityStreamsGroup prepends a Group value to the front of a
// list of the property "generator". Invalidates all iterators.
PrependActivityStreamsGroup(v ActivityStreamsGroup)
// PrependActivityStreamsIgnore prepends a Ignore value to the front of a
// list of the property "generator". Invalidates all iterators.
PrependActivityStreamsIgnore(v ActivityStreamsIgnore)
// PrependActivityStreamsImage prepends a Image value to the front of a
// list of the property "generator". Invalidates all iterators.
PrependActivityStreamsImage(v ActivityStreamsImage)
// PrependActivityStreamsIntransitiveActivity prepends a
// IntransitiveActivity value to the front of a list of the property
// "generator". Invalidates all iterators.
PrependActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// PrependActivityStreamsInvite prepends a Invite value to the front of a
// list of the property "generator". Invalidates all iterators.
PrependActivityStreamsInvite(v ActivityStreamsInvite)
// PrependActivityStreamsJoin prepends a Join value to the front of a list
// of the property "generator". Invalidates all iterators.
PrependActivityStreamsJoin(v ActivityStreamsJoin)
// PrependActivityStreamsLeave prepends a Leave value to the front of a
// list of the property "generator". Invalidates all iterators.
PrependActivityStreamsLeave(v ActivityStreamsLeave)
// PrependActivityStreamsLike prepends a Like value to the front of a list
// of the property "generator". Invalidates all iterators.
PrependActivityStreamsLike(v ActivityStreamsLike)
// PrependActivityStreamsLink prepends a Link value to the front of a list
// of the property "generator". Invalidates all iterators.
PrependActivityStreamsLink(v ActivityStreamsLink)
// PrependActivityStreamsListen prepends a Listen value to the front of a
// list of the property "generator". Invalidates all iterators.
PrependActivityStreamsListen(v ActivityStreamsListen)
// PrependActivityStreamsMention prepends a Mention value to the front of
// a list of the property "generator". Invalidates all iterators.
PrependActivityStreamsMention(v ActivityStreamsMention)
// PrependActivityStreamsMove prepends a Move value to the front of a list
// of the property "generator". Invalidates all iterators.
PrependActivityStreamsMove(v ActivityStreamsMove)
// PrependActivityStreamsNote prepends a Note value to the front of a list
// of the property "generator". Invalidates all iterators.
PrependActivityStreamsNote(v ActivityStreamsNote)
// PrependActivityStreamsObject prepends a Object value to the front of a
// list of the property "generator". Invalidates all iterators.
PrependActivityStreamsObject(v ActivityStreamsObject)
// PrependActivityStreamsOffer prepends a Offer value to the front of a
// list of the property "generator". Invalidates all iterators.
PrependActivityStreamsOffer(v ActivityStreamsOffer)
// PrependActivityStreamsOrderedCollection prepends a OrderedCollection
// value to the front of a list of the property "generator".
// Invalidates all iterators.
PrependActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// PrependActivityStreamsOrderedCollectionPage prepends a
// OrderedCollectionPage value to the front of a list of the property
// "generator". Invalidates all iterators.
PrependActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// PrependActivityStreamsOrganization prepends a Organization value to the
// front of a list of the property "generator". Invalidates all
// iterators.
PrependActivityStreamsOrganization(v ActivityStreamsOrganization)
// PrependActivityStreamsPage prepends a Page value to the front of a list
// of the property "generator". Invalidates all iterators.
PrependActivityStreamsPage(v ActivityStreamsPage)
// PrependActivityStreamsPerson prepends a Person value to the front of a
// list of the property "generator". Invalidates all iterators.
PrependActivityStreamsPerson(v ActivityStreamsPerson)
// PrependActivityStreamsPlace prepends a Place value to the front of a
// list of the property "generator". Invalidates all iterators.
PrependActivityStreamsPlace(v ActivityStreamsPlace)
// PrependActivityStreamsProfile prepends a Profile value to the front of
// a list of the property "generator". Invalidates all iterators.
PrependActivityStreamsProfile(v ActivityStreamsProfile)
// PrependActivityStreamsQuestion prepends a Question value to the front
// of a list of the property "generator". Invalidates all iterators.
PrependActivityStreamsQuestion(v ActivityStreamsQuestion)
// PrependActivityStreamsRead prepends a Read value to the front of a list
// of the property "generator". Invalidates all iterators.
PrependActivityStreamsRead(v ActivityStreamsRead)
// PrependActivityStreamsReject prepends a Reject value to the front of a
// list of the property "generator". Invalidates all iterators.
PrependActivityStreamsReject(v ActivityStreamsReject)
// PrependActivityStreamsRelationship prepends a Relationship value to the
// front of a list of the property "generator". Invalidates all
// iterators.
PrependActivityStreamsRelationship(v ActivityStreamsRelationship)
// PrependActivityStreamsRemove prepends a Remove value to the front of a
// list of the property "generator". Invalidates all iterators.
PrependActivityStreamsRemove(v ActivityStreamsRemove)
// PrependActivityStreamsService prepends a Service value to the front of
// a list of the property "generator". Invalidates all iterators.
PrependActivityStreamsService(v ActivityStreamsService)
// PrependActivityStreamsTentativeAccept prepends a TentativeAccept value
// to the front of a list of the property "generator". Invalidates all
// iterators.
PrependActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// PrependActivityStreamsTentativeReject prepends a TentativeReject value
// to the front of a list of the property "generator". Invalidates all
// iterators.
PrependActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// PrependActivityStreamsTombstone prepends a Tombstone value to the front
// of a list of the property "generator". Invalidates all iterators.
PrependActivityStreamsTombstone(v ActivityStreamsTombstone)
// PrependActivityStreamsTravel prepends a Travel value to the front of a
// list of the property "generator". Invalidates all iterators.
PrependActivityStreamsTravel(v ActivityStreamsTravel)
// PrependActivityStreamsUndo prepends a Undo value to the front of a list
// of the property "generator". Invalidates all iterators.
PrependActivityStreamsUndo(v ActivityStreamsUndo)
// PrependActivityStreamsUpdate prepends a Update value to the front of a
// list of the property "generator". Invalidates all iterators.
PrependActivityStreamsUpdate(v ActivityStreamsUpdate)
// PrependActivityStreamsVideo prepends a Video value to the front of a
// list of the property "generator". Invalidates all iterators.
PrependActivityStreamsVideo(v ActivityStreamsVideo)
// PrependActivityStreamsView prepends a View value to the front of a list
// of the property "generator". Invalidates all iterators.
PrependActivityStreamsView(v ActivityStreamsView)
// PrependFunkwhaleAlbum prepends a Album value to the front of a list of
// the property "generator". Invalidates all iterators.
PrependFunkwhaleAlbum(v FunkwhaleAlbum)
// PrependFunkwhaleArtist prepends a Artist value to the front of a list
// of the property "generator". Invalidates all iterators.
PrependFunkwhaleArtist(v FunkwhaleArtist)
// PrependFunkwhaleLibrary prepends a Library value to the front of a list
// of the property "generator". Invalidates all iterators.
PrependFunkwhaleLibrary(v FunkwhaleLibrary)
// PrependFunkwhaleTrack prepends a Track value to the front of a list of
// the property "generator". Invalidates all iterators.
PrependFunkwhaleTrack(v FunkwhaleTrack)
// PrependGoToSocialAnnounceApproval prepends a AnnounceApproval value to
// the front of a list of the property "generator". Invalidates all
// iterators.
PrependGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// PrependGoToSocialAnnounceAuthorization prepends a AnnounceAuthorization
// value to the front of a list of the property "generator".
// Invalidates all iterators.
PrependGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// PrependGoToSocialAnnounceRequest prepends a AnnounceRequest value to
// the front of a list of the property "generator". Invalidates all
// iterators.
PrependGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// PrependGoToSocialLikeApproval prepends a LikeApproval value to the
// front of a list of the property "generator". Invalidates all
// iterators.
PrependGoToSocialLikeApproval(v GoToSocialLikeApproval)
// PrependGoToSocialLikeAuthorization prepends a LikeAuthorization value
// to the front of a list of the property "generator". Invalidates all
// iterators.
PrependGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// PrependGoToSocialLikeRequest prepends a LikeRequest value to the front
// of a list of the property "generator". Invalidates all iterators.
PrependGoToSocialLikeRequest(v GoToSocialLikeRequest)
// PrependGoToSocialQuoteAuthorization prepends a QuoteAuthorization value
// to the front of a list of the property "generator". Invalidates all
// iterators.
PrependGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// PrependGoToSocialQuoteRequest prepends a QuoteRequest value to the
// front of a list of the property "generator". Invalidates all
// iterators.
PrependGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// PrependGoToSocialReplyApproval prepends a ReplyApproval value to the
// front of a list of the property "generator". Invalidates all
// iterators.
PrependGoToSocialReplyApproval(v GoToSocialReplyApproval)
// PrependGoToSocialReplyAuthorization prepends a ReplyAuthorization value
// to the front of a list of the property "generator". Invalidates all
// iterators.
PrependGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// PrependGoToSocialReplyRequest prepends a ReplyRequest value to the
// front of a list of the property "generator". Invalidates all
// iterators.
PrependGoToSocialReplyRequest(v GoToSocialReplyRequest)
// PrependIRI prepends an IRI value to the front of a list of the property
// "generator".
PrependIRI(v *url.URL)
// PrependLitePubEmojiReact prepends a EmojiReact value to the front of a
// list of the property "generator". Invalidates all iterators.
PrependLitePubEmojiReact(v LitePubEmojiReact)
// PrependSchemaPropertyValue prepends a PropertyValue value to the front
// of a list of the property "generator". Invalidates all iterators.
PrependSchemaPropertyValue(v SchemaPropertyValue)
// PrependTootEmoji prepends a Emoji value to the front of a list of the
// property "generator". Invalidates all iterators.
PrependTootEmoji(v TootEmoji)
// PrependTootHashtag prepends a Hashtag value to the front of a list of
// the property "generator". Invalidates all iterators.
PrependTootHashtag(v TootHashtag)
// PrependTootIdentityProof prepends a IdentityProof value to the front of
// a list of the property "generator". Invalidates all iterators.
PrependTootIdentityProof(v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "generator". Invalidates all iterators. Returns an
// error if the type is not a valid one to set for this property.
PrependType(t Type) error
// Remove deletes an element at the specified index from a list of the
// property "generator", regardless of its type. Panics if the index
// is out of bounds. Invalidates all iterators.
Remove(idx int)
// 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.
Serialize() (interface{}, error)
// SetActivityStreamsAccept sets a Accept value to be at the specified
// index for the property "generator". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsAccept(idx int, v ActivityStreamsAccept)
// SetActivityStreamsActivity sets a Activity value to be at the specified
// index for the property "generator". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsActivity(idx int, v ActivityStreamsActivity)
// SetActivityStreamsAdd sets a Add value to be at the specified index for
// the property "generator". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsAdd(idx int, v ActivityStreamsAdd)
// SetActivityStreamsAnnounce sets a Announce value to be at the specified
// index for the property "generator". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsAnnounce(idx int, v ActivityStreamsAnnounce)
// SetActivityStreamsApplication sets a Application value to be at the
// specified index for the property "generator". Panics if the index
// is out of bounds. Invalidates all iterators.
SetActivityStreamsApplication(idx int, v ActivityStreamsApplication)
// SetActivityStreamsArrive sets a Arrive value to be at the specified
// index for the property "generator". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsArrive(idx int, v ActivityStreamsArrive)
// SetActivityStreamsArticle sets a Article value to be at the specified
// index for the property "generator". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsArticle(idx int, v ActivityStreamsArticle)
// SetActivityStreamsAudio sets a Audio value to be at the specified index
// for the property "generator". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsAudio(idx int, v ActivityStreamsAudio)
// SetActivityStreamsBlock sets a Block value to be at the specified index
// for the property "generator". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsBlock(idx int, v ActivityStreamsBlock)
// SetActivityStreamsCollection sets a Collection value to be at the
// specified index for the property "generator". Panics if the index
// is out of bounds. Invalidates all iterators.
SetActivityStreamsCollection(idx int, v ActivityStreamsCollection)
// SetActivityStreamsCollectionPage sets a CollectionPage value to be at
// the specified index for the property "generator". Panics if the
// index is out of bounds. Invalidates all iterators.
SetActivityStreamsCollectionPage(idx int, v ActivityStreamsCollectionPage)
// SetActivityStreamsCreate sets a Create value to be at the specified
// index for the property "generator". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsCreate(idx int, v ActivityStreamsCreate)
// SetActivityStreamsDelete sets a Delete value to be at the specified
// index for the property "generator". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsDelete(idx int, v ActivityStreamsDelete)
// SetActivityStreamsDislike sets a Dislike value to be at the specified
// index for the property "generator". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsDislike(idx int, v ActivityStreamsDislike)
// SetActivityStreamsDocument sets a Document value to be at the specified
// index for the property "generator". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsDocument(idx int, v ActivityStreamsDocument)
// SetActivityStreamsEvent sets a Event value to be at the specified index
// for the property "generator". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsEvent(idx int, v ActivityStreamsEvent)
// SetActivityStreamsFlag sets a Flag value to be at the specified index
// for the property "generator". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsFlag(idx int, v ActivityStreamsFlag)
// SetActivityStreamsFollow sets a Follow value to be at the specified
// index for the property "generator". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsFollow(idx int, v ActivityStreamsFollow)
// SetActivityStreamsGroup sets a Group value to be at the specified index
// for the property "generator". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsGroup(idx int, v ActivityStreamsGroup)
// SetActivityStreamsIgnore sets a Ignore value to be at the specified
// index for the property "generator". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsIgnore(idx int, v ActivityStreamsIgnore)
// SetActivityStreamsImage sets a Image value to be at the specified index
// for the property "generator". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsImage(idx int, v ActivityStreamsImage)
// SetActivityStreamsIntransitiveActivity sets a IntransitiveActivity
// value to be at the specified index for the property "generator".
// Panics if the index is out of bounds. Invalidates all iterators.
SetActivityStreamsIntransitiveActivity(idx int, v ActivityStreamsIntransitiveActivity)
// SetActivityStreamsInvite sets a Invite value to be at the specified
// index for the property "generator". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsInvite(idx int, v ActivityStreamsInvite)
// SetActivityStreamsJoin sets a Join value to be at the specified index
// for the property "generator". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsJoin(idx int, v ActivityStreamsJoin)
// SetActivityStreamsLeave sets a Leave value to be at the specified index
// for the property "generator". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsLeave(idx int, v ActivityStreamsLeave)
// SetActivityStreamsLike sets a Like value to be at the specified index
// for the property "generator". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsLike(idx int, v ActivityStreamsLike)
// SetActivityStreamsLink sets a Link value to be at the specified index
// for the property "generator". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsLink(idx int, v ActivityStreamsLink)
// SetActivityStreamsListen sets a Listen value to be at the specified
// index for the property "generator". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsListen(idx int, v ActivityStreamsListen)
// SetActivityStreamsMention sets a Mention value to be at the specified
// index for the property "generator". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsMention(idx int, v ActivityStreamsMention)
// SetActivityStreamsMove sets a Move value to be at the specified index
// for the property "generator". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsMove(idx int, v ActivityStreamsMove)
// SetActivityStreamsNote sets a Note value to be at the specified index
// for the property "generator". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsNote(idx int, v ActivityStreamsNote)
// SetActivityStreamsObject sets a Object value to be at the specified
// index for the property "generator". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsObject(idx int, v ActivityStreamsObject)
// SetActivityStreamsOffer sets a Offer value to be at the specified index
// for the property "generator". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsOffer(idx int, v ActivityStreamsOffer)
// SetActivityStreamsOrderedCollection sets a OrderedCollection value to
// be at the specified index for the property "generator". Panics if
// the index is out of bounds. Invalidates all iterators.
SetActivityStreamsOrderedCollection(idx int, v ActivityStreamsOrderedCollection)
// SetActivityStreamsOrderedCollectionPage sets a OrderedCollectionPage
// value to be at the specified index for the property "generator".
// Panics if the index is out of bounds. Invalidates all iterators.
SetActivityStreamsOrderedCollectionPage(idx int, v ActivityStreamsOrderedCollectionPage)
// SetActivityStreamsOrganization sets a Organization value to be at the
// specified index for the property "generator". Panics if the index
// is out of bounds. Invalidates all iterators.
SetActivityStreamsOrganization(idx int, v ActivityStreamsOrganization)
// SetActivityStreamsPage sets a Page value to be at the specified index
// for the property "generator". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsPage(idx int, v ActivityStreamsPage)
// SetActivityStreamsPerson sets a Person value to be at the specified
// index for the property "generator". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsPerson(idx int, v ActivityStreamsPerson)
// SetActivityStreamsPlace sets a Place value to be at the specified index
// for the property "generator". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsPlace(idx int, v ActivityStreamsPlace)
// SetActivityStreamsProfile sets a Profile value to be at the specified
// index for the property "generator". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsProfile(idx int, v ActivityStreamsProfile)
// SetActivityStreamsQuestion sets a Question value to be at the specified
// index for the property "generator". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsQuestion(idx int, v ActivityStreamsQuestion)
// SetActivityStreamsRead sets a Read value to be at the specified index
// for the property "generator". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsRead(idx int, v ActivityStreamsRead)
// SetActivityStreamsReject sets a Reject value to be at the specified
// index for the property "generator". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsReject(idx int, v ActivityStreamsReject)
// SetActivityStreamsRelationship sets a Relationship value to be at the
// specified index for the property "generator". Panics if the index
// is out of bounds. Invalidates all iterators.
SetActivityStreamsRelationship(idx int, v ActivityStreamsRelationship)
// SetActivityStreamsRemove sets a Remove value to be at the specified
// index for the property "generator". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsRemove(idx int, v ActivityStreamsRemove)
// SetActivityStreamsService sets a Service value to be at the specified
// index for the property "generator". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsService(idx int, v ActivityStreamsService)
// SetActivityStreamsTentativeAccept sets a TentativeAccept value to be at
// the specified index for the property "generator". Panics if the
// index is out of bounds. Invalidates all iterators.
SetActivityStreamsTentativeAccept(idx int, v ActivityStreamsTentativeAccept)
// SetActivityStreamsTentativeReject sets a TentativeReject value to be at
// the specified index for the property "generator". Panics if the
// index is out of bounds. Invalidates all iterators.
SetActivityStreamsTentativeReject(idx int, v ActivityStreamsTentativeReject)
// SetActivityStreamsTombstone sets a Tombstone value to be at the
// specified index for the property "generator". Panics if the index
// is out of bounds. Invalidates all iterators.
SetActivityStreamsTombstone(idx int, v ActivityStreamsTombstone)
// SetActivityStreamsTravel sets a Travel value to be at the specified
// index for the property "generator". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsTravel(idx int, v ActivityStreamsTravel)
// SetActivityStreamsUndo sets a Undo value to be at the specified index
// for the property "generator". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsUndo(idx int, v ActivityStreamsUndo)
// SetActivityStreamsUpdate sets a Update value to be at the specified
// index for the property "generator". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsUpdate(idx int, v ActivityStreamsUpdate)
// SetActivityStreamsVideo sets a Video value to be at the specified index
// for the property "generator". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsVideo(idx int, v ActivityStreamsVideo)
// SetActivityStreamsView sets a View value to be at the specified index
// for the property "generator". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsView(idx int, v ActivityStreamsView)
// SetFunkwhaleAlbum sets a Album value to be at the specified index for
// the property "generator". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleAlbum(idx int, v FunkwhaleAlbum)
// SetFunkwhaleArtist sets a Artist value to be at the specified index for
// the property "generator". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleArtist(idx int, v FunkwhaleArtist)
// SetFunkwhaleLibrary sets a Library value to be at the specified index
// for the property "generator". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleLibrary(idx int, v FunkwhaleLibrary)
// SetFunkwhaleTrack sets a Track value to be at the specified index for
// the property "generator". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleTrack(idx int, v FunkwhaleTrack)
// SetGoToSocialAnnounceApproval sets a AnnounceApproval value to be at
// the specified index for the property "generator". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceApproval(idx int, v GoToSocialAnnounceApproval)
// SetGoToSocialAnnounceAuthorization sets a AnnounceAuthorization value
// to be at the specified index for the property "generator". Panics
// if the index is out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceAuthorization(idx int, v GoToSocialAnnounceAuthorization)
// SetGoToSocialAnnounceRequest sets a AnnounceRequest value to be at the
// specified index for the property "generator". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceRequest(idx int, v GoToSocialAnnounceRequest)
// SetGoToSocialLikeApproval sets a LikeApproval value to be at the
// specified index for the property "generator". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialLikeApproval(idx int, v GoToSocialLikeApproval)
// SetGoToSocialLikeAuthorization sets a LikeAuthorization value to be at
// the specified index for the property "generator". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialLikeAuthorization(idx int, v GoToSocialLikeAuthorization)
// SetGoToSocialLikeRequest sets a LikeRequest value to be at the
// specified index for the property "generator". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// SetGoToSocialQuoteAuthorization sets a QuoteAuthorization value to be
// at the specified index for the property "generator". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialQuoteAuthorization(idx int, v GoToSocialQuoteAuthorization)
// SetGoToSocialQuoteRequest sets a QuoteRequest value to be at the
// specified index for the property "generator". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialQuoteRequest(idx int, v GoToSocialQuoteRequest)
// SetGoToSocialReplyApproval sets a ReplyApproval value to be at the
// specified index for the property "generator". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialReplyApproval(idx int, v GoToSocialReplyApproval)
// SetGoToSocialReplyAuthorization sets a ReplyAuthorization value to be
// at the specified index for the property "generator". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialReplyAuthorization(idx int, v GoToSocialReplyAuthorization)
// SetGoToSocialReplyRequest sets a ReplyRequest value to be at the
// specified index for the property "generator". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialReplyRequest(idx int, v GoToSocialReplyRequest)
// SetIRI sets an IRI value to be at the specified index for the property
// "generator". Panics if the index is out of bounds.
SetIRI(idx int, v *url.URL)
// SetLitePubEmojiReact sets a EmojiReact value to be at the specified
// index for the property "generator". Panics if the index is out of
// bounds. Invalidates all iterators.
SetLitePubEmojiReact(idx int, v LitePubEmojiReact)
// SetSchemaPropertyValue sets a PropertyValue value to be at the
// specified index for the property "generator". Panics if the index
// is out of bounds. Invalidates all iterators.
SetSchemaPropertyValue(idx int, v SchemaPropertyValue)
// SetTootEmoji sets a Emoji value to be at the specified index for the
// property "generator". Panics if the index is out of bounds.
// Invalidates all iterators.
SetTootEmoji(idx int, v TootEmoji)
// SetTootHashtag sets a Hashtag value to be at the specified index for
// the property "generator". Panics if the index is out of bounds.
// Invalidates all iterators.
SetTootHashtag(idx int, v TootHashtag)
// SetTootIdentityProof sets a IdentityProof value to be at the specified
// index for the property "generator". Panics if the index is out of
// bounds. Invalidates all iterators.
SetTootIdentityProof(idx int, v TootIdentityProof)
// SetType sets an arbitrary type value to the specified index of the
// property "generator". 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.
SetType(idx int, t Type) error
// Swap swaps the location of values at two indices for the "generator"
// property.
Swap(i, j int)
}
Identifies the entity (e.g. an application) that generated the object.
Example 78 (https://www.w3.org/TR/activitystreams-vocabulary/#ex75-jsonld):
{
"content": "This is all there is.",
"generator": {
"name": "Exampletron 3000",
"type": "Application"
},
"summary": "A simple note",
"type": "Note"
}
type ActivityStreamsGeneratorPropertyIterator ¶
type ActivityStreamsGeneratorPropertyIterator interface {
// GetActivityStreamsAccept returns the value of this property. When
// IsActivityStreamsAccept returns false, GetActivityStreamsAccept
// will return an arbitrary value.
GetActivityStreamsAccept() ActivityStreamsAccept
// GetActivityStreamsActivity returns the value of this property. When
// IsActivityStreamsActivity returns false, GetActivityStreamsActivity
// will return an arbitrary value.
GetActivityStreamsActivity() ActivityStreamsActivity
// GetActivityStreamsAdd returns the value of this property. When
// IsActivityStreamsAdd returns false, GetActivityStreamsAdd will
// return an arbitrary value.
GetActivityStreamsAdd() ActivityStreamsAdd
// GetActivityStreamsAnnounce returns the value of this property. When
// IsActivityStreamsAnnounce returns false, GetActivityStreamsAnnounce
// will return an arbitrary value.
GetActivityStreamsAnnounce() ActivityStreamsAnnounce
// GetActivityStreamsApplication returns the value of this property. When
// IsActivityStreamsApplication returns false,
// GetActivityStreamsApplication will return an arbitrary value.
GetActivityStreamsApplication() ActivityStreamsApplication
// GetActivityStreamsArrive returns the value of this property. When
// IsActivityStreamsArrive returns false, GetActivityStreamsArrive
// will return an arbitrary value.
GetActivityStreamsArrive() ActivityStreamsArrive
// GetActivityStreamsArticle returns the value of this property. When
// IsActivityStreamsArticle returns false, GetActivityStreamsArticle
// will return an arbitrary value.
GetActivityStreamsArticle() ActivityStreamsArticle
// GetActivityStreamsAudio returns the value of this property. When
// IsActivityStreamsAudio returns false, GetActivityStreamsAudio will
// return an arbitrary value.
GetActivityStreamsAudio() ActivityStreamsAudio
// GetActivityStreamsBlock returns the value of this property. When
// IsActivityStreamsBlock returns false, GetActivityStreamsBlock will
// return an arbitrary value.
GetActivityStreamsBlock() ActivityStreamsBlock
// GetActivityStreamsCollection returns the value of this property. When
// IsActivityStreamsCollection returns false,
// GetActivityStreamsCollection will return an arbitrary value.
GetActivityStreamsCollection() ActivityStreamsCollection
// GetActivityStreamsCollectionPage returns the value of this property.
// When IsActivityStreamsCollectionPage returns false,
// GetActivityStreamsCollectionPage will return an arbitrary value.
GetActivityStreamsCollectionPage() ActivityStreamsCollectionPage
// GetActivityStreamsCreate returns the value of this property. When
// IsActivityStreamsCreate returns false, GetActivityStreamsCreate
// will return an arbitrary value.
GetActivityStreamsCreate() ActivityStreamsCreate
// GetActivityStreamsDelete returns the value of this property. When
// IsActivityStreamsDelete returns false, GetActivityStreamsDelete
// will return an arbitrary value.
GetActivityStreamsDelete() ActivityStreamsDelete
// GetActivityStreamsDislike returns the value of this property. When
// IsActivityStreamsDislike returns false, GetActivityStreamsDislike
// will return an arbitrary value.
GetActivityStreamsDislike() ActivityStreamsDislike
// GetActivityStreamsDocument returns the value of this property. When
// IsActivityStreamsDocument returns false, GetActivityStreamsDocument
// will return an arbitrary value.
GetActivityStreamsDocument() ActivityStreamsDocument
// GetActivityStreamsEvent returns the value of this property. When
// IsActivityStreamsEvent returns false, GetActivityStreamsEvent will
// return an arbitrary value.
GetActivityStreamsEvent() ActivityStreamsEvent
// GetActivityStreamsFlag returns the value of this property. When
// IsActivityStreamsFlag returns false, GetActivityStreamsFlag will
// return an arbitrary value.
GetActivityStreamsFlag() ActivityStreamsFlag
// GetActivityStreamsFollow returns the value of this property. When
// IsActivityStreamsFollow returns false, GetActivityStreamsFollow
// will return an arbitrary value.
GetActivityStreamsFollow() ActivityStreamsFollow
// GetActivityStreamsGroup returns the value of this property. When
// IsActivityStreamsGroup returns false, GetActivityStreamsGroup will
// return an arbitrary value.
GetActivityStreamsGroup() ActivityStreamsGroup
// GetActivityStreamsIgnore returns the value of this property. When
// IsActivityStreamsIgnore returns false, GetActivityStreamsIgnore
// will return an arbitrary value.
GetActivityStreamsIgnore() ActivityStreamsIgnore
// GetActivityStreamsImage returns the value of this property. When
// IsActivityStreamsImage returns false, GetActivityStreamsImage will
// return an arbitrary value.
GetActivityStreamsImage() ActivityStreamsImage
// GetActivityStreamsIntransitiveActivity returns the value of this
// property. When IsActivityStreamsIntransitiveActivity returns false,
// GetActivityStreamsIntransitiveActivity will return an arbitrary
// value.
GetActivityStreamsIntransitiveActivity() ActivityStreamsIntransitiveActivity
// GetActivityStreamsInvite returns the value of this property. When
// IsActivityStreamsInvite returns false, GetActivityStreamsInvite
// will return an arbitrary value.
GetActivityStreamsInvite() ActivityStreamsInvite
// GetActivityStreamsJoin returns the value of this property. When
// IsActivityStreamsJoin returns false, GetActivityStreamsJoin will
// return an arbitrary value.
GetActivityStreamsJoin() ActivityStreamsJoin
// GetActivityStreamsLeave returns the value of this property. When
// IsActivityStreamsLeave returns false, GetActivityStreamsLeave will
// return an arbitrary value.
GetActivityStreamsLeave() ActivityStreamsLeave
// GetActivityStreamsLike returns the value of this property. When
// IsActivityStreamsLike returns false, GetActivityStreamsLike will
// return an arbitrary value.
GetActivityStreamsLike() ActivityStreamsLike
// GetActivityStreamsLink returns the value of this property. When
// IsActivityStreamsLink returns false, GetActivityStreamsLink will
// return an arbitrary value.
GetActivityStreamsLink() ActivityStreamsLink
// GetActivityStreamsListen returns the value of this property. When
// IsActivityStreamsListen returns false, GetActivityStreamsListen
// will return an arbitrary value.
GetActivityStreamsListen() ActivityStreamsListen
// GetActivityStreamsMention returns the value of this property. When
// IsActivityStreamsMention returns false, GetActivityStreamsMention
// will return an arbitrary value.
GetActivityStreamsMention() ActivityStreamsMention
// GetActivityStreamsMove returns the value of this property. When
// IsActivityStreamsMove returns false, GetActivityStreamsMove will
// return an arbitrary value.
GetActivityStreamsMove() ActivityStreamsMove
// GetActivityStreamsNote returns the value of this property. When
// IsActivityStreamsNote returns false, GetActivityStreamsNote will
// return an arbitrary value.
GetActivityStreamsNote() ActivityStreamsNote
// GetActivityStreamsObject returns the value of this property. When
// IsActivityStreamsObject returns false, GetActivityStreamsObject
// will return an arbitrary value.
GetActivityStreamsObject() ActivityStreamsObject
// GetActivityStreamsOffer returns the value of this property. When
// IsActivityStreamsOffer returns false, GetActivityStreamsOffer will
// return an arbitrary value.
GetActivityStreamsOffer() ActivityStreamsOffer
// GetActivityStreamsOrderedCollection returns the value of this property.
// When IsActivityStreamsOrderedCollection returns false,
// GetActivityStreamsOrderedCollection will return an arbitrary value.
GetActivityStreamsOrderedCollection() ActivityStreamsOrderedCollection
// GetActivityStreamsOrderedCollectionPage returns the value of this
// property. When IsActivityStreamsOrderedCollectionPage returns
// false, GetActivityStreamsOrderedCollectionPage will return an
// arbitrary value.
GetActivityStreamsOrderedCollectionPage() ActivityStreamsOrderedCollectionPage
// GetActivityStreamsOrganization returns the value of this property. When
// IsActivityStreamsOrganization returns false,
// GetActivityStreamsOrganization will return an arbitrary value.
GetActivityStreamsOrganization() ActivityStreamsOrganization
// GetActivityStreamsPage returns the value of this property. When
// IsActivityStreamsPage returns false, GetActivityStreamsPage will
// return an arbitrary value.
GetActivityStreamsPage() ActivityStreamsPage
// GetActivityStreamsPerson returns the value of this property. When
// IsActivityStreamsPerson returns false, GetActivityStreamsPerson
// will return an arbitrary value.
GetActivityStreamsPerson() ActivityStreamsPerson
// GetActivityStreamsPlace returns the value of this property. When
// IsActivityStreamsPlace returns false, GetActivityStreamsPlace will
// return an arbitrary value.
GetActivityStreamsPlace() ActivityStreamsPlace
// GetActivityStreamsProfile returns the value of this property. When
// IsActivityStreamsProfile returns false, GetActivityStreamsProfile
// will return an arbitrary value.
GetActivityStreamsProfile() ActivityStreamsProfile
// GetActivityStreamsQuestion returns the value of this property. When
// IsActivityStreamsQuestion returns false, GetActivityStreamsQuestion
// will return an arbitrary value.
GetActivityStreamsQuestion() ActivityStreamsQuestion
// GetActivityStreamsRead returns the value of this property. When
// IsActivityStreamsRead returns false, GetActivityStreamsRead will
// return an arbitrary value.
GetActivityStreamsRead() ActivityStreamsRead
// GetActivityStreamsReject returns the value of this property. When
// IsActivityStreamsReject returns false, GetActivityStreamsReject
// will return an arbitrary value.
GetActivityStreamsReject() ActivityStreamsReject
// GetActivityStreamsRelationship returns the value of this property. When
// IsActivityStreamsRelationship returns false,
// GetActivityStreamsRelationship will return an arbitrary value.
GetActivityStreamsRelationship() ActivityStreamsRelationship
// GetActivityStreamsRemove returns the value of this property. When
// IsActivityStreamsRemove returns false, GetActivityStreamsRemove
// will return an arbitrary value.
GetActivityStreamsRemove() ActivityStreamsRemove
// GetActivityStreamsService returns the value of this property. When
// IsActivityStreamsService returns false, GetActivityStreamsService
// will return an arbitrary value.
GetActivityStreamsService() ActivityStreamsService
// GetActivityStreamsTentativeAccept returns the value of this property.
// When IsActivityStreamsTentativeAccept returns false,
// GetActivityStreamsTentativeAccept will return an arbitrary value.
GetActivityStreamsTentativeAccept() ActivityStreamsTentativeAccept
// GetActivityStreamsTentativeReject returns the value of this property.
// When IsActivityStreamsTentativeReject returns false,
// GetActivityStreamsTentativeReject will return an arbitrary value.
GetActivityStreamsTentativeReject() ActivityStreamsTentativeReject
// GetActivityStreamsTombstone returns the value of this property. When
// IsActivityStreamsTombstone returns false,
// GetActivityStreamsTombstone will return an arbitrary value.
GetActivityStreamsTombstone() ActivityStreamsTombstone
// GetActivityStreamsTravel returns the value of this property. When
// IsActivityStreamsTravel returns false, GetActivityStreamsTravel
// will return an arbitrary value.
GetActivityStreamsTravel() ActivityStreamsTravel
// GetActivityStreamsUndo returns the value of this property. When
// IsActivityStreamsUndo returns false, GetActivityStreamsUndo will
// return an arbitrary value.
GetActivityStreamsUndo() ActivityStreamsUndo
// GetActivityStreamsUpdate returns the value of this property. When
// IsActivityStreamsUpdate returns false, GetActivityStreamsUpdate
// will return an arbitrary value.
GetActivityStreamsUpdate() ActivityStreamsUpdate
// GetActivityStreamsVideo returns the value of this property. When
// IsActivityStreamsVideo returns false, GetActivityStreamsVideo will
// return an arbitrary value.
GetActivityStreamsVideo() ActivityStreamsVideo
// GetActivityStreamsView returns the value of this property. When
// IsActivityStreamsView returns false, GetActivityStreamsView will
// return an arbitrary value.
GetActivityStreamsView() ActivityStreamsView
// GetFunkwhaleAlbum returns the value of this property. When
// IsFunkwhaleAlbum returns false, GetFunkwhaleAlbum will return an
// arbitrary value.
GetFunkwhaleAlbum() FunkwhaleAlbum
// GetFunkwhaleArtist returns the value of this property. When
// IsFunkwhaleArtist returns false, GetFunkwhaleArtist will return an
// arbitrary value.
GetFunkwhaleArtist() FunkwhaleArtist
// GetFunkwhaleLibrary returns the value of this property. When
// IsFunkwhaleLibrary returns false, GetFunkwhaleLibrary will return
// an arbitrary value.
GetFunkwhaleLibrary() FunkwhaleLibrary
// GetFunkwhaleTrack returns the value of this property. When
// IsFunkwhaleTrack returns false, GetFunkwhaleTrack will return an
// arbitrary value.
GetFunkwhaleTrack() FunkwhaleTrack
// GetGoToSocialAnnounceApproval returns the value of this property. When
// IsGoToSocialAnnounceApproval returns false,
// GetGoToSocialAnnounceApproval will return an arbitrary value.
GetGoToSocialAnnounceApproval() GoToSocialAnnounceApproval
// GetGoToSocialAnnounceAuthorization returns the value of this property.
// When IsGoToSocialAnnounceAuthorization returns false,
// GetGoToSocialAnnounceAuthorization will return an arbitrary value.
GetGoToSocialAnnounceAuthorization() GoToSocialAnnounceAuthorization
// GetGoToSocialAnnounceRequest returns the value of this property. When
// IsGoToSocialAnnounceRequest returns false,
// GetGoToSocialAnnounceRequest will return an arbitrary value.
GetGoToSocialAnnounceRequest() GoToSocialAnnounceRequest
// GetGoToSocialLikeApproval returns the value of this property. When
// IsGoToSocialLikeApproval returns false, GetGoToSocialLikeApproval
// will return an arbitrary value.
GetGoToSocialLikeApproval() GoToSocialLikeApproval
// GetGoToSocialLikeAuthorization returns the value of this property. When
// IsGoToSocialLikeAuthorization returns false,
// GetGoToSocialLikeAuthorization will return an arbitrary value.
GetGoToSocialLikeAuthorization() GoToSocialLikeAuthorization
// GetGoToSocialLikeRequest returns the value of this property. When
// IsGoToSocialLikeRequest returns false, GetGoToSocialLikeRequest
// will return an arbitrary value.
GetGoToSocialLikeRequest() GoToSocialLikeRequest
// GetGoToSocialQuoteAuthorization returns the value of this property.
// When IsGoToSocialQuoteAuthorization returns false,
// GetGoToSocialQuoteAuthorization will return an arbitrary value.
GetGoToSocialQuoteAuthorization() GoToSocialQuoteAuthorization
// GetGoToSocialQuoteRequest returns the value of this property. When
// IsGoToSocialQuoteRequest returns false, GetGoToSocialQuoteRequest
// will return an arbitrary value.
GetGoToSocialQuoteRequest() GoToSocialQuoteRequest
// GetGoToSocialReplyApproval returns the value of this property. When
// IsGoToSocialReplyApproval returns false, GetGoToSocialReplyApproval
// will return an arbitrary value.
GetGoToSocialReplyApproval() GoToSocialReplyApproval
// GetGoToSocialReplyAuthorization returns the value of this property.
// When IsGoToSocialReplyAuthorization returns false,
// GetGoToSocialReplyAuthorization will return an arbitrary value.
GetGoToSocialReplyAuthorization() GoToSocialReplyAuthorization
// GetGoToSocialReplyRequest returns the value of this property. When
// IsGoToSocialReplyRequest returns false, GetGoToSocialReplyRequest
// will return an arbitrary value.
GetGoToSocialReplyRequest() GoToSocialReplyRequest
// GetIRI returns the IRI of this property. When IsIRI returns false,
// GetIRI will return an arbitrary value.
GetIRI() *url.URL
// GetLitePubEmojiReact returns the value of this property. When
// IsLitePubEmojiReact returns false, GetLitePubEmojiReact will return
// an arbitrary value.
GetLitePubEmojiReact() LitePubEmojiReact
// GetSchemaPropertyValue returns the value of this property. When
// IsSchemaPropertyValue returns false, GetSchemaPropertyValue will
// return an arbitrary value.
GetSchemaPropertyValue() SchemaPropertyValue
// GetTootEmoji returns the value of this property. When IsTootEmoji
// returns false, GetTootEmoji will return an arbitrary value.
GetTootEmoji() TootEmoji
// GetTootHashtag returns the value of this property. When IsTootHashtag
// returns false, GetTootHashtag will return an arbitrary value.
GetTootHashtag() TootHashtag
// GetTootIdentityProof returns the value of this property. When
// IsTootIdentityProof returns false, GetTootIdentityProof will return
// an arbitrary value.
GetTootIdentityProof() TootIdentityProof
// 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.
GetType() Type
// HasAny returns true if any of the different values is set.
HasAny() 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.
IsActivityStreamsAccept() 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.
IsActivityStreamsActivity() 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.
IsActivityStreamsAdd() 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.
IsActivityStreamsAnnounce() 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.
IsActivityStreamsApplication() 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.
IsActivityStreamsArrive() 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.
IsActivityStreamsArticle() 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.
IsActivityStreamsAudio() 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.
IsActivityStreamsBlock() 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.
IsActivityStreamsCollection() 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.
IsActivityStreamsCollectionPage() 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.
IsActivityStreamsCreate() 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.
IsActivityStreamsDelete() 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.
IsActivityStreamsDislike() 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.
IsActivityStreamsDocument() 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.
IsActivityStreamsEvent() 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.
IsActivityStreamsFlag() 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.
IsActivityStreamsFollow() 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.
IsActivityStreamsGroup() 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.
IsActivityStreamsIgnore() 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.
IsActivityStreamsImage() 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.
IsActivityStreamsIntransitiveActivity() 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.
IsActivityStreamsInvite() 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.
IsActivityStreamsJoin() 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.
IsActivityStreamsLeave() 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.
IsActivityStreamsLike() 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.
IsActivityStreamsLink() 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.
IsActivityStreamsListen() 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.
IsActivityStreamsMention() 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.
IsActivityStreamsMove() 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.
IsActivityStreamsNote() 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.
IsActivityStreamsObject() 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.
IsActivityStreamsOffer() 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.
IsActivityStreamsOrderedCollection() 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.
IsActivityStreamsOrderedCollectionPage() 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.
IsActivityStreamsOrganization() 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.
IsActivityStreamsPage() 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.
IsActivityStreamsPerson() 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.
IsActivityStreamsPlace() 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.
IsActivityStreamsProfile() 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.
IsActivityStreamsQuestion() 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.
IsActivityStreamsRead() 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.
IsActivityStreamsReject() 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.
IsActivityStreamsRelationship() 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.
IsActivityStreamsRemove() 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.
IsActivityStreamsService() 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.
IsActivityStreamsTentativeAccept() 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.
IsActivityStreamsTentativeReject() 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.
IsActivityStreamsTombstone() 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.
IsActivityStreamsTravel() 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.
IsActivityStreamsUndo() 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.
IsActivityStreamsUpdate() 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.
IsActivityStreamsVideo() 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.
IsActivityStreamsView() bool
// IsFunkwhaleAlbum returns true if this property has a type of "Album".
// When true, use the GetFunkwhaleAlbum and SetFunkwhaleAlbum methods
// to access and set this property.
IsFunkwhaleAlbum() bool
// IsFunkwhaleArtist returns true if this property has a type of "Artist".
// When true, use the GetFunkwhaleArtist and SetFunkwhaleArtist
// methods to access and set this property.
IsFunkwhaleArtist() bool
// IsFunkwhaleLibrary returns true if this property has a type of
// "Library". When true, use the GetFunkwhaleLibrary and
// SetFunkwhaleLibrary methods to access and set this property.
IsFunkwhaleLibrary() bool
// IsFunkwhaleTrack returns true if this property has a type of "Track".
// When true, use the GetFunkwhaleTrack and SetFunkwhaleTrack methods
// to access and set this property.
IsFunkwhaleTrack() bool
// IsGoToSocialAnnounceApproval returns true if this property has a type
// of "AnnounceApproval". When true, use the
// GetGoToSocialAnnounceApproval and SetGoToSocialAnnounceApproval
// methods to access and set this property.
IsGoToSocialAnnounceApproval() bool
// IsGoToSocialAnnounceAuthorization returns true if this property has a
// type of "AnnounceAuthorization". When true, use the
// GetGoToSocialAnnounceAuthorization and
// SetGoToSocialAnnounceAuthorization methods to access and set this
// property.
IsGoToSocialAnnounceAuthorization() bool
// IsGoToSocialAnnounceRequest returns true if this property has a type of
// "AnnounceRequest". When true, use the GetGoToSocialAnnounceRequest
// and SetGoToSocialAnnounceRequest methods to access and set this
// property.
IsGoToSocialAnnounceRequest() bool
// IsGoToSocialLikeApproval returns true if this property has a type of
// "LikeApproval". When true, use the GetGoToSocialLikeApproval and
// SetGoToSocialLikeApproval methods to access and set this property.
IsGoToSocialLikeApproval() bool
// IsGoToSocialLikeAuthorization returns true if this property has a type
// of "LikeAuthorization". When true, use the
// GetGoToSocialLikeAuthorization and SetGoToSocialLikeAuthorization
// methods to access and set this property.
IsGoToSocialLikeAuthorization() bool
// IsGoToSocialLikeRequest returns true if this property has a type of
// "LikeRequest". When true, use the GetGoToSocialLikeRequest and
// SetGoToSocialLikeRequest methods to access and set this property.
IsGoToSocialLikeRequest() bool
// IsGoToSocialQuoteAuthorization returns true if this property has a type
// of "QuoteAuthorization". When true, use the
// GetGoToSocialQuoteAuthorization and SetGoToSocialQuoteAuthorization
// methods to access and set this property.
IsGoToSocialQuoteAuthorization() bool
// IsGoToSocialQuoteRequest returns true if this property has a type of
// "QuoteRequest". When true, use the GetGoToSocialQuoteRequest and
// SetGoToSocialQuoteRequest methods to access and set this property.
IsGoToSocialQuoteRequest() bool
// IsGoToSocialReplyApproval returns true if this property has a type of
// "ReplyApproval". When true, use the GetGoToSocialReplyApproval and
// SetGoToSocialReplyApproval methods to access and set this property.
IsGoToSocialReplyApproval() bool
// IsGoToSocialReplyAuthorization returns true if this property has a type
// of "ReplyAuthorization". When true, use the
// GetGoToSocialReplyAuthorization and SetGoToSocialReplyAuthorization
// methods to access and set this property.
IsGoToSocialReplyAuthorization() bool
// IsGoToSocialReplyRequest returns true if this property has a type of
// "ReplyRequest". When true, use the GetGoToSocialReplyRequest and
// SetGoToSocialReplyRequest methods to access and set this property.
IsGoToSocialReplyRequest() bool
// IsIRI returns true if this property is an IRI. When true, use GetIRI
// and SetIRI to access and set this property
IsIRI() bool
// IsLitePubEmojiReact returns true if this property has a type of
// "EmojiReact". When true, use the GetLitePubEmojiReact and
// SetLitePubEmojiReact methods to access and set this property.
IsLitePubEmojiReact() 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.
IsSchemaPropertyValue() 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.
IsTootEmoji() 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.
IsTootHashtag() 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.
IsTootIdentityProof() bool
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex() int
// 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.
LessThan(o ActivityStreamsGeneratorPropertyIterator) bool
// Name returns the name of this property: "ActivityStreamsGenerator".
Name() string
// Next returns the next iterator, or nil if there is no next iterator.
Next() ActivityStreamsGeneratorPropertyIterator
// Prev returns the previous iterator, or nil if there is no previous
// iterator.
Prev() ActivityStreamsGeneratorPropertyIterator
// SetActivityStreamsAccept sets the value of this property. Calling
// IsActivityStreamsAccept afterwards returns true.
SetActivityStreamsAccept(v ActivityStreamsAccept)
// SetActivityStreamsActivity sets the value of this property. Calling
// IsActivityStreamsActivity afterwards returns true.
SetActivityStreamsActivity(v ActivityStreamsActivity)
// SetActivityStreamsAdd sets the value of this property. Calling
// IsActivityStreamsAdd afterwards returns true.
SetActivityStreamsAdd(v ActivityStreamsAdd)
// SetActivityStreamsAnnounce sets the value of this property. Calling
// IsActivityStreamsAnnounce afterwards returns true.
SetActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// SetActivityStreamsApplication sets the value of this property. Calling
// IsActivityStreamsApplication afterwards returns true.
SetActivityStreamsApplication(v ActivityStreamsApplication)
// SetActivityStreamsArrive sets the value of this property. Calling
// IsActivityStreamsArrive afterwards returns true.
SetActivityStreamsArrive(v ActivityStreamsArrive)
// SetActivityStreamsArticle sets the value of this property. Calling
// IsActivityStreamsArticle afterwards returns true.
SetActivityStreamsArticle(v ActivityStreamsArticle)
// SetActivityStreamsAudio sets the value of this property. Calling
// IsActivityStreamsAudio afterwards returns true.
SetActivityStreamsAudio(v ActivityStreamsAudio)
// SetActivityStreamsBlock sets the value of this property. Calling
// IsActivityStreamsBlock afterwards returns true.
SetActivityStreamsBlock(v ActivityStreamsBlock)
// SetActivityStreamsCollection sets the value of this property. Calling
// IsActivityStreamsCollection afterwards returns true.
SetActivityStreamsCollection(v ActivityStreamsCollection)
// SetActivityStreamsCollectionPage sets the value of this property.
// Calling IsActivityStreamsCollectionPage afterwards returns true.
SetActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// SetActivityStreamsCreate sets the value of this property. Calling
// IsActivityStreamsCreate afterwards returns true.
SetActivityStreamsCreate(v ActivityStreamsCreate)
// SetActivityStreamsDelete sets the value of this property. Calling
// IsActivityStreamsDelete afterwards returns true.
SetActivityStreamsDelete(v ActivityStreamsDelete)
// SetActivityStreamsDislike sets the value of this property. Calling
// IsActivityStreamsDislike afterwards returns true.
SetActivityStreamsDislike(v ActivityStreamsDislike)
// SetActivityStreamsDocument sets the value of this property. Calling
// IsActivityStreamsDocument afterwards returns true.
SetActivityStreamsDocument(v ActivityStreamsDocument)
// SetActivityStreamsEvent sets the value of this property. Calling
// IsActivityStreamsEvent afterwards returns true.
SetActivityStreamsEvent(v ActivityStreamsEvent)
// SetActivityStreamsFlag sets the value of this property. Calling
// IsActivityStreamsFlag afterwards returns true.
SetActivityStreamsFlag(v ActivityStreamsFlag)
// SetActivityStreamsFollow sets the value of this property. Calling
// IsActivityStreamsFollow afterwards returns true.
SetActivityStreamsFollow(v ActivityStreamsFollow)
// SetActivityStreamsGroup sets the value of this property. Calling
// IsActivityStreamsGroup afterwards returns true.
SetActivityStreamsGroup(v ActivityStreamsGroup)
// SetActivityStreamsIgnore sets the value of this property. Calling
// IsActivityStreamsIgnore afterwards returns true.
SetActivityStreamsIgnore(v ActivityStreamsIgnore)
// SetActivityStreamsImage sets the value of this property. Calling
// IsActivityStreamsImage afterwards returns true.
SetActivityStreamsImage(v ActivityStreamsImage)
// SetActivityStreamsIntransitiveActivity sets the value of this property.
// Calling IsActivityStreamsIntransitiveActivity afterwards returns
// true.
SetActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// SetActivityStreamsInvite sets the value of this property. Calling
// IsActivityStreamsInvite afterwards returns true.
SetActivityStreamsInvite(v ActivityStreamsInvite)
// SetActivityStreamsJoin sets the value of this property. Calling
// IsActivityStreamsJoin afterwards returns true.
SetActivityStreamsJoin(v ActivityStreamsJoin)
// SetActivityStreamsLeave sets the value of this property. Calling
// IsActivityStreamsLeave afterwards returns true.
SetActivityStreamsLeave(v ActivityStreamsLeave)
// SetActivityStreamsLike sets the value of this property. Calling
// IsActivityStreamsLike afterwards returns true.
SetActivityStreamsLike(v ActivityStreamsLike)
// SetActivityStreamsLink sets the value of this property. Calling
// IsActivityStreamsLink afterwards returns true.
SetActivityStreamsLink(v ActivityStreamsLink)
// SetActivityStreamsListen sets the value of this property. Calling
// IsActivityStreamsListen afterwards returns true.
SetActivityStreamsListen(v ActivityStreamsListen)
// SetActivityStreamsMention sets the value of this property. Calling
// IsActivityStreamsMention afterwards returns true.
SetActivityStreamsMention(v ActivityStreamsMention)
// SetActivityStreamsMove sets the value of this property. Calling
// IsActivityStreamsMove afterwards returns true.
SetActivityStreamsMove(v ActivityStreamsMove)
// SetActivityStreamsNote sets the value of this property. Calling
// IsActivityStreamsNote afterwards returns true.
SetActivityStreamsNote(v ActivityStreamsNote)
// SetActivityStreamsObject sets the value of this property. Calling
// IsActivityStreamsObject afterwards returns true.
SetActivityStreamsObject(v ActivityStreamsObject)
// SetActivityStreamsOffer sets the value of this property. Calling
// IsActivityStreamsOffer afterwards returns true.
SetActivityStreamsOffer(v ActivityStreamsOffer)
// SetActivityStreamsOrderedCollection sets the value of this property.
// Calling IsActivityStreamsOrderedCollection afterwards returns true.
SetActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// SetActivityStreamsOrderedCollectionPage sets the value of this
// property. Calling IsActivityStreamsOrderedCollectionPage afterwards
// returns true.
SetActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// SetActivityStreamsOrganization sets the value of this property. Calling
// IsActivityStreamsOrganization afterwards returns true.
SetActivityStreamsOrganization(v ActivityStreamsOrganization)
// SetActivityStreamsPage sets the value of this property. Calling
// IsActivityStreamsPage afterwards returns true.
SetActivityStreamsPage(v ActivityStreamsPage)
// SetActivityStreamsPerson sets the value of this property. Calling
// IsActivityStreamsPerson afterwards returns true.
SetActivityStreamsPerson(v ActivityStreamsPerson)
// SetActivityStreamsPlace sets the value of this property. Calling
// IsActivityStreamsPlace afterwards returns true.
SetActivityStreamsPlace(v ActivityStreamsPlace)
// SetActivityStreamsProfile sets the value of this property. Calling
// IsActivityStreamsProfile afterwards returns true.
SetActivityStreamsProfile(v ActivityStreamsProfile)
// SetActivityStreamsQuestion sets the value of this property. Calling
// IsActivityStreamsQuestion afterwards returns true.
SetActivityStreamsQuestion(v ActivityStreamsQuestion)
// SetActivityStreamsRead sets the value of this property. Calling
// IsActivityStreamsRead afterwards returns true.
SetActivityStreamsRead(v ActivityStreamsRead)
// SetActivityStreamsReject sets the value of this property. Calling
// IsActivityStreamsReject afterwards returns true.
SetActivityStreamsReject(v ActivityStreamsReject)
// SetActivityStreamsRelationship sets the value of this property. Calling
// IsActivityStreamsRelationship afterwards returns true.
SetActivityStreamsRelationship(v ActivityStreamsRelationship)
// SetActivityStreamsRemove sets the value of this property. Calling
// IsActivityStreamsRemove afterwards returns true.
SetActivityStreamsRemove(v ActivityStreamsRemove)
// SetActivityStreamsService sets the value of this property. Calling
// IsActivityStreamsService afterwards returns true.
SetActivityStreamsService(v ActivityStreamsService)
// SetActivityStreamsTentativeAccept sets the value of this property.
// Calling IsActivityStreamsTentativeAccept afterwards returns true.
SetActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// SetActivityStreamsTentativeReject sets the value of this property.
// Calling IsActivityStreamsTentativeReject afterwards returns true.
SetActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// SetActivityStreamsTombstone sets the value of this property. Calling
// IsActivityStreamsTombstone afterwards returns true.
SetActivityStreamsTombstone(v ActivityStreamsTombstone)
// SetActivityStreamsTravel sets the value of this property. Calling
// IsActivityStreamsTravel afterwards returns true.
SetActivityStreamsTravel(v ActivityStreamsTravel)
// SetActivityStreamsUndo sets the value of this property. Calling
// IsActivityStreamsUndo afterwards returns true.
SetActivityStreamsUndo(v ActivityStreamsUndo)
// SetActivityStreamsUpdate sets the value of this property. Calling
// IsActivityStreamsUpdate afterwards returns true.
SetActivityStreamsUpdate(v ActivityStreamsUpdate)
// SetActivityStreamsVideo sets the value of this property. Calling
// IsActivityStreamsVideo afterwards returns true.
SetActivityStreamsVideo(v ActivityStreamsVideo)
// SetActivityStreamsView sets the value of this property. Calling
// IsActivityStreamsView afterwards returns true.
SetActivityStreamsView(v ActivityStreamsView)
// SetFunkwhaleAlbum sets the value of this property. Calling
// IsFunkwhaleAlbum afterwards returns true.
SetFunkwhaleAlbum(v FunkwhaleAlbum)
// SetFunkwhaleArtist sets the value of this property. Calling
// IsFunkwhaleArtist afterwards returns true.
SetFunkwhaleArtist(v FunkwhaleArtist)
// SetFunkwhaleLibrary sets the value of this property. Calling
// IsFunkwhaleLibrary afterwards returns true.
SetFunkwhaleLibrary(v FunkwhaleLibrary)
// SetFunkwhaleTrack sets the value of this property. Calling
// IsFunkwhaleTrack afterwards returns true.
SetFunkwhaleTrack(v FunkwhaleTrack)
// SetGoToSocialAnnounceApproval sets the value of this property. Calling
// IsGoToSocialAnnounceApproval afterwards returns true.
SetGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// SetGoToSocialAnnounceAuthorization sets the value of this property.
// Calling IsGoToSocialAnnounceAuthorization afterwards returns true.
SetGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// SetGoToSocialAnnounceRequest sets the value of this property. Calling
// IsGoToSocialAnnounceRequest afterwards returns true.
SetGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// SetGoToSocialLikeApproval sets the value of this property. Calling
// IsGoToSocialLikeApproval afterwards returns true.
SetGoToSocialLikeApproval(v GoToSocialLikeApproval)
// SetGoToSocialLikeAuthorization sets the value of this property. Calling
// IsGoToSocialLikeAuthorization afterwards returns true.
SetGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// SetGoToSocialLikeRequest sets the value of this property. Calling
// IsGoToSocialLikeRequest afterwards returns true.
SetGoToSocialLikeRequest(v GoToSocialLikeRequest)
// SetGoToSocialQuoteAuthorization sets the value of this property.
// Calling IsGoToSocialQuoteAuthorization afterwards returns true.
SetGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// SetGoToSocialQuoteRequest sets the value of this property. Calling
// IsGoToSocialQuoteRequest afterwards returns true.
SetGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// SetGoToSocialReplyApproval sets the value of this property. Calling
// IsGoToSocialReplyApproval afterwards returns true.
SetGoToSocialReplyApproval(v GoToSocialReplyApproval)
// SetGoToSocialReplyAuthorization sets the value of this property.
// Calling IsGoToSocialReplyAuthorization afterwards returns true.
SetGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// SetGoToSocialReplyRequest sets the value of this property. Calling
// IsGoToSocialReplyRequest afterwards returns true.
SetGoToSocialReplyRequest(v GoToSocialReplyRequest)
// SetIRI sets the value of this property. Calling IsIRI afterwards
// returns true.
SetIRI(v *url.URL)
// SetLitePubEmojiReact sets the value of this property. Calling
// IsLitePubEmojiReact afterwards returns true.
SetLitePubEmojiReact(v LitePubEmojiReact)
// SetSchemaPropertyValue sets the value of this property. Calling
// IsSchemaPropertyValue afterwards returns true.
SetSchemaPropertyValue(v SchemaPropertyValue)
// SetTootEmoji sets the value of this property. Calling IsTootEmoji
// afterwards returns true.
SetTootEmoji(v TootEmoji)
// SetTootHashtag sets the value of this property. Calling IsTootHashtag
// afterwards returns true.
SetTootHashtag(v TootHashtag)
// SetTootIdentityProof sets the value of this property. Calling
// IsTootIdentityProof afterwards returns true.
SetTootIdentityProof(v TootIdentityProof)
// 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.
SetType(t Type) error
}
ActivityStreamsGeneratorPropertyIterator represents a single value for the "generator" property.
type ActivityStreamsGroup ¶
type ActivityStreamsGroup interface {
// GetActivityStreamsAlsoKnownAs returns the "alsoKnownAs" property if it
// exists, and nil otherwise.
GetActivityStreamsAlsoKnownAs() ActivityStreamsAlsoKnownAsProperty
// GetActivityStreamsAltitude returns the "altitude" property if it
// exists, and nil otherwise.
GetActivityStreamsAltitude() ActivityStreamsAltitudeProperty
// GetActivityStreamsAttachment returns the "attachment" property if it
// exists, and nil otherwise.
GetActivityStreamsAttachment() ActivityStreamsAttachmentProperty
// GetActivityStreamsAttributedTo returns the "attributedTo" property if
// it exists, and nil otherwise.
GetActivityStreamsAttributedTo() ActivityStreamsAttributedToProperty
// GetActivityStreamsAudience returns the "audience" property if it
// exists, and nil otherwise.
GetActivityStreamsAudience() ActivityStreamsAudienceProperty
// GetActivityStreamsBcc returns the "bcc" property if it exists, and nil
// otherwise.
GetActivityStreamsBcc() ActivityStreamsBccProperty
// GetActivityStreamsBto returns the "bto" property if it exists, and nil
// otherwise.
GetActivityStreamsBto() ActivityStreamsBtoProperty
// GetActivityStreamsCc returns the "cc" property if it exists, and nil
// otherwise.
GetActivityStreamsCc() ActivityStreamsCcProperty
// GetActivityStreamsContent returns the "content" property if it exists,
// and nil otherwise.
GetActivityStreamsContent() ActivityStreamsContentProperty
// GetActivityStreamsContext returns the "context" property if it exists,
// and nil otherwise.
GetActivityStreamsContext() ActivityStreamsContextProperty
// GetActivityStreamsDuration returns the "duration" property if it
// exists, and nil otherwise.
GetActivityStreamsDuration() ActivityStreamsDurationProperty
// GetActivityStreamsEndTime returns the "endTime" property if it exists,
// and nil otherwise.
GetActivityStreamsEndTime() ActivityStreamsEndTimeProperty
// GetActivityStreamsEndpoints returns the "endpoints" property if it
// exists, and nil otherwise.
GetActivityStreamsEndpoints() ActivityStreamsEndpointsProperty
// GetActivityStreamsFollowers returns the "followers" property if it
// exists, and nil otherwise.
GetActivityStreamsFollowers() ActivityStreamsFollowersProperty
// GetActivityStreamsFollowing returns the "following" property if it
// exists, and nil otherwise.
GetActivityStreamsFollowing() ActivityStreamsFollowingProperty
// GetActivityStreamsGenerator returns the "generator" property if it
// exists, and nil otherwise.
GetActivityStreamsGenerator() ActivityStreamsGeneratorProperty
// GetActivityStreamsIcon returns the "icon" property if it exists, and
// nil otherwise.
GetActivityStreamsIcon() ActivityStreamsIconProperty
// GetActivityStreamsImage returns the "image" property if it exists, and
// nil otherwise.
GetActivityStreamsImage() ActivityStreamsImageProperty
// GetActivityStreamsInReplyTo returns the "inReplyTo" property if it
// exists, and nil otherwise.
GetActivityStreamsInReplyTo() ActivityStreamsInReplyToProperty
// GetActivityStreamsInbox returns the "inbox" property if it exists, and
// nil otherwise.
GetActivityStreamsInbox() ActivityStreamsInboxProperty
// GetActivityStreamsLiked returns the "liked" property if it exists, and
// nil otherwise.
GetActivityStreamsLiked() ActivityStreamsLikedProperty
// GetActivityStreamsLikes returns the "likes" property if it exists, and
// nil otherwise.
GetActivityStreamsLikes() ActivityStreamsLikesProperty
// GetActivityStreamsLocation returns the "location" property if it
// exists, and nil otherwise.
GetActivityStreamsLocation() ActivityStreamsLocationProperty
// GetActivityStreamsManuallyApprovesFollowers returns the
// "manuallyApprovesFollowers" property if it exists, and nil
// otherwise.
GetActivityStreamsManuallyApprovesFollowers() ActivityStreamsManuallyApprovesFollowersProperty
// GetActivityStreamsMediaType returns the "mediaType" property if it
// exists, and nil otherwise.
GetActivityStreamsMediaType() ActivityStreamsMediaTypeProperty
// GetActivityStreamsMovedTo returns the "movedTo" property if it exists,
// and nil otherwise.
GetActivityStreamsMovedTo() ActivityStreamsMovedToProperty
// GetActivityStreamsName returns the "name" property if it exists, and
// nil otherwise.
GetActivityStreamsName() ActivityStreamsNameProperty
// GetActivityStreamsObject returns the "object" property if it exists,
// and nil otherwise.
GetActivityStreamsObject() ActivityStreamsObjectProperty
// GetActivityStreamsOutbox returns the "outbox" property if it exists,
// and nil otherwise.
GetActivityStreamsOutbox() ActivityStreamsOutboxProperty
// GetActivityStreamsPreferredUsername returns the "preferredUsername"
// property if it exists, and nil otherwise.
GetActivityStreamsPreferredUsername() ActivityStreamsPreferredUsernameProperty
// GetActivityStreamsPreview returns the "preview" property if it exists,
// and nil otherwise.
GetActivityStreamsPreview() ActivityStreamsPreviewProperty
// GetActivityStreamsPublished returns the "published" property if it
// exists, and nil otherwise.
GetActivityStreamsPublished() ActivityStreamsPublishedProperty
// GetActivityStreamsReplies returns the "replies" property if it exists,
// and nil otherwise.
GetActivityStreamsReplies() ActivityStreamsRepliesProperty
// GetActivityStreamsSensitive returns the "sensitive" property if it
// exists, and nil otherwise.
GetActivityStreamsSensitive() ActivityStreamsSensitiveProperty
// and nil otherwise.
GetActivityStreamsShares() ActivityStreamsSharesProperty
// GetActivityStreamsSource returns the "source" property if it exists,
// and nil otherwise.
GetActivityStreamsSource() ActivityStreamsSourceProperty
// GetActivityStreamsStartTime returns the "startTime" property if it
// exists, and nil otherwise.
GetActivityStreamsStartTime() ActivityStreamsStartTimeProperty
// GetActivityStreamsStreams returns the "streams" property if it exists,
// and nil otherwise.
GetActivityStreamsStreams() ActivityStreamsStreamsProperty
// GetActivityStreamsSummary returns the "summary" property if it exists,
// and nil otherwise.
GetActivityStreamsSummary() ActivityStreamsSummaryProperty
// GetActivityStreamsTag returns the "tag" property if it exists, and nil
// otherwise.
GetActivityStreamsTag() ActivityStreamsTagProperty
// GetActivityStreamsTo returns the "to" property if it exists, and nil
// otherwise.
GetActivityStreamsTo() ActivityStreamsToProperty
// GetActivityStreamsUpdated returns the "updated" property if it exists,
// and nil otherwise.
GetActivityStreamsUpdated() ActivityStreamsUpdatedProperty
// GetActivityStreamsUrl returns the "url" property if it exists, and nil
// otherwise.
GetActivityStreamsUrl() ActivityStreamsUrlProperty
// GetGoToSocialHidesCcPublicFromUnauthedWeb returns the
// "hidesCcPublicFromUnauthedWeb" property if it exists, and nil
// otherwise.
GetGoToSocialHidesCcPublicFromUnauthedWeb() GoToSocialHidesCcPublicFromUnauthedWebProperty
// GetGoToSocialHidesToPublicFromUnauthedWeb returns the
// "hidesToPublicFromUnauthedWeb" property if it exists, and nil
// otherwise.
GetGoToSocialHidesToPublicFromUnauthedWeb() GoToSocialHidesToPublicFromUnauthedWebProperty
// GetJSONLDId returns the "id" property if it exists, and nil otherwise.
GetJSONLDId() JSONLDIdProperty
// GetJSONLDType returns the "type" property if it exists, and nil
// otherwise.
GetJSONLDType() JSONLDTypeProperty
// GetTootDiscoverable returns the "discoverable" property if it exists,
// and nil otherwise.
GetTootDiscoverable() TootDiscoverableProperty
// GetTootFeatured returns the "featured" property if it exists, and nil
// otherwise.
GetTootFeatured() TootFeaturedProperty
// GetTootIndexable returns the "indexable" property if it exists, and nil
// otherwise.
GetTootIndexable() TootIndexableProperty
// GetTypeName returns the name of this type.
GetTypeName() string
// GetUnknownProperties returns the unknown properties for the Group type.
// Note that this should not be used by app developers. It is only
// used to help determine which implementation is LessThan the other.
// Developers who are creating a different implementation of this
// type's interface can use this method in their LessThan
// implementation, but routine ActivityPub applications should not use
// this to bypass the code generation tool.
GetUnknownProperties() map[string]interface{}
// GetW3IDSecurityV1PublicKey returns the "publicKey" property if it
// exists, and nil otherwise.
GetW3IDSecurityV1PublicKey() W3IDSecurityV1PublicKeyProperty
// IsExtending returns true if the Group type extends from the other type.
IsExtending(other Type) bool
// JSONLDContext returns the JSONLD URIs required in the context string
// for this type and the specific properties that are set. The value
// in the map is the alias used to import the type and its properties.
JSONLDContext() map[string]string
// LessThan computes if this Group is lesser, with an arbitrary but stable
// determination.
LessThan(o ActivityStreamsGroup) bool
// Serialize converts this into an interface representation suitable for
// marshalling into a text or binary format.
Serialize() (map[string]interface{}, error)
// SetActivityStreamsAlsoKnownAs sets the "alsoKnownAs" property.
SetActivityStreamsAlsoKnownAs(i ActivityStreamsAlsoKnownAsProperty)
// SetActivityStreamsAltitude sets the "altitude" property.
SetActivityStreamsAltitude(i ActivityStreamsAltitudeProperty)
// SetActivityStreamsAttachment sets the "attachment" property.
SetActivityStreamsAttachment(i ActivityStreamsAttachmentProperty)
// SetActivityStreamsAttributedTo sets the "attributedTo" property.
SetActivityStreamsAttributedTo(i ActivityStreamsAttributedToProperty)
// SetActivityStreamsAudience sets the "audience" property.
SetActivityStreamsAudience(i ActivityStreamsAudienceProperty)
// SetActivityStreamsBcc sets the "bcc" property.
SetActivityStreamsBcc(i ActivityStreamsBccProperty)
// SetActivityStreamsBto sets the "bto" property.
SetActivityStreamsBto(i ActivityStreamsBtoProperty)
// SetActivityStreamsCc sets the "cc" property.
SetActivityStreamsCc(i ActivityStreamsCcProperty)
// SetActivityStreamsContent sets the "content" property.
SetActivityStreamsContent(i ActivityStreamsContentProperty)
// SetActivityStreamsContext sets the "context" property.
SetActivityStreamsContext(i ActivityStreamsContextProperty)
// SetActivityStreamsDuration sets the "duration" property.
SetActivityStreamsDuration(i ActivityStreamsDurationProperty)
// SetActivityStreamsEndTime sets the "endTime" property.
SetActivityStreamsEndTime(i ActivityStreamsEndTimeProperty)
// SetActivityStreamsEndpoints sets the "endpoints" property.
SetActivityStreamsEndpoints(i ActivityStreamsEndpointsProperty)
// SetActivityStreamsFollowers sets the "followers" property.
SetActivityStreamsFollowers(i ActivityStreamsFollowersProperty)
// SetActivityStreamsFollowing sets the "following" property.
SetActivityStreamsFollowing(i ActivityStreamsFollowingProperty)
// SetActivityStreamsGenerator sets the "generator" property.
SetActivityStreamsGenerator(i ActivityStreamsGeneratorProperty)
// SetActivityStreamsIcon sets the "icon" property.
SetActivityStreamsIcon(i ActivityStreamsIconProperty)
// SetActivityStreamsImage sets the "image" property.
SetActivityStreamsImage(i ActivityStreamsImageProperty)
// SetActivityStreamsInReplyTo sets the "inReplyTo" property.
SetActivityStreamsInReplyTo(i ActivityStreamsInReplyToProperty)
// SetActivityStreamsInbox sets the "inbox" property.
SetActivityStreamsInbox(i ActivityStreamsInboxProperty)
// SetActivityStreamsLiked sets the "liked" property.
SetActivityStreamsLiked(i ActivityStreamsLikedProperty)
// SetActivityStreamsLikes sets the "likes" property.
SetActivityStreamsLikes(i ActivityStreamsLikesProperty)
// SetActivityStreamsLocation sets the "location" property.
SetActivityStreamsLocation(i ActivityStreamsLocationProperty)
// SetActivityStreamsManuallyApprovesFollowers sets the
// "manuallyApprovesFollowers" property.
SetActivityStreamsManuallyApprovesFollowers(i ActivityStreamsManuallyApprovesFollowersProperty)
// SetActivityStreamsMediaType sets the "mediaType" property.
SetActivityStreamsMediaType(i ActivityStreamsMediaTypeProperty)
// SetActivityStreamsMovedTo sets the "movedTo" property.
SetActivityStreamsMovedTo(i ActivityStreamsMovedToProperty)
// SetActivityStreamsName sets the "name" property.
SetActivityStreamsName(i ActivityStreamsNameProperty)
// SetActivityStreamsObject sets the "object" property.
SetActivityStreamsObject(i ActivityStreamsObjectProperty)
// SetActivityStreamsOutbox sets the "outbox" property.
SetActivityStreamsOutbox(i ActivityStreamsOutboxProperty)
// SetActivityStreamsPreferredUsername sets the "preferredUsername"
// property.
SetActivityStreamsPreferredUsername(i ActivityStreamsPreferredUsernameProperty)
// SetActivityStreamsPreview sets the "preview" property.
SetActivityStreamsPreview(i ActivityStreamsPreviewProperty)
// SetActivityStreamsPublished sets the "published" property.
SetActivityStreamsPublished(i ActivityStreamsPublishedProperty)
// SetActivityStreamsReplies sets the "replies" property.
SetActivityStreamsReplies(i ActivityStreamsRepliesProperty)
// SetActivityStreamsSensitive sets the "sensitive" property.
SetActivityStreamsSensitive(i ActivityStreamsSensitiveProperty)
SetActivityStreamsShares(i ActivityStreamsSharesProperty)
// SetActivityStreamsSource sets the "source" property.
SetActivityStreamsSource(i ActivityStreamsSourceProperty)
// SetActivityStreamsStartTime sets the "startTime" property.
SetActivityStreamsStartTime(i ActivityStreamsStartTimeProperty)
// SetActivityStreamsStreams sets the "streams" property.
SetActivityStreamsStreams(i ActivityStreamsStreamsProperty)
// SetActivityStreamsSummary sets the "summary" property.
SetActivityStreamsSummary(i ActivityStreamsSummaryProperty)
// SetActivityStreamsTag sets the "tag" property.
SetActivityStreamsTag(i ActivityStreamsTagProperty)
// SetActivityStreamsTo sets the "to" property.
SetActivityStreamsTo(i ActivityStreamsToProperty)
// SetActivityStreamsUpdated sets the "updated" property.
SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty)
// SetActivityStreamsUrl sets the "url" property.
SetActivityStreamsUrl(i ActivityStreamsUrlProperty)
// SetGoToSocialHidesCcPublicFromUnauthedWeb sets the
// "hidesCcPublicFromUnauthedWeb" property.
SetGoToSocialHidesCcPublicFromUnauthedWeb(i GoToSocialHidesCcPublicFromUnauthedWebProperty)
// SetGoToSocialHidesToPublicFromUnauthedWeb sets the
// "hidesToPublicFromUnauthedWeb" property.
SetGoToSocialHidesToPublicFromUnauthedWeb(i GoToSocialHidesToPublicFromUnauthedWebProperty)
// SetJSONLDId sets the "id" property.
SetJSONLDId(i JSONLDIdProperty)
// SetJSONLDType sets the "type" property.
SetJSONLDType(i JSONLDTypeProperty)
// SetTootDiscoverable sets the "discoverable" property.
SetTootDiscoverable(i TootDiscoverableProperty)
// SetTootFeatured sets the "featured" property.
SetTootFeatured(i TootFeaturedProperty)
// SetTootIndexable sets the "indexable" property.
SetTootIndexable(i TootIndexableProperty)
// SetW3IDSecurityV1PublicKey sets the "publicKey" property.
SetW3IDSecurityV1PublicKey(i W3IDSecurityV1PublicKeyProperty)
// VocabularyURI returns the vocabulary's URI as a string.
VocabularyURI() string
}
Represents a formal or informal collective of Actors.
Example 43 (https://www.w3.org/TR/activitystreams-vocabulary/#ex37-jsonld):
{
"name": "Big Beards of Austin",
"type": "Group"
}
type ActivityStreamsHeightProperty ¶
type ActivityStreamsHeightProperty interface {
// Clear ensures no value of this property is set. Calling
// IsXMLSchemaNonNegativeInteger afterwards will return false.
Clear()
// Get returns the value of this property. When
// IsXMLSchemaNonNegativeInteger returns false, Get will return any
// arbitrary value.
Get() int
// GetIRI returns the IRI of this property. When IsIRI returns false,
// GetIRI will return any arbitrary value.
GetIRI() *url.URL
// HasAny returns true if the value or IRI is set.
HasAny() bool
// IsIRI returns true if this property is an IRI.
IsIRI() bool
// IsXMLSchemaNonNegativeInteger returns true if this property is set and
// not an IRI.
IsXMLSchemaNonNegativeInteger() bool
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex() int
// 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.
LessThan(o ActivityStreamsHeightProperty) bool
// Name returns the name of this property: "height".
Name() string
// 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.
Serialize() (interface{}, error)
// Set sets the value of this property. Calling
// IsXMLSchemaNonNegativeInteger afterwards will return true.
Set(v int)
// SetIRI sets the value of this property. Calling IsIRI afterwards will
// return true.
SetIRI(v *url.URL)
}
On a Link, specifies a hint as to the rendering height in device-independent pixels of the linked resource.
Example 120 (https://www.w3.org/TR/activitystreams-vocabulary/#ex136-jsonld):
{
"height": 100,
"type": "Link",
"url": "http://example.org/image.png",
"width": 100
}
type ActivityStreamsHrefProperty ¶
type ActivityStreamsHrefProperty interface {
// Clear ensures no value of this property is set. Calling
// IsXMLSchemaAnyURI afterwards will return false.
Clear()
// Get returns the value of this property. When IsXMLSchemaAnyURI returns
// false, Get will return any arbitrary value.
Get() *url.URL
// GetIRI returns the IRI of this property. When IsIRI returns false,
// GetIRI will return any arbitrary value.
GetIRI() *url.URL
// HasAny returns true if the value or IRI is set.
HasAny() bool
// IsIRI returns true if this property is an IRI.
IsIRI() bool
// IsXMLSchemaAnyURI returns true if this property is set and not an IRI.
IsXMLSchemaAnyURI() bool
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex() int
// 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.
LessThan(o ActivityStreamsHrefProperty) bool
// Name returns the name of this property: "href".
Name() string
// 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.
Serialize() (interface{}, error)
// Set sets the value of this property. Calling IsXMLSchemaAnyURI
// afterwards will return true.
Set(v *url.URL)
// SetIRI sets the value of this property. Calling IsIRI afterwards will
// return true.
SetIRI(v *url.URL)
}
The target resource pointed to by a Link.
Example 121 (https://www.w3.org/TR/activitystreams-vocabulary/#ex137-jsonld):
{
"mediaType": "text/html",
"name": "Previous",
"type": "Link",
"url": "http://example.org/abc"
}
type ActivityStreamsHreflangProperty ¶
type ActivityStreamsHreflangProperty interface {
// Clear ensures no value of this property is set. Calling IsRFCBcp47
// afterwards will return false.
Clear()
// Get returns the value of this property. When IsRFCBcp47 returns false,
// Get will return any arbitrary value.
Get() string
// GetIRI returns the IRI of this property. When IsIRI returns false,
// GetIRI will return any arbitrary value.
GetIRI() *url.URL
// HasAny returns true if the value or IRI is set.
HasAny() bool
// IsIRI returns true if this property is an IRI.
IsIRI() bool
// IsRFCBcp47 returns true if this property is set and not an IRI.
IsRFCBcp47() bool
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex() int
// 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.
LessThan(o ActivityStreamsHreflangProperty) bool
// Name returns the name of this property: "hreflang".
Name() string
// 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.
Serialize() (interface{}, error)
// Set sets the value of this property. Calling IsRFCBcp47 afterwards will
// return true.
Set(v string)
// SetIRI sets the value of this property. Calling IsIRI afterwards will
// return true.
SetIRI(v *url.URL)
}
Hints as to the language used by the target resource. Value MUST be a [BCP47] Language-Tag.
Example 122 (https://www.w3.org/TR/activitystreams-vocabulary/#ex138-jsonld):
{
"hreflang": "en",
"mediaType": "text/html",
"name": "Previous",
"type": "Link",
"url": "http://example.org/abc"
}
type ActivityStreamsIconProperty ¶
type ActivityStreamsIconProperty interface {
// AppendActivityStreamsImage appends a Image value to the back of a list
// of the property "icon". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsImage(v ActivityStreamsImage)
// AppendActivityStreamsLink appends a Link value to the back of a list of
// the property "icon". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsLink(v ActivityStreamsLink)
// AppendActivityStreamsMention appends a Mention value to the back of a
// list of the property "icon". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsMention(v ActivityStreamsMention)
// AppendIRI appends an IRI value to the back of a list of the property
// "icon"
AppendIRI(v *url.URL)
// AppendTootHashtag appends a Hashtag value to the back of a list of the
// property "icon". Invalidates iterators that are traversing using
// Prev.
AppendTootHashtag(v TootHashtag)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "icon". Invalidates iterators that are traversing
// using Prev. Returns an error if the type is not a valid one to set
// for this property.
AppendType(t Type) error
// At returns the property value for the specified index. Panics if the
// index is out of bounds.
At(index int) ActivityStreamsIconPropertyIterator
// 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.
Begin() ActivityStreamsIconPropertyIterator
// Empty returns returns true if there are no elements.
Empty() bool
// 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.
End() ActivityStreamsIconPropertyIterator
// InsertActivityStreamsImage inserts a Image value at the specified index
// for a property "icon". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsImage(idx int, v ActivityStreamsImage)
// InsertActivityStreamsLink inserts a Link value at the specified index
// for a property "icon". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsLink(idx int, v ActivityStreamsLink)
// InsertActivityStreamsMention inserts a Mention value at the specified
// index for a property "icon". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsMention(idx int, v ActivityStreamsMention)
// Insert inserts an IRI value at the specified index for a property
// "icon". Existing elements at that index and higher are shifted back
// once. Invalidates all iterators.
InsertIRI(idx int, v *url.URL)
// InsertTootHashtag inserts a Hashtag value at the specified index for a
// property "icon". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertTootHashtag(idx int, v TootHashtag)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "icon". Invalidates all iterators. Returns an error if
// the type is not a valid one to set for this property.
InsertType(idx int, t Type) error
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex(idx int) int
// Len returns the number of values that exist for the "icon" property.
Len() (length int)
// Less computes whether another property is less than this one. Mixing
// types results in a consistent but arbitrary ordering
Less(i, j int) 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.
LessThan(o ActivityStreamsIconProperty) bool
// Name returns the name of this property ("icon") with any alias.
Name() string
// PrependActivityStreamsImage prepends a Image value to the front of a
// list of the property "icon". Invalidates all iterators.
PrependActivityStreamsImage(v ActivityStreamsImage)
// PrependActivityStreamsLink prepends a Link value to the front of a list
// of the property "icon". Invalidates all iterators.
PrependActivityStreamsLink(v ActivityStreamsLink)
// PrependActivityStreamsMention prepends a Mention value to the front of
// a list of the property "icon". Invalidates all iterators.
PrependActivityStreamsMention(v ActivityStreamsMention)
// PrependIRI prepends an IRI value to the front of a list of the property
// "icon".
PrependIRI(v *url.URL)
// PrependTootHashtag prepends a Hashtag value to the front of a list of
// the property "icon". Invalidates all iterators.
PrependTootHashtag(v TootHashtag)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "icon". Invalidates all iterators. Returns an error if
// the type is not a valid one to set for this property.
PrependType(t Type) error
// Remove deletes an element at the specified index from a list of the
// property "icon", regardless of its type. Panics if the index is out
// of bounds. Invalidates all iterators.
Remove(idx int)
// 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.
Serialize() (interface{}, error)
// SetActivityStreamsImage sets a Image value to be at the specified index
// for the property "icon". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsImage(idx int, v ActivityStreamsImage)
// SetActivityStreamsLink sets a Link value to be at the specified index
// for the property "icon". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsLink(idx int, v ActivityStreamsLink)
// SetActivityStreamsMention sets a Mention value to be at the specified
// index for the property "icon". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsMention(idx int, v ActivityStreamsMention)
// SetIRI sets an IRI value to be at the specified index for the property
// "icon". Panics if the index is out of bounds.
SetIRI(idx int, v *url.URL)
// SetTootHashtag sets a Hashtag value to be at the specified index for
// the property "icon". Panics if the index is out of bounds.
// Invalidates all iterators.
SetTootHashtag(idx int, v TootHashtag)
// SetType sets an arbitrary type value to the specified index of the
// property "icon". 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.
SetType(idx int, t Type) error
// Swap swaps the location of values at two indices for the "icon"
// property.
Swap(i, j int)
}
Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size.
Example 79 (https://www.w3.org/TR/activitystreams-vocabulary/#ex77-jsonld):
{
"content": "This is all there is.",
"icon": {
"height": 16,
"name": "Note icon",
"type": "Image",
"url": "http://example.org/note.png",
"width": 16
},
"summary": "A simple note",
"type": "Note"
}
Example 80 (https://www.w3.org/TR/activitystreams-vocabulary/#ex78-jsonld):
{
"content": "A simple note",
"icon": [
{
"height": 16,
"summary": "Note (16x16)",
"type": "Image",
"url": "http://example.org/note1.png",
"width": 16
},
{
"height": 32,
"summary": "Note (32x32)",
"type": "Image",
"url": "http://example.org/note2.png",
"width": 32
}
],
"summary": "A simple note",
"type": "Note"
}
type ActivityStreamsIconPropertyIterator ¶
type ActivityStreamsIconPropertyIterator interface {
// GetActivityStreamsImage returns the value of this property. When
// IsActivityStreamsImage returns false, GetActivityStreamsImage will
// return an arbitrary value.
GetActivityStreamsImage() ActivityStreamsImage
// GetActivityStreamsLink returns the value of this property. When
// IsActivityStreamsLink returns false, GetActivityStreamsLink will
// return an arbitrary value.
GetActivityStreamsLink() ActivityStreamsLink
// GetActivityStreamsMention returns the value of this property. When
// IsActivityStreamsMention returns false, GetActivityStreamsMention
// will return an arbitrary value.
GetActivityStreamsMention() ActivityStreamsMention
// GetIRI returns the IRI of this property. When IsIRI returns false,
// GetIRI will return an arbitrary value.
GetIRI() *url.URL
// GetTootHashtag returns the value of this property. When IsTootHashtag
// returns false, GetTootHashtag will return an arbitrary value.
GetTootHashtag() TootHashtag
// 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.
GetType() Type
// HasAny returns true if any of the different values is set.
HasAny() 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.
IsActivityStreamsImage() 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.
IsActivityStreamsLink() 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.
IsActivityStreamsMention() bool
// IsIRI returns true if this property is an IRI. When true, use GetIRI
// and SetIRI to access and set this property
IsIRI() 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.
IsTootHashtag() bool
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex() int
// 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.
LessThan(o ActivityStreamsIconPropertyIterator) bool
// Name returns the name of this property: "ActivityStreamsIcon".
Name() string
// Next returns the next iterator, or nil if there is no next iterator.
Next() ActivityStreamsIconPropertyIterator
// Prev returns the previous iterator, or nil if there is no previous
// iterator.
Prev() ActivityStreamsIconPropertyIterator
// SetActivityStreamsImage sets the value of this property. Calling
// IsActivityStreamsImage afterwards returns true.
SetActivityStreamsImage(v ActivityStreamsImage)
// SetActivityStreamsLink sets the value of this property. Calling
// IsActivityStreamsLink afterwards returns true.
SetActivityStreamsLink(v ActivityStreamsLink)
// SetActivityStreamsMention sets the value of this property. Calling
// IsActivityStreamsMention afterwards returns true.
SetActivityStreamsMention(v ActivityStreamsMention)
// SetIRI sets the value of this property. Calling IsIRI afterwards
// returns true.
SetIRI(v *url.URL)
// SetTootHashtag sets the value of this property. Calling IsTootHashtag
// afterwards returns true.
SetTootHashtag(v TootHashtag)
// 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.
SetType(t Type) error
}
ActivityStreamsIconPropertyIterator represents a single value for the "icon" property.
type ActivityStreamsIgnore ¶
type ActivityStreamsIgnore interface {
// GetActivityStreamsActor returns the "actor" property if it exists, and
// nil otherwise.
GetActivityStreamsActor() ActivityStreamsActorProperty
// GetActivityStreamsAltitude returns the "altitude" property if it
// exists, and nil otherwise.
GetActivityStreamsAltitude() ActivityStreamsAltitudeProperty
// GetActivityStreamsAttachment returns the "attachment" property if it
// exists, and nil otherwise.
GetActivityStreamsAttachment() ActivityStreamsAttachmentProperty
// GetActivityStreamsAttributedTo returns the "attributedTo" property if
// it exists, and nil otherwise.
GetActivityStreamsAttributedTo() ActivityStreamsAttributedToProperty
// GetActivityStreamsAudience returns the "audience" property if it
// exists, and nil otherwise.
GetActivityStreamsAudience() ActivityStreamsAudienceProperty
// GetActivityStreamsBcc returns the "bcc" property if it exists, and nil
// otherwise.
GetActivityStreamsBcc() ActivityStreamsBccProperty
// GetActivityStreamsBto returns the "bto" property if it exists, and nil
// otherwise.
GetActivityStreamsBto() ActivityStreamsBtoProperty
// GetActivityStreamsCc returns the "cc" property if it exists, and nil
// otherwise.
GetActivityStreamsCc() ActivityStreamsCcProperty
// GetActivityStreamsContent returns the "content" property if it exists,
// and nil otherwise.
GetActivityStreamsContent() ActivityStreamsContentProperty
// GetActivityStreamsContext returns the "context" property if it exists,
// and nil otherwise.
GetActivityStreamsContext() ActivityStreamsContextProperty
// GetActivityStreamsDuration returns the "duration" property if it
// exists, and nil otherwise.
GetActivityStreamsDuration() ActivityStreamsDurationProperty
// GetActivityStreamsEndTime returns the "endTime" property if it exists,
// and nil otherwise.
GetActivityStreamsEndTime() ActivityStreamsEndTimeProperty
// GetActivityStreamsGenerator returns the "generator" property if it
// exists, and nil otherwise.
GetActivityStreamsGenerator() ActivityStreamsGeneratorProperty
// GetActivityStreamsIcon returns the "icon" property if it exists, and
// nil otherwise.
GetActivityStreamsIcon() ActivityStreamsIconProperty
// GetActivityStreamsImage returns the "image" property if it exists, and
// nil otherwise.
GetActivityStreamsImage() ActivityStreamsImageProperty
// GetActivityStreamsInReplyTo returns the "inReplyTo" property if it
// exists, and nil otherwise.
GetActivityStreamsInReplyTo() ActivityStreamsInReplyToProperty
// GetActivityStreamsInstrument returns the "instrument" property if it
// exists, and nil otherwise.
GetActivityStreamsInstrument() ActivityStreamsInstrumentProperty
// GetActivityStreamsLikes returns the "likes" property if it exists, and
// nil otherwise.
GetActivityStreamsLikes() ActivityStreamsLikesProperty
// GetActivityStreamsLocation returns the "location" property if it
// exists, and nil otherwise.
GetActivityStreamsLocation() ActivityStreamsLocationProperty
// GetActivityStreamsMediaType returns the "mediaType" property if it
// exists, and nil otherwise.
GetActivityStreamsMediaType() ActivityStreamsMediaTypeProperty
// GetActivityStreamsName returns the "name" property if it exists, and
// nil otherwise.
GetActivityStreamsName() ActivityStreamsNameProperty
// GetActivityStreamsObject returns the "object" property if it exists,
// and nil otherwise.
GetActivityStreamsObject() ActivityStreamsObjectProperty
// GetActivityStreamsOrigin returns the "origin" property if it exists,
// and nil otherwise.
GetActivityStreamsOrigin() ActivityStreamsOriginProperty
// GetActivityStreamsPreview returns the "preview" property if it exists,
// and nil otherwise.
GetActivityStreamsPreview() ActivityStreamsPreviewProperty
// GetActivityStreamsPublished returns the "published" property if it
// exists, and nil otherwise.
GetActivityStreamsPublished() ActivityStreamsPublishedProperty
// GetActivityStreamsReplies returns the "replies" property if it exists,
// and nil otherwise.
GetActivityStreamsReplies() ActivityStreamsRepliesProperty
// GetActivityStreamsResult returns the "result" property if it exists,
// and nil otherwise.
GetActivityStreamsResult() ActivityStreamsResultProperty
// GetActivityStreamsSensitive returns the "sensitive" property if it
// exists, and nil otherwise.
GetActivityStreamsSensitive() ActivityStreamsSensitiveProperty
// and nil otherwise.
GetActivityStreamsShares() ActivityStreamsSharesProperty
// GetActivityStreamsSource returns the "source" property if it exists,
// and nil otherwise.
GetActivityStreamsSource() ActivityStreamsSourceProperty
// GetActivityStreamsStartTime returns the "startTime" property if it
// exists, and nil otherwise.
GetActivityStreamsStartTime() ActivityStreamsStartTimeProperty
// GetActivityStreamsSummary returns the "summary" property if it exists,
// and nil otherwise.
GetActivityStreamsSummary() ActivityStreamsSummaryProperty
// GetActivityStreamsTag returns the "tag" property if it exists, and nil
// otherwise.
GetActivityStreamsTag() ActivityStreamsTagProperty
// GetActivityStreamsTarget returns the "target" property if it exists,
// and nil otherwise.
GetActivityStreamsTarget() ActivityStreamsTargetProperty
// GetActivityStreamsTo returns the "to" property if it exists, and nil
// otherwise.
GetActivityStreamsTo() ActivityStreamsToProperty
// GetActivityStreamsUpdated returns the "updated" property if it exists,
// and nil otherwise.
GetActivityStreamsUpdated() ActivityStreamsUpdatedProperty
// GetActivityStreamsUrl returns the "url" property if it exists, and nil
// otherwise.
GetActivityStreamsUrl() ActivityStreamsUrlProperty
// GetJSONLDId returns the "id" property if it exists, and nil otherwise.
GetJSONLDId() JSONLDIdProperty
// GetJSONLDType returns the "type" property if it exists, and nil
// otherwise.
GetJSONLDType() JSONLDTypeProperty
// GetTypeName returns the name of this type.
GetTypeName() string
// GetUnknownProperties returns the unknown properties for the Ignore
// type. Note that this should not be used by app developers. It is
// only used to help determine which implementation is LessThan the
// other. Developers who are creating a different implementation of
// this type's interface can use this method in their LessThan
// implementation, but routine ActivityPub applications should not use
// this to bypass the code generation tool.
GetUnknownProperties() map[string]interface{}
// IsExtending returns true if the Ignore type extends from the other type.
IsExtending(other Type) bool
// JSONLDContext returns the JSONLD URIs required in the context string
// for this type and the specific properties that are set. The value
// in the map is the alias used to import the type and its properties.
JSONLDContext() map[string]string
// LessThan computes if this Ignore is lesser, with an arbitrary but
// stable determination.
LessThan(o ActivityStreamsIgnore) bool
// Serialize converts this into an interface representation suitable for
// marshalling into a text or binary format.
Serialize() (map[string]interface{}, error)
// SetActivityStreamsActor sets the "actor" property.
SetActivityStreamsActor(i ActivityStreamsActorProperty)
// SetActivityStreamsAltitude sets the "altitude" property.
SetActivityStreamsAltitude(i ActivityStreamsAltitudeProperty)
// SetActivityStreamsAttachment sets the "attachment" property.
SetActivityStreamsAttachment(i ActivityStreamsAttachmentProperty)
// SetActivityStreamsAttributedTo sets the "attributedTo" property.
SetActivityStreamsAttributedTo(i ActivityStreamsAttributedToProperty)
// SetActivityStreamsAudience sets the "audience" property.
SetActivityStreamsAudience(i ActivityStreamsAudienceProperty)
// SetActivityStreamsBcc sets the "bcc" property.
SetActivityStreamsBcc(i ActivityStreamsBccProperty)
// SetActivityStreamsBto sets the "bto" property.
SetActivityStreamsBto(i ActivityStreamsBtoProperty)
// SetActivityStreamsCc sets the "cc" property.
SetActivityStreamsCc(i ActivityStreamsCcProperty)
// SetActivityStreamsContent sets the "content" property.
SetActivityStreamsContent(i ActivityStreamsContentProperty)
// SetActivityStreamsContext sets the "context" property.
SetActivityStreamsContext(i ActivityStreamsContextProperty)
// SetActivityStreamsDuration sets the "duration" property.
SetActivityStreamsDuration(i ActivityStreamsDurationProperty)
// SetActivityStreamsEndTime sets the "endTime" property.
SetActivityStreamsEndTime(i ActivityStreamsEndTimeProperty)
// SetActivityStreamsGenerator sets the "generator" property.
SetActivityStreamsGenerator(i ActivityStreamsGeneratorProperty)
// SetActivityStreamsIcon sets the "icon" property.
SetActivityStreamsIcon(i ActivityStreamsIconProperty)
// SetActivityStreamsImage sets the "image" property.
SetActivityStreamsImage(i ActivityStreamsImageProperty)
// SetActivityStreamsInReplyTo sets the "inReplyTo" property.
SetActivityStreamsInReplyTo(i ActivityStreamsInReplyToProperty)
// SetActivityStreamsInstrument sets the "instrument" property.
SetActivityStreamsInstrument(i ActivityStreamsInstrumentProperty)
// SetActivityStreamsLikes sets the "likes" property.
SetActivityStreamsLikes(i ActivityStreamsLikesProperty)
// SetActivityStreamsLocation sets the "location" property.
SetActivityStreamsLocation(i ActivityStreamsLocationProperty)
// SetActivityStreamsMediaType sets the "mediaType" property.
SetActivityStreamsMediaType(i ActivityStreamsMediaTypeProperty)
// SetActivityStreamsName sets the "name" property.
SetActivityStreamsName(i ActivityStreamsNameProperty)
// SetActivityStreamsObject sets the "object" property.
SetActivityStreamsObject(i ActivityStreamsObjectProperty)
// SetActivityStreamsOrigin sets the "origin" property.
SetActivityStreamsOrigin(i ActivityStreamsOriginProperty)
// SetActivityStreamsPreview sets the "preview" property.
SetActivityStreamsPreview(i ActivityStreamsPreviewProperty)
// SetActivityStreamsPublished sets the "published" property.
SetActivityStreamsPublished(i ActivityStreamsPublishedProperty)
// SetActivityStreamsReplies sets the "replies" property.
SetActivityStreamsReplies(i ActivityStreamsRepliesProperty)
// SetActivityStreamsResult sets the "result" property.
SetActivityStreamsResult(i ActivityStreamsResultProperty)
// SetActivityStreamsSensitive sets the "sensitive" property.
SetActivityStreamsSensitive(i ActivityStreamsSensitiveProperty)
SetActivityStreamsShares(i ActivityStreamsSharesProperty)
// SetActivityStreamsSource sets the "source" property.
SetActivityStreamsSource(i ActivityStreamsSourceProperty)
// SetActivityStreamsStartTime sets the "startTime" property.
SetActivityStreamsStartTime(i ActivityStreamsStartTimeProperty)
// SetActivityStreamsSummary sets the "summary" property.
SetActivityStreamsSummary(i ActivityStreamsSummaryProperty)
// SetActivityStreamsTag sets the "tag" property.
SetActivityStreamsTag(i ActivityStreamsTagProperty)
// SetActivityStreamsTarget sets the "target" property.
SetActivityStreamsTarget(i ActivityStreamsTargetProperty)
// SetActivityStreamsTo sets the "to" property.
SetActivityStreamsTo(i ActivityStreamsToProperty)
// SetActivityStreamsUpdated sets the "updated" property.
SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty)
// SetActivityStreamsUrl sets the "url" property.
SetActivityStreamsUrl(i ActivityStreamsUrlProperty)
// SetJSONLDId sets the "id" property.
SetJSONLDId(i JSONLDIdProperty)
// SetJSONLDType sets the "type" property.
SetJSONLDType(i JSONLDTypeProperty)
// VocabularyURI returns the vocabulary's URI as a string.
VocabularyURI() string
}
Indicates that the actor is ignoring the object. The target and origin typically have no defined meaning.
Example 18 (https://www.w3.org/TR/activitystreams-vocabulary/#ex16-jsonld):
{
"actor": {
"name": "Sally",
"type": "Person"
},
"object": "http://example.org/notes/1",
"summary": "Sally ignored a note",
"type": "Ignore"
}
type ActivityStreamsImage ¶
type ActivityStreamsImage interface {
// GetActivityStreamsAltitude returns the "altitude" property if it
// exists, and nil otherwise.
GetActivityStreamsAltitude() ActivityStreamsAltitudeProperty
// GetActivityStreamsAttachment returns the "attachment" property if it
// exists, and nil otherwise.
GetActivityStreamsAttachment() ActivityStreamsAttachmentProperty
// GetActivityStreamsAttributedTo returns the "attributedTo" property if
// it exists, and nil otherwise.
GetActivityStreamsAttributedTo() ActivityStreamsAttributedToProperty
// GetActivityStreamsAudience returns the "audience" property if it
// exists, and nil otherwise.
GetActivityStreamsAudience() ActivityStreamsAudienceProperty
// GetActivityStreamsBcc returns the "bcc" property if it exists, and nil
// otherwise.
GetActivityStreamsBcc() ActivityStreamsBccProperty
// GetActivityStreamsBto returns the "bto" property if it exists, and nil
// otherwise.
GetActivityStreamsBto() ActivityStreamsBtoProperty
// GetActivityStreamsCc returns the "cc" property if it exists, and nil
// otherwise.
GetActivityStreamsCc() ActivityStreamsCcProperty
// GetActivityStreamsContent returns the "content" property if it exists,
// and nil otherwise.
GetActivityStreamsContent() ActivityStreamsContentProperty
// GetActivityStreamsContext returns the "context" property if it exists,
// and nil otherwise.
GetActivityStreamsContext() ActivityStreamsContextProperty
// GetActivityStreamsDuration returns the "duration" property if it
// exists, and nil otherwise.
GetActivityStreamsDuration() ActivityStreamsDurationProperty
// GetActivityStreamsEndTime returns the "endTime" property if it exists,
// and nil otherwise.
GetActivityStreamsEndTime() ActivityStreamsEndTimeProperty
// GetActivityStreamsGenerator returns the "generator" property if it
// exists, and nil otherwise.
GetActivityStreamsGenerator() ActivityStreamsGeneratorProperty
// GetActivityStreamsHeight returns the "height" property if it exists,
// and nil otherwise.
GetActivityStreamsHeight() ActivityStreamsHeightProperty
// GetActivityStreamsIcon returns the "icon" property if it exists, and
// nil otherwise.
GetActivityStreamsIcon() ActivityStreamsIconProperty
// GetActivityStreamsImage returns the "image" property if it exists, and
// nil otherwise.
GetActivityStreamsImage() ActivityStreamsImageProperty
// GetActivityStreamsInReplyTo returns the "inReplyTo" property if it
// exists, and nil otherwise.
GetActivityStreamsInReplyTo() ActivityStreamsInReplyToProperty
// GetActivityStreamsLikes returns the "likes" property if it exists, and
// nil otherwise.
GetActivityStreamsLikes() ActivityStreamsLikesProperty
// GetActivityStreamsLocation returns the "location" property if it
// exists, and nil otherwise.
GetActivityStreamsLocation() ActivityStreamsLocationProperty
// GetActivityStreamsMediaType returns the "mediaType" property if it
// exists, and nil otherwise.
GetActivityStreamsMediaType() ActivityStreamsMediaTypeProperty
// GetActivityStreamsName returns the "name" property if it exists, and
// nil otherwise.
GetActivityStreamsName() ActivityStreamsNameProperty
// GetActivityStreamsObject returns the "object" property if it exists,
// and nil otherwise.
GetActivityStreamsObject() ActivityStreamsObjectProperty
// GetActivityStreamsPreview returns the "preview" property if it exists,
// and nil otherwise.
GetActivityStreamsPreview() ActivityStreamsPreviewProperty
// GetActivityStreamsPublished returns the "published" property if it
// exists, and nil otherwise.
GetActivityStreamsPublished() ActivityStreamsPublishedProperty
// GetActivityStreamsReplies returns the "replies" property if it exists,
// and nil otherwise.
GetActivityStreamsReplies() ActivityStreamsRepliesProperty
// GetActivityStreamsSensitive returns the "sensitive" property if it
// exists, and nil otherwise.
GetActivityStreamsSensitive() ActivityStreamsSensitiveProperty
// and nil otherwise.
GetActivityStreamsShares() ActivityStreamsSharesProperty
// GetActivityStreamsSource returns the "source" property if it exists,
// and nil otherwise.
GetActivityStreamsSource() ActivityStreamsSourceProperty
// GetActivityStreamsStartTime returns the "startTime" property if it
// exists, and nil otherwise.
GetActivityStreamsStartTime() ActivityStreamsStartTimeProperty
// GetActivityStreamsSummary returns the "summary" property if it exists,
// and nil otherwise.
GetActivityStreamsSummary() ActivityStreamsSummaryProperty
// GetActivityStreamsTag returns the "tag" property if it exists, and nil
// otherwise.
GetActivityStreamsTag() ActivityStreamsTagProperty
// GetActivityStreamsTo returns the "to" property if it exists, and nil
// otherwise.
GetActivityStreamsTo() ActivityStreamsToProperty
// GetActivityStreamsUpdated returns the "updated" property if it exists,
// and nil otherwise.
GetActivityStreamsUpdated() ActivityStreamsUpdatedProperty
// GetActivityStreamsUrl returns the "url" property if it exists, and nil
// otherwise.
GetActivityStreamsUrl() ActivityStreamsUrlProperty
// GetActivityStreamsWidth returns the "width" property if it exists, and
// nil otherwise.
GetActivityStreamsWidth() ActivityStreamsWidthProperty
// GetGoToSocialApprovedBy returns the "approvedBy" property if it exists,
// and nil otherwise.
GetGoToSocialApprovedBy() GoToSocialApprovedByProperty
// GetGoToSocialInteractionPolicy returns the "interactionPolicy" property
// if it exists, and nil otherwise.
GetGoToSocialInteractionPolicy() GoToSocialInteractionPolicyProperty
// GetGoToSocialQuoteAuthorization returns the "quoteAuthorization"
// property if it exists, and nil otherwise.
GetGoToSocialQuoteAuthorization() GoToSocialQuoteAuthorizationProperty
// GetGoToSocialReplyAuthorization returns the "replyAuthorization"
// property if it exists, and nil otherwise.
GetGoToSocialReplyAuthorization() GoToSocialReplyAuthorizationProperty
// GetJSONLDId returns the "id" property if it exists, and nil otherwise.
GetJSONLDId() JSONLDIdProperty
// GetJSONLDType returns the "type" property if it exists, and nil
// otherwise.
GetJSONLDType() JSONLDTypeProperty
// GetTootBlurhash returns the "blurhash" property if it exists, and nil
// otherwise.
GetTootBlurhash() TootBlurhashProperty
// GetTootFocalPoint returns the "focalPoint" property if it exists, and
// nil otherwise.
GetTootFocalPoint() TootFocalPointProperty
// GetTypeName returns the name of this type.
GetTypeName() string
// GetUnknownProperties returns the unknown properties for the Image type.
// Note that this should not be used by app developers. It is only
// used to help determine which implementation is LessThan the other.
// Developers who are creating a different implementation of this
// type's interface can use this method in their LessThan
// implementation, but routine ActivityPub applications should not use
// this to bypass the code generation tool.
GetUnknownProperties() map[string]interface{}
// IsExtending returns true if the Image type extends from the other type.
IsExtending(other Type) bool
// JSONLDContext returns the JSONLD URIs required in the context string
// for this type and the specific properties that are set. The value
// in the map is the alias used to import the type and its properties.
JSONLDContext() map[string]string
// LessThan computes if this Image is lesser, with an arbitrary but stable
// determination.
LessThan(o ActivityStreamsImage) bool
// Serialize converts this into an interface representation suitable for
// marshalling into a text or binary format.
Serialize() (map[string]interface{}, error)
// SetActivityStreamsAltitude sets the "altitude" property.
SetActivityStreamsAltitude(i ActivityStreamsAltitudeProperty)
// SetActivityStreamsAttachment sets the "attachment" property.
SetActivityStreamsAttachment(i ActivityStreamsAttachmentProperty)
// SetActivityStreamsAttributedTo sets the "attributedTo" property.
SetActivityStreamsAttributedTo(i ActivityStreamsAttributedToProperty)
// SetActivityStreamsAudience sets the "audience" property.
SetActivityStreamsAudience(i ActivityStreamsAudienceProperty)
// SetActivityStreamsBcc sets the "bcc" property.
SetActivityStreamsBcc(i ActivityStreamsBccProperty)
// SetActivityStreamsBto sets the "bto" property.
SetActivityStreamsBto(i ActivityStreamsBtoProperty)
// SetActivityStreamsCc sets the "cc" property.
SetActivityStreamsCc(i ActivityStreamsCcProperty)
// SetActivityStreamsContent sets the "content" property.
SetActivityStreamsContent(i ActivityStreamsContentProperty)
// SetActivityStreamsContext sets the "context" property.
SetActivityStreamsContext(i ActivityStreamsContextProperty)
// SetActivityStreamsDuration sets the "duration" property.
SetActivityStreamsDuration(i ActivityStreamsDurationProperty)
// SetActivityStreamsEndTime sets the "endTime" property.
SetActivityStreamsEndTime(i ActivityStreamsEndTimeProperty)
// SetActivityStreamsGenerator sets the "generator" property.
SetActivityStreamsGenerator(i ActivityStreamsGeneratorProperty)
// SetActivityStreamsHeight sets the "height" property.
SetActivityStreamsHeight(i ActivityStreamsHeightProperty)
// SetActivityStreamsIcon sets the "icon" property.
SetActivityStreamsIcon(i ActivityStreamsIconProperty)
// SetActivityStreamsImage sets the "image" property.
SetActivityStreamsImage(i ActivityStreamsImageProperty)
// SetActivityStreamsInReplyTo sets the "inReplyTo" property.
SetActivityStreamsInReplyTo(i ActivityStreamsInReplyToProperty)
// SetActivityStreamsLikes sets the "likes" property.
SetActivityStreamsLikes(i ActivityStreamsLikesProperty)
// SetActivityStreamsLocation sets the "location" property.
SetActivityStreamsLocation(i ActivityStreamsLocationProperty)
// SetActivityStreamsMediaType sets the "mediaType" property.
SetActivityStreamsMediaType(i ActivityStreamsMediaTypeProperty)
// SetActivityStreamsName sets the "name" property.
SetActivityStreamsName(i ActivityStreamsNameProperty)
// SetActivityStreamsObject sets the "object" property.
SetActivityStreamsObject(i ActivityStreamsObjectProperty)
// SetActivityStreamsPreview sets the "preview" property.
SetActivityStreamsPreview(i ActivityStreamsPreviewProperty)
// SetActivityStreamsPublished sets the "published" property.
SetActivityStreamsPublished(i ActivityStreamsPublishedProperty)
// SetActivityStreamsReplies sets the "replies" property.
SetActivityStreamsReplies(i ActivityStreamsRepliesProperty)
// SetActivityStreamsSensitive sets the "sensitive" property.
SetActivityStreamsSensitive(i ActivityStreamsSensitiveProperty)
SetActivityStreamsShares(i ActivityStreamsSharesProperty)
// SetActivityStreamsSource sets the "source" property.
SetActivityStreamsSource(i ActivityStreamsSourceProperty)
// SetActivityStreamsStartTime sets the "startTime" property.
SetActivityStreamsStartTime(i ActivityStreamsStartTimeProperty)
// SetActivityStreamsSummary sets the "summary" property.
SetActivityStreamsSummary(i ActivityStreamsSummaryProperty)
// SetActivityStreamsTag sets the "tag" property.
SetActivityStreamsTag(i ActivityStreamsTagProperty)
// SetActivityStreamsTo sets the "to" property.
SetActivityStreamsTo(i ActivityStreamsToProperty)
// SetActivityStreamsUpdated sets the "updated" property.
SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty)
// SetActivityStreamsUrl sets the "url" property.
SetActivityStreamsUrl(i ActivityStreamsUrlProperty)
// SetActivityStreamsWidth sets the "width" property.
SetActivityStreamsWidth(i ActivityStreamsWidthProperty)
// SetGoToSocialApprovedBy sets the "approvedBy" property.
SetGoToSocialApprovedBy(i GoToSocialApprovedByProperty)
// SetGoToSocialInteractionPolicy sets the "interactionPolicy" property.
SetGoToSocialInteractionPolicy(i GoToSocialInteractionPolicyProperty)
// SetGoToSocialQuoteAuthorization sets the "quoteAuthorization" property.
SetGoToSocialQuoteAuthorization(i GoToSocialQuoteAuthorizationProperty)
// SetGoToSocialReplyAuthorization sets the "replyAuthorization" property.
SetGoToSocialReplyAuthorization(i GoToSocialReplyAuthorizationProperty)
// SetJSONLDId sets the "id" property.
SetJSONLDId(i JSONLDIdProperty)
// SetJSONLDType sets the "type" property.
SetJSONLDType(i JSONLDTypeProperty)
// SetTootBlurhash sets the "blurhash" property.
SetTootBlurhash(i TootBlurhashProperty)
// SetTootFocalPoint sets the "focalPoint" property.
SetTootFocalPoint(i TootFocalPointProperty)
// VocabularyURI returns the vocabulary's URI as a string.
VocabularyURI() string
}
An image document of any kind
Example 51 (https://www.w3.org/TR/activitystreams-vocabulary/#ex50-jsonld):
{
"name": "Cat Jumping on Wagon",
"type": "Image",
"url": [
{
"mediaType": "image/jpeg",
"type": "Link",
"url": "http://example.org/image.jpeg"
},
{
"mediaType": "image/png",
"type": "Link",
"url": "http://example.org/image.png"
}
]
}
type ActivityStreamsImageProperty ¶
type ActivityStreamsImageProperty interface {
// AppendActivityStreamsImage appends a Image value to the back of a list
// of the property "image". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsImage(v ActivityStreamsImage)
// AppendActivityStreamsLink appends a Link value to the back of a list of
// the property "image". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsLink(v ActivityStreamsLink)
// AppendActivityStreamsMention appends a Mention value to the back of a
// list of the property "image". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsMention(v ActivityStreamsMention)
// AppendIRI appends an IRI value to the back of a list of the property
// "image"
AppendIRI(v *url.URL)
// AppendTootHashtag appends a Hashtag value to the back of a list of the
// property "image". Invalidates iterators that are traversing using
// Prev.
AppendTootHashtag(v TootHashtag)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "image". Invalidates iterators that are traversing
// using Prev. Returns an error if the type is not a valid one to set
// for this property.
AppendType(t Type) error
// At returns the property value for the specified index. Panics if the
// index is out of bounds.
At(index int) ActivityStreamsImagePropertyIterator
// 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.
Begin() ActivityStreamsImagePropertyIterator
// Empty returns returns true if there are no elements.
Empty() bool
// 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.
End() ActivityStreamsImagePropertyIterator
// InsertActivityStreamsImage inserts a Image value at the specified index
// for a property "image". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsImage(idx int, v ActivityStreamsImage)
// InsertActivityStreamsLink inserts a Link value at the specified index
// for a property "image". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsLink(idx int, v ActivityStreamsLink)
// InsertActivityStreamsMention inserts a Mention value at the specified
// index for a property "image". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsMention(idx int, v ActivityStreamsMention)
// Insert inserts an IRI value at the specified index for a property
// "image". Existing elements at that index and higher are shifted
// back once. Invalidates all iterators.
InsertIRI(idx int, v *url.URL)
// InsertTootHashtag inserts a Hashtag value at the specified index for a
// property "image". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertTootHashtag(idx int, v TootHashtag)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "image". Invalidates all iterators. Returns an error
// if the type is not a valid one to set for this property.
InsertType(idx int, t Type) error
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex(idx int) int
// Len returns the number of values that exist for the "image" property.
Len() (length int)
// Less computes whether another property is less than this one. Mixing
// types results in a consistent but arbitrary ordering
Less(i, j int) 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.
LessThan(o ActivityStreamsImageProperty) bool
// Name returns the name of this property ("image") with any alias.
Name() string
// PrependActivityStreamsImage prepends a Image value to the front of a
// list of the property "image". Invalidates all iterators.
PrependActivityStreamsImage(v ActivityStreamsImage)
// PrependActivityStreamsLink prepends a Link value to the front of a list
// of the property "image". Invalidates all iterators.
PrependActivityStreamsLink(v ActivityStreamsLink)
// PrependActivityStreamsMention prepends a Mention value to the front of
// a list of the property "image". Invalidates all iterators.
PrependActivityStreamsMention(v ActivityStreamsMention)
// PrependIRI prepends an IRI value to the front of a list of the property
// "image".
PrependIRI(v *url.URL)
// PrependTootHashtag prepends a Hashtag value to the front of a list of
// the property "image". Invalidates all iterators.
PrependTootHashtag(v TootHashtag)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "image". Invalidates all iterators. Returns an error
// if the type is not a valid one to set for this property.
PrependType(t Type) error
// Remove deletes an element at the specified index from a list of the
// property "image", regardless of its type. Panics if the index is
// out of bounds. Invalidates all iterators.
Remove(idx int)
// 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.
Serialize() (interface{}, error)
// SetActivityStreamsImage sets a Image value to be at the specified index
// for the property "image". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsImage(idx int, v ActivityStreamsImage)
// SetActivityStreamsLink sets a Link value to be at the specified index
// for the property "image". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsLink(idx int, v ActivityStreamsLink)
// SetActivityStreamsMention sets a Mention value to be at the specified
// index for the property "image". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsMention(idx int, v ActivityStreamsMention)
// SetIRI sets an IRI value to be at the specified index for the property
// "image". Panics if the index is out of bounds.
SetIRI(idx int, v *url.URL)
// SetTootHashtag sets a Hashtag value to be at the specified index for
// the property "image". Panics if the index is out of bounds.
// Invalidates all iterators.
SetTootHashtag(idx int, v TootHashtag)
// SetType sets an arbitrary type value to the specified index of the
// property "image". 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.
SetType(idx int, t Type) error
// Swap swaps the location of values at two indices for the "image"
// property.
Swap(i, j int)
}
Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed.
Example 81 (https://www.w3.org/TR/activitystreams-vocabulary/#ex80-jsonld):
{
"content": "This is all there is.",
"image": {
"name": "A Cat",
"type": "Image",
"url": "http://example.org/cat.png"
},
"name": "A simple note",
"type": "Note"
}
Example 82 (https://www.w3.org/TR/activitystreams-vocabulary/#ex81-jsonld):
{
"content": "This is all there is.",
"image": [
{
"name": "Cat 1",
"type": "Image",
"url": "http://example.org/cat1.png"
},
{
"name": "Cat 2",
"type": "Image",
"url": "http://example.org/cat2.png"
}
],
"name": "A simple note",
"type": "Note"
}
type ActivityStreamsImagePropertyIterator ¶
type ActivityStreamsImagePropertyIterator interface {
// GetActivityStreamsImage returns the value of this property. When
// IsActivityStreamsImage returns false, GetActivityStreamsImage will
// return an arbitrary value.
GetActivityStreamsImage() ActivityStreamsImage
// GetActivityStreamsLink returns the value of this property. When
// IsActivityStreamsLink returns false, GetActivityStreamsLink will
// return an arbitrary value.
GetActivityStreamsLink() ActivityStreamsLink
// GetActivityStreamsMention returns the value of this property. When
// IsActivityStreamsMention returns false, GetActivityStreamsMention
// will return an arbitrary value.
GetActivityStreamsMention() ActivityStreamsMention
// GetIRI returns the IRI of this property. When IsIRI returns false,
// GetIRI will return an arbitrary value.
GetIRI() *url.URL
// GetTootHashtag returns the value of this property. When IsTootHashtag
// returns false, GetTootHashtag will return an arbitrary value.
GetTootHashtag() TootHashtag
// 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.
GetType() Type
// HasAny returns true if any of the different values is set.
HasAny() 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.
IsActivityStreamsImage() 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.
IsActivityStreamsLink() 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.
IsActivityStreamsMention() bool
// IsIRI returns true if this property is an IRI. When true, use GetIRI
// and SetIRI to access and set this property
IsIRI() 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.
IsTootHashtag() bool
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex() int
// 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.
LessThan(o ActivityStreamsImagePropertyIterator) bool
// Name returns the name of this property: "ActivityStreamsImage".
Name() string
// Next returns the next iterator, or nil if there is no next iterator.
Next() ActivityStreamsImagePropertyIterator
// Prev returns the previous iterator, or nil if there is no previous
// iterator.
Prev() ActivityStreamsImagePropertyIterator
// SetActivityStreamsImage sets the value of this property. Calling
// IsActivityStreamsImage afterwards returns true.
SetActivityStreamsImage(v ActivityStreamsImage)
// SetActivityStreamsLink sets the value of this property. Calling
// IsActivityStreamsLink afterwards returns true.
SetActivityStreamsLink(v ActivityStreamsLink)
// SetActivityStreamsMention sets the value of this property. Calling
// IsActivityStreamsMention afterwards returns true.
SetActivityStreamsMention(v ActivityStreamsMention)
// SetIRI sets the value of this property. Calling IsIRI afterwards
// returns true.
SetIRI(v *url.URL)
// SetTootHashtag sets the value of this property. Calling IsTootHashtag
// afterwards returns true.
SetTootHashtag(v TootHashtag)
// 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.
SetType(t Type) error
}
ActivityStreamsImagePropertyIterator represents a single value for the "image" property.
type ActivityStreamsInReplyToProperty ¶
type ActivityStreamsInReplyToProperty interface {
// AppendActivityStreamsAccept appends a Accept value to the back of a
// list of the property "inReplyTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAccept(v ActivityStreamsAccept)
// AppendActivityStreamsActivity appends a Activity value to the back of a
// list of the property "inReplyTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsActivity(v ActivityStreamsActivity)
// AppendActivityStreamsAdd appends a Add value to the back of a list of
// the property "inReplyTo". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsAdd(v ActivityStreamsAdd)
// AppendActivityStreamsAnnounce appends a Announce value to the back of a
// list of the property "inReplyTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// AppendActivityStreamsApplication appends a Application value to the
// back of a list of the property "inReplyTo". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsApplication(v ActivityStreamsApplication)
// AppendActivityStreamsArrive appends a Arrive value to the back of a
// list of the property "inReplyTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsArrive(v ActivityStreamsArrive)
// AppendActivityStreamsArticle appends a Article value to the back of a
// list of the property "inReplyTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsArticle(v ActivityStreamsArticle)
// AppendActivityStreamsAudio appends a Audio value to the back of a list
// of the property "inReplyTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAudio(v ActivityStreamsAudio)
// AppendActivityStreamsBlock appends a Block value to the back of a list
// of the property "inReplyTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsBlock(v ActivityStreamsBlock)
// AppendActivityStreamsCollection appends a Collection value to the back
// of a list of the property "inReplyTo". Invalidates iterators that
// are traversing using Prev.
AppendActivityStreamsCollection(v ActivityStreamsCollection)
// AppendActivityStreamsCollectionPage appends a CollectionPage value to
// the back of a list of the property "inReplyTo". Invalidates
// iterators that are traversing using Prev.
AppendActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// AppendActivityStreamsCreate appends a Create value to the back of a
// list of the property "inReplyTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsCreate(v ActivityStreamsCreate)
// AppendActivityStreamsDelete appends a Delete value to the back of a
// list of the property "inReplyTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDelete(v ActivityStreamsDelete)
// AppendActivityStreamsDislike appends a Dislike value to the back of a
// list of the property "inReplyTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDislike(v ActivityStreamsDislike)
// AppendActivityStreamsDocument appends a Document value to the back of a
// list of the property "inReplyTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDocument(v ActivityStreamsDocument)
// AppendActivityStreamsEvent appends a Event value to the back of a list
// of the property "inReplyTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsEvent(v ActivityStreamsEvent)
// AppendActivityStreamsFlag appends a Flag value to the back of a list of
// the property "inReplyTo". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsFlag(v ActivityStreamsFlag)
// AppendActivityStreamsFollow appends a Follow value to the back of a
// list of the property "inReplyTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsFollow(v ActivityStreamsFollow)
// AppendActivityStreamsGroup appends a Group value to the back of a list
// of the property "inReplyTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsGroup(v ActivityStreamsGroup)
// AppendActivityStreamsIgnore appends a Ignore value to the back of a
// list of the property "inReplyTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsIgnore(v ActivityStreamsIgnore)
// AppendActivityStreamsImage appends a Image value to the back of a list
// of the property "inReplyTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsImage(v ActivityStreamsImage)
// AppendActivityStreamsIntransitiveActivity appends a
// IntransitiveActivity value to the back of a list of the property
// "inReplyTo". Invalidates iterators that are traversing using Prev.
AppendActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// AppendActivityStreamsInvite appends a Invite value to the back of a
// list of the property "inReplyTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsInvite(v ActivityStreamsInvite)
// AppendActivityStreamsJoin appends a Join value to the back of a list of
// the property "inReplyTo". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsJoin(v ActivityStreamsJoin)
// AppendActivityStreamsLeave appends a Leave value to the back of a list
// of the property "inReplyTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsLeave(v ActivityStreamsLeave)
// AppendActivityStreamsLike appends a Like value to the back of a list of
// the property "inReplyTo". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsLike(v ActivityStreamsLike)
// AppendActivityStreamsLink appends a Link value to the back of a list of
// the property "inReplyTo". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsLink(v ActivityStreamsLink)
// AppendActivityStreamsListen appends a Listen value to the back of a
// list of the property "inReplyTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsListen(v ActivityStreamsListen)
// AppendActivityStreamsMention appends a Mention value to the back of a
// list of the property "inReplyTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsMention(v ActivityStreamsMention)
// AppendActivityStreamsMove appends a Move value to the back of a list of
// the property "inReplyTo". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsMove(v ActivityStreamsMove)
// AppendActivityStreamsNote appends a Note value to the back of a list of
// the property "inReplyTo". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsNote(v ActivityStreamsNote)
// AppendActivityStreamsObject appends a Object value to the back of a
// list of the property "inReplyTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsObject(v ActivityStreamsObject)
// AppendActivityStreamsOffer appends a Offer value to the back of a list
// of the property "inReplyTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsOffer(v ActivityStreamsOffer)
// AppendActivityStreamsOrderedCollection appends a OrderedCollection
// value to the back of a list of the property "inReplyTo".
// Invalidates iterators that are traversing using Prev.
AppendActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// AppendActivityStreamsOrderedCollectionPage appends a
// OrderedCollectionPage value to the back of a list of the property
// "inReplyTo". Invalidates iterators that are traversing using Prev.
AppendActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// AppendActivityStreamsOrganization appends a Organization value to the
// back of a list of the property "inReplyTo". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsOrganization(v ActivityStreamsOrganization)
// AppendActivityStreamsPage appends a Page value to the back of a list of
// the property "inReplyTo". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsPage(v ActivityStreamsPage)
// AppendActivityStreamsPerson appends a Person value to the back of a
// list of the property "inReplyTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsPerson(v ActivityStreamsPerson)
// AppendActivityStreamsPlace appends a Place value to the back of a list
// of the property "inReplyTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsPlace(v ActivityStreamsPlace)
// AppendActivityStreamsProfile appends a Profile value to the back of a
// list of the property "inReplyTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsProfile(v ActivityStreamsProfile)
// AppendActivityStreamsQuestion appends a Question value to the back of a
// list of the property "inReplyTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsQuestion(v ActivityStreamsQuestion)
// AppendActivityStreamsRead appends a Read value to the back of a list of
// the property "inReplyTo". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsRead(v ActivityStreamsRead)
// AppendActivityStreamsReject appends a Reject value to the back of a
// list of the property "inReplyTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsReject(v ActivityStreamsReject)
// AppendActivityStreamsRelationship appends a Relationship value to the
// back of a list of the property "inReplyTo". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsRelationship(v ActivityStreamsRelationship)
// AppendActivityStreamsRemove appends a Remove value to the back of a
// list of the property "inReplyTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsRemove(v ActivityStreamsRemove)
// AppendActivityStreamsService appends a Service value to the back of a
// list of the property "inReplyTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsService(v ActivityStreamsService)
// AppendActivityStreamsTentativeAccept appends a TentativeAccept value to
// the back of a list of the property "inReplyTo". Invalidates
// iterators that are traversing using Prev.
AppendActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// AppendActivityStreamsTentativeReject appends a TentativeReject value to
// the back of a list of the property "inReplyTo". Invalidates
// iterators that are traversing using Prev.
AppendActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// AppendActivityStreamsTombstone appends a Tombstone value to the back of
// a list of the property "inReplyTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsTombstone(v ActivityStreamsTombstone)
// AppendActivityStreamsTravel appends a Travel value to the back of a
// list of the property "inReplyTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsTravel(v ActivityStreamsTravel)
// AppendActivityStreamsUndo appends a Undo value to the back of a list of
// the property "inReplyTo". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsUndo(v ActivityStreamsUndo)
// AppendActivityStreamsUpdate appends a Update value to the back of a
// list of the property "inReplyTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsUpdate(v ActivityStreamsUpdate)
// AppendActivityStreamsVideo appends a Video value to the back of a list
// of the property "inReplyTo". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsVideo(v ActivityStreamsVideo)
// AppendActivityStreamsView appends a View value to the back of a list of
// the property "inReplyTo". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsView(v ActivityStreamsView)
// AppendFunkwhaleAlbum appends a Album value to the back of a list of the
// property "inReplyTo". Invalidates iterators that are traversing
// using Prev.
AppendFunkwhaleAlbum(v FunkwhaleAlbum)
// AppendFunkwhaleArtist appends a Artist value to the back of a list of
// the property "inReplyTo". Invalidates iterators that are traversing
// using Prev.
AppendFunkwhaleArtist(v FunkwhaleArtist)
// AppendFunkwhaleLibrary appends a Library value to the back of a list of
// the property "inReplyTo". Invalidates iterators that are traversing
// using Prev.
AppendFunkwhaleLibrary(v FunkwhaleLibrary)
// AppendFunkwhaleTrack appends a Track value to the back of a list of the
// property "inReplyTo". Invalidates iterators that are traversing
// using Prev.
AppendFunkwhaleTrack(v FunkwhaleTrack)
// AppendGoToSocialAnnounceApproval appends a AnnounceApproval value to
// the back of a list of the property "inReplyTo". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// AppendGoToSocialAnnounceAuthorization appends a AnnounceAuthorization
// value to the back of a list of the property "inReplyTo".
// Invalidates iterators that are traversing using Prev.
AppendGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// AppendGoToSocialAnnounceRequest appends a AnnounceRequest value to the
// back of a list of the property "inReplyTo". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// AppendGoToSocialLikeApproval appends a LikeApproval value to the back
// of a list of the property "inReplyTo". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialLikeApproval(v GoToSocialLikeApproval)
// AppendGoToSocialLikeAuthorization appends a LikeAuthorization value to
// the back of a list of the property "inReplyTo". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// AppendGoToSocialLikeRequest appends a LikeRequest value to the back of
// a list of the property "inReplyTo". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialLikeRequest(v GoToSocialLikeRequest)
// AppendGoToSocialQuoteAuthorization appends a QuoteAuthorization value
// to the back of a list of the property "inReplyTo". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// AppendGoToSocialQuoteRequest appends a QuoteRequest value to the back
// of a list of the property "inReplyTo". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// AppendGoToSocialReplyApproval appends a ReplyApproval value to the back
// of a list of the property "inReplyTo". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialReplyApproval(v GoToSocialReplyApproval)
// AppendGoToSocialReplyAuthorization appends a ReplyAuthorization value
// to the back of a list of the property "inReplyTo". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// AppendGoToSocialReplyRequest appends a ReplyRequest value to the back
// of a list of the property "inReplyTo". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialReplyRequest(v GoToSocialReplyRequest)
// AppendIRI appends an IRI value to the back of a list of the property
// "inReplyTo"
AppendIRI(v *url.URL)
// AppendLitePubEmojiReact appends a EmojiReact value to the back of a
// list of the property "inReplyTo". Invalidates iterators that are
// traversing using Prev.
AppendLitePubEmojiReact(v LitePubEmojiReact)
// AppendSchemaPropertyValue appends a PropertyValue value to the back of
// a list of the property "inReplyTo". Invalidates iterators that are
// traversing using Prev.
AppendSchemaPropertyValue(v SchemaPropertyValue)
// AppendTootEmoji appends a Emoji value to the back of a list of the
// property "inReplyTo". Invalidates iterators that are traversing
// using Prev.
AppendTootEmoji(v TootEmoji)
// AppendTootHashtag appends a Hashtag value to the back of a list of the
// property "inReplyTo". Invalidates iterators that are traversing
// using Prev.
AppendTootHashtag(v TootHashtag)
// AppendTootIdentityProof appends a IdentityProof value to the back of a
// list of the property "inReplyTo". Invalidates iterators that are
// traversing using Prev.
AppendTootIdentityProof(v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "inReplyTo". Invalidates iterators that are traversing
// using Prev. Returns an error if the type is not a valid one to set
// for this property.
AppendType(t Type) error
// At returns the property value for the specified index. Panics if the
// index is out of bounds.
At(index int) ActivityStreamsInReplyToPropertyIterator
// 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.
Begin() ActivityStreamsInReplyToPropertyIterator
// Empty returns returns true if there are no elements.
Empty() bool
// 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.
End() ActivityStreamsInReplyToPropertyIterator
// InsertActivityStreamsAccept inserts a Accept value at the specified
// index for a property "inReplyTo". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsAccept(idx int, v ActivityStreamsAccept)
// InsertActivityStreamsActivity inserts a Activity value at the specified
// index for a property "inReplyTo". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsActivity(idx int, v ActivityStreamsActivity)
// InsertActivityStreamsAdd inserts a Add value at the specified index for
// a property "inReplyTo". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsAdd(idx int, v ActivityStreamsAdd)
// InsertActivityStreamsAnnounce inserts a Announce value at the specified
// index for a property "inReplyTo". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsAnnounce(idx int, v ActivityStreamsAnnounce)
// InsertActivityStreamsApplication inserts a Application value at the
// specified index for a property "inReplyTo". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsApplication(idx int, v ActivityStreamsApplication)
// InsertActivityStreamsArrive inserts a Arrive value at the specified
// index for a property "inReplyTo". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsArrive(idx int, v ActivityStreamsArrive)
// InsertActivityStreamsArticle inserts a Article value at the specified
// index for a property "inReplyTo". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsArticle(idx int, v ActivityStreamsArticle)
// InsertActivityStreamsAudio inserts a Audio value at the specified index
// for a property "inReplyTo". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsAudio(idx int, v ActivityStreamsAudio)
// InsertActivityStreamsBlock inserts a Block value at the specified index
// for a property "inReplyTo". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsBlock(idx int, v ActivityStreamsBlock)
// InsertActivityStreamsCollection inserts a Collection value at the
// specified index for a property "inReplyTo". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsCollection(idx int, v ActivityStreamsCollection)
// InsertActivityStreamsCollectionPage inserts a CollectionPage value at
// the specified index for a property "inReplyTo". Existing elements
// at that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsCollectionPage(idx int, v ActivityStreamsCollectionPage)
// InsertActivityStreamsCreate inserts a Create value at the specified
// index for a property "inReplyTo". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsCreate(idx int, v ActivityStreamsCreate)
// InsertActivityStreamsDelete inserts a Delete value at the specified
// index for a property "inReplyTo". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDelete(idx int, v ActivityStreamsDelete)
// InsertActivityStreamsDislike inserts a Dislike value at the specified
// index for a property "inReplyTo". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDislike(idx int, v ActivityStreamsDislike)
// InsertActivityStreamsDocument inserts a Document value at the specified
// index for a property "inReplyTo". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDocument(idx int, v ActivityStreamsDocument)
// InsertActivityStreamsEvent inserts a Event value at the specified index
// for a property "inReplyTo". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsEvent(idx int, v ActivityStreamsEvent)
// InsertActivityStreamsFlag inserts a Flag value at the specified index
// for a property "inReplyTo". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsFlag(idx int, v ActivityStreamsFlag)
// InsertActivityStreamsFollow inserts a Follow value at the specified
// index for a property "inReplyTo". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsFollow(idx int, v ActivityStreamsFollow)
// InsertActivityStreamsGroup inserts a Group value at the specified index
// for a property "inReplyTo". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsGroup(idx int, v ActivityStreamsGroup)
// InsertActivityStreamsIgnore inserts a Ignore value at the specified
// index for a property "inReplyTo". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsIgnore(idx int, v ActivityStreamsIgnore)
// InsertActivityStreamsImage inserts a Image value at the specified index
// for a property "inReplyTo". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsImage(idx int, v ActivityStreamsImage)
// InsertActivityStreamsIntransitiveActivity inserts a
// IntransitiveActivity value at the specified index for a property
// "inReplyTo". Existing elements at that index and higher are shifted
// back once. Invalidates all iterators.
InsertActivityStreamsIntransitiveActivity(idx int, v ActivityStreamsIntransitiveActivity)
// InsertActivityStreamsInvite inserts a Invite value at the specified
// index for a property "inReplyTo". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsInvite(idx int, v ActivityStreamsInvite)
// InsertActivityStreamsJoin inserts a Join value at the specified index
// for a property "inReplyTo". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsJoin(idx int, v ActivityStreamsJoin)
// InsertActivityStreamsLeave inserts a Leave value at the specified index
// for a property "inReplyTo". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsLeave(idx int, v ActivityStreamsLeave)
// InsertActivityStreamsLike inserts a Like value at the specified index
// for a property "inReplyTo". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsLike(idx int, v ActivityStreamsLike)
// InsertActivityStreamsLink inserts a Link value at the specified index
// for a property "inReplyTo". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsLink(idx int, v ActivityStreamsLink)
// InsertActivityStreamsListen inserts a Listen value at the specified
// index for a property "inReplyTo". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsListen(idx int, v ActivityStreamsListen)
// InsertActivityStreamsMention inserts a Mention value at the specified
// index for a property "inReplyTo". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsMention(idx int, v ActivityStreamsMention)
// InsertActivityStreamsMove inserts a Move value at the specified index
// for a property "inReplyTo". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsMove(idx int, v ActivityStreamsMove)
// InsertActivityStreamsNote inserts a Note value at the specified index
// for a property "inReplyTo". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsNote(idx int, v ActivityStreamsNote)
// InsertActivityStreamsObject inserts a Object value at the specified
// index for a property "inReplyTo". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsObject(idx int, v ActivityStreamsObject)
// InsertActivityStreamsOffer inserts a Offer value at the specified index
// for a property "inReplyTo". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsOffer(idx int, v ActivityStreamsOffer)
// InsertActivityStreamsOrderedCollection inserts a OrderedCollection
// value at the specified index for a property "inReplyTo". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertActivityStreamsOrderedCollection(idx int, v ActivityStreamsOrderedCollection)
// InsertActivityStreamsOrderedCollectionPage inserts a
// OrderedCollectionPage value at the specified index for a property
// "inReplyTo". Existing elements at that index and higher are shifted
// back once. Invalidates all iterators.
InsertActivityStreamsOrderedCollectionPage(idx int, v ActivityStreamsOrderedCollectionPage)
// InsertActivityStreamsOrganization inserts a Organization value at the
// specified index for a property "inReplyTo". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsOrganization(idx int, v ActivityStreamsOrganization)
// InsertActivityStreamsPage inserts a Page value at the specified index
// for a property "inReplyTo". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsPage(idx int, v ActivityStreamsPage)
// InsertActivityStreamsPerson inserts a Person value at the specified
// index for a property "inReplyTo". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsPerson(idx int, v ActivityStreamsPerson)
// InsertActivityStreamsPlace inserts a Place value at the specified index
// for a property "inReplyTo". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsPlace(idx int, v ActivityStreamsPlace)
// InsertActivityStreamsProfile inserts a Profile value at the specified
// index for a property "inReplyTo". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsProfile(idx int, v ActivityStreamsProfile)
// InsertActivityStreamsQuestion inserts a Question value at the specified
// index for a property "inReplyTo". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsQuestion(idx int, v ActivityStreamsQuestion)
// InsertActivityStreamsRead inserts a Read value at the specified index
// for a property "inReplyTo". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsRead(idx int, v ActivityStreamsRead)
// InsertActivityStreamsReject inserts a Reject value at the specified
// index for a property "inReplyTo". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsReject(idx int, v ActivityStreamsReject)
// InsertActivityStreamsRelationship inserts a Relationship value at the
// specified index for a property "inReplyTo". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsRelationship(idx int, v ActivityStreamsRelationship)
// InsertActivityStreamsRemove inserts a Remove value at the specified
// index for a property "inReplyTo". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsRemove(idx int, v ActivityStreamsRemove)
// InsertActivityStreamsService inserts a Service value at the specified
// index for a property "inReplyTo". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsService(idx int, v ActivityStreamsService)
// InsertActivityStreamsTentativeAccept inserts a TentativeAccept value at
// the specified index for a property "inReplyTo". Existing elements
// at that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsTentativeAccept(idx int, v ActivityStreamsTentativeAccept)
// InsertActivityStreamsTentativeReject inserts a TentativeReject value at
// the specified index for a property "inReplyTo". Existing elements
// at that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsTentativeReject(idx int, v ActivityStreamsTentativeReject)
// InsertActivityStreamsTombstone inserts a Tombstone value at the
// specified index for a property "inReplyTo". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsTombstone(idx int, v ActivityStreamsTombstone)
// InsertActivityStreamsTravel inserts a Travel value at the specified
// index for a property "inReplyTo". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsTravel(idx int, v ActivityStreamsTravel)
// InsertActivityStreamsUndo inserts a Undo value at the specified index
// for a property "inReplyTo". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsUndo(idx int, v ActivityStreamsUndo)
// InsertActivityStreamsUpdate inserts a Update value at the specified
// index for a property "inReplyTo". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsUpdate(idx int, v ActivityStreamsUpdate)
// InsertActivityStreamsVideo inserts a Video value at the specified index
// for a property "inReplyTo". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsVideo(idx int, v ActivityStreamsVideo)
// InsertActivityStreamsView inserts a View value at the specified index
// for a property "inReplyTo". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsView(idx int, v ActivityStreamsView)
// InsertFunkwhaleAlbum inserts a Album value at the specified index for a
// property "inReplyTo". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertFunkwhaleAlbum(idx int, v FunkwhaleAlbum)
// InsertFunkwhaleArtist inserts a Artist value at the specified index for
// a property "inReplyTo". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertFunkwhaleArtist(idx int, v FunkwhaleArtist)
// InsertFunkwhaleLibrary inserts a Library value at the specified index
// for a property "inReplyTo". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertFunkwhaleLibrary(idx int, v FunkwhaleLibrary)
// InsertFunkwhaleTrack inserts a Track value at the specified index for a
// property "inReplyTo". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertFunkwhaleTrack(idx int, v FunkwhaleTrack)
// InsertGoToSocialAnnounceApproval inserts a AnnounceApproval value at
// the specified index for a property "inReplyTo". Existing elements
// at that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialAnnounceApproval(idx int, v GoToSocialAnnounceApproval)
// InsertGoToSocialAnnounceAuthorization inserts a AnnounceAuthorization
// value at the specified index for a property "inReplyTo". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertGoToSocialAnnounceAuthorization(idx int, v GoToSocialAnnounceAuthorization)
// InsertGoToSocialAnnounceRequest inserts a AnnounceRequest value at the
// specified index for a property "inReplyTo". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialAnnounceRequest(idx int, v GoToSocialAnnounceRequest)
// InsertGoToSocialLikeApproval inserts a LikeApproval value at the
// specified index for a property "inReplyTo". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialLikeApproval(idx int, v GoToSocialLikeApproval)
// InsertGoToSocialLikeAuthorization inserts a LikeAuthorization value at
// the specified index for a property "inReplyTo". Existing elements
// at that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialLikeAuthorization(idx int, v GoToSocialLikeAuthorization)
// InsertGoToSocialLikeRequest inserts a LikeRequest value at the
// specified index for a property "inReplyTo". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// InsertGoToSocialQuoteAuthorization inserts a QuoteAuthorization value
// at the specified index for a property "inReplyTo". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertGoToSocialQuoteAuthorization(idx int, v GoToSocialQuoteAuthorization)
// InsertGoToSocialQuoteRequest inserts a QuoteRequest value at the
// specified index for a property "inReplyTo". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialQuoteRequest(idx int, v GoToSocialQuoteRequest)
// InsertGoToSocialReplyApproval inserts a ReplyApproval value at the
// specified index for a property "inReplyTo". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialReplyApproval(idx int, v GoToSocialReplyApproval)
// InsertGoToSocialReplyAuthorization inserts a ReplyAuthorization value
// at the specified index for a property "inReplyTo". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertGoToSocialReplyAuthorization(idx int, v GoToSocialReplyAuthorization)
// InsertGoToSocialReplyRequest inserts a ReplyRequest value at the
// specified index for a property "inReplyTo". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialReplyRequest(idx int, v GoToSocialReplyRequest)
// Insert inserts an IRI value at the specified index for a property
// "inReplyTo". Existing elements at that index and higher are shifted
// back once. Invalidates all iterators.
InsertIRI(idx int, v *url.URL)
// InsertLitePubEmojiReact inserts a EmojiReact value at the specified
// index for a property "inReplyTo". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertLitePubEmojiReact(idx int, v LitePubEmojiReact)
// InsertSchemaPropertyValue inserts a PropertyValue value at the
// specified index for a property "inReplyTo". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertSchemaPropertyValue(idx int, v SchemaPropertyValue)
// InsertTootEmoji inserts a Emoji value at the specified index for a
// property "inReplyTo". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertTootEmoji(idx int, v TootEmoji)
// InsertTootHashtag inserts a Hashtag value at the specified index for a
// property "inReplyTo". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertTootHashtag(idx int, v TootHashtag)
// InsertTootIdentityProof inserts a IdentityProof value at the specified
// index for a property "inReplyTo". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertTootIdentityProof(idx int, v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "inReplyTo". Invalidates all iterators. Returns an
// error if the type is not a valid one to set for this property.
InsertType(idx int, t Type) error
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex(idx int) int
// Len returns the number of values that exist for the "inReplyTo"
// property.
Len() (length int)
// Less computes whether another property is less than this one. Mixing
// types results in a consistent but arbitrary ordering
Less(i, j int) 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.
LessThan(o ActivityStreamsInReplyToProperty) bool
// Name returns the name of this property ("inReplyTo") with any alias.
Name() string
// PrependActivityStreamsAccept prepends a Accept value to the front of a
// list of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsAccept(v ActivityStreamsAccept)
// PrependActivityStreamsActivity prepends a Activity value to the front
// of a list of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsActivity(v ActivityStreamsActivity)
// PrependActivityStreamsAdd prepends a Add value to the front of a list
// of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsAdd(v ActivityStreamsAdd)
// PrependActivityStreamsAnnounce prepends a Announce value to the front
// of a list of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// PrependActivityStreamsApplication prepends a Application value to the
// front of a list of the property "inReplyTo". Invalidates all
// iterators.
PrependActivityStreamsApplication(v ActivityStreamsApplication)
// PrependActivityStreamsArrive prepends a Arrive value to the front of a
// list of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsArrive(v ActivityStreamsArrive)
// PrependActivityStreamsArticle prepends a Article value to the front of
// a list of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsArticle(v ActivityStreamsArticle)
// PrependActivityStreamsAudio prepends a Audio value to the front of a
// list of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsAudio(v ActivityStreamsAudio)
// PrependActivityStreamsBlock prepends a Block value to the front of a
// list of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsBlock(v ActivityStreamsBlock)
// PrependActivityStreamsCollection prepends a Collection value to the
// front of a list of the property "inReplyTo". Invalidates all
// iterators.
PrependActivityStreamsCollection(v ActivityStreamsCollection)
// PrependActivityStreamsCollectionPage prepends a CollectionPage value to
// the front of a list of the property "inReplyTo". Invalidates all
// iterators.
PrependActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// PrependActivityStreamsCreate prepends a Create value to the front of a
// list of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsCreate(v ActivityStreamsCreate)
// PrependActivityStreamsDelete prepends a Delete value to the front of a
// list of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsDelete(v ActivityStreamsDelete)
// PrependActivityStreamsDislike prepends a Dislike value to the front of
// a list of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsDislike(v ActivityStreamsDislike)
// PrependActivityStreamsDocument prepends a Document value to the front
// of a list of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsDocument(v ActivityStreamsDocument)
// PrependActivityStreamsEvent prepends a Event value to the front of a
// list of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsEvent(v ActivityStreamsEvent)
// PrependActivityStreamsFlag prepends a Flag value to the front of a list
// of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsFlag(v ActivityStreamsFlag)
// PrependActivityStreamsFollow prepends a Follow value to the front of a
// list of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsFollow(v ActivityStreamsFollow)
// PrependActivityStreamsGroup prepends a Group value to the front of a
// list of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsGroup(v ActivityStreamsGroup)
// PrependActivityStreamsIgnore prepends a Ignore value to the front of a
// list of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsIgnore(v ActivityStreamsIgnore)
// PrependActivityStreamsImage prepends a Image value to the front of a
// list of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsImage(v ActivityStreamsImage)
// PrependActivityStreamsIntransitiveActivity prepends a
// IntransitiveActivity value to the front of a list of the property
// "inReplyTo". Invalidates all iterators.
PrependActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// PrependActivityStreamsInvite prepends a Invite value to the front of a
// list of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsInvite(v ActivityStreamsInvite)
// PrependActivityStreamsJoin prepends a Join value to the front of a list
// of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsJoin(v ActivityStreamsJoin)
// PrependActivityStreamsLeave prepends a Leave value to the front of a
// list of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsLeave(v ActivityStreamsLeave)
// PrependActivityStreamsLike prepends a Like value to the front of a list
// of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsLike(v ActivityStreamsLike)
// PrependActivityStreamsLink prepends a Link value to the front of a list
// of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsLink(v ActivityStreamsLink)
// PrependActivityStreamsListen prepends a Listen value to the front of a
// list of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsListen(v ActivityStreamsListen)
// PrependActivityStreamsMention prepends a Mention value to the front of
// a list of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsMention(v ActivityStreamsMention)
// PrependActivityStreamsMove prepends a Move value to the front of a list
// of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsMove(v ActivityStreamsMove)
// PrependActivityStreamsNote prepends a Note value to the front of a list
// of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsNote(v ActivityStreamsNote)
// PrependActivityStreamsObject prepends a Object value to the front of a
// list of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsObject(v ActivityStreamsObject)
// PrependActivityStreamsOffer prepends a Offer value to the front of a
// list of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsOffer(v ActivityStreamsOffer)
// PrependActivityStreamsOrderedCollection prepends a OrderedCollection
// value to the front of a list of the property "inReplyTo".
// Invalidates all iterators.
PrependActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// PrependActivityStreamsOrderedCollectionPage prepends a
// OrderedCollectionPage value to the front of a list of the property
// "inReplyTo". Invalidates all iterators.
PrependActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// PrependActivityStreamsOrganization prepends a Organization value to the
// front of a list of the property "inReplyTo". Invalidates all
// iterators.
PrependActivityStreamsOrganization(v ActivityStreamsOrganization)
// PrependActivityStreamsPage prepends a Page value to the front of a list
// of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsPage(v ActivityStreamsPage)
// PrependActivityStreamsPerson prepends a Person value to the front of a
// list of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsPerson(v ActivityStreamsPerson)
// PrependActivityStreamsPlace prepends a Place value to the front of a
// list of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsPlace(v ActivityStreamsPlace)
// PrependActivityStreamsProfile prepends a Profile value to the front of
// a list of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsProfile(v ActivityStreamsProfile)
// PrependActivityStreamsQuestion prepends a Question value to the front
// of a list of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsQuestion(v ActivityStreamsQuestion)
// PrependActivityStreamsRead prepends a Read value to the front of a list
// of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsRead(v ActivityStreamsRead)
// PrependActivityStreamsReject prepends a Reject value to the front of a
// list of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsReject(v ActivityStreamsReject)
// PrependActivityStreamsRelationship prepends a Relationship value to the
// front of a list of the property "inReplyTo". Invalidates all
// iterators.
PrependActivityStreamsRelationship(v ActivityStreamsRelationship)
// PrependActivityStreamsRemove prepends a Remove value to the front of a
// list of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsRemove(v ActivityStreamsRemove)
// PrependActivityStreamsService prepends a Service value to the front of
// a list of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsService(v ActivityStreamsService)
// PrependActivityStreamsTentativeAccept prepends a TentativeAccept value
// to the front of a list of the property "inReplyTo". Invalidates all
// iterators.
PrependActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// PrependActivityStreamsTentativeReject prepends a TentativeReject value
// to the front of a list of the property "inReplyTo". Invalidates all
// iterators.
PrependActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// PrependActivityStreamsTombstone prepends a Tombstone value to the front
// of a list of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsTombstone(v ActivityStreamsTombstone)
// PrependActivityStreamsTravel prepends a Travel value to the front of a
// list of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsTravel(v ActivityStreamsTravel)
// PrependActivityStreamsUndo prepends a Undo value to the front of a list
// of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsUndo(v ActivityStreamsUndo)
// PrependActivityStreamsUpdate prepends a Update value to the front of a
// list of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsUpdate(v ActivityStreamsUpdate)
// PrependActivityStreamsVideo prepends a Video value to the front of a
// list of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsVideo(v ActivityStreamsVideo)
// PrependActivityStreamsView prepends a View value to the front of a list
// of the property "inReplyTo". Invalidates all iterators.
PrependActivityStreamsView(v ActivityStreamsView)
// PrependFunkwhaleAlbum prepends a Album value to the front of a list of
// the property "inReplyTo". Invalidates all iterators.
PrependFunkwhaleAlbum(v FunkwhaleAlbum)
// PrependFunkwhaleArtist prepends a Artist value to the front of a list
// of the property "inReplyTo". Invalidates all iterators.
PrependFunkwhaleArtist(v FunkwhaleArtist)
// PrependFunkwhaleLibrary prepends a Library value to the front of a list
// of the property "inReplyTo". Invalidates all iterators.
PrependFunkwhaleLibrary(v FunkwhaleLibrary)
// PrependFunkwhaleTrack prepends a Track value to the front of a list of
// the property "inReplyTo". Invalidates all iterators.
PrependFunkwhaleTrack(v FunkwhaleTrack)
// PrependGoToSocialAnnounceApproval prepends a AnnounceApproval value to
// the front of a list of the property "inReplyTo". Invalidates all
// iterators.
PrependGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// PrependGoToSocialAnnounceAuthorization prepends a AnnounceAuthorization
// value to the front of a list of the property "inReplyTo".
// Invalidates all iterators.
PrependGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// PrependGoToSocialAnnounceRequest prepends a AnnounceRequest value to
// the front of a list of the property "inReplyTo". Invalidates all
// iterators.
PrependGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// PrependGoToSocialLikeApproval prepends a LikeApproval value to the
// front of a list of the property "inReplyTo". Invalidates all
// iterators.
PrependGoToSocialLikeApproval(v GoToSocialLikeApproval)
// PrependGoToSocialLikeAuthorization prepends a LikeAuthorization value
// to the front of a list of the property "inReplyTo". Invalidates all
// iterators.
PrependGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// PrependGoToSocialLikeRequest prepends a LikeRequest value to the front
// of a list of the property "inReplyTo". Invalidates all iterators.
PrependGoToSocialLikeRequest(v GoToSocialLikeRequest)
// PrependGoToSocialQuoteAuthorization prepends a QuoteAuthorization value
// to the front of a list of the property "inReplyTo". Invalidates all
// iterators.
PrependGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// PrependGoToSocialQuoteRequest prepends a QuoteRequest value to the
// front of a list of the property "inReplyTo". Invalidates all
// iterators.
PrependGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// PrependGoToSocialReplyApproval prepends a ReplyApproval value to the
// front of a list of the property "inReplyTo". Invalidates all
// iterators.
PrependGoToSocialReplyApproval(v GoToSocialReplyApproval)
// PrependGoToSocialReplyAuthorization prepends a ReplyAuthorization value
// to the front of a list of the property "inReplyTo". Invalidates all
// iterators.
PrependGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// PrependGoToSocialReplyRequest prepends a ReplyRequest value to the
// front of a list of the property "inReplyTo". Invalidates all
// iterators.
PrependGoToSocialReplyRequest(v GoToSocialReplyRequest)
// PrependIRI prepends an IRI value to the front of a list of the property
// "inReplyTo".
PrependIRI(v *url.URL)
// PrependLitePubEmojiReact prepends a EmojiReact value to the front of a
// list of the property "inReplyTo". Invalidates all iterators.
PrependLitePubEmojiReact(v LitePubEmojiReact)
// PrependSchemaPropertyValue prepends a PropertyValue value to the front
// of a list of the property "inReplyTo". Invalidates all iterators.
PrependSchemaPropertyValue(v SchemaPropertyValue)
// PrependTootEmoji prepends a Emoji value to the front of a list of the
// property "inReplyTo". Invalidates all iterators.
PrependTootEmoji(v TootEmoji)
// PrependTootHashtag prepends a Hashtag value to the front of a list of
// the property "inReplyTo". Invalidates all iterators.
PrependTootHashtag(v TootHashtag)
// PrependTootIdentityProof prepends a IdentityProof value to the front of
// a list of the property "inReplyTo". Invalidates all iterators.
PrependTootIdentityProof(v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "inReplyTo". Invalidates all iterators. Returns an
// error if the type is not a valid one to set for this property.
PrependType(t Type) error
// Remove deletes an element at the specified index from a list of the
// property "inReplyTo", regardless of its type. Panics if the index
// is out of bounds. Invalidates all iterators.
Remove(idx int)
// 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.
Serialize() (interface{}, error)
// SetActivityStreamsAccept sets a Accept value to be at the specified
// index for the property "inReplyTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsAccept(idx int, v ActivityStreamsAccept)
// SetActivityStreamsActivity sets a Activity value to be at the specified
// index for the property "inReplyTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsActivity(idx int, v ActivityStreamsActivity)
// SetActivityStreamsAdd sets a Add value to be at the specified index for
// the property "inReplyTo". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsAdd(idx int, v ActivityStreamsAdd)
// SetActivityStreamsAnnounce sets a Announce value to be at the specified
// index for the property "inReplyTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsAnnounce(idx int, v ActivityStreamsAnnounce)
// SetActivityStreamsApplication sets a Application value to be at the
// specified index for the property "inReplyTo". Panics if the index
// is out of bounds. Invalidates all iterators.
SetActivityStreamsApplication(idx int, v ActivityStreamsApplication)
// SetActivityStreamsArrive sets a Arrive value to be at the specified
// index for the property "inReplyTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsArrive(idx int, v ActivityStreamsArrive)
// SetActivityStreamsArticle sets a Article value to be at the specified
// index for the property "inReplyTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsArticle(idx int, v ActivityStreamsArticle)
// SetActivityStreamsAudio sets a Audio value to be at the specified index
// for the property "inReplyTo". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsAudio(idx int, v ActivityStreamsAudio)
// SetActivityStreamsBlock sets a Block value to be at the specified index
// for the property "inReplyTo". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsBlock(idx int, v ActivityStreamsBlock)
// SetActivityStreamsCollection sets a Collection value to be at the
// specified index for the property "inReplyTo". Panics if the index
// is out of bounds. Invalidates all iterators.
SetActivityStreamsCollection(idx int, v ActivityStreamsCollection)
// SetActivityStreamsCollectionPage sets a CollectionPage value to be at
// the specified index for the property "inReplyTo". Panics if the
// index is out of bounds. Invalidates all iterators.
SetActivityStreamsCollectionPage(idx int, v ActivityStreamsCollectionPage)
// SetActivityStreamsCreate sets a Create value to be at the specified
// index for the property "inReplyTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsCreate(idx int, v ActivityStreamsCreate)
// SetActivityStreamsDelete sets a Delete value to be at the specified
// index for the property "inReplyTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsDelete(idx int, v ActivityStreamsDelete)
// SetActivityStreamsDislike sets a Dislike value to be at the specified
// index for the property "inReplyTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsDislike(idx int, v ActivityStreamsDislike)
// SetActivityStreamsDocument sets a Document value to be at the specified
// index for the property "inReplyTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsDocument(idx int, v ActivityStreamsDocument)
// SetActivityStreamsEvent sets a Event value to be at the specified index
// for the property "inReplyTo". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsEvent(idx int, v ActivityStreamsEvent)
// SetActivityStreamsFlag sets a Flag value to be at the specified index
// for the property "inReplyTo". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsFlag(idx int, v ActivityStreamsFlag)
// SetActivityStreamsFollow sets a Follow value to be at the specified
// index for the property "inReplyTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsFollow(idx int, v ActivityStreamsFollow)
// SetActivityStreamsGroup sets a Group value to be at the specified index
// for the property "inReplyTo". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsGroup(idx int, v ActivityStreamsGroup)
// SetActivityStreamsIgnore sets a Ignore value to be at the specified
// index for the property "inReplyTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsIgnore(idx int, v ActivityStreamsIgnore)
// SetActivityStreamsImage sets a Image value to be at the specified index
// for the property "inReplyTo". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsImage(idx int, v ActivityStreamsImage)
// SetActivityStreamsIntransitiveActivity sets a IntransitiveActivity
// value to be at the specified index for the property "inReplyTo".
// Panics if the index is out of bounds. Invalidates all iterators.
SetActivityStreamsIntransitiveActivity(idx int, v ActivityStreamsIntransitiveActivity)
// SetActivityStreamsInvite sets a Invite value to be at the specified
// index for the property "inReplyTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsInvite(idx int, v ActivityStreamsInvite)
// SetActivityStreamsJoin sets a Join value to be at the specified index
// for the property "inReplyTo". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsJoin(idx int, v ActivityStreamsJoin)
// SetActivityStreamsLeave sets a Leave value to be at the specified index
// for the property "inReplyTo". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsLeave(idx int, v ActivityStreamsLeave)
// SetActivityStreamsLike sets a Like value to be at the specified index
// for the property "inReplyTo". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsLike(idx int, v ActivityStreamsLike)
// SetActivityStreamsLink sets a Link value to be at the specified index
// for the property "inReplyTo". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsLink(idx int, v ActivityStreamsLink)
// SetActivityStreamsListen sets a Listen value to be at the specified
// index for the property "inReplyTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsListen(idx int, v ActivityStreamsListen)
// SetActivityStreamsMention sets a Mention value to be at the specified
// index for the property "inReplyTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsMention(idx int, v ActivityStreamsMention)
// SetActivityStreamsMove sets a Move value to be at the specified index
// for the property "inReplyTo". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsMove(idx int, v ActivityStreamsMove)
// SetActivityStreamsNote sets a Note value to be at the specified index
// for the property "inReplyTo". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsNote(idx int, v ActivityStreamsNote)
// SetActivityStreamsObject sets a Object value to be at the specified
// index for the property "inReplyTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsObject(idx int, v ActivityStreamsObject)
// SetActivityStreamsOffer sets a Offer value to be at the specified index
// for the property "inReplyTo". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsOffer(idx int, v ActivityStreamsOffer)
// SetActivityStreamsOrderedCollection sets a OrderedCollection value to
// be at the specified index for the property "inReplyTo". Panics if
// the index is out of bounds. Invalidates all iterators.
SetActivityStreamsOrderedCollection(idx int, v ActivityStreamsOrderedCollection)
// SetActivityStreamsOrderedCollectionPage sets a OrderedCollectionPage
// value to be at the specified index for the property "inReplyTo".
// Panics if the index is out of bounds. Invalidates all iterators.
SetActivityStreamsOrderedCollectionPage(idx int, v ActivityStreamsOrderedCollectionPage)
// SetActivityStreamsOrganization sets a Organization value to be at the
// specified index for the property "inReplyTo". Panics if the index
// is out of bounds. Invalidates all iterators.
SetActivityStreamsOrganization(idx int, v ActivityStreamsOrganization)
// SetActivityStreamsPage sets a Page value to be at the specified index
// for the property "inReplyTo". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsPage(idx int, v ActivityStreamsPage)
// SetActivityStreamsPerson sets a Person value to be at the specified
// index for the property "inReplyTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsPerson(idx int, v ActivityStreamsPerson)
// SetActivityStreamsPlace sets a Place value to be at the specified index
// for the property "inReplyTo". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsPlace(idx int, v ActivityStreamsPlace)
// SetActivityStreamsProfile sets a Profile value to be at the specified
// index for the property "inReplyTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsProfile(idx int, v ActivityStreamsProfile)
// SetActivityStreamsQuestion sets a Question value to be at the specified
// index for the property "inReplyTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsQuestion(idx int, v ActivityStreamsQuestion)
// SetActivityStreamsRead sets a Read value to be at the specified index
// for the property "inReplyTo". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsRead(idx int, v ActivityStreamsRead)
// SetActivityStreamsReject sets a Reject value to be at the specified
// index for the property "inReplyTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsReject(idx int, v ActivityStreamsReject)
// SetActivityStreamsRelationship sets a Relationship value to be at the
// specified index for the property "inReplyTo". Panics if the index
// is out of bounds. Invalidates all iterators.
SetActivityStreamsRelationship(idx int, v ActivityStreamsRelationship)
// SetActivityStreamsRemove sets a Remove value to be at the specified
// index for the property "inReplyTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsRemove(idx int, v ActivityStreamsRemove)
// SetActivityStreamsService sets a Service value to be at the specified
// index for the property "inReplyTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsService(idx int, v ActivityStreamsService)
// SetActivityStreamsTentativeAccept sets a TentativeAccept value to be at
// the specified index for the property "inReplyTo". Panics if the
// index is out of bounds. Invalidates all iterators.
SetActivityStreamsTentativeAccept(idx int, v ActivityStreamsTentativeAccept)
// SetActivityStreamsTentativeReject sets a TentativeReject value to be at
// the specified index for the property "inReplyTo". Panics if the
// index is out of bounds. Invalidates all iterators.
SetActivityStreamsTentativeReject(idx int, v ActivityStreamsTentativeReject)
// SetActivityStreamsTombstone sets a Tombstone value to be at the
// specified index for the property "inReplyTo". Panics if the index
// is out of bounds. Invalidates all iterators.
SetActivityStreamsTombstone(idx int, v ActivityStreamsTombstone)
// SetActivityStreamsTravel sets a Travel value to be at the specified
// index for the property "inReplyTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsTravel(idx int, v ActivityStreamsTravel)
// SetActivityStreamsUndo sets a Undo value to be at the specified index
// for the property "inReplyTo". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsUndo(idx int, v ActivityStreamsUndo)
// SetActivityStreamsUpdate sets a Update value to be at the specified
// index for the property "inReplyTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsUpdate(idx int, v ActivityStreamsUpdate)
// SetActivityStreamsVideo sets a Video value to be at the specified index
// for the property "inReplyTo". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsVideo(idx int, v ActivityStreamsVideo)
// SetActivityStreamsView sets a View value to be at the specified index
// for the property "inReplyTo". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsView(idx int, v ActivityStreamsView)
// SetFunkwhaleAlbum sets a Album value to be at the specified index for
// the property "inReplyTo". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleAlbum(idx int, v FunkwhaleAlbum)
// SetFunkwhaleArtist sets a Artist value to be at the specified index for
// the property "inReplyTo". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleArtist(idx int, v FunkwhaleArtist)
// SetFunkwhaleLibrary sets a Library value to be at the specified index
// for the property "inReplyTo". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleLibrary(idx int, v FunkwhaleLibrary)
// SetFunkwhaleTrack sets a Track value to be at the specified index for
// the property "inReplyTo". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleTrack(idx int, v FunkwhaleTrack)
// SetGoToSocialAnnounceApproval sets a AnnounceApproval value to be at
// the specified index for the property "inReplyTo". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceApproval(idx int, v GoToSocialAnnounceApproval)
// SetGoToSocialAnnounceAuthorization sets a AnnounceAuthorization value
// to be at the specified index for the property "inReplyTo". Panics
// if the index is out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceAuthorization(idx int, v GoToSocialAnnounceAuthorization)
// SetGoToSocialAnnounceRequest sets a AnnounceRequest value to be at the
// specified index for the property "inReplyTo". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceRequest(idx int, v GoToSocialAnnounceRequest)
// SetGoToSocialLikeApproval sets a LikeApproval value to be at the
// specified index for the property "inReplyTo". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialLikeApproval(idx int, v GoToSocialLikeApproval)
// SetGoToSocialLikeAuthorization sets a LikeAuthorization value to be at
// the specified index for the property "inReplyTo". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialLikeAuthorization(idx int, v GoToSocialLikeAuthorization)
// SetGoToSocialLikeRequest sets a LikeRequest value to be at the
// specified index for the property "inReplyTo". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// SetGoToSocialQuoteAuthorization sets a QuoteAuthorization value to be
// at the specified index for the property "inReplyTo". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialQuoteAuthorization(idx int, v GoToSocialQuoteAuthorization)
// SetGoToSocialQuoteRequest sets a QuoteRequest value to be at the
// specified index for the property "inReplyTo". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialQuoteRequest(idx int, v GoToSocialQuoteRequest)
// SetGoToSocialReplyApproval sets a ReplyApproval value to be at the
// specified index for the property "inReplyTo". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialReplyApproval(idx int, v GoToSocialReplyApproval)
// SetGoToSocialReplyAuthorization sets a ReplyAuthorization value to be
// at the specified index for the property "inReplyTo". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialReplyAuthorization(idx int, v GoToSocialReplyAuthorization)
// SetGoToSocialReplyRequest sets a ReplyRequest value to be at the
// specified index for the property "inReplyTo". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialReplyRequest(idx int, v GoToSocialReplyRequest)
// SetIRI sets an IRI value to be at the specified index for the property
// "inReplyTo". Panics if the index is out of bounds.
SetIRI(idx int, v *url.URL)
// SetLitePubEmojiReact sets a EmojiReact value to be at the specified
// index for the property "inReplyTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetLitePubEmojiReact(idx int, v LitePubEmojiReact)
// SetSchemaPropertyValue sets a PropertyValue value to be at the
// specified index for the property "inReplyTo". Panics if the index
// is out of bounds. Invalidates all iterators.
SetSchemaPropertyValue(idx int, v SchemaPropertyValue)
// SetTootEmoji sets a Emoji value to be at the specified index for the
// property "inReplyTo". Panics if the index is out of bounds.
// Invalidates all iterators.
SetTootEmoji(idx int, v TootEmoji)
// SetTootHashtag sets a Hashtag value to be at the specified index for
// the property "inReplyTo". Panics if the index is out of bounds.
// Invalidates all iterators.
SetTootHashtag(idx int, v TootHashtag)
// SetTootIdentityProof sets a IdentityProof value to be at the specified
// index for the property "inReplyTo". Panics if the index is out of
// bounds. Invalidates all iterators.
SetTootIdentityProof(idx int, v TootIdentityProof)
// SetType sets an arbitrary type value to the specified index of the
// property "inReplyTo". 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.
SetType(idx int, t Type) error
// Swap swaps the location of values at two indices for the "inReplyTo"
// property.
Swap(i, j int)
}
Indicates one or more entities for which this object is considered a response.
Example 83 (https://www.w3.org/TR/activitystreams-vocabulary/#ex83-jsonld):
{
"content": "This is all there is.",
"inReplyTo": {
"content": "What else is there?",
"summary": "Previous note",
"type": "Note"
},
"summary": "A simple note",
"type": "Note"
}
Example 84 (https://www.w3.org/TR/activitystreams-vocabulary/#ex84-jsonld):
{
"content": "This is all there is.",
"inReplyTo": "http://example.org/posts/1",
"summary": "A simple note",
"type": "Note"
}
type ActivityStreamsInReplyToPropertyIterator ¶
type ActivityStreamsInReplyToPropertyIterator interface {
// GetActivityStreamsAccept returns the value of this property. When
// IsActivityStreamsAccept returns false, GetActivityStreamsAccept
// will return an arbitrary value.
GetActivityStreamsAccept() ActivityStreamsAccept
// GetActivityStreamsActivity returns the value of this property. When
// IsActivityStreamsActivity returns false, GetActivityStreamsActivity
// will return an arbitrary value.
GetActivityStreamsActivity() ActivityStreamsActivity
// GetActivityStreamsAdd returns the value of this property. When
// IsActivityStreamsAdd returns false, GetActivityStreamsAdd will
// return an arbitrary value.
GetActivityStreamsAdd() ActivityStreamsAdd
// GetActivityStreamsAnnounce returns the value of this property. When
// IsActivityStreamsAnnounce returns false, GetActivityStreamsAnnounce
// will return an arbitrary value.
GetActivityStreamsAnnounce() ActivityStreamsAnnounce
// GetActivityStreamsApplication returns the value of this property. When
// IsActivityStreamsApplication returns false,
// GetActivityStreamsApplication will return an arbitrary value.
GetActivityStreamsApplication() ActivityStreamsApplication
// GetActivityStreamsArrive returns the value of this property. When
// IsActivityStreamsArrive returns false, GetActivityStreamsArrive
// will return an arbitrary value.
GetActivityStreamsArrive() ActivityStreamsArrive
// GetActivityStreamsArticle returns the value of this property. When
// IsActivityStreamsArticle returns false, GetActivityStreamsArticle
// will return an arbitrary value.
GetActivityStreamsArticle() ActivityStreamsArticle
// GetActivityStreamsAudio returns the value of this property. When
// IsActivityStreamsAudio returns false, GetActivityStreamsAudio will
// return an arbitrary value.
GetActivityStreamsAudio() ActivityStreamsAudio
// GetActivityStreamsBlock returns the value of this property. When
// IsActivityStreamsBlock returns false, GetActivityStreamsBlock will
// return an arbitrary value.
GetActivityStreamsBlock() ActivityStreamsBlock
// GetActivityStreamsCollection returns the value of this property. When
// IsActivityStreamsCollection returns false,
// GetActivityStreamsCollection will return an arbitrary value.
GetActivityStreamsCollection() ActivityStreamsCollection
// GetActivityStreamsCollectionPage returns the value of this property.
// When IsActivityStreamsCollectionPage returns false,
// GetActivityStreamsCollectionPage will return an arbitrary value.
GetActivityStreamsCollectionPage() ActivityStreamsCollectionPage
// GetActivityStreamsCreate returns the value of this property. When
// IsActivityStreamsCreate returns false, GetActivityStreamsCreate
// will return an arbitrary value.
GetActivityStreamsCreate() ActivityStreamsCreate
// GetActivityStreamsDelete returns the value of this property. When
// IsActivityStreamsDelete returns false, GetActivityStreamsDelete
// will return an arbitrary value.
GetActivityStreamsDelete() ActivityStreamsDelete
// GetActivityStreamsDislike returns the value of this property. When
// IsActivityStreamsDislike returns false, GetActivityStreamsDislike
// will return an arbitrary value.
GetActivityStreamsDislike() ActivityStreamsDislike
// GetActivityStreamsDocument returns the value of this property. When
// IsActivityStreamsDocument returns false, GetActivityStreamsDocument
// will return an arbitrary value.
GetActivityStreamsDocument() ActivityStreamsDocument
// GetActivityStreamsEvent returns the value of this property. When
// IsActivityStreamsEvent returns false, GetActivityStreamsEvent will
// return an arbitrary value.
GetActivityStreamsEvent() ActivityStreamsEvent
// GetActivityStreamsFlag returns the value of this property. When
// IsActivityStreamsFlag returns false, GetActivityStreamsFlag will
// return an arbitrary value.
GetActivityStreamsFlag() ActivityStreamsFlag
// GetActivityStreamsFollow returns the value of this property. When
// IsActivityStreamsFollow returns false, GetActivityStreamsFollow
// will return an arbitrary value.
GetActivityStreamsFollow() ActivityStreamsFollow
// GetActivityStreamsGroup returns the value of this property. When
// IsActivityStreamsGroup returns false, GetActivityStreamsGroup will
// return an arbitrary value.
GetActivityStreamsGroup() ActivityStreamsGroup
// GetActivityStreamsIgnore returns the value of this property. When
// IsActivityStreamsIgnore returns false, GetActivityStreamsIgnore
// will return an arbitrary value.
GetActivityStreamsIgnore() ActivityStreamsIgnore
// GetActivityStreamsImage returns the value of this property. When
// IsActivityStreamsImage returns false, GetActivityStreamsImage will
// return an arbitrary value.
GetActivityStreamsImage() ActivityStreamsImage
// GetActivityStreamsIntransitiveActivity returns the value of this
// property. When IsActivityStreamsIntransitiveActivity returns false,
// GetActivityStreamsIntransitiveActivity will return an arbitrary
// value.
GetActivityStreamsIntransitiveActivity() ActivityStreamsIntransitiveActivity
// GetActivityStreamsInvite returns the value of this property. When
// IsActivityStreamsInvite returns false, GetActivityStreamsInvite
// will return an arbitrary value.
GetActivityStreamsInvite() ActivityStreamsInvite
// GetActivityStreamsJoin returns the value of this property. When
// IsActivityStreamsJoin returns false, GetActivityStreamsJoin will
// return an arbitrary value.
GetActivityStreamsJoin() ActivityStreamsJoin
// GetActivityStreamsLeave returns the value of this property. When
// IsActivityStreamsLeave returns false, GetActivityStreamsLeave will
// return an arbitrary value.
GetActivityStreamsLeave() ActivityStreamsLeave
// GetActivityStreamsLike returns the value of this property. When
// IsActivityStreamsLike returns false, GetActivityStreamsLike will
// return an arbitrary value.
GetActivityStreamsLike() ActivityStreamsLike
// GetActivityStreamsLink returns the value of this property. When
// IsActivityStreamsLink returns false, GetActivityStreamsLink will
// return an arbitrary value.
GetActivityStreamsLink() ActivityStreamsLink
// GetActivityStreamsListen returns the value of this property. When
// IsActivityStreamsListen returns false, GetActivityStreamsListen
// will return an arbitrary value.
GetActivityStreamsListen() ActivityStreamsListen
// GetActivityStreamsMention returns the value of this property. When
// IsActivityStreamsMention returns false, GetActivityStreamsMention
// will return an arbitrary value.
GetActivityStreamsMention() ActivityStreamsMention
// GetActivityStreamsMove returns the value of this property. When
// IsActivityStreamsMove returns false, GetActivityStreamsMove will
// return an arbitrary value.
GetActivityStreamsMove() ActivityStreamsMove
// GetActivityStreamsNote returns the value of this property. When
// IsActivityStreamsNote returns false, GetActivityStreamsNote will
// return an arbitrary value.
GetActivityStreamsNote() ActivityStreamsNote
// GetActivityStreamsObject returns the value of this property. When
// IsActivityStreamsObject returns false, GetActivityStreamsObject
// will return an arbitrary value.
GetActivityStreamsObject() ActivityStreamsObject
// GetActivityStreamsOffer returns the value of this property. When
// IsActivityStreamsOffer returns false, GetActivityStreamsOffer will
// return an arbitrary value.
GetActivityStreamsOffer() ActivityStreamsOffer
// GetActivityStreamsOrderedCollection returns the value of this property.
// When IsActivityStreamsOrderedCollection returns false,
// GetActivityStreamsOrderedCollection will return an arbitrary value.
GetActivityStreamsOrderedCollection() ActivityStreamsOrderedCollection
// GetActivityStreamsOrderedCollectionPage returns the value of this
// property. When IsActivityStreamsOrderedCollectionPage returns
// false, GetActivityStreamsOrderedCollectionPage will return an
// arbitrary value.
GetActivityStreamsOrderedCollectionPage() ActivityStreamsOrderedCollectionPage
// GetActivityStreamsOrganization returns the value of this property. When
// IsActivityStreamsOrganization returns false,
// GetActivityStreamsOrganization will return an arbitrary value.
GetActivityStreamsOrganization() ActivityStreamsOrganization
// GetActivityStreamsPage returns the value of this property. When
// IsActivityStreamsPage returns false, GetActivityStreamsPage will
// return an arbitrary value.
GetActivityStreamsPage() ActivityStreamsPage
// GetActivityStreamsPerson returns the value of this property. When
// IsActivityStreamsPerson returns false, GetActivityStreamsPerson
// will return an arbitrary value.
GetActivityStreamsPerson() ActivityStreamsPerson
// GetActivityStreamsPlace returns the value of this property. When
// IsActivityStreamsPlace returns false, GetActivityStreamsPlace will
// return an arbitrary value.
GetActivityStreamsPlace() ActivityStreamsPlace
// GetActivityStreamsProfile returns the value of this property. When
// IsActivityStreamsProfile returns false, GetActivityStreamsProfile
// will return an arbitrary value.
GetActivityStreamsProfile() ActivityStreamsProfile
// GetActivityStreamsQuestion returns the value of this property. When
// IsActivityStreamsQuestion returns false, GetActivityStreamsQuestion
// will return an arbitrary value.
GetActivityStreamsQuestion() ActivityStreamsQuestion
// GetActivityStreamsRead returns the value of this property. When
// IsActivityStreamsRead returns false, GetActivityStreamsRead will
// return an arbitrary value.
GetActivityStreamsRead() ActivityStreamsRead
// GetActivityStreamsReject returns the value of this property. When
// IsActivityStreamsReject returns false, GetActivityStreamsReject
// will return an arbitrary value.
GetActivityStreamsReject() ActivityStreamsReject
// GetActivityStreamsRelationship returns the value of this property. When
// IsActivityStreamsRelationship returns false,
// GetActivityStreamsRelationship will return an arbitrary value.
GetActivityStreamsRelationship() ActivityStreamsRelationship
// GetActivityStreamsRemove returns the value of this property. When
// IsActivityStreamsRemove returns false, GetActivityStreamsRemove
// will return an arbitrary value.
GetActivityStreamsRemove() ActivityStreamsRemove
// GetActivityStreamsService returns the value of this property. When
// IsActivityStreamsService returns false, GetActivityStreamsService
// will return an arbitrary value.
GetActivityStreamsService() ActivityStreamsService
// GetActivityStreamsTentativeAccept returns the value of this property.
// When IsActivityStreamsTentativeAccept returns false,
// GetActivityStreamsTentativeAccept will return an arbitrary value.
GetActivityStreamsTentativeAccept() ActivityStreamsTentativeAccept
// GetActivityStreamsTentativeReject returns the value of this property.
// When IsActivityStreamsTentativeReject returns false,
// GetActivityStreamsTentativeReject will return an arbitrary value.
GetActivityStreamsTentativeReject() ActivityStreamsTentativeReject
// GetActivityStreamsTombstone returns the value of this property. When
// IsActivityStreamsTombstone returns false,
// GetActivityStreamsTombstone will return an arbitrary value.
GetActivityStreamsTombstone() ActivityStreamsTombstone
// GetActivityStreamsTravel returns the value of this property. When
// IsActivityStreamsTravel returns false, GetActivityStreamsTravel
// will return an arbitrary value.
GetActivityStreamsTravel() ActivityStreamsTravel
// GetActivityStreamsUndo returns the value of this property. When
// IsActivityStreamsUndo returns false, GetActivityStreamsUndo will
// return an arbitrary value.
GetActivityStreamsUndo() ActivityStreamsUndo
// GetActivityStreamsUpdate returns the value of this property. When
// IsActivityStreamsUpdate returns false, GetActivityStreamsUpdate
// will return an arbitrary value.
GetActivityStreamsUpdate() ActivityStreamsUpdate
// GetActivityStreamsVideo returns the value of this property. When
// IsActivityStreamsVideo returns false, GetActivityStreamsVideo will
// return an arbitrary value.
GetActivityStreamsVideo() ActivityStreamsVideo
// GetActivityStreamsView returns the value of this property. When
// IsActivityStreamsView returns false, GetActivityStreamsView will
// return an arbitrary value.
GetActivityStreamsView() ActivityStreamsView
// GetFunkwhaleAlbum returns the value of this property. When
// IsFunkwhaleAlbum returns false, GetFunkwhaleAlbum will return an
// arbitrary value.
GetFunkwhaleAlbum() FunkwhaleAlbum
// GetFunkwhaleArtist returns the value of this property. When
// IsFunkwhaleArtist returns false, GetFunkwhaleArtist will return an
// arbitrary value.
GetFunkwhaleArtist() FunkwhaleArtist
// GetFunkwhaleLibrary returns the value of this property. When
// IsFunkwhaleLibrary returns false, GetFunkwhaleLibrary will return
// an arbitrary value.
GetFunkwhaleLibrary() FunkwhaleLibrary
// GetFunkwhaleTrack returns the value of this property. When
// IsFunkwhaleTrack returns false, GetFunkwhaleTrack will return an
// arbitrary value.
GetFunkwhaleTrack() FunkwhaleTrack
// GetGoToSocialAnnounceApproval returns the value of this property. When
// IsGoToSocialAnnounceApproval returns false,
// GetGoToSocialAnnounceApproval will return an arbitrary value.
GetGoToSocialAnnounceApproval() GoToSocialAnnounceApproval
// GetGoToSocialAnnounceAuthorization returns the value of this property.
// When IsGoToSocialAnnounceAuthorization returns false,
// GetGoToSocialAnnounceAuthorization will return an arbitrary value.
GetGoToSocialAnnounceAuthorization() GoToSocialAnnounceAuthorization
// GetGoToSocialAnnounceRequest returns the value of this property. When
// IsGoToSocialAnnounceRequest returns false,
// GetGoToSocialAnnounceRequest will return an arbitrary value.
GetGoToSocialAnnounceRequest() GoToSocialAnnounceRequest
// GetGoToSocialLikeApproval returns the value of this property. When
// IsGoToSocialLikeApproval returns false, GetGoToSocialLikeApproval
// will return an arbitrary value.
GetGoToSocialLikeApproval() GoToSocialLikeApproval
// GetGoToSocialLikeAuthorization returns the value of this property. When
// IsGoToSocialLikeAuthorization returns false,
// GetGoToSocialLikeAuthorization will return an arbitrary value.
GetGoToSocialLikeAuthorization() GoToSocialLikeAuthorization
// GetGoToSocialLikeRequest returns the value of this property. When
// IsGoToSocialLikeRequest returns false, GetGoToSocialLikeRequest
// will return an arbitrary value.
GetGoToSocialLikeRequest() GoToSocialLikeRequest
// GetGoToSocialQuoteAuthorization returns the value of this property.
// When IsGoToSocialQuoteAuthorization returns false,
// GetGoToSocialQuoteAuthorization will return an arbitrary value.
GetGoToSocialQuoteAuthorization() GoToSocialQuoteAuthorization
// GetGoToSocialQuoteRequest returns the value of this property. When
// IsGoToSocialQuoteRequest returns false, GetGoToSocialQuoteRequest
// will return an arbitrary value.
GetGoToSocialQuoteRequest() GoToSocialQuoteRequest
// GetGoToSocialReplyApproval returns the value of this property. When
// IsGoToSocialReplyApproval returns false, GetGoToSocialReplyApproval
// will return an arbitrary value.
GetGoToSocialReplyApproval() GoToSocialReplyApproval
// GetGoToSocialReplyAuthorization returns the value of this property.
// When IsGoToSocialReplyAuthorization returns false,
// GetGoToSocialReplyAuthorization will return an arbitrary value.
GetGoToSocialReplyAuthorization() GoToSocialReplyAuthorization
// GetGoToSocialReplyRequest returns the value of this property. When
// IsGoToSocialReplyRequest returns false, GetGoToSocialReplyRequest
// will return an arbitrary value.
GetGoToSocialReplyRequest() GoToSocialReplyRequest
// GetIRI returns the IRI of this property. When IsIRI returns false,
// GetIRI will return an arbitrary value.
GetIRI() *url.URL
// GetLitePubEmojiReact returns the value of this property. When
// IsLitePubEmojiReact returns false, GetLitePubEmojiReact will return
// an arbitrary value.
GetLitePubEmojiReact() LitePubEmojiReact
// GetSchemaPropertyValue returns the value of this property. When
// IsSchemaPropertyValue returns false, GetSchemaPropertyValue will
// return an arbitrary value.
GetSchemaPropertyValue() SchemaPropertyValue
// GetTootEmoji returns the value of this property. When IsTootEmoji
// returns false, GetTootEmoji will return an arbitrary value.
GetTootEmoji() TootEmoji
// GetTootHashtag returns the value of this property. When IsTootHashtag
// returns false, GetTootHashtag will return an arbitrary value.
GetTootHashtag() TootHashtag
// GetTootIdentityProof returns the value of this property. When
// IsTootIdentityProof returns false, GetTootIdentityProof will return
// an arbitrary value.
GetTootIdentityProof() TootIdentityProof
// 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.
GetType() Type
// HasAny returns true if any of the different values is set.
HasAny() 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.
IsActivityStreamsAccept() 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.
IsActivityStreamsActivity() 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.
IsActivityStreamsAdd() 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.
IsActivityStreamsAnnounce() 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.
IsActivityStreamsApplication() 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.
IsActivityStreamsArrive() 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.
IsActivityStreamsArticle() 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.
IsActivityStreamsAudio() 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.
IsActivityStreamsBlock() 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.
IsActivityStreamsCollection() 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.
IsActivityStreamsCollectionPage() 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.
IsActivityStreamsCreate() 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.
IsActivityStreamsDelete() 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.
IsActivityStreamsDislike() 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.
IsActivityStreamsDocument() 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.
IsActivityStreamsEvent() 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.
IsActivityStreamsFlag() 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.
IsActivityStreamsFollow() 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.
IsActivityStreamsGroup() 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.
IsActivityStreamsIgnore() 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.
IsActivityStreamsImage() 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.
IsActivityStreamsIntransitiveActivity() 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.
IsActivityStreamsInvite() 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.
IsActivityStreamsJoin() 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.
IsActivityStreamsLeave() 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.
IsActivityStreamsLike() 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.
IsActivityStreamsLink() 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.
IsActivityStreamsListen() 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.
IsActivityStreamsMention() 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.
IsActivityStreamsMove() 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.
IsActivityStreamsNote() 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.
IsActivityStreamsObject() 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.
IsActivityStreamsOffer() 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.
IsActivityStreamsOrderedCollection() 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.
IsActivityStreamsOrderedCollectionPage() 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.
IsActivityStreamsOrganization() 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.
IsActivityStreamsPage() 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.
IsActivityStreamsPerson() 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.
IsActivityStreamsPlace() 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.
IsActivityStreamsProfile() 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.
IsActivityStreamsQuestion() 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.
IsActivityStreamsRead() 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.
IsActivityStreamsReject() 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.
IsActivityStreamsRelationship() 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.
IsActivityStreamsRemove() 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.
IsActivityStreamsService() 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.
IsActivityStreamsTentativeAccept() 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.
IsActivityStreamsTentativeReject() 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.
IsActivityStreamsTombstone() 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.
IsActivityStreamsTravel() 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.
IsActivityStreamsUndo() 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.
IsActivityStreamsUpdate() 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.
IsActivityStreamsVideo() 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.
IsActivityStreamsView() bool
// IsFunkwhaleAlbum returns true if this property has a type of "Album".
// When true, use the GetFunkwhaleAlbum and SetFunkwhaleAlbum methods
// to access and set this property.
IsFunkwhaleAlbum() bool
// IsFunkwhaleArtist returns true if this property has a type of "Artist".
// When true, use the GetFunkwhaleArtist and SetFunkwhaleArtist
// methods to access and set this property.
IsFunkwhaleArtist() bool
// IsFunkwhaleLibrary returns true if this property has a type of
// "Library". When true, use the GetFunkwhaleLibrary and
// SetFunkwhaleLibrary methods to access and set this property.
IsFunkwhaleLibrary() bool
// IsFunkwhaleTrack returns true if this property has a type of "Track".
// When true, use the GetFunkwhaleTrack and SetFunkwhaleTrack methods
// to access and set this property.
IsFunkwhaleTrack() bool
// IsGoToSocialAnnounceApproval returns true if this property has a type
// of "AnnounceApproval". When true, use the
// GetGoToSocialAnnounceApproval and SetGoToSocialAnnounceApproval
// methods to access and set this property.
IsGoToSocialAnnounceApproval() bool
// IsGoToSocialAnnounceAuthorization returns true if this property has a
// type of "AnnounceAuthorization". When true, use the
// GetGoToSocialAnnounceAuthorization and
// SetGoToSocialAnnounceAuthorization methods to access and set this
// property.
IsGoToSocialAnnounceAuthorization() bool
// IsGoToSocialAnnounceRequest returns true if this property has a type of
// "AnnounceRequest". When true, use the GetGoToSocialAnnounceRequest
// and SetGoToSocialAnnounceRequest methods to access and set this
// property.
IsGoToSocialAnnounceRequest() bool
// IsGoToSocialLikeApproval returns true if this property has a type of
// "LikeApproval". When true, use the GetGoToSocialLikeApproval and
// SetGoToSocialLikeApproval methods to access and set this property.
IsGoToSocialLikeApproval() bool
// IsGoToSocialLikeAuthorization returns true if this property has a type
// of "LikeAuthorization". When true, use the
// GetGoToSocialLikeAuthorization and SetGoToSocialLikeAuthorization
// methods to access and set this property.
IsGoToSocialLikeAuthorization() bool
// IsGoToSocialLikeRequest returns true if this property has a type of
// "LikeRequest". When true, use the GetGoToSocialLikeRequest and
// SetGoToSocialLikeRequest methods to access and set this property.
IsGoToSocialLikeRequest() bool
// IsGoToSocialQuoteAuthorization returns true if this property has a type
// of "QuoteAuthorization". When true, use the
// GetGoToSocialQuoteAuthorization and SetGoToSocialQuoteAuthorization
// methods to access and set this property.
IsGoToSocialQuoteAuthorization() bool
// IsGoToSocialQuoteRequest returns true if this property has a type of
// "QuoteRequest". When true, use the GetGoToSocialQuoteRequest and
// SetGoToSocialQuoteRequest methods to access and set this property.
IsGoToSocialQuoteRequest() bool
// IsGoToSocialReplyApproval returns true if this property has a type of
// "ReplyApproval". When true, use the GetGoToSocialReplyApproval and
// SetGoToSocialReplyApproval methods to access and set this property.
IsGoToSocialReplyApproval() bool
// IsGoToSocialReplyAuthorization returns true if this property has a type
// of "ReplyAuthorization". When true, use the
// GetGoToSocialReplyAuthorization and SetGoToSocialReplyAuthorization
// methods to access and set this property.
IsGoToSocialReplyAuthorization() bool
// IsGoToSocialReplyRequest returns true if this property has a type of
// "ReplyRequest". When true, use the GetGoToSocialReplyRequest and
// SetGoToSocialReplyRequest methods to access and set this property.
IsGoToSocialReplyRequest() bool
// IsIRI returns true if this property is an IRI. When true, use GetIRI
// and SetIRI to access and set this property
IsIRI() bool
// IsLitePubEmojiReact returns true if this property has a type of
// "EmojiReact". When true, use the GetLitePubEmojiReact and
// SetLitePubEmojiReact methods to access and set this property.
IsLitePubEmojiReact() 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.
IsSchemaPropertyValue() 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.
IsTootEmoji() 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.
IsTootHashtag() 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.
IsTootIdentityProof() bool
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex() int
// 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.
LessThan(o ActivityStreamsInReplyToPropertyIterator) bool
// Name returns the name of this property: "ActivityStreamsInReplyTo".
Name() string
// Next returns the next iterator, or nil if there is no next iterator.
Next() ActivityStreamsInReplyToPropertyIterator
// Prev returns the previous iterator, or nil if there is no previous
// iterator.
Prev() ActivityStreamsInReplyToPropertyIterator
// SetActivityStreamsAccept sets the value of this property. Calling
// IsActivityStreamsAccept afterwards returns true.
SetActivityStreamsAccept(v ActivityStreamsAccept)
// SetActivityStreamsActivity sets the value of this property. Calling
// IsActivityStreamsActivity afterwards returns true.
SetActivityStreamsActivity(v ActivityStreamsActivity)
// SetActivityStreamsAdd sets the value of this property. Calling
// IsActivityStreamsAdd afterwards returns true.
SetActivityStreamsAdd(v ActivityStreamsAdd)
// SetActivityStreamsAnnounce sets the value of this property. Calling
// IsActivityStreamsAnnounce afterwards returns true.
SetActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// SetActivityStreamsApplication sets the value of this property. Calling
// IsActivityStreamsApplication afterwards returns true.
SetActivityStreamsApplication(v ActivityStreamsApplication)
// SetActivityStreamsArrive sets the value of this property. Calling
// IsActivityStreamsArrive afterwards returns true.
SetActivityStreamsArrive(v ActivityStreamsArrive)
// SetActivityStreamsArticle sets the value of this property. Calling
// IsActivityStreamsArticle afterwards returns true.
SetActivityStreamsArticle(v ActivityStreamsArticle)
// SetActivityStreamsAudio sets the value of this property. Calling
// IsActivityStreamsAudio afterwards returns true.
SetActivityStreamsAudio(v ActivityStreamsAudio)
// SetActivityStreamsBlock sets the value of this property. Calling
// IsActivityStreamsBlock afterwards returns true.
SetActivityStreamsBlock(v ActivityStreamsBlock)
// SetActivityStreamsCollection sets the value of this property. Calling
// IsActivityStreamsCollection afterwards returns true.
SetActivityStreamsCollection(v ActivityStreamsCollection)
// SetActivityStreamsCollectionPage sets the value of this property.
// Calling IsActivityStreamsCollectionPage afterwards returns true.
SetActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// SetActivityStreamsCreate sets the value of this property. Calling
// IsActivityStreamsCreate afterwards returns true.
SetActivityStreamsCreate(v ActivityStreamsCreate)
// SetActivityStreamsDelete sets the value of this property. Calling
// IsActivityStreamsDelete afterwards returns true.
SetActivityStreamsDelete(v ActivityStreamsDelete)
// SetActivityStreamsDislike sets the value of this property. Calling
// IsActivityStreamsDislike afterwards returns true.
SetActivityStreamsDislike(v ActivityStreamsDislike)
// SetActivityStreamsDocument sets the value of this property. Calling
// IsActivityStreamsDocument afterwards returns true.
SetActivityStreamsDocument(v ActivityStreamsDocument)
// SetActivityStreamsEvent sets the value of this property. Calling
// IsActivityStreamsEvent afterwards returns true.
SetActivityStreamsEvent(v ActivityStreamsEvent)
// SetActivityStreamsFlag sets the value of this property. Calling
// IsActivityStreamsFlag afterwards returns true.
SetActivityStreamsFlag(v ActivityStreamsFlag)
// SetActivityStreamsFollow sets the value of this property. Calling
// IsActivityStreamsFollow afterwards returns true.
SetActivityStreamsFollow(v ActivityStreamsFollow)
// SetActivityStreamsGroup sets the value of this property. Calling
// IsActivityStreamsGroup afterwards returns true.
SetActivityStreamsGroup(v ActivityStreamsGroup)
// SetActivityStreamsIgnore sets the value of this property. Calling
// IsActivityStreamsIgnore afterwards returns true.
SetActivityStreamsIgnore(v ActivityStreamsIgnore)
// SetActivityStreamsImage sets the value of this property. Calling
// IsActivityStreamsImage afterwards returns true.
SetActivityStreamsImage(v ActivityStreamsImage)
// SetActivityStreamsIntransitiveActivity sets the value of this property.
// Calling IsActivityStreamsIntransitiveActivity afterwards returns
// true.
SetActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// SetActivityStreamsInvite sets the value of this property. Calling
// IsActivityStreamsInvite afterwards returns true.
SetActivityStreamsInvite(v ActivityStreamsInvite)
// SetActivityStreamsJoin sets the value of this property. Calling
// IsActivityStreamsJoin afterwards returns true.
SetActivityStreamsJoin(v ActivityStreamsJoin)
// SetActivityStreamsLeave sets the value of this property. Calling
// IsActivityStreamsLeave afterwards returns true.
SetActivityStreamsLeave(v ActivityStreamsLeave)
// SetActivityStreamsLike sets the value of this property. Calling
// IsActivityStreamsLike afterwards returns true.
SetActivityStreamsLike(v ActivityStreamsLike)
// SetActivityStreamsLink sets the value of this property. Calling
// IsActivityStreamsLink afterwards returns true.
SetActivityStreamsLink(v ActivityStreamsLink)
// SetActivityStreamsListen sets the value of this property. Calling
// IsActivityStreamsListen afterwards returns true.
SetActivityStreamsListen(v ActivityStreamsListen)
// SetActivityStreamsMention sets the value of this property. Calling
// IsActivityStreamsMention afterwards returns true.
SetActivityStreamsMention(v ActivityStreamsMention)
// SetActivityStreamsMove sets the value of this property. Calling
// IsActivityStreamsMove afterwards returns true.
SetActivityStreamsMove(v ActivityStreamsMove)
// SetActivityStreamsNote sets the value of this property. Calling
// IsActivityStreamsNote afterwards returns true.
SetActivityStreamsNote(v ActivityStreamsNote)
// SetActivityStreamsObject sets the value of this property. Calling
// IsActivityStreamsObject afterwards returns true.
SetActivityStreamsObject(v ActivityStreamsObject)
// SetActivityStreamsOffer sets the value of this property. Calling
// IsActivityStreamsOffer afterwards returns true.
SetActivityStreamsOffer(v ActivityStreamsOffer)
// SetActivityStreamsOrderedCollection sets the value of this property.
// Calling IsActivityStreamsOrderedCollection afterwards returns true.
SetActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// SetActivityStreamsOrderedCollectionPage sets the value of this
// property. Calling IsActivityStreamsOrderedCollectionPage afterwards
// returns true.
SetActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// SetActivityStreamsOrganization sets the value of this property. Calling
// IsActivityStreamsOrganization afterwards returns true.
SetActivityStreamsOrganization(v ActivityStreamsOrganization)
// SetActivityStreamsPage sets the value of this property. Calling
// IsActivityStreamsPage afterwards returns true.
SetActivityStreamsPage(v ActivityStreamsPage)
// SetActivityStreamsPerson sets the value of this property. Calling
// IsActivityStreamsPerson afterwards returns true.
SetActivityStreamsPerson(v ActivityStreamsPerson)
// SetActivityStreamsPlace sets the value of this property. Calling
// IsActivityStreamsPlace afterwards returns true.
SetActivityStreamsPlace(v ActivityStreamsPlace)
// SetActivityStreamsProfile sets the value of this property. Calling
// IsActivityStreamsProfile afterwards returns true.
SetActivityStreamsProfile(v ActivityStreamsProfile)
// SetActivityStreamsQuestion sets the value of this property. Calling
// IsActivityStreamsQuestion afterwards returns true.
SetActivityStreamsQuestion(v ActivityStreamsQuestion)
// SetActivityStreamsRead sets the value of this property. Calling
// IsActivityStreamsRead afterwards returns true.
SetActivityStreamsRead(v ActivityStreamsRead)
// SetActivityStreamsReject sets the value of this property. Calling
// IsActivityStreamsReject afterwards returns true.
SetActivityStreamsReject(v ActivityStreamsReject)
// SetActivityStreamsRelationship sets the value of this property. Calling
// IsActivityStreamsRelationship afterwards returns true.
SetActivityStreamsRelationship(v ActivityStreamsRelationship)
// SetActivityStreamsRemove sets the value of this property. Calling
// IsActivityStreamsRemove afterwards returns true.
SetActivityStreamsRemove(v ActivityStreamsRemove)
// SetActivityStreamsService sets the value of this property. Calling
// IsActivityStreamsService afterwards returns true.
SetActivityStreamsService(v ActivityStreamsService)
// SetActivityStreamsTentativeAccept sets the value of this property.
// Calling IsActivityStreamsTentativeAccept afterwards returns true.
SetActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// SetActivityStreamsTentativeReject sets the value of this property.
// Calling IsActivityStreamsTentativeReject afterwards returns true.
SetActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// SetActivityStreamsTombstone sets the value of this property. Calling
// IsActivityStreamsTombstone afterwards returns true.
SetActivityStreamsTombstone(v ActivityStreamsTombstone)
// SetActivityStreamsTravel sets the value of this property. Calling
// IsActivityStreamsTravel afterwards returns true.
SetActivityStreamsTravel(v ActivityStreamsTravel)
// SetActivityStreamsUndo sets the value of this property. Calling
// IsActivityStreamsUndo afterwards returns true.
SetActivityStreamsUndo(v ActivityStreamsUndo)
// SetActivityStreamsUpdate sets the value of this property. Calling
// IsActivityStreamsUpdate afterwards returns true.
SetActivityStreamsUpdate(v ActivityStreamsUpdate)
// SetActivityStreamsVideo sets the value of this property. Calling
// IsActivityStreamsVideo afterwards returns true.
SetActivityStreamsVideo(v ActivityStreamsVideo)
// SetActivityStreamsView sets the value of this property. Calling
// IsActivityStreamsView afterwards returns true.
SetActivityStreamsView(v ActivityStreamsView)
// SetFunkwhaleAlbum sets the value of this property. Calling
// IsFunkwhaleAlbum afterwards returns true.
SetFunkwhaleAlbum(v FunkwhaleAlbum)
// SetFunkwhaleArtist sets the value of this property. Calling
// IsFunkwhaleArtist afterwards returns true.
SetFunkwhaleArtist(v FunkwhaleArtist)
// SetFunkwhaleLibrary sets the value of this property. Calling
// IsFunkwhaleLibrary afterwards returns true.
SetFunkwhaleLibrary(v FunkwhaleLibrary)
// SetFunkwhaleTrack sets the value of this property. Calling
// IsFunkwhaleTrack afterwards returns true.
SetFunkwhaleTrack(v FunkwhaleTrack)
// SetGoToSocialAnnounceApproval sets the value of this property. Calling
// IsGoToSocialAnnounceApproval afterwards returns true.
SetGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// SetGoToSocialAnnounceAuthorization sets the value of this property.
// Calling IsGoToSocialAnnounceAuthorization afterwards returns true.
SetGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// SetGoToSocialAnnounceRequest sets the value of this property. Calling
// IsGoToSocialAnnounceRequest afterwards returns true.
SetGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// SetGoToSocialLikeApproval sets the value of this property. Calling
// IsGoToSocialLikeApproval afterwards returns true.
SetGoToSocialLikeApproval(v GoToSocialLikeApproval)
// SetGoToSocialLikeAuthorization sets the value of this property. Calling
// IsGoToSocialLikeAuthorization afterwards returns true.
SetGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// SetGoToSocialLikeRequest sets the value of this property. Calling
// IsGoToSocialLikeRequest afterwards returns true.
SetGoToSocialLikeRequest(v GoToSocialLikeRequest)
// SetGoToSocialQuoteAuthorization sets the value of this property.
// Calling IsGoToSocialQuoteAuthorization afterwards returns true.
SetGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// SetGoToSocialQuoteRequest sets the value of this property. Calling
// IsGoToSocialQuoteRequest afterwards returns true.
SetGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// SetGoToSocialReplyApproval sets the value of this property. Calling
// IsGoToSocialReplyApproval afterwards returns true.
SetGoToSocialReplyApproval(v GoToSocialReplyApproval)
// SetGoToSocialReplyAuthorization sets the value of this property.
// Calling IsGoToSocialReplyAuthorization afterwards returns true.
SetGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// SetGoToSocialReplyRequest sets the value of this property. Calling
// IsGoToSocialReplyRequest afterwards returns true.
SetGoToSocialReplyRequest(v GoToSocialReplyRequest)
// SetIRI sets the value of this property. Calling IsIRI afterwards
// returns true.
SetIRI(v *url.URL)
// SetLitePubEmojiReact sets the value of this property. Calling
// IsLitePubEmojiReact afterwards returns true.
SetLitePubEmojiReact(v LitePubEmojiReact)
// SetSchemaPropertyValue sets the value of this property. Calling
// IsSchemaPropertyValue afterwards returns true.
SetSchemaPropertyValue(v SchemaPropertyValue)
// SetTootEmoji sets the value of this property. Calling IsTootEmoji
// afterwards returns true.
SetTootEmoji(v TootEmoji)
// SetTootHashtag sets the value of this property. Calling IsTootHashtag
// afterwards returns true.
SetTootHashtag(v TootHashtag)
// SetTootIdentityProof sets the value of this property. Calling
// IsTootIdentityProof afterwards returns true.
SetTootIdentityProof(v TootIdentityProof)
// 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.
SetType(t Type) error
}
ActivityStreamsInReplyToPropertyIterator represents a single value for the "inReplyTo" property.
type ActivityStreamsInboxProperty ¶
type ActivityStreamsInboxProperty interface {
// Clear ensures no value of this property is set. Calling HasAny or any
// of the 'Is' methods afterwards will return false.
Clear()
// GetActivityStreamsOrderedCollection returns the value of this property.
// When IsActivityStreamsOrderedCollection returns false,
// GetActivityStreamsOrderedCollection will return an arbitrary value.
GetActivityStreamsOrderedCollection() ActivityStreamsOrderedCollection
// GetActivityStreamsOrderedCollectionPage returns the value of this
// property. When IsActivityStreamsOrderedCollectionPage returns
// false, GetActivityStreamsOrderedCollectionPage will return an
// arbitrary value.
GetActivityStreamsOrderedCollectionPage() ActivityStreamsOrderedCollectionPage
// GetIRI returns the IRI of this property. When IsIRI returns false,
// GetIRI will return an arbitrary value.
GetIRI() *url.URL
// 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.
GetType() Type
// HasAny returns true if any of the different values is set.
HasAny() 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.
IsActivityStreamsOrderedCollection() 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.
IsActivityStreamsOrderedCollectionPage() bool
// IsIRI returns true if this property is an IRI. When true, use GetIRI
// and SetIRI to access and set this property
IsIRI() bool
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex() int
// 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.
LessThan(o ActivityStreamsInboxProperty) bool
// Name returns the name of this property: "inbox".
Name() string
// 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.
Serialize() (interface{}, error)
// SetActivityStreamsOrderedCollection sets the value of this property.
// Calling IsActivityStreamsOrderedCollection afterwards returns true.
SetActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// SetActivityStreamsOrderedCollectionPage sets the value of this
// property. Calling IsActivityStreamsOrderedCollectionPage afterwards
// returns true.
SetActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// SetIRI sets the value of this property. Calling IsIRI afterwards
// returns true.
SetIRI(v *url.URL)
// 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.
SetType(t Type) error
}
A reference to an ActivityStreams OrderedCollection comprised of all the messages received by the actor.
Example 9 (https://www.w3.org/TR/activitypub/#example9):
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"@language": "ja"
}
],
"followers": "https://kenzoishii.example.com/followers.json",
"following": "https://kenzoishii.example.com/following.json",
"icon": [
"https://kenzoishii.example.com/image/165987aklre4"
],
"id": "https://kenzoishii.example.com/",
"inbox": "https://kenzoishii.example.com/inbox.json",
"liked": "https://kenzoishii.example.com/liked.json",
"name": "石井健蔵",
"outbox": "https://kenzoishii.example.com/feed.json",
"preferredUsername": "kenzoishii",
"summary": "この方はただの例です",
"type": "Person"
}
type ActivityStreamsInstrumentProperty ¶
type ActivityStreamsInstrumentProperty interface {
// AppendActivityStreamsAccept appends a Accept value to the back of a
// list of the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAccept(v ActivityStreamsAccept)
// AppendActivityStreamsActivity appends a Activity value to the back of a
// list of the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsActivity(v ActivityStreamsActivity)
// AppendActivityStreamsAdd appends a Add value to the back of a list of
// the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAdd(v ActivityStreamsAdd)
// AppendActivityStreamsAnnounce appends a Announce value to the back of a
// list of the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// AppendActivityStreamsApplication appends a Application value to the
// back of a list of the property "instrument". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsApplication(v ActivityStreamsApplication)
// AppendActivityStreamsArrive appends a Arrive value to the back of a
// list of the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsArrive(v ActivityStreamsArrive)
// AppendActivityStreamsArticle appends a Article value to the back of a
// list of the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsArticle(v ActivityStreamsArticle)
// AppendActivityStreamsAudio appends a Audio value to the back of a list
// of the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAudio(v ActivityStreamsAudio)
// AppendActivityStreamsBlock appends a Block value to the back of a list
// of the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsBlock(v ActivityStreamsBlock)
// AppendActivityStreamsCollection appends a Collection value to the back
// of a list of the property "instrument". Invalidates iterators that
// are traversing using Prev.
AppendActivityStreamsCollection(v ActivityStreamsCollection)
// AppendActivityStreamsCollectionPage appends a CollectionPage value to
// the back of a list of the property "instrument". Invalidates
// iterators that are traversing using Prev.
AppendActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// AppendActivityStreamsCreate appends a Create value to the back of a
// list of the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsCreate(v ActivityStreamsCreate)
// AppendActivityStreamsDelete appends a Delete value to the back of a
// list of the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDelete(v ActivityStreamsDelete)
// AppendActivityStreamsDislike appends a Dislike value to the back of a
// list of the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDislike(v ActivityStreamsDislike)
// AppendActivityStreamsDocument appends a Document value to the back of a
// list of the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDocument(v ActivityStreamsDocument)
// AppendActivityStreamsEvent appends a Event value to the back of a list
// of the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsEvent(v ActivityStreamsEvent)
// AppendActivityStreamsFlag appends a Flag value to the back of a list of
// the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsFlag(v ActivityStreamsFlag)
// AppendActivityStreamsFollow appends a Follow value to the back of a
// list of the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsFollow(v ActivityStreamsFollow)
// AppendActivityStreamsGroup appends a Group value to the back of a list
// of the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsGroup(v ActivityStreamsGroup)
// AppendActivityStreamsIgnore appends a Ignore value to the back of a
// list of the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsIgnore(v ActivityStreamsIgnore)
// AppendActivityStreamsImage appends a Image value to the back of a list
// of the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsImage(v ActivityStreamsImage)
// AppendActivityStreamsIntransitiveActivity appends a
// IntransitiveActivity value to the back of a list of the property
// "instrument". Invalidates iterators that are traversing using Prev.
AppendActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// AppendActivityStreamsInvite appends a Invite value to the back of a
// list of the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsInvite(v ActivityStreamsInvite)
// AppendActivityStreamsJoin appends a Join value to the back of a list of
// the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsJoin(v ActivityStreamsJoin)
// AppendActivityStreamsLeave appends a Leave value to the back of a list
// of the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsLeave(v ActivityStreamsLeave)
// AppendActivityStreamsLike appends a Like value to the back of a list of
// the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsLike(v ActivityStreamsLike)
// AppendActivityStreamsLink appends a Link value to the back of a list of
// the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsLink(v ActivityStreamsLink)
// AppendActivityStreamsListen appends a Listen value to the back of a
// list of the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsListen(v ActivityStreamsListen)
// AppendActivityStreamsMention appends a Mention value to the back of a
// list of the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsMention(v ActivityStreamsMention)
// AppendActivityStreamsMove appends a Move value to the back of a list of
// the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsMove(v ActivityStreamsMove)
// AppendActivityStreamsNote appends a Note value to the back of a list of
// the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsNote(v ActivityStreamsNote)
// AppendActivityStreamsObject appends a Object value to the back of a
// list of the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsObject(v ActivityStreamsObject)
// AppendActivityStreamsOffer appends a Offer value to the back of a list
// of the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsOffer(v ActivityStreamsOffer)
// AppendActivityStreamsOrderedCollection appends a OrderedCollection
// value to the back of a list of the property "instrument".
// Invalidates iterators that are traversing using Prev.
AppendActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// AppendActivityStreamsOrderedCollectionPage appends a
// OrderedCollectionPage value to the back of a list of the property
// "instrument". Invalidates iterators that are traversing using Prev.
AppendActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// AppendActivityStreamsOrganization appends a Organization value to the
// back of a list of the property "instrument". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsOrganization(v ActivityStreamsOrganization)
// AppendActivityStreamsPage appends a Page value to the back of a list of
// the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsPage(v ActivityStreamsPage)
// AppendActivityStreamsPerson appends a Person value to the back of a
// list of the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsPerson(v ActivityStreamsPerson)
// AppendActivityStreamsPlace appends a Place value to the back of a list
// of the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsPlace(v ActivityStreamsPlace)
// AppendActivityStreamsProfile appends a Profile value to the back of a
// list of the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsProfile(v ActivityStreamsProfile)
// AppendActivityStreamsQuestion appends a Question value to the back of a
// list of the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsQuestion(v ActivityStreamsQuestion)
// AppendActivityStreamsRead appends a Read value to the back of a list of
// the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsRead(v ActivityStreamsRead)
// AppendActivityStreamsReject appends a Reject value to the back of a
// list of the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsReject(v ActivityStreamsReject)
// AppendActivityStreamsRelationship appends a Relationship value to the
// back of a list of the property "instrument". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsRelationship(v ActivityStreamsRelationship)
// AppendActivityStreamsRemove appends a Remove value to the back of a
// list of the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsRemove(v ActivityStreamsRemove)
// AppendActivityStreamsService appends a Service value to the back of a
// list of the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsService(v ActivityStreamsService)
// AppendActivityStreamsTentativeAccept appends a TentativeAccept value to
// the back of a list of the property "instrument". Invalidates
// iterators that are traversing using Prev.
AppendActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// AppendActivityStreamsTentativeReject appends a TentativeReject value to
// the back of a list of the property "instrument". Invalidates
// iterators that are traversing using Prev.
AppendActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// AppendActivityStreamsTombstone appends a Tombstone value to the back of
// a list of the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsTombstone(v ActivityStreamsTombstone)
// AppendActivityStreamsTravel appends a Travel value to the back of a
// list of the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsTravel(v ActivityStreamsTravel)
// AppendActivityStreamsUndo appends a Undo value to the back of a list of
// the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsUndo(v ActivityStreamsUndo)
// AppendActivityStreamsUpdate appends a Update value to the back of a
// list of the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsUpdate(v ActivityStreamsUpdate)
// AppendActivityStreamsVideo appends a Video value to the back of a list
// of the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsVideo(v ActivityStreamsVideo)
// AppendActivityStreamsView appends a View value to the back of a list of
// the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsView(v ActivityStreamsView)
// AppendFunkwhaleAlbum appends a Album value to the back of a list of the
// property "instrument". Invalidates iterators that are traversing
// using Prev.
AppendFunkwhaleAlbum(v FunkwhaleAlbum)
// AppendFunkwhaleArtist appends a Artist value to the back of a list of
// the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendFunkwhaleArtist(v FunkwhaleArtist)
// AppendFunkwhaleLibrary appends a Library value to the back of a list of
// the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendFunkwhaleLibrary(v FunkwhaleLibrary)
// AppendFunkwhaleTrack appends a Track value to the back of a list of the
// property "instrument". Invalidates iterators that are traversing
// using Prev.
AppendFunkwhaleTrack(v FunkwhaleTrack)
// AppendGoToSocialAnnounceApproval appends a AnnounceApproval value to
// the back of a list of the property "instrument". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// AppendGoToSocialAnnounceAuthorization appends a AnnounceAuthorization
// value to the back of a list of the property "instrument".
// Invalidates iterators that are traversing using Prev.
AppendGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// AppendGoToSocialAnnounceRequest appends a AnnounceRequest value to the
// back of a list of the property "instrument". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// AppendGoToSocialLikeApproval appends a LikeApproval value to the back
// of a list of the property "instrument". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialLikeApproval(v GoToSocialLikeApproval)
// AppendGoToSocialLikeAuthorization appends a LikeAuthorization value to
// the back of a list of the property "instrument". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// AppendGoToSocialLikeRequest appends a LikeRequest value to the back of
// a list of the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialLikeRequest(v GoToSocialLikeRequest)
// AppendGoToSocialQuoteAuthorization appends a QuoteAuthorization value
// to the back of a list of the property "instrument". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// AppendGoToSocialQuoteRequest appends a QuoteRequest value to the back
// of a list of the property "instrument". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// AppendGoToSocialReplyApproval appends a ReplyApproval value to the back
// of a list of the property "instrument". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialReplyApproval(v GoToSocialReplyApproval)
// AppendGoToSocialReplyAuthorization appends a ReplyAuthorization value
// to the back of a list of the property "instrument". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// AppendGoToSocialReplyRequest appends a ReplyRequest value to the back
// of a list of the property "instrument". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialReplyRequest(v GoToSocialReplyRequest)
// AppendIRI appends an IRI value to the back of a list of the property
// "instrument"
AppendIRI(v *url.URL)
// AppendLitePubEmojiReact appends a EmojiReact value to the back of a
// list of the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendLitePubEmojiReact(v LitePubEmojiReact)
// AppendSchemaPropertyValue appends a PropertyValue value to the back of
// a list of the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendSchemaPropertyValue(v SchemaPropertyValue)
// AppendTootEmoji appends a Emoji value to the back of a list of the
// property "instrument". Invalidates iterators that are traversing
// using Prev.
AppendTootEmoji(v TootEmoji)
// AppendTootHashtag appends a Hashtag value to the back of a list of the
// property "instrument". Invalidates iterators that are traversing
// using Prev.
AppendTootHashtag(v TootHashtag)
// AppendTootIdentityProof appends a IdentityProof value to the back of a
// list of the property "instrument". Invalidates iterators that are
// traversing using Prev.
AppendTootIdentityProof(v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "instrument". Invalidates iterators that are
// traversing using Prev. Returns an error if the type is not a valid
// one to set for this property.
AppendType(t Type) error
// At returns the property value for the specified index. Panics if the
// index is out of bounds.
At(index int) ActivityStreamsInstrumentPropertyIterator
// 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.
Begin() ActivityStreamsInstrumentPropertyIterator
// Empty returns returns true if there are no elements.
Empty() bool
// 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.
End() ActivityStreamsInstrumentPropertyIterator
// InsertActivityStreamsAccept inserts a Accept value at the specified
// index for a property "instrument". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsAccept(idx int, v ActivityStreamsAccept)
// InsertActivityStreamsActivity inserts a Activity value at the specified
// index for a property "instrument". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsActivity(idx int, v ActivityStreamsActivity)
// InsertActivityStreamsAdd inserts a Add value at the specified index for
// a property "instrument". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsAdd(idx int, v ActivityStreamsAdd)
// InsertActivityStreamsAnnounce inserts a Announce value at the specified
// index for a property "instrument". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsAnnounce(idx int, v ActivityStreamsAnnounce)
// InsertActivityStreamsApplication inserts a Application value at the
// specified index for a property "instrument". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsApplication(idx int, v ActivityStreamsApplication)
// InsertActivityStreamsArrive inserts a Arrive value at the specified
// index for a property "instrument". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsArrive(idx int, v ActivityStreamsArrive)
// InsertActivityStreamsArticle inserts a Article value at the specified
// index for a property "instrument". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsArticle(idx int, v ActivityStreamsArticle)
// InsertActivityStreamsAudio inserts a Audio value at the specified index
// for a property "instrument". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsAudio(idx int, v ActivityStreamsAudio)
// InsertActivityStreamsBlock inserts a Block value at the specified index
// for a property "instrument". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsBlock(idx int, v ActivityStreamsBlock)
// InsertActivityStreamsCollection inserts a Collection value at the
// specified index for a property "instrument". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsCollection(idx int, v ActivityStreamsCollection)
// InsertActivityStreamsCollectionPage inserts a CollectionPage value at
// the specified index for a property "instrument". Existing elements
// at that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsCollectionPage(idx int, v ActivityStreamsCollectionPage)
// InsertActivityStreamsCreate inserts a Create value at the specified
// index for a property "instrument". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsCreate(idx int, v ActivityStreamsCreate)
// InsertActivityStreamsDelete inserts a Delete value at the specified
// index for a property "instrument". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDelete(idx int, v ActivityStreamsDelete)
// InsertActivityStreamsDislike inserts a Dislike value at the specified
// index for a property "instrument". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDislike(idx int, v ActivityStreamsDislike)
// InsertActivityStreamsDocument inserts a Document value at the specified
// index for a property "instrument". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDocument(idx int, v ActivityStreamsDocument)
// InsertActivityStreamsEvent inserts a Event value at the specified index
// for a property "instrument". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsEvent(idx int, v ActivityStreamsEvent)
// InsertActivityStreamsFlag inserts a Flag value at the specified index
// for a property "instrument". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsFlag(idx int, v ActivityStreamsFlag)
// InsertActivityStreamsFollow inserts a Follow value at the specified
// index for a property "instrument". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsFollow(idx int, v ActivityStreamsFollow)
// InsertActivityStreamsGroup inserts a Group value at the specified index
// for a property "instrument". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsGroup(idx int, v ActivityStreamsGroup)
// InsertActivityStreamsIgnore inserts a Ignore value at the specified
// index for a property "instrument". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsIgnore(idx int, v ActivityStreamsIgnore)
// InsertActivityStreamsImage inserts a Image value at the specified index
// for a property "instrument". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsImage(idx int, v ActivityStreamsImage)
// InsertActivityStreamsIntransitiveActivity inserts a
// IntransitiveActivity value at the specified index for a property
// "instrument". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertActivityStreamsIntransitiveActivity(idx int, v ActivityStreamsIntransitiveActivity)
// InsertActivityStreamsInvite inserts a Invite value at the specified
// index for a property "instrument". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsInvite(idx int, v ActivityStreamsInvite)
// InsertActivityStreamsJoin inserts a Join value at the specified index
// for a property "instrument". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsJoin(idx int, v ActivityStreamsJoin)
// InsertActivityStreamsLeave inserts a Leave value at the specified index
// for a property "instrument". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsLeave(idx int, v ActivityStreamsLeave)
// InsertActivityStreamsLike inserts a Like value at the specified index
// for a property "instrument". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsLike(idx int, v ActivityStreamsLike)
// InsertActivityStreamsLink inserts a Link value at the specified index
// for a property "instrument". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsLink(idx int, v ActivityStreamsLink)
// InsertActivityStreamsListen inserts a Listen value at the specified
// index for a property "instrument". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsListen(idx int, v ActivityStreamsListen)
// InsertActivityStreamsMention inserts a Mention value at the specified
// index for a property "instrument". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsMention(idx int, v ActivityStreamsMention)
// InsertActivityStreamsMove inserts a Move value at the specified index
// for a property "instrument". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsMove(idx int, v ActivityStreamsMove)
// InsertActivityStreamsNote inserts a Note value at the specified index
// for a property "instrument". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsNote(idx int, v ActivityStreamsNote)
// InsertActivityStreamsObject inserts a Object value at the specified
// index for a property "instrument". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsObject(idx int, v ActivityStreamsObject)
// InsertActivityStreamsOffer inserts a Offer value at the specified index
// for a property "instrument". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsOffer(idx int, v ActivityStreamsOffer)
// InsertActivityStreamsOrderedCollection inserts a OrderedCollection
// value at the specified index for a property "instrument". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertActivityStreamsOrderedCollection(idx int, v ActivityStreamsOrderedCollection)
// InsertActivityStreamsOrderedCollectionPage inserts a
// OrderedCollectionPage value at the specified index for a property
// "instrument". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertActivityStreamsOrderedCollectionPage(idx int, v ActivityStreamsOrderedCollectionPage)
// InsertActivityStreamsOrganization inserts a Organization value at the
// specified index for a property "instrument". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsOrganization(idx int, v ActivityStreamsOrganization)
// InsertActivityStreamsPage inserts a Page value at the specified index
// for a property "instrument". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsPage(idx int, v ActivityStreamsPage)
// InsertActivityStreamsPerson inserts a Person value at the specified
// index for a property "instrument". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsPerson(idx int, v ActivityStreamsPerson)
// InsertActivityStreamsPlace inserts a Place value at the specified index
// for a property "instrument". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsPlace(idx int, v ActivityStreamsPlace)
// InsertActivityStreamsProfile inserts a Profile value at the specified
// index for a property "instrument". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsProfile(idx int, v ActivityStreamsProfile)
// InsertActivityStreamsQuestion inserts a Question value at the specified
// index for a property "instrument". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsQuestion(idx int, v ActivityStreamsQuestion)
// InsertActivityStreamsRead inserts a Read value at the specified index
// for a property "instrument". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsRead(idx int, v ActivityStreamsRead)
// InsertActivityStreamsReject inserts a Reject value at the specified
// index for a property "instrument". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsReject(idx int, v ActivityStreamsReject)
// InsertActivityStreamsRelationship inserts a Relationship value at the
// specified index for a property "instrument". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsRelationship(idx int, v ActivityStreamsRelationship)
// InsertActivityStreamsRemove inserts a Remove value at the specified
// index for a property "instrument". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsRemove(idx int, v ActivityStreamsRemove)
// InsertActivityStreamsService inserts a Service value at the specified
// index for a property "instrument". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsService(idx int, v ActivityStreamsService)
// InsertActivityStreamsTentativeAccept inserts a TentativeAccept value at
// the specified index for a property "instrument". Existing elements
// at that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsTentativeAccept(idx int, v ActivityStreamsTentativeAccept)
// InsertActivityStreamsTentativeReject inserts a TentativeReject value at
// the specified index for a property "instrument". Existing elements
// at that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsTentativeReject(idx int, v ActivityStreamsTentativeReject)
// InsertActivityStreamsTombstone inserts a Tombstone value at the
// specified index for a property "instrument". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsTombstone(idx int, v ActivityStreamsTombstone)
// InsertActivityStreamsTravel inserts a Travel value at the specified
// index for a property "instrument". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsTravel(idx int, v ActivityStreamsTravel)
// InsertActivityStreamsUndo inserts a Undo value at the specified index
// for a property "instrument". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsUndo(idx int, v ActivityStreamsUndo)
// InsertActivityStreamsUpdate inserts a Update value at the specified
// index for a property "instrument". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsUpdate(idx int, v ActivityStreamsUpdate)
// InsertActivityStreamsVideo inserts a Video value at the specified index
// for a property "instrument". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsVideo(idx int, v ActivityStreamsVideo)
// InsertActivityStreamsView inserts a View value at the specified index
// for a property "instrument". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsView(idx int, v ActivityStreamsView)
// InsertFunkwhaleAlbum inserts a Album value at the specified index for a
// property "instrument". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertFunkwhaleAlbum(idx int, v FunkwhaleAlbum)
// InsertFunkwhaleArtist inserts a Artist value at the specified index for
// a property "instrument". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertFunkwhaleArtist(idx int, v FunkwhaleArtist)
// InsertFunkwhaleLibrary inserts a Library value at the specified index
// for a property "instrument". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertFunkwhaleLibrary(idx int, v FunkwhaleLibrary)
// InsertFunkwhaleTrack inserts a Track value at the specified index for a
// property "instrument". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertFunkwhaleTrack(idx int, v FunkwhaleTrack)
// InsertGoToSocialAnnounceApproval inserts a AnnounceApproval value at
// the specified index for a property "instrument". Existing elements
// at that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialAnnounceApproval(idx int, v GoToSocialAnnounceApproval)
// InsertGoToSocialAnnounceAuthorization inserts a AnnounceAuthorization
// value at the specified index for a property "instrument". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertGoToSocialAnnounceAuthorization(idx int, v GoToSocialAnnounceAuthorization)
// InsertGoToSocialAnnounceRequest inserts a AnnounceRequest value at the
// specified index for a property "instrument". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialAnnounceRequest(idx int, v GoToSocialAnnounceRequest)
// InsertGoToSocialLikeApproval inserts a LikeApproval value at the
// specified index for a property "instrument". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialLikeApproval(idx int, v GoToSocialLikeApproval)
// InsertGoToSocialLikeAuthorization inserts a LikeAuthorization value at
// the specified index for a property "instrument". Existing elements
// at that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialLikeAuthorization(idx int, v GoToSocialLikeAuthorization)
// InsertGoToSocialLikeRequest inserts a LikeRequest value at the
// specified index for a property "instrument". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// InsertGoToSocialQuoteAuthorization inserts a QuoteAuthorization value
// at the specified index for a property "instrument". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertGoToSocialQuoteAuthorization(idx int, v GoToSocialQuoteAuthorization)
// InsertGoToSocialQuoteRequest inserts a QuoteRequest value at the
// specified index for a property "instrument". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialQuoteRequest(idx int, v GoToSocialQuoteRequest)
// InsertGoToSocialReplyApproval inserts a ReplyApproval value at the
// specified index for a property "instrument". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialReplyApproval(idx int, v GoToSocialReplyApproval)
// InsertGoToSocialReplyAuthorization inserts a ReplyAuthorization value
// at the specified index for a property "instrument". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertGoToSocialReplyAuthorization(idx int, v GoToSocialReplyAuthorization)
// InsertGoToSocialReplyRequest inserts a ReplyRequest value at the
// specified index for a property "instrument". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialReplyRequest(idx int, v GoToSocialReplyRequest)
// Insert inserts an IRI value at the specified index for a property
// "instrument". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertIRI(idx int, v *url.URL)
// InsertLitePubEmojiReact inserts a EmojiReact value at the specified
// index for a property "instrument". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertLitePubEmojiReact(idx int, v LitePubEmojiReact)
// InsertSchemaPropertyValue inserts a PropertyValue value at the
// specified index for a property "instrument". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertSchemaPropertyValue(idx int, v SchemaPropertyValue)
// InsertTootEmoji inserts a Emoji value at the specified index for a
// property "instrument". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertTootEmoji(idx int, v TootEmoji)
// InsertTootHashtag inserts a Hashtag value at the specified index for a
// property "instrument". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertTootHashtag(idx int, v TootHashtag)
// InsertTootIdentityProof inserts a IdentityProof value at the specified
// index for a property "instrument". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertTootIdentityProof(idx int, v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "instrument". Invalidates all iterators. Returns an
// error if the type is not a valid one to set for this property.
InsertType(idx int, t Type) error
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex(idx int) int
// Len returns the number of values that exist for the "instrument"
// property.
Len() (length int)
// Less computes whether another property is less than this one. Mixing
// types results in a consistent but arbitrary ordering
Less(i, j int) 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.
LessThan(o ActivityStreamsInstrumentProperty) bool
// Name returns the name of this property ("instrument") with any alias.
Name() string
// PrependActivityStreamsAccept prepends a Accept value to the front of a
// list of the property "instrument". Invalidates all iterators.
PrependActivityStreamsAccept(v ActivityStreamsAccept)
// PrependActivityStreamsActivity prepends a Activity value to the front
// of a list of the property "instrument". Invalidates all iterators.
PrependActivityStreamsActivity(v ActivityStreamsActivity)
// PrependActivityStreamsAdd prepends a Add value to the front of a list
// of the property "instrument". Invalidates all iterators.
PrependActivityStreamsAdd(v ActivityStreamsAdd)
// PrependActivityStreamsAnnounce prepends a Announce value to the front
// of a list of the property "instrument". Invalidates all iterators.
PrependActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// PrependActivityStreamsApplication prepends a Application value to the
// front of a list of the property "instrument". Invalidates all
// iterators.
PrependActivityStreamsApplication(v ActivityStreamsApplication)
// PrependActivityStreamsArrive prepends a Arrive value to the front of a
// list of the property "instrument". Invalidates all iterators.
PrependActivityStreamsArrive(v ActivityStreamsArrive)
// PrependActivityStreamsArticle prepends a Article value to the front of
// a list of the property "instrument". Invalidates all iterators.
PrependActivityStreamsArticle(v ActivityStreamsArticle)
// PrependActivityStreamsAudio prepends a Audio value to the front of a
// list of the property "instrument". Invalidates all iterators.
PrependActivityStreamsAudio(v ActivityStreamsAudio)
// PrependActivityStreamsBlock prepends a Block value to the front of a
// list of the property "instrument". Invalidates all iterators.
PrependActivityStreamsBlock(v ActivityStreamsBlock)
// PrependActivityStreamsCollection prepends a Collection value to the
// front of a list of the property "instrument". Invalidates all
// iterators.
PrependActivityStreamsCollection(v ActivityStreamsCollection)
// PrependActivityStreamsCollectionPage prepends a CollectionPage value to
// the front of a list of the property "instrument". Invalidates all
// iterators.
PrependActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// PrependActivityStreamsCreate prepends a Create value to the front of a
// list of the property "instrument". Invalidates all iterators.
PrependActivityStreamsCreate(v ActivityStreamsCreate)
// PrependActivityStreamsDelete prepends a Delete value to the front of a
// list of the property "instrument". Invalidates all iterators.
PrependActivityStreamsDelete(v ActivityStreamsDelete)
// PrependActivityStreamsDislike prepends a Dislike value to the front of
// a list of the property "instrument". Invalidates all iterators.
PrependActivityStreamsDislike(v ActivityStreamsDislike)
// PrependActivityStreamsDocument prepends a Document value to the front
// of a list of the property "instrument". Invalidates all iterators.
PrependActivityStreamsDocument(v ActivityStreamsDocument)
// PrependActivityStreamsEvent prepends a Event value to the front of a
// list of the property "instrument". Invalidates all iterators.
PrependActivityStreamsEvent(v ActivityStreamsEvent)
// PrependActivityStreamsFlag prepends a Flag value to the front of a list
// of the property "instrument". Invalidates all iterators.
PrependActivityStreamsFlag(v ActivityStreamsFlag)
// PrependActivityStreamsFollow prepends a Follow value to the front of a
// list of the property "instrument". Invalidates all iterators.
PrependActivityStreamsFollow(v ActivityStreamsFollow)
// PrependActivityStreamsGroup prepends a Group value to the front of a
// list of the property "instrument". Invalidates all iterators.
PrependActivityStreamsGroup(v ActivityStreamsGroup)
// PrependActivityStreamsIgnore prepends a Ignore value to the front of a
// list of the property "instrument". Invalidates all iterators.
PrependActivityStreamsIgnore(v ActivityStreamsIgnore)
// PrependActivityStreamsImage prepends a Image value to the front of a
// list of the property "instrument". Invalidates all iterators.
PrependActivityStreamsImage(v ActivityStreamsImage)
// PrependActivityStreamsIntransitiveActivity prepends a
// IntransitiveActivity value to the front of a list of the property
// "instrument". Invalidates all iterators.
PrependActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// PrependActivityStreamsInvite prepends a Invite value to the front of a
// list of the property "instrument". Invalidates all iterators.
PrependActivityStreamsInvite(v ActivityStreamsInvite)
// PrependActivityStreamsJoin prepends a Join value to the front of a list
// of the property "instrument". Invalidates all iterators.
PrependActivityStreamsJoin(v ActivityStreamsJoin)
// PrependActivityStreamsLeave prepends a Leave value to the front of a
// list of the property "instrument". Invalidates all iterators.
PrependActivityStreamsLeave(v ActivityStreamsLeave)
// PrependActivityStreamsLike prepends a Like value to the front of a list
// of the property "instrument". Invalidates all iterators.
PrependActivityStreamsLike(v ActivityStreamsLike)
// PrependActivityStreamsLink prepends a Link value to the front of a list
// of the property "instrument". Invalidates all iterators.
PrependActivityStreamsLink(v ActivityStreamsLink)
// PrependActivityStreamsListen prepends a Listen value to the front of a
// list of the property "instrument". Invalidates all iterators.
PrependActivityStreamsListen(v ActivityStreamsListen)
// PrependActivityStreamsMention prepends a Mention value to the front of
// a list of the property "instrument". Invalidates all iterators.
PrependActivityStreamsMention(v ActivityStreamsMention)
// PrependActivityStreamsMove prepends a Move value to the front of a list
// of the property "instrument". Invalidates all iterators.
PrependActivityStreamsMove(v ActivityStreamsMove)
// PrependActivityStreamsNote prepends a Note value to the front of a list
// of the property "instrument". Invalidates all iterators.
PrependActivityStreamsNote(v ActivityStreamsNote)
// PrependActivityStreamsObject prepends a Object value to the front of a
// list of the property "instrument". Invalidates all iterators.
PrependActivityStreamsObject(v ActivityStreamsObject)
// PrependActivityStreamsOffer prepends a Offer value to the front of a
// list of the property "instrument". Invalidates all iterators.
PrependActivityStreamsOffer(v ActivityStreamsOffer)
// PrependActivityStreamsOrderedCollection prepends a OrderedCollection
// value to the front of a list of the property "instrument".
// Invalidates all iterators.
PrependActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// PrependActivityStreamsOrderedCollectionPage prepends a
// OrderedCollectionPage value to the front of a list of the property
// "instrument". Invalidates all iterators.
PrependActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// PrependActivityStreamsOrganization prepends a Organization value to the
// front of a list of the property "instrument". Invalidates all
// iterators.
PrependActivityStreamsOrganization(v ActivityStreamsOrganization)
// PrependActivityStreamsPage prepends a Page value to the front of a list
// of the property "instrument". Invalidates all iterators.
PrependActivityStreamsPage(v ActivityStreamsPage)
// PrependActivityStreamsPerson prepends a Person value to the front of a
// list of the property "instrument". Invalidates all iterators.
PrependActivityStreamsPerson(v ActivityStreamsPerson)
// PrependActivityStreamsPlace prepends a Place value to the front of a
// list of the property "instrument". Invalidates all iterators.
PrependActivityStreamsPlace(v ActivityStreamsPlace)
// PrependActivityStreamsProfile prepends a Profile value to the front of
// a list of the property "instrument". Invalidates all iterators.
PrependActivityStreamsProfile(v ActivityStreamsProfile)
// PrependActivityStreamsQuestion prepends a Question value to the front
// of a list of the property "instrument". Invalidates all iterators.
PrependActivityStreamsQuestion(v ActivityStreamsQuestion)
// PrependActivityStreamsRead prepends a Read value to the front of a list
// of the property "instrument". Invalidates all iterators.
PrependActivityStreamsRead(v ActivityStreamsRead)
// PrependActivityStreamsReject prepends a Reject value to the front of a
// list of the property "instrument". Invalidates all iterators.
PrependActivityStreamsReject(v ActivityStreamsReject)
// PrependActivityStreamsRelationship prepends a Relationship value to the
// front of a list of the property "instrument". Invalidates all
// iterators.
PrependActivityStreamsRelationship(v ActivityStreamsRelationship)
// PrependActivityStreamsRemove prepends a Remove value to the front of a
// list of the property "instrument". Invalidates all iterators.
PrependActivityStreamsRemove(v ActivityStreamsRemove)
// PrependActivityStreamsService prepends a Service value to the front of
// a list of the property "instrument". Invalidates all iterators.
PrependActivityStreamsService(v ActivityStreamsService)
// PrependActivityStreamsTentativeAccept prepends a TentativeAccept value
// to the front of a list of the property "instrument". Invalidates
// all iterators.
PrependActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// PrependActivityStreamsTentativeReject prepends a TentativeReject value
// to the front of a list of the property "instrument". Invalidates
// all iterators.
PrependActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// PrependActivityStreamsTombstone prepends a Tombstone value to the front
// of a list of the property "instrument". Invalidates all iterators.
PrependActivityStreamsTombstone(v ActivityStreamsTombstone)
// PrependActivityStreamsTravel prepends a Travel value to the front of a
// list of the property "instrument". Invalidates all iterators.
PrependActivityStreamsTravel(v ActivityStreamsTravel)
// PrependActivityStreamsUndo prepends a Undo value to the front of a list
// of the property "instrument". Invalidates all iterators.
PrependActivityStreamsUndo(v ActivityStreamsUndo)
// PrependActivityStreamsUpdate prepends a Update value to the front of a
// list of the property "instrument". Invalidates all iterators.
PrependActivityStreamsUpdate(v ActivityStreamsUpdate)
// PrependActivityStreamsVideo prepends a Video value to the front of a
// list of the property "instrument". Invalidates all iterators.
PrependActivityStreamsVideo(v ActivityStreamsVideo)
// PrependActivityStreamsView prepends a View value to the front of a list
// of the property "instrument". Invalidates all iterators.
PrependActivityStreamsView(v ActivityStreamsView)
// PrependFunkwhaleAlbum prepends a Album value to the front of a list of
// the property "instrument". Invalidates all iterators.
PrependFunkwhaleAlbum(v FunkwhaleAlbum)
// PrependFunkwhaleArtist prepends a Artist value to the front of a list
// of the property "instrument". Invalidates all iterators.
PrependFunkwhaleArtist(v FunkwhaleArtist)
// PrependFunkwhaleLibrary prepends a Library value to the front of a list
// of the property "instrument". Invalidates all iterators.
PrependFunkwhaleLibrary(v FunkwhaleLibrary)
// PrependFunkwhaleTrack prepends a Track value to the front of a list of
// the property "instrument". Invalidates all iterators.
PrependFunkwhaleTrack(v FunkwhaleTrack)
// PrependGoToSocialAnnounceApproval prepends a AnnounceApproval value to
// the front of a list of the property "instrument". Invalidates all
// iterators.
PrependGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// PrependGoToSocialAnnounceAuthorization prepends a AnnounceAuthorization
// value to the front of a list of the property "instrument".
// Invalidates all iterators.
PrependGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// PrependGoToSocialAnnounceRequest prepends a AnnounceRequest value to
// the front of a list of the property "instrument". Invalidates all
// iterators.
PrependGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// PrependGoToSocialLikeApproval prepends a LikeApproval value to the
// front of a list of the property "instrument". Invalidates all
// iterators.
PrependGoToSocialLikeApproval(v GoToSocialLikeApproval)
// PrependGoToSocialLikeAuthorization prepends a LikeAuthorization value
// to the front of a list of the property "instrument". Invalidates
// all iterators.
PrependGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// PrependGoToSocialLikeRequest prepends a LikeRequest value to the front
// of a list of the property "instrument". Invalidates all iterators.
PrependGoToSocialLikeRequest(v GoToSocialLikeRequest)
// PrependGoToSocialQuoteAuthorization prepends a QuoteAuthorization value
// to the front of a list of the property "instrument". Invalidates
// all iterators.
PrependGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// PrependGoToSocialQuoteRequest prepends a QuoteRequest value to the
// front of a list of the property "instrument". Invalidates all
// iterators.
PrependGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// PrependGoToSocialReplyApproval prepends a ReplyApproval value to the
// front of a list of the property "instrument". Invalidates all
// iterators.
PrependGoToSocialReplyApproval(v GoToSocialReplyApproval)
// PrependGoToSocialReplyAuthorization prepends a ReplyAuthorization value
// to the front of a list of the property "instrument". Invalidates
// all iterators.
PrependGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// PrependGoToSocialReplyRequest prepends a ReplyRequest value to the
// front of a list of the property "instrument". Invalidates all
// iterators.
PrependGoToSocialReplyRequest(v GoToSocialReplyRequest)
// PrependIRI prepends an IRI value to the front of a list of the property
// "instrument".
PrependIRI(v *url.URL)
// PrependLitePubEmojiReact prepends a EmojiReact value to the front of a
// list of the property "instrument". Invalidates all iterators.
PrependLitePubEmojiReact(v LitePubEmojiReact)
// PrependSchemaPropertyValue prepends a PropertyValue value to the front
// of a list of the property "instrument". Invalidates all iterators.
PrependSchemaPropertyValue(v SchemaPropertyValue)
// PrependTootEmoji prepends a Emoji value to the front of a list of the
// property "instrument". Invalidates all iterators.
PrependTootEmoji(v TootEmoji)
// PrependTootHashtag prepends a Hashtag value to the front of a list of
// the property "instrument". Invalidates all iterators.
PrependTootHashtag(v TootHashtag)
// PrependTootIdentityProof prepends a IdentityProof value to the front of
// a list of the property "instrument". Invalidates all iterators.
PrependTootIdentityProof(v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "instrument". Invalidates all iterators. Returns an
// error if the type is not a valid one to set for this property.
PrependType(t Type) error
// Remove deletes an element at the specified index from a list of the
// property "instrument", regardless of its type. Panics if the index
// is out of bounds. Invalidates all iterators.
Remove(idx int)
// 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.
Serialize() (interface{}, error)
// SetActivityStreamsAccept sets a Accept value to be at the specified
// index for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsAccept(idx int, v ActivityStreamsAccept)
// SetActivityStreamsActivity sets a Activity value to be at the specified
// index for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsActivity(idx int, v ActivityStreamsActivity)
// SetActivityStreamsAdd sets a Add value to be at the specified index for
// the property "instrument". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsAdd(idx int, v ActivityStreamsAdd)
// SetActivityStreamsAnnounce sets a Announce value to be at the specified
// index for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsAnnounce(idx int, v ActivityStreamsAnnounce)
// SetActivityStreamsApplication sets a Application value to be at the
// specified index for the property "instrument". Panics if the index
// is out of bounds. Invalidates all iterators.
SetActivityStreamsApplication(idx int, v ActivityStreamsApplication)
// SetActivityStreamsArrive sets a Arrive value to be at the specified
// index for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsArrive(idx int, v ActivityStreamsArrive)
// SetActivityStreamsArticle sets a Article value to be at the specified
// index for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsArticle(idx int, v ActivityStreamsArticle)
// SetActivityStreamsAudio sets a Audio value to be at the specified index
// for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsAudio(idx int, v ActivityStreamsAudio)
// SetActivityStreamsBlock sets a Block value to be at the specified index
// for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsBlock(idx int, v ActivityStreamsBlock)
// SetActivityStreamsCollection sets a Collection value to be at the
// specified index for the property "instrument". Panics if the index
// is out of bounds. Invalidates all iterators.
SetActivityStreamsCollection(idx int, v ActivityStreamsCollection)
// SetActivityStreamsCollectionPage sets a CollectionPage value to be at
// the specified index for the property "instrument". Panics if the
// index is out of bounds. Invalidates all iterators.
SetActivityStreamsCollectionPage(idx int, v ActivityStreamsCollectionPage)
// SetActivityStreamsCreate sets a Create value to be at the specified
// index for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsCreate(idx int, v ActivityStreamsCreate)
// SetActivityStreamsDelete sets a Delete value to be at the specified
// index for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsDelete(idx int, v ActivityStreamsDelete)
// SetActivityStreamsDislike sets a Dislike value to be at the specified
// index for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsDislike(idx int, v ActivityStreamsDislike)
// SetActivityStreamsDocument sets a Document value to be at the specified
// index for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsDocument(idx int, v ActivityStreamsDocument)
// SetActivityStreamsEvent sets a Event value to be at the specified index
// for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsEvent(idx int, v ActivityStreamsEvent)
// SetActivityStreamsFlag sets a Flag value to be at the specified index
// for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsFlag(idx int, v ActivityStreamsFlag)
// SetActivityStreamsFollow sets a Follow value to be at the specified
// index for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsFollow(idx int, v ActivityStreamsFollow)
// SetActivityStreamsGroup sets a Group value to be at the specified index
// for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsGroup(idx int, v ActivityStreamsGroup)
// SetActivityStreamsIgnore sets a Ignore value to be at the specified
// index for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsIgnore(idx int, v ActivityStreamsIgnore)
// SetActivityStreamsImage sets a Image value to be at the specified index
// for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsImage(idx int, v ActivityStreamsImage)
// SetActivityStreamsIntransitiveActivity sets a IntransitiveActivity
// value to be at the specified index for the property "instrument".
// Panics if the index is out of bounds. Invalidates all iterators.
SetActivityStreamsIntransitiveActivity(idx int, v ActivityStreamsIntransitiveActivity)
// SetActivityStreamsInvite sets a Invite value to be at the specified
// index for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsInvite(idx int, v ActivityStreamsInvite)
// SetActivityStreamsJoin sets a Join value to be at the specified index
// for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsJoin(idx int, v ActivityStreamsJoin)
// SetActivityStreamsLeave sets a Leave value to be at the specified index
// for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsLeave(idx int, v ActivityStreamsLeave)
// SetActivityStreamsLike sets a Like value to be at the specified index
// for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsLike(idx int, v ActivityStreamsLike)
// SetActivityStreamsLink sets a Link value to be at the specified index
// for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsLink(idx int, v ActivityStreamsLink)
// SetActivityStreamsListen sets a Listen value to be at the specified
// index for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsListen(idx int, v ActivityStreamsListen)
// SetActivityStreamsMention sets a Mention value to be at the specified
// index for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsMention(idx int, v ActivityStreamsMention)
// SetActivityStreamsMove sets a Move value to be at the specified index
// for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsMove(idx int, v ActivityStreamsMove)
// SetActivityStreamsNote sets a Note value to be at the specified index
// for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsNote(idx int, v ActivityStreamsNote)
// SetActivityStreamsObject sets a Object value to be at the specified
// index for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsObject(idx int, v ActivityStreamsObject)
// SetActivityStreamsOffer sets a Offer value to be at the specified index
// for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsOffer(idx int, v ActivityStreamsOffer)
// SetActivityStreamsOrderedCollection sets a OrderedCollection value to
// be at the specified index for the property "instrument". Panics if
// the index is out of bounds. Invalidates all iterators.
SetActivityStreamsOrderedCollection(idx int, v ActivityStreamsOrderedCollection)
// SetActivityStreamsOrderedCollectionPage sets a OrderedCollectionPage
// value to be at the specified index for the property "instrument".
// Panics if the index is out of bounds. Invalidates all iterators.
SetActivityStreamsOrderedCollectionPage(idx int, v ActivityStreamsOrderedCollectionPage)
// SetActivityStreamsOrganization sets a Organization value to be at the
// specified index for the property "instrument". Panics if the index
// is out of bounds. Invalidates all iterators.
SetActivityStreamsOrganization(idx int, v ActivityStreamsOrganization)
// SetActivityStreamsPage sets a Page value to be at the specified index
// for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsPage(idx int, v ActivityStreamsPage)
// SetActivityStreamsPerson sets a Person value to be at the specified
// index for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsPerson(idx int, v ActivityStreamsPerson)
// SetActivityStreamsPlace sets a Place value to be at the specified index
// for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsPlace(idx int, v ActivityStreamsPlace)
// SetActivityStreamsProfile sets a Profile value to be at the specified
// index for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsProfile(idx int, v ActivityStreamsProfile)
// SetActivityStreamsQuestion sets a Question value to be at the specified
// index for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsQuestion(idx int, v ActivityStreamsQuestion)
// SetActivityStreamsRead sets a Read value to be at the specified index
// for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsRead(idx int, v ActivityStreamsRead)
// SetActivityStreamsReject sets a Reject value to be at the specified
// index for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsReject(idx int, v ActivityStreamsReject)
// SetActivityStreamsRelationship sets a Relationship value to be at the
// specified index for the property "instrument". Panics if the index
// is out of bounds. Invalidates all iterators.
SetActivityStreamsRelationship(idx int, v ActivityStreamsRelationship)
// SetActivityStreamsRemove sets a Remove value to be at the specified
// index for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsRemove(idx int, v ActivityStreamsRemove)
// SetActivityStreamsService sets a Service value to be at the specified
// index for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsService(idx int, v ActivityStreamsService)
// SetActivityStreamsTentativeAccept sets a TentativeAccept value to be at
// the specified index for the property "instrument". Panics if the
// index is out of bounds. Invalidates all iterators.
SetActivityStreamsTentativeAccept(idx int, v ActivityStreamsTentativeAccept)
// SetActivityStreamsTentativeReject sets a TentativeReject value to be at
// the specified index for the property "instrument". Panics if the
// index is out of bounds. Invalidates all iterators.
SetActivityStreamsTentativeReject(idx int, v ActivityStreamsTentativeReject)
// SetActivityStreamsTombstone sets a Tombstone value to be at the
// specified index for the property "instrument". Panics if the index
// is out of bounds. Invalidates all iterators.
SetActivityStreamsTombstone(idx int, v ActivityStreamsTombstone)
// SetActivityStreamsTravel sets a Travel value to be at the specified
// index for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsTravel(idx int, v ActivityStreamsTravel)
// SetActivityStreamsUndo sets a Undo value to be at the specified index
// for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsUndo(idx int, v ActivityStreamsUndo)
// SetActivityStreamsUpdate sets a Update value to be at the specified
// index for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsUpdate(idx int, v ActivityStreamsUpdate)
// SetActivityStreamsVideo sets a Video value to be at the specified index
// for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsVideo(idx int, v ActivityStreamsVideo)
// SetActivityStreamsView sets a View value to be at the specified index
// for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsView(idx int, v ActivityStreamsView)
// SetFunkwhaleAlbum sets a Album value to be at the specified index for
// the property "instrument". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleAlbum(idx int, v FunkwhaleAlbum)
// SetFunkwhaleArtist sets a Artist value to be at the specified index for
// the property "instrument". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleArtist(idx int, v FunkwhaleArtist)
// SetFunkwhaleLibrary sets a Library value to be at the specified index
// for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetFunkwhaleLibrary(idx int, v FunkwhaleLibrary)
// SetFunkwhaleTrack sets a Track value to be at the specified index for
// the property "instrument". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleTrack(idx int, v FunkwhaleTrack)
// SetGoToSocialAnnounceApproval sets a AnnounceApproval value to be at
// the specified index for the property "instrument". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceApproval(idx int, v GoToSocialAnnounceApproval)
// SetGoToSocialAnnounceAuthorization sets a AnnounceAuthorization value
// to be at the specified index for the property "instrument". Panics
// if the index is out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceAuthorization(idx int, v GoToSocialAnnounceAuthorization)
// SetGoToSocialAnnounceRequest sets a AnnounceRequest value to be at the
// specified index for the property "instrument". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceRequest(idx int, v GoToSocialAnnounceRequest)
// SetGoToSocialLikeApproval sets a LikeApproval value to be at the
// specified index for the property "instrument". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialLikeApproval(idx int, v GoToSocialLikeApproval)
// SetGoToSocialLikeAuthorization sets a LikeAuthorization value to be at
// the specified index for the property "instrument". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialLikeAuthorization(idx int, v GoToSocialLikeAuthorization)
// SetGoToSocialLikeRequest sets a LikeRequest value to be at the
// specified index for the property "instrument". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// SetGoToSocialQuoteAuthorization sets a QuoteAuthorization value to be
// at the specified index for the property "instrument". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialQuoteAuthorization(idx int, v GoToSocialQuoteAuthorization)
// SetGoToSocialQuoteRequest sets a QuoteRequest value to be at the
// specified index for the property "instrument". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialQuoteRequest(idx int, v GoToSocialQuoteRequest)
// SetGoToSocialReplyApproval sets a ReplyApproval value to be at the
// specified index for the property "instrument". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialReplyApproval(idx int, v GoToSocialReplyApproval)
// SetGoToSocialReplyAuthorization sets a ReplyAuthorization value to be
// at the specified index for the property "instrument". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialReplyAuthorization(idx int, v GoToSocialReplyAuthorization)
// SetGoToSocialReplyRequest sets a ReplyRequest value to be at the
// specified index for the property "instrument". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialReplyRequest(idx int, v GoToSocialReplyRequest)
// SetIRI sets an IRI value to be at the specified index for the property
// "instrument". Panics if the index is out of bounds.
SetIRI(idx int, v *url.URL)
// SetLitePubEmojiReact sets a EmojiReact value to be at the specified
// index for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetLitePubEmojiReact(idx int, v LitePubEmojiReact)
// SetSchemaPropertyValue sets a PropertyValue value to be at the
// specified index for the property "instrument". Panics if the index
// is out of bounds. Invalidates all iterators.
SetSchemaPropertyValue(idx int, v SchemaPropertyValue)
// SetTootEmoji sets a Emoji value to be at the specified index for the
// property "instrument". Panics if the index is out of bounds.
// Invalidates all iterators.
SetTootEmoji(idx int, v TootEmoji)
// SetTootHashtag sets a Hashtag value to be at the specified index for
// the property "instrument". Panics if the index is out of bounds.
// Invalidates all iterators.
SetTootHashtag(idx int, v TootHashtag)
// SetTootIdentityProof sets a IdentityProof value to be at the specified
// index for the property "instrument". Panics if the index is out of
// bounds. Invalidates all iterators.
SetTootIdentityProof(idx int, v TootIdentityProof)
// SetType sets an arbitrary type value to the specified index of the
// property "instrument". 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.
SetType(idx int, t Type) error
// Swap swaps the location of values at two indices for the "instrument"
// property.
Swap(i, j int)
}
Identifies one or more objects used (or to be used) in the completion of an Activity.
Example 85 (https://www.w3.org/TR/activitystreams-vocabulary/#ex101-jsonld):
{
"actor": {
"name": "Sally",
"type": "Person"
},
"instrument": {
"name": "Acme Music Service",
"type": "Service"
},
"object": "http://example.org/foo.mp3",
"summary": "Sally listened to a piece of music on the Acme Music
Service",
"type": "Listen" }
type ActivityStreamsInstrumentPropertyIterator ¶
type ActivityStreamsInstrumentPropertyIterator interface {
// GetActivityStreamsAccept returns the value of this property. When
// IsActivityStreamsAccept returns false, GetActivityStreamsAccept
// will return an arbitrary value.
GetActivityStreamsAccept() ActivityStreamsAccept
// GetActivityStreamsActivity returns the value of this property. When
// IsActivityStreamsActivity returns false, GetActivityStreamsActivity
// will return an arbitrary value.
GetActivityStreamsActivity() ActivityStreamsActivity
// GetActivityStreamsAdd returns the value of this property. When
// IsActivityStreamsAdd returns false, GetActivityStreamsAdd will
// return an arbitrary value.
GetActivityStreamsAdd() ActivityStreamsAdd
// GetActivityStreamsAnnounce returns the value of this property. When
// IsActivityStreamsAnnounce returns false, GetActivityStreamsAnnounce
// will return an arbitrary value.
GetActivityStreamsAnnounce() ActivityStreamsAnnounce
// GetActivityStreamsApplication returns the value of this property. When
// IsActivityStreamsApplication returns false,
// GetActivityStreamsApplication will return an arbitrary value.
GetActivityStreamsApplication() ActivityStreamsApplication
// GetActivityStreamsArrive returns the value of this property. When
// IsActivityStreamsArrive returns false, GetActivityStreamsArrive
// will return an arbitrary value.
GetActivityStreamsArrive() ActivityStreamsArrive
// GetActivityStreamsArticle returns the value of this property. When
// IsActivityStreamsArticle returns false, GetActivityStreamsArticle
// will return an arbitrary value.
GetActivityStreamsArticle() ActivityStreamsArticle
// GetActivityStreamsAudio returns the value of this property. When
// IsActivityStreamsAudio returns false, GetActivityStreamsAudio will
// return an arbitrary value.
GetActivityStreamsAudio() ActivityStreamsAudio
// GetActivityStreamsBlock returns the value of this property. When
// IsActivityStreamsBlock returns false, GetActivityStreamsBlock will
// return an arbitrary value.
GetActivityStreamsBlock() ActivityStreamsBlock
// GetActivityStreamsCollection returns the value of this property. When
// IsActivityStreamsCollection returns false,
// GetActivityStreamsCollection will return an arbitrary value.
GetActivityStreamsCollection() ActivityStreamsCollection
// GetActivityStreamsCollectionPage returns the value of this property.
// When IsActivityStreamsCollectionPage returns false,
// GetActivityStreamsCollectionPage will return an arbitrary value.
GetActivityStreamsCollectionPage() ActivityStreamsCollectionPage
// GetActivityStreamsCreate returns the value of this property. When
// IsActivityStreamsCreate returns false, GetActivityStreamsCreate
// will return an arbitrary value.
GetActivityStreamsCreate() ActivityStreamsCreate
// GetActivityStreamsDelete returns the value of this property. When
// IsActivityStreamsDelete returns false, GetActivityStreamsDelete
// will return an arbitrary value.
GetActivityStreamsDelete() ActivityStreamsDelete
// GetActivityStreamsDislike returns the value of this property. When
// IsActivityStreamsDislike returns false, GetActivityStreamsDislike
// will return an arbitrary value.
GetActivityStreamsDislike() ActivityStreamsDislike
// GetActivityStreamsDocument returns the value of this property. When
// IsActivityStreamsDocument returns false, GetActivityStreamsDocument
// will return an arbitrary value.
GetActivityStreamsDocument() ActivityStreamsDocument
// GetActivityStreamsEvent returns the value of this property. When
// IsActivityStreamsEvent returns false, GetActivityStreamsEvent will
// return an arbitrary value.
GetActivityStreamsEvent() ActivityStreamsEvent
// GetActivityStreamsFlag returns the value of this property. When
// IsActivityStreamsFlag returns false, GetActivityStreamsFlag will
// return an arbitrary value.
GetActivityStreamsFlag() ActivityStreamsFlag
// GetActivityStreamsFollow returns the value of this property. When
// IsActivityStreamsFollow returns false, GetActivityStreamsFollow
// will return an arbitrary value.
GetActivityStreamsFollow() ActivityStreamsFollow
// GetActivityStreamsGroup returns the value of this property. When
// IsActivityStreamsGroup returns false, GetActivityStreamsGroup will
// return an arbitrary value.
GetActivityStreamsGroup() ActivityStreamsGroup
// GetActivityStreamsIgnore returns the value of this property. When
// IsActivityStreamsIgnore returns false, GetActivityStreamsIgnore
// will return an arbitrary value.
GetActivityStreamsIgnore() ActivityStreamsIgnore
// GetActivityStreamsImage returns the value of this property. When
// IsActivityStreamsImage returns false, GetActivityStreamsImage will
// return an arbitrary value.
GetActivityStreamsImage() ActivityStreamsImage
// GetActivityStreamsIntransitiveActivity returns the value of this
// property. When IsActivityStreamsIntransitiveActivity returns false,
// GetActivityStreamsIntransitiveActivity will return an arbitrary
// value.
GetActivityStreamsIntransitiveActivity() ActivityStreamsIntransitiveActivity
// GetActivityStreamsInvite returns the value of this property. When
// IsActivityStreamsInvite returns false, GetActivityStreamsInvite
// will return an arbitrary value.
GetActivityStreamsInvite() ActivityStreamsInvite
// GetActivityStreamsJoin returns the value of this property. When
// IsActivityStreamsJoin returns false, GetActivityStreamsJoin will
// return an arbitrary value.
GetActivityStreamsJoin() ActivityStreamsJoin
// GetActivityStreamsLeave returns the value of this property. When
// IsActivityStreamsLeave returns false, GetActivityStreamsLeave will
// return an arbitrary value.
GetActivityStreamsLeave() ActivityStreamsLeave
// GetActivityStreamsLike returns the value of this property. When
// IsActivityStreamsLike returns false, GetActivityStreamsLike will
// return an arbitrary value.
GetActivityStreamsLike() ActivityStreamsLike
// GetActivityStreamsLink returns the value of this property. When
// IsActivityStreamsLink returns false, GetActivityStreamsLink will
// return an arbitrary value.
GetActivityStreamsLink() ActivityStreamsLink
// GetActivityStreamsListen returns the value of this property. When
// IsActivityStreamsListen returns false, GetActivityStreamsListen
// will return an arbitrary value.
GetActivityStreamsListen() ActivityStreamsListen
// GetActivityStreamsMention returns the value of this property. When
// IsActivityStreamsMention returns false, GetActivityStreamsMention
// will return an arbitrary value.
GetActivityStreamsMention() ActivityStreamsMention
// GetActivityStreamsMove returns the value of this property. When
// IsActivityStreamsMove returns false, GetActivityStreamsMove will
// return an arbitrary value.
GetActivityStreamsMove() ActivityStreamsMove
// GetActivityStreamsNote returns the value of this property. When
// IsActivityStreamsNote returns false, GetActivityStreamsNote will
// return an arbitrary value.
GetActivityStreamsNote() ActivityStreamsNote
// GetActivityStreamsObject returns the value of this property. When
// IsActivityStreamsObject returns false, GetActivityStreamsObject
// will return an arbitrary value.
GetActivityStreamsObject() ActivityStreamsObject
// GetActivityStreamsOffer returns the value of this property. When
// IsActivityStreamsOffer returns false, GetActivityStreamsOffer will
// return an arbitrary value.
GetActivityStreamsOffer() ActivityStreamsOffer
// GetActivityStreamsOrderedCollection returns the value of this property.
// When IsActivityStreamsOrderedCollection returns false,
// GetActivityStreamsOrderedCollection will return an arbitrary value.
GetActivityStreamsOrderedCollection() ActivityStreamsOrderedCollection
// GetActivityStreamsOrderedCollectionPage returns the value of this
// property. When IsActivityStreamsOrderedCollectionPage returns
// false, GetActivityStreamsOrderedCollectionPage will return an
// arbitrary value.
GetActivityStreamsOrderedCollectionPage() ActivityStreamsOrderedCollectionPage
// GetActivityStreamsOrganization returns the value of this property. When
// IsActivityStreamsOrganization returns false,
// GetActivityStreamsOrganization will return an arbitrary value.
GetActivityStreamsOrganization() ActivityStreamsOrganization
// GetActivityStreamsPage returns the value of this property. When
// IsActivityStreamsPage returns false, GetActivityStreamsPage will
// return an arbitrary value.
GetActivityStreamsPage() ActivityStreamsPage
// GetActivityStreamsPerson returns the value of this property. When
// IsActivityStreamsPerson returns false, GetActivityStreamsPerson
// will return an arbitrary value.
GetActivityStreamsPerson() ActivityStreamsPerson
// GetActivityStreamsPlace returns the value of this property. When
// IsActivityStreamsPlace returns false, GetActivityStreamsPlace will
// return an arbitrary value.
GetActivityStreamsPlace() ActivityStreamsPlace
// GetActivityStreamsProfile returns the value of this property. When
// IsActivityStreamsProfile returns false, GetActivityStreamsProfile
// will return an arbitrary value.
GetActivityStreamsProfile() ActivityStreamsProfile
// GetActivityStreamsQuestion returns the value of this property. When
// IsActivityStreamsQuestion returns false, GetActivityStreamsQuestion
// will return an arbitrary value.
GetActivityStreamsQuestion() ActivityStreamsQuestion
// GetActivityStreamsRead returns the value of this property. When
// IsActivityStreamsRead returns false, GetActivityStreamsRead will
// return an arbitrary value.
GetActivityStreamsRead() ActivityStreamsRead
// GetActivityStreamsReject returns the value of this property. When
// IsActivityStreamsReject returns false, GetActivityStreamsReject
// will return an arbitrary value.
GetActivityStreamsReject() ActivityStreamsReject
// GetActivityStreamsRelationship returns the value of this property. When
// IsActivityStreamsRelationship returns false,
// GetActivityStreamsRelationship will return an arbitrary value.
GetActivityStreamsRelationship() ActivityStreamsRelationship
// GetActivityStreamsRemove returns the value of this property. When
// IsActivityStreamsRemove returns false, GetActivityStreamsRemove
// will return an arbitrary value.
GetActivityStreamsRemove() ActivityStreamsRemove
// GetActivityStreamsService returns the value of this property. When
// IsActivityStreamsService returns false, GetActivityStreamsService
// will return an arbitrary value.
GetActivityStreamsService() ActivityStreamsService
// GetActivityStreamsTentativeAccept returns the value of this property.
// When IsActivityStreamsTentativeAccept returns false,
// GetActivityStreamsTentativeAccept will return an arbitrary value.
GetActivityStreamsTentativeAccept() ActivityStreamsTentativeAccept
// GetActivityStreamsTentativeReject returns the value of this property.
// When IsActivityStreamsTentativeReject returns false,
// GetActivityStreamsTentativeReject will return an arbitrary value.
GetActivityStreamsTentativeReject() ActivityStreamsTentativeReject
// GetActivityStreamsTombstone returns the value of this property. When
// IsActivityStreamsTombstone returns false,
// GetActivityStreamsTombstone will return an arbitrary value.
GetActivityStreamsTombstone() ActivityStreamsTombstone
// GetActivityStreamsTravel returns the value of this property. When
// IsActivityStreamsTravel returns false, GetActivityStreamsTravel
// will return an arbitrary value.
GetActivityStreamsTravel() ActivityStreamsTravel
// GetActivityStreamsUndo returns the value of this property. When
// IsActivityStreamsUndo returns false, GetActivityStreamsUndo will
// return an arbitrary value.
GetActivityStreamsUndo() ActivityStreamsUndo
// GetActivityStreamsUpdate returns the value of this property. When
// IsActivityStreamsUpdate returns false, GetActivityStreamsUpdate
// will return an arbitrary value.
GetActivityStreamsUpdate() ActivityStreamsUpdate
// GetActivityStreamsVideo returns the value of this property. When
// IsActivityStreamsVideo returns false, GetActivityStreamsVideo will
// return an arbitrary value.
GetActivityStreamsVideo() ActivityStreamsVideo
// GetActivityStreamsView returns the value of this property. When
// IsActivityStreamsView returns false, GetActivityStreamsView will
// return an arbitrary value.
GetActivityStreamsView() ActivityStreamsView
// GetFunkwhaleAlbum returns the value of this property. When
// IsFunkwhaleAlbum returns false, GetFunkwhaleAlbum will return an
// arbitrary value.
GetFunkwhaleAlbum() FunkwhaleAlbum
// GetFunkwhaleArtist returns the value of this property. When
// IsFunkwhaleArtist returns false, GetFunkwhaleArtist will return an
// arbitrary value.
GetFunkwhaleArtist() FunkwhaleArtist
// GetFunkwhaleLibrary returns the value of this property. When
// IsFunkwhaleLibrary returns false, GetFunkwhaleLibrary will return
// an arbitrary value.
GetFunkwhaleLibrary() FunkwhaleLibrary
// GetFunkwhaleTrack returns the value of this property. When
// IsFunkwhaleTrack returns false, GetFunkwhaleTrack will return an
// arbitrary value.
GetFunkwhaleTrack() FunkwhaleTrack
// GetGoToSocialAnnounceApproval returns the value of this property. When
// IsGoToSocialAnnounceApproval returns false,
// GetGoToSocialAnnounceApproval will return an arbitrary value.
GetGoToSocialAnnounceApproval() GoToSocialAnnounceApproval
// GetGoToSocialAnnounceAuthorization returns the value of this property.
// When IsGoToSocialAnnounceAuthorization returns false,
// GetGoToSocialAnnounceAuthorization will return an arbitrary value.
GetGoToSocialAnnounceAuthorization() GoToSocialAnnounceAuthorization
// GetGoToSocialAnnounceRequest returns the value of this property. When
// IsGoToSocialAnnounceRequest returns false,
// GetGoToSocialAnnounceRequest will return an arbitrary value.
GetGoToSocialAnnounceRequest() GoToSocialAnnounceRequest
// GetGoToSocialLikeApproval returns the value of this property. When
// IsGoToSocialLikeApproval returns false, GetGoToSocialLikeApproval
// will return an arbitrary value.
GetGoToSocialLikeApproval() GoToSocialLikeApproval
// GetGoToSocialLikeAuthorization returns the value of this property. When
// IsGoToSocialLikeAuthorization returns false,
// GetGoToSocialLikeAuthorization will return an arbitrary value.
GetGoToSocialLikeAuthorization() GoToSocialLikeAuthorization
// GetGoToSocialLikeRequest returns the value of this property. When
// IsGoToSocialLikeRequest returns false, GetGoToSocialLikeRequest
// will return an arbitrary value.
GetGoToSocialLikeRequest() GoToSocialLikeRequest
// GetGoToSocialQuoteAuthorization returns the value of this property.
// When IsGoToSocialQuoteAuthorization returns false,
// GetGoToSocialQuoteAuthorization will return an arbitrary value.
GetGoToSocialQuoteAuthorization() GoToSocialQuoteAuthorization
// GetGoToSocialQuoteRequest returns the value of this property. When
// IsGoToSocialQuoteRequest returns false, GetGoToSocialQuoteRequest
// will return an arbitrary value.
GetGoToSocialQuoteRequest() GoToSocialQuoteRequest
// GetGoToSocialReplyApproval returns the value of this property. When
// IsGoToSocialReplyApproval returns false, GetGoToSocialReplyApproval
// will return an arbitrary value.
GetGoToSocialReplyApproval() GoToSocialReplyApproval
// GetGoToSocialReplyAuthorization returns the value of this property.
// When IsGoToSocialReplyAuthorization returns false,
// GetGoToSocialReplyAuthorization will return an arbitrary value.
GetGoToSocialReplyAuthorization() GoToSocialReplyAuthorization
// GetGoToSocialReplyRequest returns the value of this property. When
// IsGoToSocialReplyRequest returns false, GetGoToSocialReplyRequest
// will return an arbitrary value.
GetGoToSocialReplyRequest() GoToSocialReplyRequest
// GetIRI returns the IRI of this property. When IsIRI returns false,
// GetIRI will return an arbitrary value.
GetIRI() *url.URL
// GetLitePubEmojiReact returns the value of this property. When
// IsLitePubEmojiReact returns false, GetLitePubEmojiReact will return
// an arbitrary value.
GetLitePubEmojiReact() LitePubEmojiReact
// GetSchemaPropertyValue returns the value of this property. When
// IsSchemaPropertyValue returns false, GetSchemaPropertyValue will
// return an arbitrary value.
GetSchemaPropertyValue() SchemaPropertyValue
// GetTootEmoji returns the value of this property. When IsTootEmoji
// returns false, GetTootEmoji will return an arbitrary value.
GetTootEmoji() TootEmoji
// GetTootHashtag returns the value of this property. When IsTootHashtag
// returns false, GetTootHashtag will return an arbitrary value.
GetTootHashtag() TootHashtag
// GetTootIdentityProof returns the value of this property. When
// IsTootIdentityProof returns false, GetTootIdentityProof will return
// an arbitrary value.
GetTootIdentityProof() TootIdentityProof
// 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.
GetType() Type
// HasAny returns true if any of the different values is set.
HasAny() 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.
IsActivityStreamsAccept() 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.
IsActivityStreamsActivity() 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.
IsActivityStreamsAdd() 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.
IsActivityStreamsAnnounce() 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.
IsActivityStreamsApplication() 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.
IsActivityStreamsArrive() 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.
IsActivityStreamsArticle() 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.
IsActivityStreamsAudio() 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.
IsActivityStreamsBlock() 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.
IsActivityStreamsCollection() 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.
IsActivityStreamsCollectionPage() 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.
IsActivityStreamsCreate() 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.
IsActivityStreamsDelete() 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.
IsActivityStreamsDislike() 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.
IsActivityStreamsDocument() 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.
IsActivityStreamsEvent() 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.
IsActivityStreamsFlag() 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.
IsActivityStreamsFollow() 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.
IsActivityStreamsGroup() 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.
IsActivityStreamsIgnore() 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.
IsActivityStreamsImage() 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.
IsActivityStreamsIntransitiveActivity() 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.
IsActivityStreamsInvite() 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.
IsActivityStreamsJoin() 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.
IsActivityStreamsLeave() 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.
IsActivityStreamsLike() 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.
IsActivityStreamsLink() 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.
IsActivityStreamsListen() 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.
IsActivityStreamsMention() 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.
IsActivityStreamsMove() 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.
IsActivityStreamsNote() 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.
IsActivityStreamsObject() 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.
IsActivityStreamsOffer() 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.
IsActivityStreamsOrderedCollection() 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.
IsActivityStreamsOrderedCollectionPage() 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.
IsActivityStreamsOrganization() 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.
IsActivityStreamsPage() 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.
IsActivityStreamsPerson() 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.
IsActivityStreamsPlace() 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.
IsActivityStreamsProfile() 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.
IsActivityStreamsQuestion() 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.
IsActivityStreamsRead() 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.
IsActivityStreamsReject() 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.
IsActivityStreamsRelationship() 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.
IsActivityStreamsRemove() 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.
IsActivityStreamsService() 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.
IsActivityStreamsTentativeAccept() 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.
IsActivityStreamsTentativeReject() 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.
IsActivityStreamsTombstone() 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.
IsActivityStreamsTravel() 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.
IsActivityStreamsUndo() 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.
IsActivityStreamsUpdate() 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.
IsActivityStreamsVideo() 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.
IsActivityStreamsView() bool
// IsFunkwhaleAlbum returns true if this property has a type of "Album".
// When true, use the GetFunkwhaleAlbum and SetFunkwhaleAlbum methods
// to access and set this property.
IsFunkwhaleAlbum() bool
// IsFunkwhaleArtist returns true if this property has a type of "Artist".
// When true, use the GetFunkwhaleArtist and SetFunkwhaleArtist
// methods to access and set this property.
IsFunkwhaleArtist() bool
// IsFunkwhaleLibrary returns true if this property has a type of
// "Library". When true, use the GetFunkwhaleLibrary and
// SetFunkwhaleLibrary methods to access and set this property.
IsFunkwhaleLibrary() bool
// IsFunkwhaleTrack returns true if this property has a type of "Track".
// When true, use the GetFunkwhaleTrack and SetFunkwhaleTrack methods
// to access and set this property.
IsFunkwhaleTrack() bool
// IsGoToSocialAnnounceApproval returns true if this property has a type
// of "AnnounceApproval". When true, use the
// GetGoToSocialAnnounceApproval and SetGoToSocialAnnounceApproval
// methods to access and set this property.
IsGoToSocialAnnounceApproval() bool
// IsGoToSocialAnnounceAuthorization returns true if this property has a
// type of "AnnounceAuthorization". When true, use the
// GetGoToSocialAnnounceAuthorization and
// SetGoToSocialAnnounceAuthorization methods to access and set this
// property.
IsGoToSocialAnnounceAuthorization() bool
// IsGoToSocialAnnounceRequest returns true if this property has a type of
// "AnnounceRequest". When true, use the GetGoToSocialAnnounceRequest
// and SetGoToSocialAnnounceRequest methods to access and set this
// property.
IsGoToSocialAnnounceRequest() bool
// IsGoToSocialLikeApproval returns true if this property has a type of
// "LikeApproval". When true, use the GetGoToSocialLikeApproval and
// SetGoToSocialLikeApproval methods to access and set this property.
IsGoToSocialLikeApproval() bool
// IsGoToSocialLikeAuthorization returns true if this property has a type
// of "LikeAuthorization". When true, use the
// GetGoToSocialLikeAuthorization and SetGoToSocialLikeAuthorization
// methods to access and set this property.
IsGoToSocialLikeAuthorization() bool
// IsGoToSocialLikeRequest returns true if this property has a type of
// "LikeRequest". When true, use the GetGoToSocialLikeRequest and
// SetGoToSocialLikeRequest methods to access and set this property.
IsGoToSocialLikeRequest() bool
// IsGoToSocialQuoteAuthorization returns true if this property has a type
// of "QuoteAuthorization". When true, use the
// GetGoToSocialQuoteAuthorization and SetGoToSocialQuoteAuthorization
// methods to access and set this property.
IsGoToSocialQuoteAuthorization() bool
// IsGoToSocialQuoteRequest returns true if this property has a type of
// "QuoteRequest". When true, use the GetGoToSocialQuoteRequest and
// SetGoToSocialQuoteRequest methods to access and set this property.
IsGoToSocialQuoteRequest() bool
// IsGoToSocialReplyApproval returns true if this property has a type of
// "ReplyApproval". When true, use the GetGoToSocialReplyApproval and
// SetGoToSocialReplyApproval methods to access and set this property.
IsGoToSocialReplyApproval() bool
// IsGoToSocialReplyAuthorization returns true if this property has a type
// of "ReplyAuthorization". When true, use the
// GetGoToSocialReplyAuthorization and SetGoToSocialReplyAuthorization
// methods to access and set this property.
IsGoToSocialReplyAuthorization() bool
// IsGoToSocialReplyRequest returns true if this property has a type of
// "ReplyRequest". When true, use the GetGoToSocialReplyRequest and
// SetGoToSocialReplyRequest methods to access and set this property.
IsGoToSocialReplyRequest() bool
// IsIRI returns true if this property is an IRI. When true, use GetIRI
// and SetIRI to access and set this property
IsIRI() bool
// IsLitePubEmojiReact returns true if this property has a type of
// "EmojiReact". When true, use the GetLitePubEmojiReact and
// SetLitePubEmojiReact methods to access and set this property.
IsLitePubEmojiReact() 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.
IsSchemaPropertyValue() 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.
IsTootEmoji() 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.
IsTootHashtag() 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.
IsTootIdentityProof() bool
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex() int
// 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.
LessThan(o ActivityStreamsInstrumentPropertyIterator) bool
// Name returns the name of this property: "ActivityStreamsInstrument".
Name() string
// Next returns the next iterator, or nil if there is no next iterator.
Next() ActivityStreamsInstrumentPropertyIterator
// Prev returns the previous iterator, or nil if there is no previous
// iterator.
Prev() ActivityStreamsInstrumentPropertyIterator
// SetActivityStreamsAccept sets the value of this property. Calling
// IsActivityStreamsAccept afterwards returns true.
SetActivityStreamsAccept(v ActivityStreamsAccept)
// SetActivityStreamsActivity sets the value of this property. Calling
// IsActivityStreamsActivity afterwards returns true.
SetActivityStreamsActivity(v ActivityStreamsActivity)
// SetActivityStreamsAdd sets the value of this property. Calling
// IsActivityStreamsAdd afterwards returns true.
SetActivityStreamsAdd(v ActivityStreamsAdd)
// SetActivityStreamsAnnounce sets the value of this property. Calling
// IsActivityStreamsAnnounce afterwards returns true.
SetActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// SetActivityStreamsApplication sets the value of this property. Calling
// IsActivityStreamsApplication afterwards returns true.
SetActivityStreamsApplication(v ActivityStreamsApplication)
// SetActivityStreamsArrive sets the value of this property. Calling
// IsActivityStreamsArrive afterwards returns true.
SetActivityStreamsArrive(v ActivityStreamsArrive)
// SetActivityStreamsArticle sets the value of this property. Calling
// IsActivityStreamsArticle afterwards returns true.
SetActivityStreamsArticle(v ActivityStreamsArticle)
// SetActivityStreamsAudio sets the value of this property. Calling
// IsActivityStreamsAudio afterwards returns true.
SetActivityStreamsAudio(v ActivityStreamsAudio)
// SetActivityStreamsBlock sets the value of this property. Calling
// IsActivityStreamsBlock afterwards returns true.
SetActivityStreamsBlock(v ActivityStreamsBlock)
// SetActivityStreamsCollection sets the value of this property. Calling
// IsActivityStreamsCollection afterwards returns true.
SetActivityStreamsCollection(v ActivityStreamsCollection)
// SetActivityStreamsCollectionPage sets the value of this property.
// Calling IsActivityStreamsCollectionPage afterwards returns true.
SetActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// SetActivityStreamsCreate sets the value of this property. Calling
// IsActivityStreamsCreate afterwards returns true.
SetActivityStreamsCreate(v ActivityStreamsCreate)
// SetActivityStreamsDelete sets the value of this property. Calling
// IsActivityStreamsDelete afterwards returns true.
SetActivityStreamsDelete(v ActivityStreamsDelete)
// SetActivityStreamsDislike sets the value of this property. Calling
// IsActivityStreamsDislike afterwards returns true.
SetActivityStreamsDislike(v ActivityStreamsDislike)
// SetActivityStreamsDocument sets the value of this property. Calling
// IsActivityStreamsDocument afterwards returns true.
SetActivityStreamsDocument(v ActivityStreamsDocument)
// SetActivityStreamsEvent sets the value of this property. Calling
// IsActivityStreamsEvent afterwards returns true.
SetActivityStreamsEvent(v ActivityStreamsEvent)
// SetActivityStreamsFlag sets the value of this property. Calling
// IsActivityStreamsFlag afterwards returns true.
SetActivityStreamsFlag(v ActivityStreamsFlag)
// SetActivityStreamsFollow sets the value of this property. Calling
// IsActivityStreamsFollow afterwards returns true.
SetActivityStreamsFollow(v ActivityStreamsFollow)
// SetActivityStreamsGroup sets the value of this property. Calling
// IsActivityStreamsGroup afterwards returns true.
SetActivityStreamsGroup(v ActivityStreamsGroup)
// SetActivityStreamsIgnore sets the value of this property. Calling
// IsActivityStreamsIgnore afterwards returns true.
SetActivityStreamsIgnore(v ActivityStreamsIgnore)
// SetActivityStreamsImage sets the value of this property. Calling
// IsActivityStreamsImage afterwards returns true.
SetActivityStreamsImage(v ActivityStreamsImage)
// SetActivityStreamsIntransitiveActivity sets the value of this property.
// Calling IsActivityStreamsIntransitiveActivity afterwards returns
// true.
SetActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// SetActivityStreamsInvite sets the value of this property. Calling
// IsActivityStreamsInvite afterwards returns true.
SetActivityStreamsInvite(v ActivityStreamsInvite)
// SetActivityStreamsJoin sets the value of this property. Calling
// IsActivityStreamsJoin afterwards returns true.
SetActivityStreamsJoin(v ActivityStreamsJoin)
// SetActivityStreamsLeave sets the value of this property. Calling
// IsActivityStreamsLeave afterwards returns true.
SetActivityStreamsLeave(v ActivityStreamsLeave)
// SetActivityStreamsLike sets the value of this property. Calling
// IsActivityStreamsLike afterwards returns true.
SetActivityStreamsLike(v ActivityStreamsLike)
// SetActivityStreamsLink sets the value of this property. Calling
// IsActivityStreamsLink afterwards returns true.
SetActivityStreamsLink(v ActivityStreamsLink)
// SetActivityStreamsListen sets the value of this property. Calling
// IsActivityStreamsListen afterwards returns true.
SetActivityStreamsListen(v ActivityStreamsListen)
// SetActivityStreamsMention sets the value of this property. Calling
// IsActivityStreamsMention afterwards returns true.
SetActivityStreamsMention(v ActivityStreamsMention)
// SetActivityStreamsMove sets the value of this property. Calling
// IsActivityStreamsMove afterwards returns true.
SetActivityStreamsMove(v ActivityStreamsMove)
// SetActivityStreamsNote sets the value of this property. Calling
// IsActivityStreamsNote afterwards returns true.
SetActivityStreamsNote(v ActivityStreamsNote)
// SetActivityStreamsObject sets the value of this property. Calling
// IsActivityStreamsObject afterwards returns true.
SetActivityStreamsObject(v ActivityStreamsObject)
// SetActivityStreamsOffer sets the value of this property. Calling
// IsActivityStreamsOffer afterwards returns true.
SetActivityStreamsOffer(v ActivityStreamsOffer)
// SetActivityStreamsOrderedCollection sets the value of this property.
// Calling IsActivityStreamsOrderedCollection afterwards returns true.
SetActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// SetActivityStreamsOrderedCollectionPage sets the value of this
// property. Calling IsActivityStreamsOrderedCollectionPage afterwards
// returns true.
SetActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// SetActivityStreamsOrganization sets the value of this property. Calling
// IsActivityStreamsOrganization afterwards returns true.
SetActivityStreamsOrganization(v ActivityStreamsOrganization)
// SetActivityStreamsPage sets the value of this property. Calling
// IsActivityStreamsPage afterwards returns true.
SetActivityStreamsPage(v ActivityStreamsPage)
// SetActivityStreamsPerson sets the value of this property. Calling
// IsActivityStreamsPerson afterwards returns true.
SetActivityStreamsPerson(v ActivityStreamsPerson)
// SetActivityStreamsPlace sets the value of this property. Calling
// IsActivityStreamsPlace afterwards returns true.
SetActivityStreamsPlace(v ActivityStreamsPlace)
// SetActivityStreamsProfile sets the value of this property. Calling
// IsActivityStreamsProfile afterwards returns true.
SetActivityStreamsProfile(v ActivityStreamsProfile)
// SetActivityStreamsQuestion sets the value of this property. Calling
// IsActivityStreamsQuestion afterwards returns true.
SetActivityStreamsQuestion(v ActivityStreamsQuestion)
// SetActivityStreamsRead sets the value of this property. Calling
// IsActivityStreamsRead afterwards returns true.
SetActivityStreamsRead(v ActivityStreamsRead)
// SetActivityStreamsReject sets the value of this property. Calling
// IsActivityStreamsReject afterwards returns true.
SetActivityStreamsReject(v ActivityStreamsReject)
// SetActivityStreamsRelationship sets the value of this property. Calling
// IsActivityStreamsRelationship afterwards returns true.
SetActivityStreamsRelationship(v ActivityStreamsRelationship)
// SetActivityStreamsRemove sets the value of this property. Calling
// IsActivityStreamsRemove afterwards returns true.
SetActivityStreamsRemove(v ActivityStreamsRemove)
// SetActivityStreamsService sets the value of this property. Calling
// IsActivityStreamsService afterwards returns true.
SetActivityStreamsService(v ActivityStreamsService)
// SetActivityStreamsTentativeAccept sets the value of this property.
// Calling IsActivityStreamsTentativeAccept afterwards returns true.
SetActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// SetActivityStreamsTentativeReject sets the value of this property.
// Calling IsActivityStreamsTentativeReject afterwards returns true.
SetActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// SetActivityStreamsTombstone sets the value of this property. Calling
// IsActivityStreamsTombstone afterwards returns true.
SetActivityStreamsTombstone(v ActivityStreamsTombstone)
// SetActivityStreamsTravel sets the value of this property. Calling
// IsActivityStreamsTravel afterwards returns true.
SetActivityStreamsTravel(v ActivityStreamsTravel)
// SetActivityStreamsUndo sets the value of this property. Calling
// IsActivityStreamsUndo afterwards returns true.
SetActivityStreamsUndo(v ActivityStreamsUndo)
// SetActivityStreamsUpdate sets the value of this property. Calling
// IsActivityStreamsUpdate afterwards returns true.
SetActivityStreamsUpdate(v ActivityStreamsUpdate)
// SetActivityStreamsVideo sets the value of this property. Calling
// IsActivityStreamsVideo afterwards returns true.
SetActivityStreamsVideo(v ActivityStreamsVideo)
// SetActivityStreamsView sets the value of this property. Calling
// IsActivityStreamsView afterwards returns true.
SetActivityStreamsView(v ActivityStreamsView)
// SetFunkwhaleAlbum sets the value of this property. Calling
// IsFunkwhaleAlbum afterwards returns true.
SetFunkwhaleAlbum(v FunkwhaleAlbum)
// SetFunkwhaleArtist sets the value of this property. Calling
// IsFunkwhaleArtist afterwards returns true.
SetFunkwhaleArtist(v FunkwhaleArtist)
// SetFunkwhaleLibrary sets the value of this property. Calling
// IsFunkwhaleLibrary afterwards returns true.
SetFunkwhaleLibrary(v FunkwhaleLibrary)
// SetFunkwhaleTrack sets the value of this property. Calling
// IsFunkwhaleTrack afterwards returns true.
SetFunkwhaleTrack(v FunkwhaleTrack)
// SetGoToSocialAnnounceApproval sets the value of this property. Calling
// IsGoToSocialAnnounceApproval afterwards returns true.
SetGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// SetGoToSocialAnnounceAuthorization sets the value of this property.
// Calling IsGoToSocialAnnounceAuthorization afterwards returns true.
SetGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// SetGoToSocialAnnounceRequest sets the value of this property. Calling
// IsGoToSocialAnnounceRequest afterwards returns true.
SetGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// SetGoToSocialLikeApproval sets the value of this property. Calling
// IsGoToSocialLikeApproval afterwards returns true.
SetGoToSocialLikeApproval(v GoToSocialLikeApproval)
// SetGoToSocialLikeAuthorization sets the value of this property. Calling
// IsGoToSocialLikeAuthorization afterwards returns true.
SetGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// SetGoToSocialLikeRequest sets the value of this property. Calling
// IsGoToSocialLikeRequest afterwards returns true.
SetGoToSocialLikeRequest(v GoToSocialLikeRequest)
// SetGoToSocialQuoteAuthorization sets the value of this property.
// Calling IsGoToSocialQuoteAuthorization afterwards returns true.
SetGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// SetGoToSocialQuoteRequest sets the value of this property. Calling
// IsGoToSocialQuoteRequest afterwards returns true.
SetGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// SetGoToSocialReplyApproval sets the value of this property. Calling
// IsGoToSocialReplyApproval afterwards returns true.
SetGoToSocialReplyApproval(v GoToSocialReplyApproval)
// SetGoToSocialReplyAuthorization sets the value of this property.
// Calling IsGoToSocialReplyAuthorization afterwards returns true.
SetGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// SetGoToSocialReplyRequest sets the value of this property. Calling
// IsGoToSocialReplyRequest afterwards returns true.
SetGoToSocialReplyRequest(v GoToSocialReplyRequest)
// SetIRI sets the value of this property. Calling IsIRI afterwards
// returns true.
SetIRI(v *url.URL)
// SetLitePubEmojiReact sets the value of this property. Calling
// IsLitePubEmojiReact afterwards returns true.
SetLitePubEmojiReact(v LitePubEmojiReact)
// SetSchemaPropertyValue sets the value of this property. Calling
// IsSchemaPropertyValue afterwards returns true.
SetSchemaPropertyValue(v SchemaPropertyValue)
// SetTootEmoji sets the value of this property. Calling IsTootEmoji
// afterwards returns true.
SetTootEmoji(v TootEmoji)
// SetTootHashtag sets the value of this property. Calling IsTootHashtag
// afterwards returns true.
SetTootHashtag(v TootHashtag)
// SetTootIdentityProof sets the value of this property. Calling
// IsTootIdentityProof afterwards returns true.
SetTootIdentityProof(v TootIdentityProof)
// 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.
SetType(t Type) error
}
ActivityStreamsInstrumentPropertyIterator represents a single value for the "instrument" property.
type ActivityStreamsIntransitiveActivity ¶
type ActivityStreamsIntransitiveActivity interface {
// GetActivityStreamsActor returns the "actor" property if it exists, and
// nil otherwise.
GetActivityStreamsActor() ActivityStreamsActorProperty
// GetActivityStreamsAltitude returns the "altitude" property if it
// exists, and nil otherwise.
GetActivityStreamsAltitude() ActivityStreamsAltitudeProperty
// GetActivityStreamsAttachment returns the "attachment" property if it
// exists, and nil otherwise.
GetActivityStreamsAttachment() ActivityStreamsAttachmentProperty
// GetActivityStreamsAttributedTo returns the "attributedTo" property if
// it exists, and nil otherwise.
GetActivityStreamsAttributedTo() ActivityStreamsAttributedToProperty
// GetActivityStreamsAudience returns the "audience" property if it
// exists, and nil otherwise.
GetActivityStreamsAudience() ActivityStreamsAudienceProperty
// GetActivityStreamsBcc returns the "bcc" property if it exists, and nil
// otherwise.
GetActivityStreamsBcc() ActivityStreamsBccProperty
// GetActivityStreamsBto returns the "bto" property if it exists, and nil
// otherwise.
GetActivityStreamsBto() ActivityStreamsBtoProperty
// GetActivityStreamsCc returns the "cc" property if it exists, and nil
// otherwise.
GetActivityStreamsCc() ActivityStreamsCcProperty
// GetActivityStreamsContent returns the "content" property if it exists,
// and nil otherwise.
GetActivityStreamsContent() ActivityStreamsContentProperty
// GetActivityStreamsContext returns the "context" property if it exists,
// and nil otherwise.
GetActivityStreamsContext() ActivityStreamsContextProperty
// GetActivityStreamsDuration returns the "duration" property if it
// exists, and nil otherwise.
GetActivityStreamsDuration() ActivityStreamsDurationProperty
// GetActivityStreamsEndTime returns the "endTime" property if it exists,
// and nil otherwise.
GetActivityStreamsEndTime() ActivityStreamsEndTimeProperty
// GetActivityStreamsGenerator returns the "generator" property if it
// exists, and nil otherwise.
GetActivityStreamsGenerator() ActivityStreamsGeneratorProperty
// GetActivityStreamsIcon returns the "icon" property if it exists, and
// nil otherwise.
GetActivityStreamsIcon() ActivityStreamsIconProperty
// GetActivityStreamsImage returns the "image" property if it exists, and
// nil otherwise.
GetActivityStreamsImage() ActivityStreamsImageProperty
// GetActivityStreamsInReplyTo returns the "inReplyTo" property if it
// exists, and nil otherwise.
GetActivityStreamsInReplyTo() ActivityStreamsInReplyToProperty
// GetActivityStreamsInstrument returns the "instrument" property if it
// exists, and nil otherwise.
GetActivityStreamsInstrument() ActivityStreamsInstrumentProperty
// GetActivityStreamsLikes returns the "likes" property if it exists, and
// nil otherwise.
GetActivityStreamsLikes() ActivityStreamsLikesProperty
// GetActivityStreamsLocation returns the "location" property if it
// exists, and nil otherwise.
GetActivityStreamsLocation() ActivityStreamsLocationProperty
// GetActivityStreamsMediaType returns the "mediaType" property if it
// exists, and nil otherwise.
GetActivityStreamsMediaType() ActivityStreamsMediaTypeProperty
// GetActivityStreamsName returns the "name" property if it exists, and
// nil otherwise.
GetActivityStreamsName() ActivityStreamsNameProperty
// GetActivityStreamsOrigin returns the "origin" property if it exists,
// and nil otherwise.
GetActivityStreamsOrigin() ActivityStreamsOriginProperty
// GetActivityStreamsPreview returns the "preview" property if it exists,
// and nil otherwise.
GetActivityStreamsPreview() ActivityStreamsPreviewProperty
// GetActivityStreamsPublished returns the "published" property if it
// exists, and nil otherwise.
GetActivityStreamsPublished() ActivityStreamsPublishedProperty
// GetActivityStreamsReplies returns the "replies" property if it exists,
// and nil otherwise.
GetActivityStreamsReplies() ActivityStreamsRepliesProperty
// GetActivityStreamsResult returns the "result" property if it exists,
// and nil otherwise.
GetActivityStreamsResult() ActivityStreamsResultProperty
// GetActivityStreamsSensitive returns the "sensitive" property if it
// exists, and nil otherwise.
GetActivityStreamsSensitive() ActivityStreamsSensitiveProperty
// and nil otherwise.
GetActivityStreamsShares() ActivityStreamsSharesProperty
// GetActivityStreamsSource returns the "source" property if it exists,
// and nil otherwise.
GetActivityStreamsSource() ActivityStreamsSourceProperty
// GetActivityStreamsStartTime returns the "startTime" property if it
// exists, and nil otherwise.
GetActivityStreamsStartTime() ActivityStreamsStartTimeProperty
// GetActivityStreamsSummary returns the "summary" property if it exists,
// and nil otherwise.
GetActivityStreamsSummary() ActivityStreamsSummaryProperty
// GetActivityStreamsTag returns the "tag" property if it exists, and nil
// otherwise.
GetActivityStreamsTag() ActivityStreamsTagProperty
// GetActivityStreamsTarget returns the "target" property if it exists,
// and nil otherwise.
GetActivityStreamsTarget() ActivityStreamsTargetProperty
// GetActivityStreamsTo returns the "to" property if it exists, and nil
// otherwise.
GetActivityStreamsTo() ActivityStreamsToProperty
// GetActivityStreamsUpdated returns the "updated" property if it exists,
// and nil otherwise.
GetActivityStreamsUpdated() ActivityStreamsUpdatedProperty
// GetActivityStreamsUrl returns the "url" property if it exists, and nil
// otherwise.
GetActivityStreamsUrl() ActivityStreamsUrlProperty
// GetJSONLDId returns the "id" property if it exists, and nil otherwise.
GetJSONLDId() JSONLDIdProperty
// GetJSONLDType returns the "type" property if it exists, and nil
// otherwise.
GetJSONLDType() JSONLDTypeProperty
// GetTypeName returns the name of this type.
GetTypeName() string
// GetUnknownProperties returns the unknown properties for the
// IntransitiveActivity type. Note that this should not be used by app
// developers. It is only used to help determine which implementation
// is LessThan the other. Developers who are creating a different
// implementation of this type's interface can use this method in
// their LessThan implementation, but routine ActivityPub applications
// should not use this to bypass the code generation tool.
GetUnknownProperties() map[string]interface{}
// IsExtending returns true if the IntransitiveActivity type extends from
// the other type.
IsExtending(other Type) bool
// JSONLDContext returns the JSONLD URIs required in the context string
// for this type and the specific properties that are set. The value
// in the map is the alias used to import the type and its properties.
JSONLDContext() map[string]string
// LessThan computes if this IntransitiveActivity is lesser, with an
// arbitrary but stable determination.
LessThan(o ActivityStreamsIntransitiveActivity) bool
// Serialize converts this into an interface representation suitable for
// marshalling into a text or binary format.
Serialize() (map[string]interface{}, error)
// SetActivityStreamsActor sets the "actor" property.
SetActivityStreamsActor(i ActivityStreamsActorProperty)
// SetActivityStreamsAltitude sets the "altitude" property.
SetActivityStreamsAltitude(i ActivityStreamsAltitudeProperty)
// SetActivityStreamsAttachment sets the "attachment" property.
SetActivityStreamsAttachment(i ActivityStreamsAttachmentProperty)
// SetActivityStreamsAttributedTo sets the "attributedTo" property.
SetActivityStreamsAttributedTo(i ActivityStreamsAttributedToProperty)
// SetActivityStreamsAudience sets the "audience" property.
SetActivityStreamsAudience(i ActivityStreamsAudienceProperty)
// SetActivityStreamsBcc sets the "bcc" property.
SetActivityStreamsBcc(i ActivityStreamsBccProperty)
// SetActivityStreamsBto sets the "bto" property.
SetActivityStreamsBto(i ActivityStreamsBtoProperty)
// SetActivityStreamsCc sets the "cc" property.
SetActivityStreamsCc(i ActivityStreamsCcProperty)
// SetActivityStreamsContent sets the "content" property.
SetActivityStreamsContent(i ActivityStreamsContentProperty)
// SetActivityStreamsContext sets the "context" property.
SetActivityStreamsContext(i ActivityStreamsContextProperty)
// SetActivityStreamsDuration sets the "duration" property.
SetActivityStreamsDuration(i ActivityStreamsDurationProperty)
// SetActivityStreamsEndTime sets the "endTime" property.
SetActivityStreamsEndTime(i ActivityStreamsEndTimeProperty)
// SetActivityStreamsGenerator sets the "generator" property.
SetActivityStreamsGenerator(i ActivityStreamsGeneratorProperty)
// SetActivityStreamsIcon sets the "icon" property.
SetActivityStreamsIcon(i ActivityStreamsIconProperty)
// SetActivityStreamsImage sets the "image" property.
SetActivityStreamsImage(i ActivityStreamsImageProperty)
// SetActivityStreamsInReplyTo sets the "inReplyTo" property.
SetActivityStreamsInReplyTo(i ActivityStreamsInReplyToProperty)
// SetActivityStreamsInstrument sets the "instrument" property.
SetActivityStreamsInstrument(i ActivityStreamsInstrumentProperty)
// SetActivityStreamsLikes sets the "likes" property.
SetActivityStreamsLikes(i ActivityStreamsLikesProperty)
// SetActivityStreamsLocation sets the "location" property.
SetActivityStreamsLocation(i ActivityStreamsLocationProperty)
// SetActivityStreamsMediaType sets the "mediaType" property.
SetActivityStreamsMediaType(i ActivityStreamsMediaTypeProperty)
// SetActivityStreamsName sets the "name" property.
SetActivityStreamsName(i ActivityStreamsNameProperty)
// SetActivityStreamsOrigin sets the "origin" property.
SetActivityStreamsOrigin(i ActivityStreamsOriginProperty)
// SetActivityStreamsPreview sets the "preview" property.
SetActivityStreamsPreview(i ActivityStreamsPreviewProperty)
// SetActivityStreamsPublished sets the "published" property.
SetActivityStreamsPublished(i ActivityStreamsPublishedProperty)
// SetActivityStreamsReplies sets the "replies" property.
SetActivityStreamsReplies(i ActivityStreamsRepliesProperty)
// SetActivityStreamsResult sets the "result" property.
SetActivityStreamsResult(i ActivityStreamsResultProperty)
// SetActivityStreamsSensitive sets the "sensitive" property.
SetActivityStreamsSensitive(i ActivityStreamsSensitiveProperty)
SetActivityStreamsShares(i ActivityStreamsSharesProperty)
// SetActivityStreamsSource sets the "source" property.
SetActivityStreamsSource(i ActivityStreamsSourceProperty)
// SetActivityStreamsStartTime sets the "startTime" property.
SetActivityStreamsStartTime(i ActivityStreamsStartTimeProperty)
// SetActivityStreamsSummary sets the "summary" property.
SetActivityStreamsSummary(i ActivityStreamsSummaryProperty)
// SetActivityStreamsTag sets the "tag" property.
SetActivityStreamsTag(i ActivityStreamsTagProperty)
// SetActivityStreamsTarget sets the "target" property.
SetActivityStreamsTarget(i ActivityStreamsTargetProperty)
// SetActivityStreamsTo sets the "to" property.
SetActivityStreamsTo(i ActivityStreamsToProperty)
// SetActivityStreamsUpdated sets the "updated" property.
SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty)
// SetActivityStreamsUrl sets the "url" property.
SetActivityStreamsUrl(i ActivityStreamsUrlProperty)
// SetJSONLDId sets the "id" property.
SetJSONLDId(i JSONLDIdProperty)
// SetJSONLDType sets the "type" property.
SetJSONLDType(i JSONLDTypeProperty)
// VocabularyURI returns the vocabulary's URI as a string.
VocabularyURI() string
}
Instances of IntransitiveActivity are a subtype of Activity representing intransitive actions. The object property is therefore inappropriate for these activities.
Example 4 (https://www.w3.org/TR/activitystreams-vocabulary/#ex182-jsonld):
{
"actor": {
"name": "Sally",
"type": "Person"
},
"summary": "Sally went to work",
"target": {
"name": "Work",
"type": "Place"
},
"type": "Travel"
}
type ActivityStreamsInvite ¶
type ActivityStreamsInvite interface {
// GetActivityStreamsActor returns the "actor" property if it exists, and
// nil otherwise.
GetActivityStreamsActor() ActivityStreamsActorProperty
// GetActivityStreamsAltitude returns the "altitude" property if it
// exists, and nil otherwise.
GetActivityStreamsAltitude() ActivityStreamsAltitudeProperty
// GetActivityStreamsAttachment returns the "attachment" property if it
// exists, and nil otherwise.
GetActivityStreamsAttachment() ActivityStreamsAttachmentProperty
// GetActivityStreamsAttributedTo returns the "attributedTo" property if
// it exists, and nil otherwise.
GetActivityStreamsAttributedTo() ActivityStreamsAttributedToProperty
// GetActivityStreamsAudience returns the "audience" property if it
// exists, and nil otherwise.
GetActivityStreamsAudience() ActivityStreamsAudienceProperty
// GetActivityStreamsBcc returns the "bcc" property if it exists, and nil
// otherwise.
GetActivityStreamsBcc() ActivityStreamsBccProperty
// GetActivityStreamsBto returns the "bto" property if it exists, and nil
// otherwise.
GetActivityStreamsBto() ActivityStreamsBtoProperty
// GetActivityStreamsCc returns the "cc" property if it exists, and nil
// otherwise.
GetActivityStreamsCc() ActivityStreamsCcProperty
// GetActivityStreamsContent returns the "content" property if it exists,
// and nil otherwise.
GetActivityStreamsContent() ActivityStreamsContentProperty
// GetActivityStreamsContext returns the "context" property if it exists,
// and nil otherwise.
GetActivityStreamsContext() ActivityStreamsContextProperty
// GetActivityStreamsDuration returns the "duration" property if it
// exists, and nil otherwise.
GetActivityStreamsDuration() ActivityStreamsDurationProperty
// GetActivityStreamsEndTime returns the "endTime" property if it exists,
// and nil otherwise.
GetActivityStreamsEndTime() ActivityStreamsEndTimeProperty
// GetActivityStreamsGenerator returns the "generator" property if it
// exists, and nil otherwise.
GetActivityStreamsGenerator() ActivityStreamsGeneratorProperty
// GetActivityStreamsIcon returns the "icon" property if it exists, and
// nil otherwise.
GetActivityStreamsIcon() ActivityStreamsIconProperty
// GetActivityStreamsImage returns the "image" property if it exists, and
// nil otherwise.
GetActivityStreamsImage() ActivityStreamsImageProperty
// GetActivityStreamsInReplyTo returns the "inReplyTo" property if it
// exists, and nil otherwise.
GetActivityStreamsInReplyTo() ActivityStreamsInReplyToProperty
// GetActivityStreamsInstrument returns the "instrument" property if it
// exists, and nil otherwise.
GetActivityStreamsInstrument() ActivityStreamsInstrumentProperty
// GetActivityStreamsLikes returns the "likes" property if it exists, and
// nil otherwise.
GetActivityStreamsLikes() ActivityStreamsLikesProperty
// GetActivityStreamsLocation returns the "location" property if it
// exists, and nil otherwise.
GetActivityStreamsLocation() ActivityStreamsLocationProperty
// GetActivityStreamsMediaType returns the "mediaType" property if it
// exists, and nil otherwise.
GetActivityStreamsMediaType() ActivityStreamsMediaTypeProperty
// GetActivityStreamsName returns the "name" property if it exists, and
// nil otherwise.
GetActivityStreamsName() ActivityStreamsNameProperty
// GetActivityStreamsObject returns the "object" property if it exists,
// and nil otherwise.
GetActivityStreamsObject() ActivityStreamsObjectProperty
// GetActivityStreamsOrigin returns the "origin" property if it exists,
// and nil otherwise.
GetActivityStreamsOrigin() ActivityStreamsOriginProperty
// GetActivityStreamsPreview returns the "preview" property if it exists,
// and nil otherwise.
GetActivityStreamsPreview() ActivityStreamsPreviewProperty
// GetActivityStreamsPublished returns the "published" property if it
// exists, and nil otherwise.
GetActivityStreamsPublished() ActivityStreamsPublishedProperty
// GetActivityStreamsReplies returns the "replies" property if it exists,
// and nil otherwise.
GetActivityStreamsReplies() ActivityStreamsRepliesProperty
// GetActivityStreamsResult returns the "result" property if it exists,
// and nil otherwise.
GetActivityStreamsResult() ActivityStreamsResultProperty
// GetActivityStreamsSensitive returns the "sensitive" property if it
// exists, and nil otherwise.
GetActivityStreamsSensitive() ActivityStreamsSensitiveProperty
// and nil otherwise.
GetActivityStreamsShares() ActivityStreamsSharesProperty
// GetActivityStreamsSource returns the "source" property if it exists,
// and nil otherwise.
GetActivityStreamsSource() ActivityStreamsSourceProperty
// GetActivityStreamsStartTime returns the "startTime" property if it
// exists, and nil otherwise.
GetActivityStreamsStartTime() ActivityStreamsStartTimeProperty
// GetActivityStreamsSummary returns the "summary" property if it exists,
// and nil otherwise.
GetActivityStreamsSummary() ActivityStreamsSummaryProperty
// GetActivityStreamsTag returns the "tag" property if it exists, and nil
// otherwise.
GetActivityStreamsTag() ActivityStreamsTagProperty
// GetActivityStreamsTarget returns the "target" property if it exists,
// and nil otherwise.
GetActivityStreamsTarget() ActivityStreamsTargetProperty
// GetActivityStreamsTo returns the "to" property if it exists, and nil
// otherwise.
GetActivityStreamsTo() ActivityStreamsToProperty
// GetActivityStreamsUpdated returns the "updated" property if it exists,
// and nil otherwise.
GetActivityStreamsUpdated() ActivityStreamsUpdatedProperty
// GetActivityStreamsUrl returns the "url" property if it exists, and nil
// otherwise.
GetActivityStreamsUrl() ActivityStreamsUrlProperty
// GetJSONLDId returns the "id" property if it exists, and nil otherwise.
GetJSONLDId() JSONLDIdProperty
// GetJSONLDType returns the "type" property if it exists, and nil
// otherwise.
GetJSONLDType() JSONLDTypeProperty
// GetTypeName returns the name of this type.
GetTypeName() string
// GetUnknownProperties returns the unknown properties for the Invite
// type. Note that this should not be used by app developers. It is
// only used to help determine which implementation is LessThan the
// other. Developers who are creating a different implementation of
// this type's interface can use this method in their LessThan
// implementation, but routine ActivityPub applications should not use
// this to bypass the code generation tool.
GetUnknownProperties() map[string]interface{}
// IsExtending returns true if the Invite type extends from the other type.
IsExtending(other Type) bool
// JSONLDContext returns the JSONLD URIs required in the context string
// for this type and the specific properties that are set. The value
// in the map is the alias used to import the type and its properties.
JSONLDContext() map[string]string
// LessThan computes if this Invite is lesser, with an arbitrary but
// stable determination.
LessThan(o ActivityStreamsInvite) bool
// Serialize converts this into an interface representation suitable for
// marshalling into a text or binary format.
Serialize() (map[string]interface{}, error)
// SetActivityStreamsActor sets the "actor" property.
SetActivityStreamsActor(i ActivityStreamsActorProperty)
// SetActivityStreamsAltitude sets the "altitude" property.
SetActivityStreamsAltitude(i ActivityStreamsAltitudeProperty)
// SetActivityStreamsAttachment sets the "attachment" property.
SetActivityStreamsAttachment(i ActivityStreamsAttachmentProperty)
// SetActivityStreamsAttributedTo sets the "attributedTo" property.
SetActivityStreamsAttributedTo(i ActivityStreamsAttributedToProperty)
// SetActivityStreamsAudience sets the "audience" property.
SetActivityStreamsAudience(i ActivityStreamsAudienceProperty)
// SetActivityStreamsBcc sets the "bcc" property.
SetActivityStreamsBcc(i ActivityStreamsBccProperty)
// SetActivityStreamsBto sets the "bto" property.
SetActivityStreamsBto(i ActivityStreamsBtoProperty)
// SetActivityStreamsCc sets the "cc" property.
SetActivityStreamsCc(i ActivityStreamsCcProperty)
// SetActivityStreamsContent sets the "content" property.
SetActivityStreamsContent(i ActivityStreamsContentProperty)
// SetActivityStreamsContext sets the "context" property.
SetActivityStreamsContext(i ActivityStreamsContextProperty)
// SetActivityStreamsDuration sets the "duration" property.
SetActivityStreamsDuration(i ActivityStreamsDurationProperty)
// SetActivityStreamsEndTime sets the "endTime" property.
SetActivityStreamsEndTime(i ActivityStreamsEndTimeProperty)
// SetActivityStreamsGenerator sets the "generator" property.
SetActivityStreamsGenerator(i ActivityStreamsGeneratorProperty)
// SetActivityStreamsIcon sets the "icon" property.
SetActivityStreamsIcon(i ActivityStreamsIconProperty)
// SetActivityStreamsImage sets the "image" property.
SetActivityStreamsImage(i ActivityStreamsImageProperty)
// SetActivityStreamsInReplyTo sets the "inReplyTo" property.
SetActivityStreamsInReplyTo(i ActivityStreamsInReplyToProperty)
// SetActivityStreamsInstrument sets the "instrument" property.
SetActivityStreamsInstrument(i ActivityStreamsInstrumentProperty)
// SetActivityStreamsLikes sets the "likes" property.
SetActivityStreamsLikes(i ActivityStreamsLikesProperty)
// SetActivityStreamsLocation sets the "location" property.
SetActivityStreamsLocation(i ActivityStreamsLocationProperty)
// SetActivityStreamsMediaType sets the "mediaType" property.
SetActivityStreamsMediaType(i ActivityStreamsMediaTypeProperty)
// SetActivityStreamsName sets the "name" property.
SetActivityStreamsName(i ActivityStreamsNameProperty)
// SetActivityStreamsObject sets the "object" property.
SetActivityStreamsObject(i ActivityStreamsObjectProperty)
// SetActivityStreamsOrigin sets the "origin" property.
SetActivityStreamsOrigin(i ActivityStreamsOriginProperty)
// SetActivityStreamsPreview sets the "preview" property.
SetActivityStreamsPreview(i ActivityStreamsPreviewProperty)
// SetActivityStreamsPublished sets the "published" property.
SetActivityStreamsPublished(i ActivityStreamsPublishedProperty)
// SetActivityStreamsReplies sets the "replies" property.
SetActivityStreamsReplies(i ActivityStreamsRepliesProperty)
// SetActivityStreamsResult sets the "result" property.
SetActivityStreamsResult(i ActivityStreamsResultProperty)
// SetActivityStreamsSensitive sets the "sensitive" property.
SetActivityStreamsSensitive(i ActivityStreamsSensitiveProperty)
SetActivityStreamsShares(i ActivityStreamsSharesProperty)
// SetActivityStreamsSource sets the "source" property.
SetActivityStreamsSource(i ActivityStreamsSourceProperty)
// SetActivityStreamsStartTime sets the "startTime" property.
SetActivityStreamsStartTime(i ActivityStreamsStartTimeProperty)
// SetActivityStreamsSummary sets the "summary" property.
SetActivityStreamsSummary(i ActivityStreamsSummaryProperty)
// SetActivityStreamsTag sets the "tag" property.
SetActivityStreamsTag(i ActivityStreamsTagProperty)
// SetActivityStreamsTarget sets the "target" property.
SetActivityStreamsTarget(i ActivityStreamsTargetProperty)
// SetActivityStreamsTo sets the "to" property.
SetActivityStreamsTo(i ActivityStreamsToProperty)
// SetActivityStreamsUpdated sets the "updated" property.
SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty)
// SetActivityStreamsUrl sets the "url" property.
SetActivityStreamsUrl(i ActivityStreamsUrlProperty)
// SetJSONLDId sets the "id" property.
SetJSONLDId(i JSONLDIdProperty)
// SetJSONLDType sets the "type" property.
SetJSONLDType(i JSONLDTypeProperty)
// VocabularyURI returns the vocabulary's URI as a string.
VocabularyURI() string
}
A specialization of Offer in which the actor is extending an invitation for the object to the target.
Example 24 (https://www.w3.org/TR/activitystreams-vocabulary/#ex24-jsonld):
{
"actor": {
"name": "Sally",
"type": "Person"
},
"object": {
"name": "A Party",
"type": "Event"
},
"summary": "Sally invited John and Lisa to a party",
"target": [
{
"name": "John",
"type": "Person"
},
{
"name": "Lisa",
"type": "Person"
}
],
"type": "Invite"
}
type ActivityStreamsItemsProperty ¶
type ActivityStreamsItemsProperty interface {
// AppendActivityStreamsAccept appends a Accept value to the back of a
// list of the property "items". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAccept(v ActivityStreamsAccept)
// AppendActivityStreamsActivity appends a Activity value to the back of a
// list of the property "items". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsActivity(v ActivityStreamsActivity)
// AppendActivityStreamsAdd appends a Add value to the back of a list of
// the property "items". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsAdd(v ActivityStreamsAdd)
// AppendActivityStreamsAnnounce appends a Announce value to the back of a
// list of the property "items". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// AppendActivityStreamsApplication appends a Application value to the
// back of a list of the property "items". Invalidates iterators that
// are traversing using Prev.
AppendActivityStreamsApplication(v ActivityStreamsApplication)
// AppendActivityStreamsArrive appends a Arrive value to the back of a
// list of the property "items". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsArrive(v ActivityStreamsArrive)
// AppendActivityStreamsArticle appends a Article value to the back of a
// list of the property "items". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsArticle(v ActivityStreamsArticle)
// AppendActivityStreamsAudio appends a Audio value to the back of a list
// of the property "items". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsAudio(v ActivityStreamsAudio)
// AppendActivityStreamsBlock appends a Block value to the back of a list
// of the property "items". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsBlock(v ActivityStreamsBlock)
// AppendActivityStreamsCollection appends a Collection value to the back
// of a list of the property "items". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsCollection(v ActivityStreamsCollection)
// AppendActivityStreamsCollectionPage appends a CollectionPage value to
// the back of a list of the property "items". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// AppendActivityStreamsCreate appends a Create value to the back of a
// list of the property "items". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsCreate(v ActivityStreamsCreate)
// AppendActivityStreamsDelete appends a Delete value to the back of a
// list of the property "items". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDelete(v ActivityStreamsDelete)
// AppendActivityStreamsDislike appends a Dislike value to the back of a
// list of the property "items". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDislike(v ActivityStreamsDislike)
// AppendActivityStreamsDocument appends a Document value to the back of a
// list of the property "items". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDocument(v ActivityStreamsDocument)
// AppendActivityStreamsEvent appends a Event value to the back of a list
// of the property "items". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsEvent(v ActivityStreamsEvent)
// AppendActivityStreamsFlag appends a Flag value to the back of a list of
// the property "items". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsFlag(v ActivityStreamsFlag)
// AppendActivityStreamsFollow appends a Follow value to the back of a
// list of the property "items". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsFollow(v ActivityStreamsFollow)
// AppendActivityStreamsGroup appends a Group value to the back of a list
// of the property "items". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsGroup(v ActivityStreamsGroup)
// AppendActivityStreamsIgnore appends a Ignore value to the back of a
// list of the property "items". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsIgnore(v ActivityStreamsIgnore)
// AppendActivityStreamsImage appends a Image value to the back of a list
// of the property "items". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsImage(v ActivityStreamsImage)
// AppendActivityStreamsIntransitiveActivity appends a
// IntransitiveActivity value to the back of a list of the property
// "items". Invalidates iterators that are traversing using Prev.
AppendActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// AppendActivityStreamsInvite appends a Invite value to the back of a
// list of the property "items". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsInvite(v ActivityStreamsInvite)
// AppendActivityStreamsJoin appends a Join value to the back of a list of
// the property "items". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsJoin(v ActivityStreamsJoin)
// AppendActivityStreamsLeave appends a Leave value to the back of a list
// of the property "items". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsLeave(v ActivityStreamsLeave)
// AppendActivityStreamsLike appends a Like value to the back of a list of
// the property "items". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsLike(v ActivityStreamsLike)
// AppendActivityStreamsLink appends a Link value to the back of a list of
// the property "items". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsLink(v ActivityStreamsLink)
// AppendActivityStreamsListen appends a Listen value to the back of a
// list of the property "items". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsListen(v ActivityStreamsListen)
// AppendActivityStreamsMention appends a Mention value to the back of a
// list of the property "items". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsMention(v ActivityStreamsMention)
// AppendActivityStreamsMove appends a Move value to the back of a list of
// the property "items". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsMove(v ActivityStreamsMove)
// AppendActivityStreamsNote appends a Note value to the back of a list of
// the property "items". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsNote(v ActivityStreamsNote)
// AppendActivityStreamsObject appends a Object value to the back of a
// list of the property "items". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsObject(v ActivityStreamsObject)
// AppendActivityStreamsOffer appends a Offer value to the back of a list
// of the property "items". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsOffer(v ActivityStreamsOffer)
// AppendActivityStreamsOrderedCollection appends a OrderedCollection
// value to the back of a list of the property "items". Invalidates
// iterators that are traversing using Prev.
AppendActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// AppendActivityStreamsOrderedCollectionPage appends a
// OrderedCollectionPage value to the back of a list of the property
// "items". Invalidates iterators that are traversing using Prev.
AppendActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// AppendActivityStreamsOrganization appends a Organization value to the
// back of a list of the property "items". Invalidates iterators that
// are traversing using Prev.
AppendActivityStreamsOrganization(v ActivityStreamsOrganization)
// AppendActivityStreamsPage appends a Page value to the back of a list of
// the property "items". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsPage(v ActivityStreamsPage)
// AppendActivityStreamsPerson appends a Person value to the back of a
// list of the property "items". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsPerson(v ActivityStreamsPerson)
// AppendActivityStreamsPlace appends a Place value to the back of a list
// of the property "items". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsPlace(v ActivityStreamsPlace)
// AppendActivityStreamsProfile appends a Profile value to the back of a
// list of the property "items". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsProfile(v ActivityStreamsProfile)
// AppendActivityStreamsQuestion appends a Question value to the back of a
// list of the property "items". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsQuestion(v ActivityStreamsQuestion)
// AppendActivityStreamsRead appends a Read value to the back of a list of
// the property "items". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsRead(v ActivityStreamsRead)
// AppendActivityStreamsReject appends a Reject value to the back of a
// list of the property "items". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsReject(v ActivityStreamsReject)
// AppendActivityStreamsRelationship appends a Relationship value to the
// back of a list of the property "items". Invalidates iterators that
// are traversing using Prev.
AppendActivityStreamsRelationship(v ActivityStreamsRelationship)
// AppendActivityStreamsRemove appends a Remove value to the back of a
// list of the property "items". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsRemove(v ActivityStreamsRemove)
// AppendActivityStreamsService appends a Service value to the back of a
// list of the property "items". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsService(v ActivityStreamsService)
// AppendActivityStreamsTentativeAccept appends a TentativeAccept value to
// the back of a list of the property "items". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// AppendActivityStreamsTentativeReject appends a TentativeReject value to
// the back of a list of the property "items". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// AppendActivityStreamsTombstone appends a Tombstone value to the back of
// a list of the property "items". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsTombstone(v ActivityStreamsTombstone)
// AppendActivityStreamsTravel appends a Travel value to the back of a
// list of the property "items". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsTravel(v ActivityStreamsTravel)
// AppendActivityStreamsUndo appends a Undo value to the back of a list of
// the property "items". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsUndo(v ActivityStreamsUndo)
// AppendActivityStreamsUpdate appends a Update value to the back of a
// list of the property "items". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsUpdate(v ActivityStreamsUpdate)
// AppendActivityStreamsVideo appends a Video value to the back of a list
// of the property "items". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsVideo(v ActivityStreamsVideo)
// AppendActivityStreamsView appends a View value to the back of a list of
// the property "items". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsView(v ActivityStreamsView)
// AppendFunkwhaleAlbum appends a Album value to the back of a list of the
// property "items". Invalidates iterators that are traversing using
// Prev.
AppendFunkwhaleAlbum(v FunkwhaleAlbum)
// AppendFunkwhaleArtist appends a Artist value to the back of a list of
// the property "items". Invalidates iterators that are traversing
// using Prev.
AppendFunkwhaleArtist(v FunkwhaleArtist)
// AppendFunkwhaleLibrary appends a Library value to the back of a list of
// the property "items". Invalidates iterators that are traversing
// using Prev.
AppendFunkwhaleLibrary(v FunkwhaleLibrary)
// AppendFunkwhaleTrack appends a Track value to the back of a list of the
// property "items". Invalidates iterators that are traversing using
// Prev.
AppendFunkwhaleTrack(v FunkwhaleTrack)
// AppendGoToSocialAnnounceApproval appends a AnnounceApproval value to
// the back of a list of the property "items". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// AppendGoToSocialAnnounceAuthorization appends a AnnounceAuthorization
// value to the back of a list of the property "items". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// AppendGoToSocialAnnounceRequest appends a AnnounceRequest value to the
// back of a list of the property "items". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// AppendGoToSocialLikeApproval appends a LikeApproval value to the back
// of a list of the property "items". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialLikeApproval(v GoToSocialLikeApproval)
// AppendGoToSocialLikeAuthorization appends a LikeAuthorization value to
// the back of a list of the property "items". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// AppendGoToSocialLikeRequest appends a LikeRequest value to the back of
// a list of the property "items". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialLikeRequest(v GoToSocialLikeRequest)
// AppendGoToSocialQuoteAuthorization appends a QuoteAuthorization value
// to the back of a list of the property "items". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// AppendGoToSocialQuoteRequest appends a QuoteRequest value to the back
// of a list of the property "items". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// AppendGoToSocialReplyApproval appends a ReplyApproval value to the back
// of a list of the property "items". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialReplyApproval(v GoToSocialReplyApproval)
// AppendGoToSocialReplyAuthorization appends a ReplyAuthorization value
// to the back of a list of the property "items". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// AppendGoToSocialReplyRequest appends a ReplyRequest value to the back
// of a list of the property "items". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialReplyRequest(v GoToSocialReplyRequest)
// AppendIRI appends an IRI value to the back of a list of the property
// "items"
AppendIRI(v *url.URL)
// AppendLitePubEmojiReact appends a EmojiReact value to the back of a
// list of the property "items". Invalidates iterators that are
// traversing using Prev.
AppendLitePubEmojiReact(v LitePubEmojiReact)
// AppendSchemaPropertyValue appends a PropertyValue value to the back of
// a list of the property "items". Invalidates iterators that are
// traversing using Prev.
AppendSchemaPropertyValue(v SchemaPropertyValue)
// AppendTootEmoji appends a Emoji value to the back of a list of the
// property "items". Invalidates iterators that are traversing using
// Prev.
AppendTootEmoji(v TootEmoji)
// AppendTootHashtag appends a Hashtag value to the back of a list of the
// property "items". Invalidates iterators that are traversing using
// Prev.
AppendTootHashtag(v TootHashtag)
// AppendTootIdentityProof appends a IdentityProof value to the back of a
// list of the property "items". Invalidates iterators that are
// traversing using Prev.
AppendTootIdentityProof(v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "items". Invalidates iterators that are traversing
// using Prev. Returns an error if the type is not a valid one to set
// for this property.
AppendType(t Type) error
// At returns the property value for the specified index. Panics if the
// index is out of bounds.
At(index int) ActivityStreamsItemsPropertyIterator
// 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.
Begin() ActivityStreamsItemsPropertyIterator
// Empty returns returns true if there are no elements.
Empty() bool
// 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.
End() ActivityStreamsItemsPropertyIterator
// InsertActivityStreamsAccept inserts a Accept value at the specified
// index for a property "items". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsAccept(idx int, v ActivityStreamsAccept)
// InsertActivityStreamsActivity inserts a Activity value at the specified
// index for a property "items". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsActivity(idx int, v ActivityStreamsActivity)
// InsertActivityStreamsAdd inserts a Add value at the specified index for
// a property "items". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertActivityStreamsAdd(idx int, v ActivityStreamsAdd)
// InsertActivityStreamsAnnounce inserts a Announce value at the specified
// index for a property "items". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsAnnounce(idx int, v ActivityStreamsAnnounce)
// InsertActivityStreamsApplication inserts a Application value at the
// specified index for a property "items". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsApplication(idx int, v ActivityStreamsApplication)
// InsertActivityStreamsArrive inserts a Arrive value at the specified
// index for a property "items". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsArrive(idx int, v ActivityStreamsArrive)
// InsertActivityStreamsArticle inserts a Article value at the specified
// index for a property "items". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsArticle(idx int, v ActivityStreamsArticle)
// InsertActivityStreamsAudio inserts a Audio value at the specified index
// for a property "items". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsAudio(idx int, v ActivityStreamsAudio)
// InsertActivityStreamsBlock inserts a Block value at the specified index
// for a property "items". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsBlock(idx int, v ActivityStreamsBlock)
// InsertActivityStreamsCollection inserts a Collection value at the
// specified index for a property "items". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsCollection(idx int, v ActivityStreamsCollection)
// InsertActivityStreamsCollectionPage inserts a CollectionPage value at
// the specified index for a property "items". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsCollectionPage(idx int, v ActivityStreamsCollectionPage)
// InsertActivityStreamsCreate inserts a Create value at the specified
// index for a property "items". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsCreate(idx int, v ActivityStreamsCreate)
// InsertActivityStreamsDelete inserts a Delete value at the specified
// index for a property "items". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDelete(idx int, v ActivityStreamsDelete)
// InsertActivityStreamsDislike inserts a Dislike value at the specified
// index for a property "items". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDislike(idx int, v ActivityStreamsDislike)
// InsertActivityStreamsDocument inserts a Document value at the specified
// index for a property "items". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDocument(idx int, v ActivityStreamsDocument)
// InsertActivityStreamsEvent inserts a Event value at the specified index
// for a property "items". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsEvent(idx int, v ActivityStreamsEvent)
// InsertActivityStreamsFlag inserts a Flag value at the specified index
// for a property "items". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsFlag(idx int, v ActivityStreamsFlag)
// InsertActivityStreamsFollow inserts a Follow value at the specified
// index for a property "items". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsFollow(idx int, v ActivityStreamsFollow)
// InsertActivityStreamsGroup inserts a Group value at the specified index
// for a property "items". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsGroup(idx int, v ActivityStreamsGroup)
// InsertActivityStreamsIgnore inserts a Ignore value at the specified
// index for a property "items". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsIgnore(idx int, v ActivityStreamsIgnore)
// InsertActivityStreamsImage inserts a Image value at the specified index
// for a property "items". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsImage(idx int, v ActivityStreamsImage)
// InsertActivityStreamsIntransitiveActivity inserts a
// IntransitiveActivity value at the specified index for a property
// "items". Existing elements at that index and higher are shifted
// back once. Invalidates all iterators.
InsertActivityStreamsIntransitiveActivity(idx int, v ActivityStreamsIntransitiveActivity)
// InsertActivityStreamsInvite inserts a Invite value at the specified
// index for a property "items". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsInvite(idx int, v ActivityStreamsInvite)
// InsertActivityStreamsJoin inserts a Join value at the specified index
// for a property "items". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsJoin(idx int, v ActivityStreamsJoin)
// InsertActivityStreamsLeave inserts a Leave value at the specified index
// for a property "items". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsLeave(idx int, v ActivityStreamsLeave)
// InsertActivityStreamsLike inserts a Like value at the specified index
// for a property "items". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsLike(idx int, v ActivityStreamsLike)
// InsertActivityStreamsLink inserts a Link value at the specified index
// for a property "items". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsLink(idx int, v ActivityStreamsLink)
// InsertActivityStreamsListen inserts a Listen value at the specified
// index for a property "items". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsListen(idx int, v ActivityStreamsListen)
// InsertActivityStreamsMention inserts a Mention value at the specified
// index for a property "items". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsMention(idx int, v ActivityStreamsMention)
// InsertActivityStreamsMove inserts a Move value at the specified index
// for a property "items". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsMove(idx int, v ActivityStreamsMove)
// InsertActivityStreamsNote inserts a Note value at the specified index
// for a property "items". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsNote(idx int, v ActivityStreamsNote)
// InsertActivityStreamsObject inserts a Object value at the specified
// index for a property "items". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsObject(idx int, v ActivityStreamsObject)
// InsertActivityStreamsOffer inserts a Offer value at the specified index
// for a property "items". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsOffer(idx int, v ActivityStreamsOffer)
// InsertActivityStreamsOrderedCollection inserts a OrderedCollection
// value at the specified index for a property "items". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertActivityStreamsOrderedCollection(idx int, v ActivityStreamsOrderedCollection)
// InsertActivityStreamsOrderedCollectionPage inserts a
// OrderedCollectionPage value at the specified index for a property
// "items". Existing elements at that index and higher are shifted
// back once. Invalidates all iterators.
InsertActivityStreamsOrderedCollectionPage(idx int, v ActivityStreamsOrderedCollectionPage)
// InsertActivityStreamsOrganization inserts a Organization value at the
// specified index for a property "items". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsOrganization(idx int, v ActivityStreamsOrganization)
// InsertActivityStreamsPage inserts a Page value at the specified index
// for a property "items". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsPage(idx int, v ActivityStreamsPage)
// InsertActivityStreamsPerson inserts a Person value at the specified
// index for a property "items". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsPerson(idx int, v ActivityStreamsPerson)
// InsertActivityStreamsPlace inserts a Place value at the specified index
// for a property "items". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsPlace(idx int, v ActivityStreamsPlace)
// InsertActivityStreamsProfile inserts a Profile value at the specified
// index for a property "items". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsProfile(idx int, v ActivityStreamsProfile)
// InsertActivityStreamsQuestion inserts a Question value at the specified
// index for a property "items". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsQuestion(idx int, v ActivityStreamsQuestion)
// InsertActivityStreamsRead inserts a Read value at the specified index
// for a property "items". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsRead(idx int, v ActivityStreamsRead)
// InsertActivityStreamsReject inserts a Reject value at the specified
// index for a property "items". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsReject(idx int, v ActivityStreamsReject)
// InsertActivityStreamsRelationship inserts a Relationship value at the
// specified index for a property "items". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsRelationship(idx int, v ActivityStreamsRelationship)
// InsertActivityStreamsRemove inserts a Remove value at the specified
// index for a property "items". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsRemove(idx int, v ActivityStreamsRemove)
// InsertActivityStreamsService inserts a Service value at the specified
// index for a property "items". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsService(idx int, v ActivityStreamsService)
// InsertActivityStreamsTentativeAccept inserts a TentativeAccept value at
// the specified index for a property "items". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsTentativeAccept(idx int, v ActivityStreamsTentativeAccept)
// InsertActivityStreamsTentativeReject inserts a TentativeReject value at
// the specified index for a property "items". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsTentativeReject(idx int, v ActivityStreamsTentativeReject)
// InsertActivityStreamsTombstone inserts a Tombstone value at the
// specified index for a property "items". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsTombstone(idx int, v ActivityStreamsTombstone)
// InsertActivityStreamsTravel inserts a Travel value at the specified
// index for a property "items". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsTravel(idx int, v ActivityStreamsTravel)
// InsertActivityStreamsUndo inserts a Undo value at the specified index
// for a property "items". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsUndo(idx int, v ActivityStreamsUndo)
// InsertActivityStreamsUpdate inserts a Update value at the specified
// index for a property "items". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsUpdate(idx int, v ActivityStreamsUpdate)
// InsertActivityStreamsVideo inserts a Video value at the specified index
// for a property "items". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsVideo(idx int, v ActivityStreamsVideo)
// InsertActivityStreamsView inserts a View value at the specified index
// for a property "items". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsView(idx int, v ActivityStreamsView)
// InsertFunkwhaleAlbum inserts a Album value at the specified index for a
// property "items". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertFunkwhaleAlbum(idx int, v FunkwhaleAlbum)
// InsertFunkwhaleArtist inserts a Artist value at the specified index for
// a property "items". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertFunkwhaleArtist(idx int, v FunkwhaleArtist)
// InsertFunkwhaleLibrary inserts a Library value at the specified index
// for a property "items". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertFunkwhaleLibrary(idx int, v FunkwhaleLibrary)
// InsertFunkwhaleTrack inserts a Track value at the specified index for a
// property "items". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertFunkwhaleTrack(idx int, v FunkwhaleTrack)
// InsertGoToSocialAnnounceApproval inserts a AnnounceApproval value at
// the specified index for a property "items". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialAnnounceApproval(idx int, v GoToSocialAnnounceApproval)
// InsertGoToSocialAnnounceAuthorization inserts a AnnounceAuthorization
// value at the specified index for a property "items". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertGoToSocialAnnounceAuthorization(idx int, v GoToSocialAnnounceAuthorization)
// InsertGoToSocialAnnounceRequest inserts a AnnounceRequest value at the
// specified index for a property "items". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialAnnounceRequest(idx int, v GoToSocialAnnounceRequest)
// InsertGoToSocialLikeApproval inserts a LikeApproval value at the
// specified index for a property "items". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialLikeApproval(idx int, v GoToSocialLikeApproval)
// InsertGoToSocialLikeAuthorization inserts a LikeAuthorization value at
// the specified index for a property "items". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialLikeAuthorization(idx int, v GoToSocialLikeAuthorization)
// InsertGoToSocialLikeRequest inserts a LikeRequest value at the
// specified index for a property "items". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// InsertGoToSocialQuoteAuthorization inserts a QuoteAuthorization value
// at the specified index for a property "items". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialQuoteAuthorization(idx int, v GoToSocialQuoteAuthorization)
// InsertGoToSocialQuoteRequest inserts a QuoteRequest value at the
// specified index for a property "items". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialQuoteRequest(idx int, v GoToSocialQuoteRequest)
// InsertGoToSocialReplyApproval inserts a ReplyApproval value at the
// specified index for a property "items". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialReplyApproval(idx int, v GoToSocialReplyApproval)
// InsertGoToSocialReplyAuthorization inserts a ReplyAuthorization value
// at the specified index for a property "items". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialReplyAuthorization(idx int, v GoToSocialReplyAuthorization)
// InsertGoToSocialReplyRequest inserts a ReplyRequest value at the
// specified index for a property "items". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialReplyRequest(idx int, v GoToSocialReplyRequest)
// Insert inserts an IRI value at the specified index for a property
// "items". Existing elements at that index and higher are shifted
// back once. Invalidates all iterators.
InsertIRI(idx int, v *url.URL)
// InsertLitePubEmojiReact inserts a EmojiReact value at the specified
// index for a property "items". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertLitePubEmojiReact(idx int, v LitePubEmojiReact)
// InsertSchemaPropertyValue inserts a PropertyValue value at the
// specified index for a property "items". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertSchemaPropertyValue(idx int, v SchemaPropertyValue)
// InsertTootEmoji inserts a Emoji value at the specified index for a
// property "items". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertTootEmoji(idx int, v TootEmoji)
// InsertTootHashtag inserts a Hashtag value at the specified index for a
// property "items". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertTootHashtag(idx int, v TootHashtag)
// InsertTootIdentityProof inserts a IdentityProof value at the specified
// index for a property "items". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertTootIdentityProof(idx int, v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "items". Invalidates all iterators. Returns an error
// if the type is not a valid one to set for this property.
InsertType(idx int, t Type) error
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex(idx int) int
// Len returns the number of values that exist for the "items" property.
Len() (length int)
// Less computes whether another property is less than this one. Mixing
// types results in a consistent but arbitrary ordering
Less(i, j int) 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.
LessThan(o ActivityStreamsItemsProperty) bool
// Name returns the name of this property ("items") with any alias.
Name() string
// PrependActivityStreamsAccept prepends a Accept value to the front of a
// list of the property "items". Invalidates all iterators.
PrependActivityStreamsAccept(v ActivityStreamsAccept)
// PrependActivityStreamsActivity prepends a Activity value to the front
// of a list of the property "items". Invalidates all iterators.
PrependActivityStreamsActivity(v ActivityStreamsActivity)
// PrependActivityStreamsAdd prepends a Add value to the front of a list
// of the property "items". Invalidates all iterators.
PrependActivityStreamsAdd(v ActivityStreamsAdd)
// PrependActivityStreamsAnnounce prepends a Announce value to the front
// of a list of the property "items". Invalidates all iterators.
PrependActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// PrependActivityStreamsApplication prepends a Application value to the
// front of a list of the property "items". Invalidates all iterators.
PrependActivityStreamsApplication(v ActivityStreamsApplication)
// PrependActivityStreamsArrive prepends a Arrive value to the front of a
// list of the property "items". Invalidates all iterators.
PrependActivityStreamsArrive(v ActivityStreamsArrive)
// PrependActivityStreamsArticle prepends a Article value to the front of
// a list of the property "items". Invalidates all iterators.
PrependActivityStreamsArticle(v ActivityStreamsArticle)
// PrependActivityStreamsAudio prepends a Audio value to the front of a
// list of the property "items". Invalidates all iterators.
PrependActivityStreamsAudio(v ActivityStreamsAudio)
// PrependActivityStreamsBlock prepends a Block value to the front of a
// list of the property "items". Invalidates all iterators.
PrependActivityStreamsBlock(v ActivityStreamsBlock)
// PrependActivityStreamsCollection prepends a Collection value to the
// front of a list of the property "items". Invalidates all iterators.
PrependActivityStreamsCollection(v ActivityStreamsCollection)
// PrependActivityStreamsCollectionPage prepends a CollectionPage value to
// the front of a list of the property "items". Invalidates all
// iterators.
PrependActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// PrependActivityStreamsCreate prepends a Create value to the front of a
// list of the property "items". Invalidates all iterators.
PrependActivityStreamsCreate(v ActivityStreamsCreate)
// PrependActivityStreamsDelete prepends a Delete value to the front of a
// list of the property "items". Invalidates all iterators.
PrependActivityStreamsDelete(v ActivityStreamsDelete)
// PrependActivityStreamsDislike prepends a Dislike value to the front of
// a list of the property "items". Invalidates all iterators.
PrependActivityStreamsDislike(v ActivityStreamsDislike)
// PrependActivityStreamsDocument prepends a Document value to the front
// of a list of the property "items". Invalidates all iterators.
PrependActivityStreamsDocument(v ActivityStreamsDocument)
// PrependActivityStreamsEvent prepends a Event value to the front of a
// list of the property "items". Invalidates all iterators.
PrependActivityStreamsEvent(v ActivityStreamsEvent)
// PrependActivityStreamsFlag prepends a Flag value to the front of a list
// of the property "items". Invalidates all iterators.
PrependActivityStreamsFlag(v ActivityStreamsFlag)
// PrependActivityStreamsFollow prepends a Follow value to the front of a
// list of the property "items". Invalidates all iterators.
PrependActivityStreamsFollow(v ActivityStreamsFollow)
// PrependActivityStreamsGroup prepends a Group value to the front of a
// list of the property "items". Invalidates all iterators.
PrependActivityStreamsGroup(v ActivityStreamsGroup)
// PrependActivityStreamsIgnore prepends a Ignore value to the front of a
// list of the property "items". Invalidates all iterators.
PrependActivityStreamsIgnore(v ActivityStreamsIgnore)
// PrependActivityStreamsImage prepends a Image value to the front of a
// list of the property "items". Invalidates all iterators.
PrependActivityStreamsImage(v ActivityStreamsImage)
// PrependActivityStreamsIntransitiveActivity prepends a
// IntransitiveActivity value to the front of a list of the property
// "items". Invalidates all iterators.
PrependActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// PrependActivityStreamsInvite prepends a Invite value to the front of a
// list of the property "items". Invalidates all iterators.
PrependActivityStreamsInvite(v ActivityStreamsInvite)
// PrependActivityStreamsJoin prepends a Join value to the front of a list
// of the property "items". Invalidates all iterators.
PrependActivityStreamsJoin(v ActivityStreamsJoin)
// PrependActivityStreamsLeave prepends a Leave value to the front of a
// list of the property "items". Invalidates all iterators.
PrependActivityStreamsLeave(v ActivityStreamsLeave)
// PrependActivityStreamsLike prepends a Like value to the front of a list
// of the property "items". Invalidates all iterators.
PrependActivityStreamsLike(v ActivityStreamsLike)
// PrependActivityStreamsLink prepends a Link value to the front of a list
// of the property "items". Invalidates all iterators.
PrependActivityStreamsLink(v ActivityStreamsLink)
// PrependActivityStreamsListen prepends a Listen value to the front of a
// list of the property "items". Invalidates all iterators.
PrependActivityStreamsListen(v ActivityStreamsListen)
// PrependActivityStreamsMention prepends a Mention value to the front of
// a list of the property "items". Invalidates all iterators.
PrependActivityStreamsMention(v ActivityStreamsMention)
// PrependActivityStreamsMove prepends a Move value to the front of a list
// of the property "items". Invalidates all iterators.
PrependActivityStreamsMove(v ActivityStreamsMove)
// PrependActivityStreamsNote prepends a Note value to the front of a list
// of the property "items". Invalidates all iterators.
PrependActivityStreamsNote(v ActivityStreamsNote)
// PrependActivityStreamsObject prepends a Object value to the front of a
// list of the property "items". Invalidates all iterators.
PrependActivityStreamsObject(v ActivityStreamsObject)
// PrependActivityStreamsOffer prepends a Offer value to the front of a
// list of the property "items". Invalidates all iterators.
PrependActivityStreamsOffer(v ActivityStreamsOffer)
// PrependActivityStreamsOrderedCollection prepends a OrderedCollection
// value to the front of a list of the property "items". Invalidates
// all iterators.
PrependActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// PrependActivityStreamsOrderedCollectionPage prepends a
// OrderedCollectionPage value to the front of a list of the property
// "items". Invalidates all iterators.
PrependActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// PrependActivityStreamsOrganization prepends a Organization value to the
// front of a list of the property "items". Invalidates all iterators.
PrependActivityStreamsOrganization(v ActivityStreamsOrganization)
// PrependActivityStreamsPage prepends a Page value to the front of a list
// of the property "items". Invalidates all iterators.
PrependActivityStreamsPage(v ActivityStreamsPage)
// PrependActivityStreamsPerson prepends a Person value to the front of a
// list of the property "items". Invalidates all iterators.
PrependActivityStreamsPerson(v ActivityStreamsPerson)
// PrependActivityStreamsPlace prepends a Place value to the front of a
// list of the property "items". Invalidates all iterators.
PrependActivityStreamsPlace(v ActivityStreamsPlace)
// PrependActivityStreamsProfile prepends a Profile value to the front of
// a list of the property "items". Invalidates all iterators.
PrependActivityStreamsProfile(v ActivityStreamsProfile)
// PrependActivityStreamsQuestion prepends a Question value to the front
// of a list of the property "items". Invalidates all iterators.
PrependActivityStreamsQuestion(v ActivityStreamsQuestion)
// PrependActivityStreamsRead prepends a Read value to the front of a list
// of the property "items". Invalidates all iterators.
PrependActivityStreamsRead(v ActivityStreamsRead)
// PrependActivityStreamsReject prepends a Reject value to the front of a
// list of the property "items". Invalidates all iterators.
PrependActivityStreamsReject(v ActivityStreamsReject)
// PrependActivityStreamsRelationship prepends a Relationship value to the
// front of a list of the property "items". Invalidates all iterators.
PrependActivityStreamsRelationship(v ActivityStreamsRelationship)
// PrependActivityStreamsRemove prepends a Remove value to the front of a
// list of the property "items". Invalidates all iterators.
PrependActivityStreamsRemove(v ActivityStreamsRemove)
// PrependActivityStreamsService prepends a Service value to the front of
// a list of the property "items". Invalidates all iterators.
PrependActivityStreamsService(v ActivityStreamsService)
// PrependActivityStreamsTentativeAccept prepends a TentativeAccept value
// to the front of a list of the property "items". Invalidates all
// iterators.
PrependActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// PrependActivityStreamsTentativeReject prepends a TentativeReject value
// to the front of a list of the property "items". Invalidates all
// iterators.
PrependActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// PrependActivityStreamsTombstone prepends a Tombstone value to the front
// of a list of the property "items". Invalidates all iterators.
PrependActivityStreamsTombstone(v ActivityStreamsTombstone)
// PrependActivityStreamsTravel prepends a Travel value to the front of a
// list of the property "items". Invalidates all iterators.
PrependActivityStreamsTravel(v ActivityStreamsTravel)
// PrependActivityStreamsUndo prepends a Undo value to the front of a list
// of the property "items". Invalidates all iterators.
PrependActivityStreamsUndo(v ActivityStreamsUndo)
// PrependActivityStreamsUpdate prepends a Update value to the front of a
// list of the property "items". Invalidates all iterators.
PrependActivityStreamsUpdate(v ActivityStreamsUpdate)
// PrependActivityStreamsVideo prepends a Video value to the front of a
// list of the property "items". Invalidates all iterators.
PrependActivityStreamsVideo(v ActivityStreamsVideo)
// PrependActivityStreamsView prepends a View value to the front of a list
// of the property "items". Invalidates all iterators.
PrependActivityStreamsView(v ActivityStreamsView)
// PrependFunkwhaleAlbum prepends a Album value to the front of a list of
// the property "items". Invalidates all iterators.
PrependFunkwhaleAlbum(v FunkwhaleAlbum)
// PrependFunkwhaleArtist prepends a Artist value to the front of a list
// of the property "items". Invalidates all iterators.
PrependFunkwhaleArtist(v FunkwhaleArtist)
// PrependFunkwhaleLibrary prepends a Library value to the front of a list
// of the property "items". Invalidates all iterators.
PrependFunkwhaleLibrary(v FunkwhaleLibrary)
// PrependFunkwhaleTrack prepends a Track value to the front of a list of
// the property "items". Invalidates all iterators.
PrependFunkwhaleTrack(v FunkwhaleTrack)
// PrependGoToSocialAnnounceApproval prepends a AnnounceApproval value to
// the front of a list of the property "items". Invalidates all
// iterators.
PrependGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// PrependGoToSocialAnnounceAuthorization prepends a AnnounceAuthorization
// value to the front of a list of the property "items". Invalidates
// all iterators.
PrependGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// PrependGoToSocialAnnounceRequest prepends a AnnounceRequest value to
// the front of a list of the property "items". Invalidates all
// iterators.
PrependGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// PrependGoToSocialLikeApproval prepends a LikeApproval value to the
// front of a list of the property "items". Invalidates all iterators.
PrependGoToSocialLikeApproval(v GoToSocialLikeApproval)
// PrependGoToSocialLikeAuthorization prepends a LikeAuthorization value
// to the front of a list of the property "items". Invalidates all
// iterators.
PrependGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// PrependGoToSocialLikeRequest prepends a LikeRequest value to the front
// of a list of the property "items". Invalidates all iterators.
PrependGoToSocialLikeRequest(v GoToSocialLikeRequest)
// PrependGoToSocialQuoteAuthorization prepends a QuoteAuthorization value
// to the front of a list of the property "items". Invalidates all
// iterators.
PrependGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// PrependGoToSocialQuoteRequest prepends a QuoteRequest value to the
// front of a list of the property "items". Invalidates all iterators.
PrependGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// PrependGoToSocialReplyApproval prepends a ReplyApproval value to the
// front of a list of the property "items". Invalidates all iterators.
PrependGoToSocialReplyApproval(v GoToSocialReplyApproval)
// PrependGoToSocialReplyAuthorization prepends a ReplyAuthorization value
// to the front of a list of the property "items". Invalidates all
// iterators.
PrependGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// PrependGoToSocialReplyRequest prepends a ReplyRequest value to the
// front of a list of the property "items". Invalidates all iterators.
PrependGoToSocialReplyRequest(v GoToSocialReplyRequest)
// PrependIRI prepends an IRI value to the front of a list of the property
// "items".
PrependIRI(v *url.URL)
// PrependLitePubEmojiReact prepends a EmojiReact value to the front of a
// list of the property "items". Invalidates all iterators.
PrependLitePubEmojiReact(v LitePubEmojiReact)
// PrependSchemaPropertyValue prepends a PropertyValue value to the front
// of a list of the property "items". Invalidates all iterators.
PrependSchemaPropertyValue(v SchemaPropertyValue)
// PrependTootEmoji prepends a Emoji value to the front of a list of the
// property "items". Invalidates all iterators.
PrependTootEmoji(v TootEmoji)
// PrependTootHashtag prepends a Hashtag value to the front of a list of
// the property "items". Invalidates all iterators.
PrependTootHashtag(v TootHashtag)
// PrependTootIdentityProof prepends a IdentityProof value to the front of
// a list of the property "items". Invalidates all iterators.
PrependTootIdentityProof(v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "items". Invalidates all iterators. Returns an error
// if the type is not a valid one to set for this property.
PrependType(t Type) error
// Remove deletes an element at the specified index from a list of the
// property "items", regardless of its type. Panics if the index is
// out of bounds. Invalidates all iterators.
Remove(idx int)
// 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.
Serialize() (interface{}, error)
// SetActivityStreamsAccept sets a Accept value to be at the specified
// index for the property "items". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsAccept(idx int, v ActivityStreamsAccept)
// SetActivityStreamsActivity sets a Activity value to be at the specified
// index for the property "items". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsActivity(idx int, v ActivityStreamsActivity)
// SetActivityStreamsAdd sets a Add value to be at the specified index for
// the property "items". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsAdd(idx int, v ActivityStreamsAdd)
// SetActivityStreamsAnnounce sets a Announce value to be at the specified
// index for the property "items". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsAnnounce(idx int, v ActivityStreamsAnnounce)
// SetActivityStreamsApplication sets a Application value to be at the
// specified index for the property "items". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsApplication(idx int, v ActivityStreamsApplication)
// SetActivityStreamsArrive sets a Arrive value to be at the specified
// index for the property "items". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsArrive(idx int, v ActivityStreamsArrive)
// SetActivityStreamsArticle sets a Article value to be at the specified
// index for the property "items". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsArticle(idx int, v ActivityStreamsArticle)
// SetActivityStreamsAudio sets a Audio value to be at the specified index
// for the property "items". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsAudio(idx int, v ActivityStreamsAudio)
// SetActivityStreamsBlock sets a Block value to be at the specified index
// for the property "items". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsBlock(idx int, v ActivityStreamsBlock)
// SetActivityStreamsCollection sets a Collection value to be at the
// specified index for the property "items". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsCollection(idx int, v ActivityStreamsCollection)
// SetActivityStreamsCollectionPage sets a CollectionPage value to be at
// the specified index for the property "items". Panics if the index
// is out of bounds. Invalidates all iterators.
SetActivityStreamsCollectionPage(idx int, v ActivityStreamsCollectionPage)
// SetActivityStreamsCreate sets a Create value to be at the specified
// index for the property "items". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsCreate(idx int, v ActivityStreamsCreate)
// SetActivityStreamsDelete sets a Delete value to be at the specified
// index for the property "items". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsDelete(idx int, v ActivityStreamsDelete)
// SetActivityStreamsDislike sets a Dislike value to be at the specified
// index for the property "items". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsDislike(idx int, v ActivityStreamsDislike)
// SetActivityStreamsDocument sets a Document value to be at the specified
// index for the property "items". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsDocument(idx int, v ActivityStreamsDocument)
// SetActivityStreamsEvent sets a Event value to be at the specified index
// for the property "items". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsEvent(idx int, v ActivityStreamsEvent)
// SetActivityStreamsFlag sets a Flag value to be at the specified index
// for the property "items". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsFlag(idx int, v ActivityStreamsFlag)
// SetActivityStreamsFollow sets a Follow value to be at the specified
// index for the property "items". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsFollow(idx int, v ActivityStreamsFollow)
// SetActivityStreamsGroup sets a Group value to be at the specified index
// for the property "items". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsGroup(idx int, v ActivityStreamsGroup)
// SetActivityStreamsIgnore sets a Ignore value to be at the specified
// index for the property "items". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsIgnore(idx int, v ActivityStreamsIgnore)
// SetActivityStreamsImage sets a Image value to be at the specified index
// for the property "items". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsImage(idx int, v ActivityStreamsImage)
// SetActivityStreamsIntransitiveActivity sets a IntransitiveActivity
// value to be at the specified index for the property "items". Panics
// if the index is out of bounds. Invalidates all iterators.
SetActivityStreamsIntransitiveActivity(idx int, v ActivityStreamsIntransitiveActivity)
// SetActivityStreamsInvite sets a Invite value to be at the specified
// index for the property "items". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsInvite(idx int, v ActivityStreamsInvite)
// SetActivityStreamsJoin sets a Join value to be at the specified index
// for the property "items". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsJoin(idx int, v ActivityStreamsJoin)
// SetActivityStreamsLeave sets a Leave value to be at the specified index
// for the property "items". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsLeave(idx int, v ActivityStreamsLeave)
// SetActivityStreamsLike sets a Like value to be at the specified index
// for the property "items". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsLike(idx int, v ActivityStreamsLike)
// SetActivityStreamsLink sets a Link value to be at the specified index
// for the property "items". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsLink(idx int, v ActivityStreamsLink)
// SetActivityStreamsListen sets a Listen value to be at the specified
// index for the property "items". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsListen(idx int, v ActivityStreamsListen)
// SetActivityStreamsMention sets a Mention value to be at the specified
// index for the property "items". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsMention(idx int, v ActivityStreamsMention)
// SetActivityStreamsMove sets a Move value to be at the specified index
// for the property "items". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsMove(idx int, v ActivityStreamsMove)
// SetActivityStreamsNote sets a Note value to be at the specified index
// for the property "items". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsNote(idx int, v ActivityStreamsNote)
// SetActivityStreamsObject sets a Object value to be at the specified
// index for the property "items". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsObject(idx int, v ActivityStreamsObject)
// SetActivityStreamsOffer sets a Offer value to be at the specified index
// for the property "items". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsOffer(idx int, v ActivityStreamsOffer)
// SetActivityStreamsOrderedCollection sets a OrderedCollection value to
// be at the specified index for the property "items". Panics if the
// index is out of bounds. Invalidates all iterators.
SetActivityStreamsOrderedCollection(idx int, v ActivityStreamsOrderedCollection)
// SetActivityStreamsOrderedCollectionPage sets a OrderedCollectionPage
// value to be at the specified index for the property "items". Panics
// if the index is out of bounds. Invalidates all iterators.
SetActivityStreamsOrderedCollectionPage(idx int, v ActivityStreamsOrderedCollectionPage)
// SetActivityStreamsOrganization sets a Organization value to be at the
// specified index for the property "items". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsOrganization(idx int, v ActivityStreamsOrganization)
// SetActivityStreamsPage sets a Page value to be at the specified index
// for the property "items". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsPage(idx int, v ActivityStreamsPage)
// SetActivityStreamsPerson sets a Person value to be at the specified
// index for the property "items". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsPerson(idx int, v ActivityStreamsPerson)
// SetActivityStreamsPlace sets a Place value to be at the specified index
// for the property "items". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsPlace(idx int, v ActivityStreamsPlace)
// SetActivityStreamsProfile sets a Profile value to be at the specified
// index for the property "items". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsProfile(idx int, v ActivityStreamsProfile)
// SetActivityStreamsQuestion sets a Question value to be at the specified
// index for the property "items". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsQuestion(idx int, v ActivityStreamsQuestion)
// SetActivityStreamsRead sets a Read value to be at the specified index
// for the property "items". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsRead(idx int, v ActivityStreamsRead)
// SetActivityStreamsReject sets a Reject value to be at the specified
// index for the property "items". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsReject(idx int, v ActivityStreamsReject)
// SetActivityStreamsRelationship sets a Relationship value to be at the
// specified index for the property "items". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsRelationship(idx int, v ActivityStreamsRelationship)
// SetActivityStreamsRemove sets a Remove value to be at the specified
// index for the property "items". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsRemove(idx int, v ActivityStreamsRemove)
// SetActivityStreamsService sets a Service value to be at the specified
// index for the property "items". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsService(idx int, v ActivityStreamsService)
// SetActivityStreamsTentativeAccept sets a TentativeAccept value to be at
// the specified index for the property "items". Panics if the index
// is out of bounds. Invalidates all iterators.
SetActivityStreamsTentativeAccept(idx int, v ActivityStreamsTentativeAccept)
// SetActivityStreamsTentativeReject sets a TentativeReject value to be at
// the specified index for the property "items". Panics if the index
// is out of bounds. Invalidates all iterators.
SetActivityStreamsTentativeReject(idx int, v ActivityStreamsTentativeReject)
// SetActivityStreamsTombstone sets a Tombstone value to be at the
// specified index for the property "items". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsTombstone(idx int, v ActivityStreamsTombstone)
// SetActivityStreamsTravel sets a Travel value to be at the specified
// index for the property "items". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsTravel(idx int, v ActivityStreamsTravel)
// SetActivityStreamsUndo sets a Undo value to be at the specified index
// for the property "items". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsUndo(idx int, v ActivityStreamsUndo)
// SetActivityStreamsUpdate sets a Update value to be at the specified
// index for the property "items". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsUpdate(idx int, v ActivityStreamsUpdate)
// SetActivityStreamsVideo sets a Video value to be at the specified index
// for the property "items". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsVideo(idx int, v ActivityStreamsVideo)
// SetActivityStreamsView sets a View value to be at the specified index
// for the property "items". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsView(idx int, v ActivityStreamsView)
// SetFunkwhaleAlbum sets a Album value to be at the specified index for
// the property "items". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleAlbum(idx int, v FunkwhaleAlbum)
// SetFunkwhaleArtist sets a Artist value to be at the specified index for
// the property "items". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleArtist(idx int, v FunkwhaleArtist)
// SetFunkwhaleLibrary sets a Library value to be at the specified index
// for the property "items". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleLibrary(idx int, v FunkwhaleLibrary)
// SetFunkwhaleTrack sets a Track value to be at the specified index for
// the property "items". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleTrack(idx int, v FunkwhaleTrack)
// SetGoToSocialAnnounceApproval sets a AnnounceApproval value to be at
// the specified index for the property "items". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceApproval(idx int, v GoToSocialAnnounceApproval)
// SetGoToSocialAnnounceAuthorization sets a AnnounceAuthorization value
// to be at the specified index for the property "items". Panics if
// the index is out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceAuthorization(idx int, v GoToSocialAnnounceAuthorization)
// SetGoToSocialAnnounceRequest sets a AnnounceRequest value to be at the
// specified index for the property "items". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceRequest(idx int, v GoToSocialAnnounceRequest)
// SetGoToSocialLikeApproval sets a LikeApproval value to be at the
// specified index for the property "items". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialLikeApproval(idx int, v GoToSocialLikeApproval)
// SetGoToSocialLikeAuthorization sets a LikeAuthorization value to be at
// the specified index for the property "items". Panics if the index
// is out of bounds. Invalidates all iterators.
SetGoToSocialLikeAuthorization(idx int, v GoToSocialLikeAuthorization)
// SetGoToSocialLikeRequest sets a LikeRequest value to be at the
// specified index for the property "items". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// SetGoToSocialQuoteAuthorization sets a QuoteAuthorization value to be
// at the specified index for the property "items". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialQuoteAuthorization(idx int, v GoToSocialQuoteAuthorization)
// SetGoToSocialQuoteRequest sets a QuoteRequest value to be at the
// specified index for the property "items". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialQuoteRequest(idx int, v GoToSocialQuoteRequest)
// SetGoToSocialReplyApproval sets a ReplyApproval value to be at the
// specified index for the property "items". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialReplyApproval(idx int, v GoToSocialReplyApproval)
// SetGoToSocialReplyAuthorization sets a ReplyAuthorization value to be
// at the specified index for the property "items". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialReplyAuthorization(idx int, v GoToSocialReplyAuthorization)
// SetGoToSocialReplyRequest sets a ReplyRequest value to be at the
// specified index for the property "items". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialReplyRequest(idx int, v GoToSocialReplyRequest)
// SetIRI sets an IRI value to be at the specified index for the property
// "items". Panics if the index is out of bounds.
SetIRI(idx int, v *url.URL)
// SetLitePubEmojiReact sets a EmojiReact value to be at the specified
// index for the property "items". Panics if the index is out of
// bounds. Invalidates all iterators.
SetLitePubEmojiReact(idx int, v LitePubEmojiReact)
// SetSchemaPropertyValue sets a PropertyValue value to be at the
// specified index for the property "items". Panics if the index is
// out of bounds. Invalidates all iterators.
SetSchemaPropertyValue(idx int, v SchemaPropertyValue)
// SetTootEmoji sets a Emoji value to be at the specified index for the
// property "items". Panics if the index is out of bounds. Invalidates
// all iterators.
SetTootEmoji(idx int, v TootEmoji)
// SetTootHashtag sets a Hashtag value to be at the specified index for
// the property "items". Panics if the index is out of bounds.
// Invalidates all iterators.
SetTootHashtag(idx int, v TootHashtag)
// SetTootIdentityProof sets a IdentityProof value to be at the specified
// index for the property "items". Panics if the index is out of
// bounds. Invalidates all iterators.
SetTootIdentityProof(idx int, v TootIdentityProof)
// SetType sets an arbitrary type value to the specified index of the
// property "items". 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.
SetType(idx int, t Type) error
// Swap swaps the location of values at two indices for the "items"
// property.
Swap(i, j int)
}
Identifies the items contained in a collection. The items might be ordered or unordered.
Example 89 (https://www.w3.org/TR/activitystreams-vocabulary/#ex91-jsonld):
{
"items": [
{
"name": "Reminder for Going-Away Party",
"type": "Note"
},
{
"name": "Meeting 2016-11-17",
"type": "Note"
}
],
"summary": "Sally's notes",
"totalItems": 2,
"type": "Collection"
}
type ActivityStreamsItemsPropertyIterator ¶
type ActivityStreamsItemsPropertyIterator interface {
// GetActivityStreamsAccept returns the value of this property. When
// IsActivityStreamsAccept returns false, GetActivityStreamsAccept
// will return an arbitrary value.
GetActivityStreamsAccept() ActivityStreamsAccept
// GetActivityStreamsActivity returns the value of this property. When
// IsActivityStreamsActivity returns false, GetActivityStreamsActivity
// will return an arbitrary value.
GetActivityStreamsActivity() ActivityStreamsActivity
// GetActivityStreamsAdd returns the value of this property. When
// IsActivityStreamsAdd returns false, GetActivityStreamsAdd will
// return an arbitrary value.
GetActivityStreamsAdd() ActivityStreamsAdd
// GetActivityStreamsAnnounce returns the value of this property. When
// IsActivityStreamsAnnounce returns false, GetActivityStreamsAnnounce
// will return an arbitrary value.
GetActivityStreamsAnnounce() ActivityStreamsAnnounce
// GetActivityStreamsApplication returns the value of this property. When
// IsActivityStreamsApplication returns false,
// GetActivityStreamsApplication will return an arbitrary value.
GetActivityStreamsApplication() ActivityStreamsApplication
// GetActivityStreamsArrive returns the value of this property. When
// IsActivityStreamsArrive returns false, GetActivityStreamsArrive
// will return an arbitrary value.
GetActivityStreamsArrive() ActivityStreamsArrive
// GetActivityStreamsArticle returns the value of this property. When
// IsActivityStreamsArticle returns false, GetActivityStreamsArticle
// will return an arbitrary value.
GetActivityStreamsArticle() ActivityStreamsArticle
// GetActivityStreamsAudio returns the value of this property. When
// IsActivityStreamsAudio returns false, GetActivityStreamsAudio will
// return an arbitrary value.
GetActivityStreamsAudio() ActivityStreamsAudio
// GetActivityStreamsBlock returns the value of this property. When
// IsActivityStreamsBlock returns false, GetActivityStreamsBlock will
// return an arbitrary value.
GetActivityStreamsBlock() ActivityStreamsBlock
// GetActivityStreamsCollection returns the value of this property. When
// IsActivityStreamsCollection returns false,
// GetActivityStreamsCollection will return an arbitrary value.
GetActivityStreamsCollection() ActivityStreamsCollection
// GetActivityStreamsCollectionPage returns the value of this property.
// When IsActivityStreamsCollectionPage returns false,
// GetActivityStreamsCollectionPage will return an arbitrary value.
GetActivityStreamsCollectionPage() ActivityStreamsCollectionPage
// GetActivityStreamsCreate returns the value of this property. When
// IsActivityStreamsCreate returns false, GetActivityStreamsCreate
// will return an arbitrary value.
GetActivityStreamsCreate() ActivityStreamsCreate
// GetActivityStreamsDelete returns the value of this property. When
// IsActivityStreamsDelete returns false, GetActivityStreamsDelete
// will return an arbitrary value.
GetActivityStreamsDelete() ActivityStreamsDelete
// GetActivityStreamsDislike returns the value of this property. When
// IsActivityStreamsDislike returns false, GetActivityStreamsDislike
// will return an arbitrary value.
GetActivityStreamsDislike() ActivityStreamsDislike
// GetActivityStreamsDocument returns the value of this property. When
// IsActivityStreamsDocument returns false, GetActivityStreamsDocument
// will return an arbitrary value.
GetActivityStreamsDocument() ActivityStreamsDocument
// GetActivityStreamsEvent returns the value of this property. When
// IsActivityStreamsEvent returns false, GetActivityStreamsEvent will
// return an arbitrary value.
GetActivityStreamsEvent() ActivityStreamsEvent
// GetActivityStreamsFlag returns the value of this property. When
// IsActivityStreamsFlag returns false, GetActivityStreamsFlag will
// return an arbitrary value.
GetActivityStreamsFlag() ActivityStreamsFlag
// GetActivityStreamsFollow returns the value of this property. When
// IsActivityStreamsFollow returns false, GetActivityStreamsFollow
// will return an arbitrary value.
GetActivityStreamsFollow() ActivityStreamsFollow
// GetActivityStreamsGroup returns the value of this property. When
// IsActivityStreamsGroup returns false, GetActivityStreamsGroup will
// return an arbitrary value.
GetActivityStreamsGroup() ActivityStreamsGroup
// GetActivityStreamsIgnore returns the value of this property. When
// IsActivityStreamsIgnore returns false, GetActivityStreamsIgnore
// will return an arbitrary value.
GetActivityStreamsIgnore() ActivityStreamsIgnore
// GetActivityStreamsImage returns the value of this property. When
// IsActivityStreamsImage returns false, GetActivityStreamsImage will
// return an arbitrary value.
GetActivityStreamsImage() ActivityStreamsImage
// GetActivityStreamsIntransitiveActivity returns the value of this
// property. When IsActivityStreamsIntransitiveActivity returns false,
// GetActivityStreamsIntransitiveActivity will return an arbitrary
// value.
GetActivityStreamsIntransitiveActivity() ActivityStreamsIntransitiveActivity
// GetActivityStreamsInvite returns the value of this property. When
// IsActivityStreamsInvite returns false, GetActivityStreamsInvite
// will return an arbitrary value.
GetActivityStreamsInvite() ActivityStreamsInvite
// GetActivityStreamsJoin returns the value of this property. When
// IsActivityStreamsJoin returns false, GetActivityStreamsJoin will
// return an arbitrary value.
GetActivityStreamsJoin() ActivityStreamsJoin
// GetActivityStreamsLeave returns the value of this property. When
// IsActivityStreamsLeave returns false, GetActivityStreamsLeave will
// return an arbitrary value.
GetActivityStreamsLeave() ActivityStreamsLeave
// GetActivityStreamsLike returns the value of this property. When
// IsActivityStreamsLike returns false, GetActivityStreamsLike will
// return an arbitrary value.
GetActivityStreamsLike() ActivityStreamsLike
// GetActivityStreamsLink returns the value of this property. When
// IsActivityStreamsLink returns false, GetActivityStreamsLink will
// return an arbitrary value.
GetActivityStreamsLink() ActivityStreamsLink
// GetActivityStreamsListen returns the value of this property. When
// IsActivityStreamsListen returns false, GetActivityStreamsListen
// will return an arbitrary value.
GetActivityStreamsListen() ActivityStreamsListen
// GetActivityStreamsMention returns the value of this property. When
// IsActivityStreamsMention returns false, GetActivityStreamsMention
// will return an arbitrary value.
GetActivityStreamsMention() ActivityStreamsMention
// GetActivityStreamsMove returns the value of this property. When
// IsActivityStreamsMove returns false, GetActivityStreamsMove will
// return an arbitrary value.
GetActivityStreamsMove() ActivityStreamsMove
// GetActivityStreamsNote returns the value of this property. When
// IsActivityStreamsNote returns false, GetActivityStreamsNote will
// return an arbitrary value.
GetActivityStreamsNote() ActivityStreamsNote
// GetActivityStreamsObject returns the value of this property. When
// IsActivityStreamsObject returns false, GetActivityStreamsObject
// will return an arbitrary value.
GetActivityStreamsObject() ActivityStreamsObject
// GetActivityStreamsOffer returns the value of this property. When
// IsActivityStreamsOffer returns false, GetActivityStreamsOffer will
// return an arbitrary value.
GetActivityStreamsOffer() ActivityStreamsOffer
// GetActivityStreamsOrderedCollection returns the value of this property.
// When IsActivityStreamsOrderedCollection returns false,
// GetActivityStreamsOrderedCollection will return an arbitrary value.
GetActivityStreamsOrderedCollection() ActivityStreamsOrderedCollection
// GetActivityStreamsOrderedCollectionPage returns the value of this
// property. When IsActivityStreamsOrderedCollectionPage returns
// false, GetActivityStreamsOrderedCollectionPage will return an
// arbitrary value.
GetActivityStreamsOrderedCollectionPage() ActivityStreamsOrderedCollectionPage
// GetActivityStreamsOrganization returns the value of this property. When
// IsActivityStreamsOrganization returns false,
// GetActivityStreamsOrganization will return an arbitrary value.
GetActivityStreamsOrganization() ActivityStreamsOrganization
// GetActivityStreamsPage returns the value of this property. When
// IsActivityStreamsPage returns false, GetActivityStreamsPage will
// return an arbitrary value.
GetActivityStreamsPage() ActivityStreamsPage
// GetActivityStreamsPerson returns the value of this property. When
// IsActivityStreamsPerson returns false, GetActivityStreamsPerson
// will return an arbitrary value.
GetActivityStreamsPerson() ActivityStreamsPerson
// GetActivityStreamsPlace returns the value of this property. When
// IsActivityStreamsPlace returns false, GetActivityStreamsPlace will
// return an arbitrary value.
GetActivityStreamsPlace() ActivityStreamsPlace
// GetActivityStreamsProfile returns the value of this property. When
// IsActivityStreamsProfile returns false, GetActivityStreamsProfile
// will return an arbitrary value.
GetActivityStreamsProfile() ActivityStreamsProfile
// GetActivityStreamsQuestion returns the value of this property. When
// IsActivityStreamsQuestion returns false, GetActivityStreamsQuestion
// will return an arbitrary value.
GetActivityStreamsQuestion() ActivityStreamsQuestion
// GetActivityStreamsRead returns the value of this property. When
// IsActivityStreamsRead returns false, GetActivityStreamsRead will
// return an arbitrary value.
GetActivityStreamsRead() ActivityStreamsRead
// GetActivityStreamsReject returns the value of this property. When
// IsActivityStreamsReject returns false, GetActivityStreamsReject
// will return an arbitrary value.
GetActivityStreamsReject() ActivityStreamsReject
// GetActivityStreamsRelationship returns the value of this property. When
// IsActivityStreamsRelationship returns false,
// GetActivityStreamsRelationship will return an arbitrary value.
GetActivityStreamsRelationship() ActivityStreamsRelationship
// GetActivityStreamsRemove returns the value of this property. When
// IsActivityStreamsRemove returns false, GetActivityStreamsRemove
// will return an arbitrary value.
GetActivityStreamsRemove() ActivityStreamsRemove
// GetActivityStreamsService returns the value of this property. When
// IsActivityStreamsService returns false, GetActivityStreamsService
// will return an arbitrary value.
GetActivityStreamsService() ActivityStreamsService
// GetActivityStreamsTentativeAccept returns the value of this property.
// When IsActivityStreamsTentativeAccept returns false,
// GetActivityStreamsTentativeAccept will return an arbitrary value.
GetActivityStreamsTentativeAccept() ActivityStreamsTentativeAccept
// GetActivityStreamsTentativeReject returns the value of this property.
// When IsActivityStreamsTentativeReject returns false,
// GetActivityStreamsTentativeReject will return an arbitrary value.
GetActivityStreamsTentativeReject() ActivityStreamsTentativeReject
// GetActivityStreamsTombstone returns the value of this property. When
// IsActivityStreamsTombstone returns false,
// GetActivityStreamsTombstone will return an arbitrary value.
GetActivityStreamsTombstone() ActivityStreamsTombstone
// GetActivityStreamsTravel returns the value of this property. When
// IsActivityStreamsTravel returns false, GetActivityStreamsTravel
// will return an arbitrary value.
GetActivityStreamsTravel() ActivityStreamsTravel
// GetActivityStreamsUndo returns the value of this property. When
// IsActivityStreamsUndo returns false, GetActivityStreamsUndo will
// return an arbitrary value.
GetActivityStreamsUndo() ActivityStreamsUndo
// GetActivityStreamsUpdate returns the value of this property. When
// IsActivityStreamsUpdate returns false, GetActivityStreamsUpdate
// will return an arbitrary value.
GetActivityStreamsUpdate() ActivityStreamsUpdate
// GetActivityStreamsVideo returns the value of this property. When
// IsActivityStreamsVideo returns false, GetActivityStreamsVideo will
// return an arbitrary value.
GetActivityStreamsVideo() ActivityStreamsVideo
// GetActivityStreamsView returns the value of this property. When
// IsActivityStreamsView returns false, GetActivityStreamsView will
// return an arbitrary value.
GetActivityStreamsView() ActivityStreamsView
// GetFunkwhaleAlbum returns the value of this property. When
// IsFunkwhaleAlbum returns false, GetFunkwhaleAlbum will return an
// arbitrary value.
GetFunkwhaleAlbum() FunkwhaleAlbum
// GetFunkwhaleArtist returns the value of this property. When
// IsFunkwhaleArtist returns false, GetFunkwhaleArtist will return an
// arbitrary value.
GetFunkwhaleArtist() FunkwhaleArtist
// GetFunkwhaleLibrary returns the value of this property. When
// IsFunkwhaleLibrary returns false, GetFunkwhaleLibrary will return
// an arbitrary value.
GetFunkwhaleLibrary() FunkwhaleLibrary
// GetFunkwhaleTrack returns the value of this property. When
// IsFunkwhaleTrack returns false, GetFunkwhaleTrack will return an
// arbitrary value.
GetFunkwhaleTrack() FunkwhaleTrack
// GetGoToSocialAnnounceApproval returns the value of this property. When
// IsGoToSocialAnnounceApproval returns false,
// GetGoToSocialAnnounceApproval will return an arbitrary value.
GetGoToSocialAnnounceApproval() GoToSocialAnnounceApproval
// GetGoToSocialAnnounceAuthorization returns the value of this property.
// When IsGoToSocialAnnounceAuthorization returns false,
// GetGoToSocialAnnounceAuthorization will return an arbitrary value.
GetGoToSocialAnnounceAuthorization() GoToSocialAnnounceAuthorization
// GetGoToSocialAnnounceRequest returns the value of this property. When
// IsGoToSocialAnnounceRequest returns false,
// GetGoToSocialAnnounceRequest will return an arbitrary value.
GetGoToSocialAnnounceRequest() GoToSocialAnnounceRequest
// GetGoToSocialLikeApproval returns the value of this property. When
// IsGoToSocialLikeApproval returns false, GetGoToSocialLikeApproval
// will return an arbitrary value.
GetGoToSocialLikeApproval() GoToSocialLikeApproval
// GetGoToSocialLikeAuthorization returns the value of this property. When
// IsGoToSocialLikeAuthorization returns false,
// GetGoToSocialLikeAuthorization will return an arbitrary value.
GetGoToSocialLikeAuthorization() GoToSocialLikeAuthorization
// GetGoToSocialLikeRequest returns the value of this property. When
// IsGoToSocialLikeRequest returns false, GetGoToSocialLikeRequest
// will return an arbitrary value.
GetGoToSocialLikeRequest() GoToSocialLikeRequest
// GetGoToSocialQuoteAuthorization returns the value of this property.
// When IsGoToSocialQuoteAuthorization returns false,
// GetGoToSocialQuoteAuthorization will return an arbitrary value.
GetGoToSocialQuoteAuthorization() GoToSocialQuoteAuthorization
// GetGoToSocialQuoteRequest returns the value of this property. When
// IsGoToSocialQuoteRequest returns false, GetGoToSocialQuoteRequest
// will return an arbitrary value.
GetGoToSocialQuoteRequest() GoToSocialQuoteRequest
// GetGoToSocialReplyApproval returns the value of this property. When
// IsGoToSocialReplyApproval returns false, GetGoToSocialReplyApproval
// will return an arbitrary value.
GetGoToSocialReplyApproval() GoToSocialReplyApproval
// GetGoToSocialReplyAuthorization returns the value of this property.
// When IsGoToSocialReplyAuthorization returns false,
// GetGoToSocialReplyAuthorization will return an arbitrary value.
GetGoToSocialReplyAuthorization() GoToSocialReplyAuthorization
// GetGoToSocialReplyRequest returns the value of this property. When
// IsGoToSocialReplyRequest returns false, GetGoToSocialReplyRequest
// will return an arbitrary value.
GetGoToSocialReplyRequest() GoToSocialReplyRequest
// GetIRI returns the IRI of this property. When IsIRI returns false,
// GetIRI will return an arbitrary value.
GetIRI() *url.URL
// GetLitePubEmojiReact returns the value of this property. When
// IsLitePubEmojiReact returns false, GetLitePubEmojiReact will return
// an arbitrary value.
GetLitePubEmojiReact() LitePubEmojiReact
// GetSchemaPropertyValue returns the value of this property. When
// IsSchemaPropertyValue returns false, GetSchemaPropertyValue will
// return an arbitrary value.
GetSchemaPropertyValue() SchemaPropertyValue
// GetTootEmoji returns the value of this property. When IsTootEmoji
// returns false, GetTootEmoji will return an arbitrary value.
GetTootEmoji() TootEmoji
// GetTootHashtag returns the value of this property. When IsTootHashtag
// returns false, GetTootHashtag will return an arbitrary value.
GetTootHashtag() TootHashtag
// GetTootIdentityProof returns the value of this property. When
// IsTootIdentityProof returns false, GetTootIdentityProof will return
// an arbitrary value.
GetTootIdentityProof() TootIdentityProof
// 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.
GetType() Type
// HasAny returns true if any of the different values is set.
HasAny() 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.
IsActivityStreamsAccept() 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.
IsActivityStreamsActivity() 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.
IsActivityStreamsAdd() 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.
IsActivityStreamsAnnounce() 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.
IsActivityStreamsApplication() 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.
IsActivityStreamsArrive() 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.
IsActivityStreamsArticle() 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.
IsActivityStreamsAudio() 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.
IsActivityStreamsBlock() 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.
IsActivityStreamsCollection() 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.
IsActivityStreamsCollectionPage() 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.
IsActivityStreamsCreate() 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.
IsActivityStreamsDelete() 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.
IsActivityStreamsDislike() 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.
IsActivityStreamsDocument() 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.
IsActivityStreamsEvent() 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.
IsActivityStreamsFlag() 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.
IsActivityStreamsFollow() 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.
IsActivityStreamsGroup() 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.
IsActivityStreamsIgnore() 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.
IsActivityStreamsImage() 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.
IsActivityStreamsIntransitiveActivity() 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.
IsActivityStreamsInvite() 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.
IsActivityStreamsJoin() 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.
IsActivityStreamsLeave() 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.
IsActivityStreamsLike() 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.
IsActivityStreamsLink() 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.
IsActivityStreamsListen() 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.
IsActivityStreamsMention() 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.
IsActivityStreamsMove() 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.
IsActivityStreamsNote() 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.
IsActivityStreamsObject() 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.
IsActivityStreamsOffer() 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.
IsActivityStreamsOrderedCollection() 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.
IsActivityStreamsOrderedCollectionPage() 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.
IsActivityStreamsOrganization() 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.
IsActivityStreamsPage() 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.
IsActivityStreamsPerson() 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.
IsActivityStreamsPlace() 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.
IsActivityStreamsProfile() 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.
IsActivityStreamsQuestion() 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.
IsActivityStreamsRead() 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.
IsActivityStreamsReject() 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.
IsActivityStreamsRelationship() 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.
IsActivityStreamsRemove() 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.
IsActivityStreamsService() 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.
IsActivityStreamsTentativeAccept() 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.
IsActivityStreamsTentativeReject() 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.
IsActivityStreamsTombstone() 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.
IsActivityStreamsTravel() 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.
IsActivityStreamsUndo() 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.
IsActivityStreamsUpdate() 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.
IsActivityStreamsVideo() 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.
IsActivityStreamsView() bool
// IsFunkwhaleAlbum returns true if this property has a type of "Album".
// When true, use the GetFunkwhaleAlbum and SetFunkwhaleAlbum methods
// to access and set this property.
IsFunkwhaleAlbum() bool
// IsFunkwhaleArtist returns true if this property has a type of "Artist".
// When true, use the GetFunkwhaleArtist and SetFunkwhaleArtist
// methods to access and set this property.
IsFunkwhaleArtist() bool
// IsFunkwhaleLibrary returns true if this property has a type of
// "Library". When true, use the GetFunkwhaleLibrary and
// SetFunkwhaleLibrary methods to access and set this property.
IsFunkwhaleLibrary() bool
// IsFunkwhaleTrack returns true if this property has a type of "Track".
// When true, use the GetFunkwhaleTrack and SetFunkwhaleTrack methods
// to access and set this property.
IsFunkwhaleTrack() bool
// IsGoToSocialAnnounceApproval returns true if this property has a type
// of "AnnounceApproval". When true, use the
// GetGoToSocialAnnounceApproval and SetGoToSocialAnnounceApproval
// methods to access and set this property.
IsGoToSocialAnnounceApproval() bool
// IsGoToSocialAnnounceAuthorization returns true if this property has a
// type of "AnnounceAuthorization". When true, use the
// GetGoToSocialAnnounceAuthorization and
// SetGoToSocialAnnounceAuthorization methods to access and set this
// property.
IsGoToSocialAnnounceAuthorization() bool
// IsGoToSocialAnnounceRequest returns true if this property has a type of
// "AnnounceRequest". When true, use the GetGoToSocialAnnounceRequest
// and SetGoToSocialAnnounceRequest methods to access and set this
// property.
IsGoToSocialAnnounceRequest() bool
// IsGoToSocialLikeApproval returns true if this property has a type of
// "LikeApproval". When true, use the GetGoToSocialLikeApproval and
// SetGoToSocialLikeApproval methods to access and set this property.
IsGoToSocialLikeApproval() bool
// IsGoToSocialLikeAuthorization returns true if this property has a type
// of "LikeAuthorization". When true, use the
// GetGoToSocialLikeAuthorization and SetGoToSocialLikeAuthorization
// methods to access and set this property.
IsGoToSocialLikeAuthorization() bool
// IsGoToSocialLikeRequest returns true if this property has a type of
// "LikeRequest". When true, use the GetGoToSocialLikeRequest and
// SetGoToSocialLikeRequest methods to access and set this property.
IsGoToSocialLikeRequest() bool
// IsGoToSocialQuoteAuthorization returns true if this property has a type
// of "QuoteAuthorization". When true, use the
// GetGoToSocialQuoteAuthorization and SetGoToSocialQuoteAuthorization
// methods to access and set this property.
IsGoToSocialQuoteAuthorization() bool
// IsGoToSocialQuoteRequest returns true if this property has a type of
// "QuoteRequest". When true, use the GetGoToSocialQuoteRequest and
// SetGoToSocialQuoteRequest methods to access and set this property.
IsGoToSocialQuoteRequest() bool
// IsGoToSocialReplyApproval returns true if this property has a type of
// "ReplyApproval". When true, use the GetGoToSocialReplyApproval and
// SetGoToSocialReplyApproval methods to access and set this property.
IsGoToSocialReplyApproval() bool
// IsGoToSocialReplyAuthorization returns true if this property has a type
// of "ReplyAuthorization". When true, use the
// GetGoToSocialReplyAuthorization and SetGoToSocialReplyAuthorization
// methods to access and set this property.
IsGoToSocialReplyAuthorization() bool
// IsGoToSocialReplyRequest returns true if this property has a type of
// "ReplyRequest". When true, use the GetGoToSocialReplyRequest and
// SetGoToSocialReplyRequest methods to access and set this property.
IsGoToSocialReplyRequest() bool
// IsIRI returns true if this property is an IRI. When true, use GetIRI
// and SetIRI to access and set this property
IsIRI() bool
// IsLitePubEmojiReact returns true if this property has a type of
// "EmojiReact". When true, use the GetLitePubEmojiReact and
// SetLitePubEmojiReact methods to access and set this property.
IsLitePubEmojiReact() 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.
IsSchemaPropertyValue() 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.
IsTootEmoji() 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.
IsTootHashtag() 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.
IsTootIdentityProof() bool
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex() int
// 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.
LessThan(o ActivityStreamsItemsPropertyIterator) bool
// Name returns the name of this property: "ActivityStreamsItems".
Name() string
// Next returns the next iterator, or nil if there is no next iterator.
Next() ActivityStreamsItemsPropertyIterator
// Prev returns the previous iterator, or nil if there is no previous
// iterator.
Prev() ActivityStreamsItemsPropertyIterator
// SetActivityStreamsAccept sets the value of this property. Calling
// IsActivityStreamsAccept afterwards returns true.
SetActivityStreamsAccept(v ActivityStreamsAccept)
// SetActivityStreamsActivity sets the value of this property. Calling
// IsActivityStreamsActivity afterwards returns true.
SetActivityStreamsActivity(v ActivityStreamsActivity)
// SetActivityStreamsAdd sets the value of this property. Calling
// IsActivityStreamsAdd afterwards returns true.
SetActivityStreamsAdd(v ActivityStreamsAdd)
// SetActivityStreamsAnnounce sets the value of this property. Calling
// IsActivityStreamsAnnounce afterwards returns true.
SetActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// SetActivityStreamsApplication sets the value of this property. Calling
// IsActivityStreamsApplication afterwards returns true.
SetActivityStreamsApplication(v ActivityStreamsApplication)
// SetActivityStreamsArrive sets the value of this property. Calling
// IsActivityStreamsArrive afterwards returns true.
SetActivityStreamsArrive(v ActivityStreamsArrive)
// SetActivityStreamsArticle sets the value of this property. Calling
// IsActivityStreamsArticle afterwards returns true.
SetActivityStreamsArticle(v ActivityStreamsArticle)
// SetActivityStreamsAudio sets the value of this property. Calling
// IsActivityStreamsAudio afterwards returns true.
SetActivityStreamsAudio(v ActivityStreamsAudio)
// SetActivityStreamsBlock sets the value of this property. Calling
// IsActivityStreamsBlock afterwards returns true.
SetActivityStreamsBlock(v ActivityStreamsBlock)
// SetActivityStreamsCollection sets the value of this property. Calling
// IsActivityStreamsCollection afterwards returns true.
SetActivityStreamsCollection(v ActivityStreamsCollection)
// SetActivityStreamsCollectionPage sets the value of this property.
// Calling IsActivityStreamsCollectionPage afterwards returns true.
SetActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// SetActivityStreamsCreate sets the value of this property. Calling
// IsActivityStreamsCreate afterwards returns true.
SetActivityStreamsCreate(v ActivityStreamsCreate)
// SetActivityStreamsDelete sets the value of this property. Calling
// IsActivityStreamsDelete afterwards returns true.
SetActivityStreamsDelete(v ActivityStreamsDelete)
// SetActivityStreamsDislike sets the value of this property. Calling
// IsActivityStreamsDislike afterwards returns true.
SetActivityStreamsDislike(v ActivityStreamsDislike)
// SetActivityStreamsDocument sets the value of this property. Calling
// IsActivityStreamsDocument afterwards returns true.
SetActivityStreamsDocument(v ActivityStreamsDocument)
// SetActivityStreamsEvent sets the value of this property. Calling
// IsActivityStreamsEvent afterwards returns true.
SetActivityStreamsEvent(v ActivityStreamsEvent)
// SetActivityStreamsFlag sets the value of this property. Calling
// IsActivityStreamsFlag afterwards returns true.
SetActivityStreamsFlag(v ActivityStreamsFlag)
// SetActivityStreamsFollow sets the value of this property. Calling
// IsActivityStreamsFollow afterwards returns true.
SetActivityStreamsFollow(v ActivityStreamsFollow)
// SetActivityStreamsGroup sets the value of this property. Calling
// IsActivityStreamsGroup afterwards returns true.
SetActivityStreamsGroup(v ActivityStreamsGroup)
// SetActivityStreamsIgnore sets the value of this property. Calling
// IsActivityStreamsIgnore afterwards returns true.
SetActivityStreamsIgnore(v ActivityStreamsIgnore)
// SetActivityStreamsImage sets the value of this property. Calling
// IsActivityStreamsImage afterwards returns true.
SetActivityStreamsImage(v ActivityStreamsImage)
// SetActivityStreamsIntransitiveActivity sets the value of this property.
// Calling IsActivityStreamsIntransitiveActivity afterwards returns
// true.
SetActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// SetActivityStreamsInvite sets the value of this property. Calling
// IsActivityStreamsInvite afterwards returns true.
SetActivityStreamsInvite(v ActivityStreamsInvite)
// SetActivityStreamsJoin sets the value of this property. Calling
// IsActivityStreamsJoin afterwards returns true.
SetActivityStreamsJoin(v ActivityStreamsJoin)
// SetActivityStreamsLeave sets the value of this property. Calling
// IsActivityStreamsLeave afterwards returns true.
SetActivityStreamsLeave(v ActivityStreamsLeave)
// SetActivityStreamsLike sets the value of this property. Calling
// IsActivityStreamsLike afterwards returns true.
SetActivityStreamsLike(v ActivityStreamsLike)
// SetActivityStreamsLink sets the value of this property. Calling
// IsActivityStreamsLink afterwards returns true.
SetActivityStreamsLink(v ActivityStreamsLink)
// SetActivityStreamsListen sets the value of this property. Calling
// IsActivityStreamsListen afterwards returns true.
SetActivityStreamsListen(v ActivityStreamsListen)
// SetActivityStreamsMention sets the value of this property. Calling
// IsActivityStreamsMention afterwards returns true.
SetActivityStreamsMention(v ActivityStreamsMention)
// SetActivityStreamsMove sets the value of this property. Calling
// IsActivityStreamsMove afterwards returns true.
SetActivityStreamsMove(v ActivityStreamsMove)
// SetActivityStreamsNote sets the value of this property. Calling
// IsActivityStreamsNote afterwards returns true.
SetActivityStreamsNote(v ActivityStreamsNote)
// SetActivityStreamsObject sets the value of this property. Calling
// IsActivityStreamsObject afterwards returns true.
SetActivityStreamsObject(v ActivityStreamsObject)
// SetActivityStreamsOffer sets the value of this property. Calling
// IsActivityStreamsOffer afterwards returns true.
SetActivityStreamsOffer(v ActivityStreamsOffer)
// SetActivityStreamsOrderedCollection sets the value of this property.
// Calling IsActivityStreamsOrderedCollection afterwards returns true.
SetActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// SetActivityStreamsOrderedCollectionPage sets the value of this
// property. Calling IsActivityStreamsOrderedCollectionPage afterwards
// returns true.
SetActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// SetActivityStreamsOrganization sets the value of this property. Calling
// IsActivityStreamsOrganization afterwards returns true.
SetActivityStreamsOrganization(v ActivityStreamsOrganization)
// SetActivityStreamsPage sets the value of this property. Calling
// IsActivityStreamsPage afterwards returns true.
SetActivityStreamsPage(v ActivityStreamsPage)
// SetActivityStreamsPerson sets the value of this property. Calling
// IsActivityStreamsPerson afterwards returns true.
SetActivityStreamsPerson(v ActivityStreamsPerson)
// SetActivityStreamsPlace sets the value of this property. Calling
// IsActivityStreamsPlace afterwards returns true.
SetActivityStreamsPlace(v ActivityStreamsPlace)
// SetActivityStreamsProfile sets the value of this property. Calling
// IsActivityStreamsProfile afterwards returns true.
SetActivityStreamsProfile(v ActivityStreamsProfile)
// SetActivityStreamsQuestion sets the value of this property. Calling
// IsActivityStreamsQuestion afterwards returns true.
SetActivityStreamsQuestion(v ActivityStreamsQuestion)
// SetActivityStreamsRead sets the value of this property. Calling
// IsActivityStreamsRead afterwards returns true.
SetActivityStreamsRead(v ActivityStreamsRead)
// SetActivityStreamsReject sets the value of this property. Calling
// IsActivityStreamsReject afterwards returns true.
SetActivityStreamsReject(v ActivityStreamsReject)
// SetActivityStreamsRelationship sets the value of this property. Calling
// IsActivityStreamsRelationship afterwards returns true.
SetActivityStreamsRelationship(v ActivityStreamsRelationship)
// SetActivityStreamsRemove sets the value of this property. Calling
// IsActivityStreamsRemove afterwards returns true.
SetActivityStreamsRemove(v ActivityStreamsRemove)
// SetActivityStreamsService sets the value of this property. Calling
// IsActivityStreamsService afterwards returns true.
SetActivityStreamsService(v ActivityStreamsService)
// SetActivityStreamsTentativeAccept sets the value of this property.
// Calling IsActivityStreamsTentativeAccept afterwards returns true.
SetActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// SetActivityStreamsTentativeReject sets the value of this property.
// Calling IsActivityStreamsTentativeReject afterwards returns true.
SetActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// SetActivityStreamsTombstone sets the value of this property. Calling
// IsActivityStreamsTombstone afterwards returns true.
SetActivityStreamsTombstone(v ActivityStreamsTombstone)
// SetActivityStreamsTravel sets the value of this property. Calling
// IsActivityStreamsTravel afterwards returns true.
SetActivityStreamsTravel(v ActivityStreamsTravel)
// SetActivityStreamsUndo sets the value of this property. Calling
// IsActivityStreamsUndo afterwards returns true.
SetActivityStreamsUndo(v ActivityStreamsUndo)
// SetActivityStreamsUpdate sets the value of this property. Calling
// IsActivityStreamsUpdate afterwards returns true.
SetActivityStreamsUpdate(v ActivityStreamsUpdate)
// SetActivityStreamsVideo sets the value of this property. Calling
// IsActivityStreamsVideo afterwards returns true.
SetActivityStreamsVideo(v ActivityStreamsVideo)
// SetActivityStreamsView sets the value of this property. Calling
// IsActivityStreamsView afterwards returns true.
SetActivityStreamsView(v ActivityStreamsView)
// SetFunkwhaleAlbum sets the value of this property. Calling
// IsFunkwhaleAlbum afterwards returns true.
SetFunkwhaleAlbum(v FunkwhaleAlbum)
// SetFunkwhaleArtist sets the value of this property. Calling
// IsFunkwhaleArtist afterwards returns true.
SetFunkwhaleArtist(v FunkwhaleArtist)
// SetFunkwhaleLibrary sets the value of this property. Calling
// IsFunkwhaleLibrary afterwards returns true.
SetFunkwhaleLibrary(v FunkwhaleLibrary)
// SetFunkwhaleTrack sets the value of this property. Calling
// IsFunkwhaleTrack afterwards returns true.
SetFunkwhaleTrack(v FunkwhaleTrack)
// SetGoToSocialAnnounceApproval sets the value of this property. Calling
// IsGoToSocialAnnounceApproval afterwards returns true.
SetGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// SetGoToSocialAnnounceAuthorization sets the value of this property.
// Calling IsGoToSocialAnnounceAuthorization afterwards returns true.
SetGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// SetGoToSocialAnnounceRequest sets the value of this property. Calling
// IsGoToSocialAnnounceRequest afterwards returns true.
SetGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// SetGoToSocialLikeApproval sets the value of this property. Calling
// IsGoToSocialLikeApproval afterwards returns true.
SetGoToSocialLikeApproval(v GoToSocialLikeApproval)
// SetGoToSocialLikeAuthorization sets the value of this property. Calling
// IsGoToSocialLikeAuthorization afterwards returns true.
SetGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// SetGoToSocialLikeRequest sets the value of this property. Calling
// IsGoToSocialLikeRequest afterwards returns true.
SetGoToSocialLikeRequest(v GoToSocialLikeRequest)
// SetGoToSocialQuoteAuthorization sets the value of this property.
// Calling IsGoToSocialQuoteAuthorization afterwards returns true.
SetGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// SetGoToSocialQuoteRequest sets the value of this property. Calling
// IsGoToSocialQuoteRequest afterwards returns true.
SetGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// SetGoToSocialReplyApproval sets the value of this property. Calling
// IsGoToSocialReplyApproval afterwards returns true.
SetGoToSocialReplyApproval(v GoToSocialReplyApproval)
// SetGoToSocialReplyAuthorization sets the value of this property.
// Calling IsGoToSocialReplyAuthorization afterwards returns true.
SetGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// SetGoToSocialReplyRequest sets the value of this property. Calling
// IsGoToSocialReplyRequest afterwards returns true.
SetGoToSocialReplyRequest(v GoToSocialReplyRequest)
// SetIRI sets the value of this property. Calling IsIRI afterwards
// returns true.
SetIRI(v *url.URL)
// SetLitePubEmojiReact sets the value of this property. Calling
// IsLitePubEmojiReact afterwards returns true.
SetLitePubEmojiReact(v LitePubEmojiReact)
// SetSchemaPropertyValue sets the value of this property. Calling
// IsSchemaPropertyValue afterwards returns true.
SetSchemaPropertyValue(v SchemaPropertyValue)
// SetTootEmoji sets the value of this property. Calling IsTootEmoji
// afterwards returns true.
SetTootEmoji(v TootEmoji)
// SetTootHashtag sets the value of this property. Calling IsTootHashtag
// afterwards returns true.
SetTootHashtag(v TootHashtag)
// SetTootIdentityProof sets the value of this property. Calling
// IsTootIdentityProof afterwards returns true.
SetTootIdentityProof(v TootIdentityProof)
// 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.
SetType(t Type) error
}
ActivityStreamsItemsPropertyIterator represents a single value for the "items" property.
type ActivityStreamsJoin ¶
type ActivityStreamsJoin interface {
// GetActivityStreamsActor returns the "actor" property if it exists, and
// nil otherwise.
GetActivityStreamsActor() ActivityStreamsActorProperty
// GetActivityStreamsAltitude returns the "altitude" property if it
// exists, and nil otherwise.
GetActivityStreamsAltitude() ActivityStreamsAltitudeProperty
// GetActivityStreamsAttachment returns the "attachment" property if it
// exists, and nil otherwise.
GetActivityStreamsAttachment() ActivityStreamsAttachmentProperty
// GetActivityStreamsAttributedTo returns the "attributedTo" property if
// it exists, and nil otherwise.
GetActivityStreamsAttributedTo() ActivityStreamsAttributedToProperty
// GetActivityStreamsAudience returns the "audience" property if it
// exists, and nil otherwise.
GetActivityStreamsAudience() ActivityStreamsAudienceProperty
// GetActivityStreamsBcc returns the "bcc" property if it exists, and nil
// otherwise.
GetActivityStreamsBcc() ActivityStreamsBccProperty
// GetActivityStreamsBto returns the "bto" property if it exists, and nil
// otherwise.
GetActivityStreamsBto() ActivityStreamsBtoProperty
// GetActivityStreamsCc returns the "cc" property if it exists, and nil
// otherwise.
GetActivityStreamsCc() ActivityStreamsCcProperty
// GetActivityStreamsContent returns the "content" property if it exists,
// and nil otherwise.
GetActivityStreamsContent() ActivityStreamsContentProperty
// GetActivityStreamsContext returns the "context" property if it exists,
// and nil otherwise.
GetActivityStreamsContext() ActivityStreamsContextProperty
// GetActivityStreamsDuration returns the "duration" property if it
// exists, and nil otherwise.
GetActivityStreamsDuration() ActivityStreamsDurationProperty
// GetActivityStreamsEndTime returns the "endTime" property if it exists,
// and nil otherwise.
GetActivityStreamsEndTime() ActivityStreamsEndTimeProperty
// GetActivityStreamsGenerator returns the "generator" property if it
// exists, and nil otherwise.
GetActivityStreamsGenerator() ActivityStreamsGeneratorProperty
// GetActivityStreamsIcon returns the "icon" property if it exists, and
// nil otherwise.
GetActivityStreamsIcon() ActivityStreamsIconProperty
// GetActivityStreamsImage returns the "image" property if it exists, and
// nil otherwise.
GetActivityStreamsImage() ActivityStreamsImageProperty
// GetActivityStreamsInReplyTo returns the "inReplyTo" property if it
// exists, and nil otherwise.
GetActivityStreamsInReplyTo() ActivityStreamsInReplyToProperty
// GetActivityStreamsInstrument returns the "instrument" property if it
// exists, and nil otherwise.
GetActivityStreamsInstrument() ActivityStreamsInstrumentProperty
// GetActivityStreamsLikes returns the "likes" property if it exists, and
// nil otherwise.
GetActivityStreamsLikes() ActivityStreamsLikesProperty
// GetActivityStreamsLocation returns the "location" property if it
// exists, and nil otherwise.
GetActivityStreamsLocation() ActivityStreamsLocationProperty
// GetActivityStreamsMediaType returns the "mediaType" property if it
// exists, and nil otherwise.
GetActivityStreamsMediaType() ActivityStreamsMediaTypeProperty
// GetActivityStreamsName returns the "name" property if it exists, and
// nil otherwise.
GetActivityStreamsName() ActivityStreamsNameProperty
// GetActivityStreamsObject returns the "object" property if it exists,
// and nil otherwise.
GetActivityStreamsObject() ActivityStreamsObjectProperty
// GetActivityStreamsOrigin returns the "origin" property if it exists,
// and nil otherwise.
GetActivityStreamsOrigin() ActivityStreamsOriginProperty
// GetActivityStreamsPreview returns the "preview" property if it exists,
// and nil otherwise.
GetActivityStreamsPreview() ActivityStreamsPreviewProperty
// GetActivityStreamsPublished returns the "published" property if it
// exists, and nil otherwise.
GetActivityStreamsPublished() ActivityStreamsPublishedProperty
// GetActivityStreamsReplies returns the "replies" property if it exists,
// and nil otherwise.
GetActivityStreamsReplies() ActivityStreamsRepliesProperty
// GetActivityStreamsResult returns the "result" property if it exists,
// and nil otherwise.
GetActivityStreamsResult() ActivityStreamsResultProperty
// GetActivityStreamsSensitive returns the "sensitive" property if it
// exists, and nil otherwise.
GetActivityStreamsSensitive() ActivityStreamsSensitiveProperty
// and nil otherwise.
GetActivityStreamsShares() ActivityStreamsSharesProperty
// GetActivityStreamsSource returns the "source" property if it exists,
// and nil otherwise.
GetActivityStreamsSource() ActivityStreamsSourceProperty
// GetActivityStreamsStartTime returns the "startTime" property if it
// exists, and nil otherwise.
GetActivityStreamsStartTime() ActivityStreamsStartTimeProperty
// GetActivityStreamsSummary returns the "summary" property if it exists,
// and nil otherwise.
GetActivityStreamsSummary() ActivityStreamsSummaryProperty
// GetActivityStreamsTag returns the "tag" property if it exists, and nil
// otherwise.
GetActivityStreamsTag() ActivityStreamsTagProperty
// GetActivityStreamsTarget returns the "target" property if it exists,
// and nil otherwise.
GetActivityStreamsTarget() ActivityStreamsTargetProperty
// GetActivityStreamsTo returns the "to" property if it exists, and nil
// otherwise.
GetActivityStreamsTo() ActivityStreamsToProperty
// GetActivityStreamsUpdated returns the "updated" property if it exists,
// and nil otherwise.
GetActivityStreamsUpdated() ActivityStreamsUpdatedProperty
// GetActivityStreamsUrl returns the "url" property if it exists, and nil
// otherwise.
GetActivityStreamsUrl() ActivityStreamsUrlProperty
// GetJSONLDId returns the "id" property if it exists, and nil otherwise.
GetJSONLDId() JSONLDIdProperty
// GetJSONLDType returns the "type" property if it exists, and nil
// otherwise.
GetJSONLDType() JSONLDTypeProperty
// GetTypeName returns the name of this type.
GetTypeName() string
// GetUnknownProperties returns the unknown properties for the Join type.
// Note that this should not be used by app developers. It is only
// used to help determine which implementation is LessThan the other.
// Developers who are creating a different implementation of this
// type's interface can use this method in their LessThan
// implementation, but routine ActivityPub applications should not use
// this to bypass the code generation tool.
GetUnknownProperties() map[string]interface{}
// IsExtending returns true if the Join type extends from the other type.
IsExtending(other Type) bool
// JSONLDContext returns the JSONLD URIs required in the context string
// for this type and the specific properties that are set. The value
// in the map is the alias used to import the type and its properties.
JSONLDContext() map[string]string
// LessThan computes if this Join is lesser, with an arbitrary but stable
// determination.
LessThan(o ActivityStreamsJoin) bool
// Serialize converts this into an interface representation suitable for
// marshalling into a text or binary format.
Serialize() (map[string]interface{}, error)
// SetActivityStreamsActor sets the "actor" property.
SetActivityStreamsActor(i ActivityStreamsActorProperty)
// SetActivityStreamsAltitude sets the "altitude" property.
SetActivityStreamsAltitude(i ActivityStreamsAltitudeProperty)
// SetActivityStreamsAttachment sets the "attachment" property.
SetActivityStreamsAttachment(i ActivityStreamsAttachmentProperty)
// SetActivityStreamsAttributedTo sets the "attributedTo" property.
SetActivityStreamsAttributedTo(i ActivityStreamsAttributedToProperty)
// SetActivityStreamsAudience sets the "audience" property.
SetActivityStreamsAudience(i ActivityStreamsAudienceProperty)
// SetActivityStreamsBcc sets the "bcc" property.
SetActivityStreamsBcc(i ActivityStreamsBccProperty)
// SetActivityStreamsBto sets the "bto" property.
SetActivityStreamsBto(i ActivityStreamsBtoProperty)
// SetActivityStreamsCc sets the "cc" property.
SetActivityStreamsCc(i ActivityStreamsCcProperty)
// SetActivityStreamsContent sets the "content" property.
SetActivityStreamsContent(i ActivityStreamsContentProperty)
// SetActivityStreamsContext sets the "context" property.
SetActivityStreamsContext(i ActivityStreamsContextProperty)
// SetActivityStreamsDuration sets the "duration" property.
SetActivityStreamsDuration(i ActivityStreamsDurationProperty)
// SetActivityStreamsEndTime sets the "endTime" property.
SetActivityStreamsEndTime(i ActivityStreamsEndTimeProperty)
// SetActivityStreamsGenerator sets the "generator" property.
SetActivityStreamsGenerator(i ActivityStreamsGeneratorProperty)
// SetActivityStreamsIcon sets the "icon" property.
SetActivityStreamsIcon(i ActivityStreamsIconProperty)
// SetActivityStreamsImage sets the "image" property.
SetActivityStreamsImage(i ActivityStreamsImageProperty)
// SetActivityStreamsInReplyTo sets the "inReplyTo" property.
SetActivityStreamsInReplyTo(i ActivityStreamsInReplyToProperty)
// SetActivityStreamsInstrument sets the "instrument" property.
SetActivityStreamsInstrument(i ActivityStreamsInstrumentProperty)
// SetActivityStreamsLikes sets the "likes" property.
SetActivityStreamsLikes(i ActivityStreamsLikesProperty)
// SetActivityStreamsLocation sets the "location" property.
SetActivityStreamsLocation(i ActivityStreamsLocationProperty)
// SetActivityStreamsMediaType sets the "mediaType" property.
SetActivityStreamsMediaType(i ActivityStreamsMediaTypeProperty)
// SetActivityStreamsName sets the "name" property.
SetActivityStreamsName(i ActivityStreamsNameProperty)
// SetActivityStreamsObject sets the "object" property.
SetActivityStreamsObject(i ActivityStreamsObjectProperty)
// SetActivityStreamsOrigin sets the "origin" property.
SetActivityStreamsOrigin(i ActivityStreamsOriginProperty)
// SetActivityStreamsPreview sets the "preview" property.
SetActivityStreamsPreview(i ActivityStreamsPreviewProperty)
// SetActivityStreamsPublished sets the "published" property.
SetActivityStreamsPublished(i ActivityStreamsPublishedProperty)
// SetActivityStreamsReplies sets the "replies" property.
SetActivityStreamsReplies(i ActivityStreamsRepliesProperty)
// SetActivityStreamsResult sets the "result" property.
SetActivityStreamsResult(i ActivityStreamsResultProperty)
// SetActivityStreamsSensitive sets the "sensitive" property.
SetActivityStreamsSensitive(i ActivityStreamsSensitiveProperty)
SetActivityStreamsShares(i ActivityStreamsSharesProperty)
// SetActivityStreamsSource sets the "source" property.
SetActivityStreamsSource(i ActivityStreamsSourceProperty)
// SetActivityStreamsStartTime sets the "startTime" property.
SetActivityStreamsStartTime(i ActivityStreamsStartTimeProperty)
// SetActivityStreamsSummary sets the "summary" property.
SetActivityStreamsSummary(i ActivityStreamsSummaryProperty)
// SetActivityStreamsTag sets the "tag" property.
SetActivityStreamsTag(i ActivityStreamsTagProperty)
// SetActivityStreamsTarget sets the "target" property.
SetActivityStreamsTarget(i ActivityStreamsTargetProperty)
// SetActivityStreamsTo sets the "to" property.
SetActivityStreamsTo(i ActivityStreamsToProperty)
// SetActivityStreamsUpdated sets the "updated" property.
SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty)
// SetActivityStreamsUrl sets the "url" property.
SetActivityStreamsUrl(i ActivityStreamsUrlProperty)
// SetJSONLDId sets the "id" property.
SetJSONLDId(i JSONLDIdProperty)
// SetJSONLDType sets the "type" property.
SetJSONLDType(i JSONLDTypeProperty)
// VocabularyURI returns the vocabulary's URI as a string.
VocabularyURI() string
}
Indicates that the actor has joined the object. The target and origin typically have no defined meaning.
Example 19 (https://www.w3.org/TR/activitystreams-vocabulary/#ex17-jsonld):
{
"actor": {
"name": "Sally",
"type": "Person"
},
"object": {
"name": "A Simple Group",
"type": "Group"
},
"summary": "Sally joined a group",
"type": "Join"
}
type ActivityStreamsLastProperty ¶
type ActivityStreamsLastProperty interface {
// Clear ensures no value of this property is set. Calling HasAny or any
// of the 'Is' methods afterwards will return false.
Clear()
// GetActivityStreamsCollectionPage returns the value of this property.
// When IsActivityStreamsCollectionPage returns false,
// GetActivityStreamsCollectionPage will return an arbitrary value.
GetActivityStreamsCollectionPage() ActivityStreamsCollectionPage
// GetActivityStreamsLink returns the value of this property. When
// IsActivityStreamsLink returns false, GetActivityStreamsLink will
// return an arbitrary value.
GetActivityStreamsLink() ActivityStreamsLink
// GetActivityStreamsMention returns the value of this property. When
// IsActivityStreamsMention returns false, GetActivityStreamsMention
// will return an arbitrary value.
GetActivityStreamsMention() ActivityStreamsMention
// GetActivityStreamsOrderedCollectionPage returns the value of this
// property. When IsActivityStreamsOrderedCollectionPage returns
// false, GetActivityStreamsOrderedCollectionPage will return an
// arbitrary value.
GetActivityStreamsOrderedCollectionPage() ActivityStreamsOrderedCollectionPage
// GetIRI returns the IRI of this property. When IsIRI returns false,
// GetIRI will return an arbitrary value.
GetIRI() *url.URL
// GetTootHashtag returns the value of this property. When IsTootHashtag
// returns false, GetTootHashtag will return an arbitrary value.
GetTootHashtag() TootHashtag
// 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.
GetType() Type
// HasAny returns true if any of the different values is set.
HasAny() 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.
IsActivityStreamsCollectionPage() 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.
IsActivityStreamsLink() 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.
IsActivityStreamsMention() 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.
IsActivityStreamsOrderedCollectionPage() bool
// IsIRI returns true if this property is an IRI. When true, use GetIRI
// and SetIRI to access and set this property
IsIRI() 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.
IsTootHashtag() bool
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex() int
// 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.
LessThan(o ActivityStreamsLastProperty) bool
// Name returns the name of this property: "last".
Name() string
// 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.
Serialize() (interface{}, error)
// SetActivityStreamsCollectionPage sets the value of this property.
// Calling IsActivityStreamsCollectionPage afterwards returns true.
SetActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// SetActivityStreamsLink sets the value of this property. Calling
// IsActivityStreamsLink afterwards returns true.
SetActivityStreamsLink(v ActivityStreamsLink)
// SetActivityStreamsMention sets the value of this property. Calling
// IsActivityStreamsMention afterwards returns true.
SetActivityStreamsMention(v ActivityStreamsMention)
// SetActivityStreamsOrderedCollectionPage sets the value of this
// property. Calling IsActivityStreamsOrderedCollectionPage afterwards
// returns true.
SetActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// SetIRI sets the value of this property. Calling IsIRI afterwards
// returns true.
SetIRI(v *url.URL)
// SetTootHashtag sets the value of this property. Calling IsTootHashtag
// afterwards returns true.
SetTootHashtag(v TootHashtag)
// 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.
SetType(t Type) error
}
In a paged Collection, indicates the furthest proceeding page of the collection.
Example 86 (https://www.w3.org/TR/activitystreams-vocabulary/#ex87-jsonld):
{
"last": "http://example.org/collection?page=1",
"summary": "A collection",
"totalItems": 3,
"type": "Collection"
}
Example 87 (https://www.w3.org/TR/activitystreams-vocabulary/#ex88-jsonld):
{
"last": {
"summary": "Last Page",
"type": "owl:Class",
"url": "http://example.org/collection?page=1"
},
"summary": "A collection",
"totalItems": 5,
"type": "Collection"
}
type ActivityStreamsLatitudeProperty ¶
type ActivityStreamsLatitudeProperty interface {
// Clear ensures no value of this property is set. Calling
// IsXMLSchemaFloat afterwards will return false.
Clear()
// Get returns the value of this property. When IsXMLSchemaFloat returns
// false, Get will return any arbitrary value.
Get() float64
// GetIRI returns the IRI of this property. When IsIRI returns false,
// GetIRI will return any arbitrary value.
GetIRI() *url.URL
// HasAny returns true if the value or IRI is set.
HasAny() bool
// IsIRI returns true if this property is an IRI.
IsIRI() bool
// IsXMLSchemaFloat returns true if this property is set and not an IRI.
IsXMLSchemaFloat() bool
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex() int
// 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.
LessThan(o ActivityStreamsLatitudeProperty) bool
// Name returns the name of this property: "latitude".
Name() string
// 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.
Serialize() (interface{}, error)
// Set sets the value of this property. Calling IsXMLSchemaFloat
// afterwards will return true.
Set(v float64)
// SetIRI sets the value of this property. Calling IsIRI afterwards will
// return true.
SetIRI(v *url.URL)
}
The latitude of a place
Example 124 (https://www.w3.org/TR/activitystreams-vocabulary/#ex140-jsonld):
{
"latitude": 36.75,
"longitude": 119.7667,
"name": "Fresno Area",
"radius": 15,
"type": "Place",
"units": "miles"
}
type ActivityStreamsLeave ¶
type ActivityStreamsLeave interface {
// GetActivityStreamsActor returns the "actor" property if it exists, and
// nil otherwise.
GetActivityStreamsActor() ActivityStreamsActorProperty
// GetActivityStreamsAltitude returns the "altitude" property if it
// exists, and nil otherwise.
GetActivityStreamsAltitude() ActivityStreamsAltitudeProperty
// GetActivityStreamsAttachment returns the "attachment" property if it
// exists, and nil otherwise.
GetActivityStreamsAttachment() ActivityStreamsAttachmentProperty
// GetActivityStreamsAttributedTo returns the "attributedTo" property if
// it exists, and nil otherwise.
GetActivityStreamsAttributedTo() ActivityStreamsAttributedToProperty
// GetActivityStreamsAudience returns the "audience" property if it
// exists, and nil otherwise.
GetActivityStreamsAudience() ActivityStreamsAudienceProperty
// GetActivityStreamsBcc returns the "bcc" property if it exists, and nil
// otherwise.
GetActivityStreamsBcc() ActivityStreamsBccProperty
// GetActivityStreamsBto returns the "bto" property if it exists, and nil
// otherwise.
GetActivityStreamsBto() ActivityStreamsBtoProperty
// GetActivityStreamsCc returns the "cc" property if it exists, and nil
// otherwise.
GetActivityStreamsCc() ActivityStreamsCcProperty
// GetActivityStreamsContent returns the "content" property if it exists,
// and nil otherwise.
GetActivityStreamsContent() ActivityStreamsContentProperty
// GetActivityStreamsContext returns the "context" property if it exists,
// and nil otherwise.
GetActivityStreamsContext() ActivityStreamsContextProperty
// GetActivityStreamsDuration returns the "duration" property if it
// exists, and nil otherwise.
GetActivityStreamsDuration() ActivityStreamsDurationProperty
// GetActivityStreamsEndTime returns the "endTime" property if it exists,
// and nil otherwise.
GetActivityStreamsEndTime() ActivityStreamsEndTimeProperty
// GetActivityStreamsGenerator returns the "generator" property if it
// exists, and nil otherwise.
GetActivityStreamsGenerator() ActivityStreamsGeneratorProperty
// GetActivityStreamsIcon returns the "icon" property if it exists, and
// nil otherwise.
GetActivityStreamsIcon() ActivityStreamsIconProperty
// GetActivityStreamsImage returns the "image" property if it exists, and
// nil otherwise.
GetActivityStreamsImage() ActivityStreamsImageProperty
// GetActivityStreamsInReplyTo returns the "inReplyTo" property if it
// exists, and nil otherwise.
GetActivityStreamsInReplyTo() ActivityStreamsInReplyToProperty
// GetActivityStreamsInstrument returns the "instrument" property if it
// exists, and nil otherwise.
GetActivityStreamsInstrument() ActivityStreamsInstrumentProperty
// GetActivityStreamsLikes returns the "likes" property if it exists, and
// nil otherwise.
GetActivityStreamsLikes() ActivityStreamsLikesProperty
// GetActivityStreamsLocation returns the "location" property if it
// exists, and nil otherwise.
GetActivityStreamsLocation() ActivityStreamsLocationProperty
// GetActivityStreamsMediaType returns the "mediaType" property if it
// exists, and nil otherwise.
GetActivityStreamsMediaType() ActivityStreamsMediaTypeProperty
// GetActivityStreamsName returns the "name" property if it exists, and
// nil otherwise.
GetActivityStreamsName() ActivityStreamsNameProperty
// GetActivityStreamsObject returns the "object" property if it exists,
// and nil otherwise.
GetActivityStreamsObject() ActivityStreamsObjectProperty
// GetActivityStreamsOrigin returns the "origin" property if it exists,
// and nil otherwise.
GetActivityStreamsOrigin() ActivityStreamsOriginProperty
// GetActivityStreamsPreview returns the "preview" property if it exists,
// and nil otherwise.
GetActivityStreamsPreview() ActivityStreamsPreviewProperty
// GetActivityStreamsPublished returns the "published" property if it
// exists, and nil otherwise.
GetActivityStreamsPublished() ActivityStreamsPublishedProperty
// GetActivityStreamsReplies returns the "replies" property if it exists,
// and nil otherwise.
GetActivityStreamsReplies() ActivityStreamsRepliesProperty
// GetActivityStreamsResult returns the "result" property if it exists,
// and nil otherwise.
GetActivityStreamsResult() ActivityStreamsResultProperty
// GetActivityStreamsSensitive returns the "sensitive" property if it
// exists, and nil otherwise.
GetActivityStreamsSensitive() ActivityStreamsSensitiveProperty
// and nil otherwise.
GetActivityStreamsShares() ActivityStreamsSharesProperty
// GetActivityStreamsSource returns the "source" property if it exists,
// and nil otherwise.
GetActivityStreamsSource() ActivityStreamsSourceProperty
// GetActivityStreamsStartTime returns the "startTime" property if it
// exists, and nil otherwise.
GetActivityStreamsStartTime() ActivityStreamsStartTimeProperty
// GetActivityStreamsSummary returns the "summary" property if it exists,
// and nil otherwise.
GetActivityStreamsSummary() ActivityStreamsSummaryProperty
// GetActivityStreamsTag returns the "tag" property if it exists, and nil
// otherwise.
GetActivityStreamsTag() ActivityStreamsTagProperty
// GetActivityStreamsTarget returns the "target" property if it exists,
// and nil otherwise.
GetActivityStreamsTarget() ActivityStreamsTargetProperty
// GetActivityStreamsTo returns the "to" property if it exists, and nil
// otherwise.
GetActivityStreamsTo() ActivityStreamsToProperty
// GetActivityStreamsUpdated returns the "updated" property if it exists,
// and nil otherwise.
GetActivityStreamsUpdated() ActivityStreamsUpdatedProperty
// GetActivityStreamsUrl returns the "url" property if it exists, and nil
// otherwise.
GetActivityStreamsUrl() ActivityStreamsUrlProperty
// GetJSONLDId returns the "id" property if it exists, and nil otherwise.
GetJSONLDId() JSONLDIdProperty
// GetJSONLDType returns the "type" property if it exists, and nil
// otherwise.
GetJSONLDType() JSONLDTypeProperty
// GetTypeName returns the name of this type.
GetTypeName() string
// GetUnknownProperties returns the unknown properties for the Leave type.
// Note that this should not be used by app developers. It is only
// used to help determine which implementation is LessThan the other.
// Developers who are creating a different implementation of this
// type's interface can use this method in their LessThan
// implementation, but routine ActivityPub applications should not use
// this to bypass the code generation tool.
GetUnknownProperties() map[string]interface{}
// IsExtending returns true if the Leave type extends from the other type.
IsExtending(other Type) bool
// JSONLDContext returns the JSONLD URIs required in the context string
// for this type and the specific properties that are set. The value
// in the map is the alias used to import the type and its properties.
JSONLDContext() map[string]string
// LessThan computes if this Leave is lesser, with an arbitrary but stable
// determination.
LessThan(o ActivityStreamsLeave) bool
// Serialize converts this into an interface representation suitable for
// marshalling into a text or binary format.
Serialize() (map[string]interface{}, error)
// SetActivityStreamsActor sets the "actor" property.
SetActivityStreamsActor(i ActivityStreamsActorProperty)
// SetActivityStreamsAltitude sets the "altitude" property.
SetActivityStreamsAltitude(i ActivityStreamsAltitudeProperty)
// SetActivityStreamsAttachment sets the "attachment" property.
SetActivityStreamsAttachment(i ActivityStreamsAttachmentProperty)
// SetActivityStreamsAttributedTo sets the "attributedTo" property.
SetActivityStreamsAttributedTo(i ActivityStreamsAttributedToProperty)
// SetActivityStreamsAudience sets the "audience" property.
SetActivityStreamsAudience(i ActivityStreamsAudienceProperty)
// SetActivityStreamsBcc sets the "bcc" property.
SetActivityStreamsBcc(i ActivityStreamsBccProperty)
// SetActivityStreamsBto sets the "bto" property.
SetActivityStreamsBto(i ActivityStreamsBtoProperty)
// SetActivityStreamsCc sets the "cc" property.
SetActivityStreamsCc(i ActivityStreamsCcProperty)
// SetActivityStreamsContent sets the "content" property.
SetActivityStreamsContent(i ActivityStreamsContentProperty)
// SetActivityStreamsContext sets the "context" property.
SetActivityStreamsContext(i ActivityStreamsContextProperty)
// SetActivityStreamsDuration sets the "duration" property.
SetActivityStreamsDuration(i ActivityStreamsDurationProperty)
// SetActivityStreamsEndTime sets the "endTime" property.
SetActivityStreamsEndTime(i ActivityStreamsEndTimeProperty)
// SetActivityStreamsGenerator sets the "generator" property.
SetActivityStreamsGenerator(i ActivityStreamsGeneratorProperty)
// SetActivityStreamsIcon sets the "icon" property.
SetActivityStreamsIcon(i ActivityStreamsIconProperty)
// SetActivityStreamsImage sets the "image" property.
SetActivityStreamsImage(i ActivityStreamsImageProperty)
// SetActivityStreamsInReplyTo sets the "inReplyTo" property.
SetActivityStreamsInReplyTo(i ActivityStreamsInReplyToProperty)
// SetActivityStreamsInstrument sets the "instrument" property.
SetActivityStreamsInstrument(i ActivityStreamsInstrumentProperty)
// SetActivityStreamsLikes sets the "likes" property.
SetActivityStreamsLikes(i ActivityStreamsLikesProperty)
// SetActivityStreamsLocation sets the "location" property.
SetActivityStreamsLocation(i ActivityStreamsLocationProperty)
// SetActivityStreamsMediaType sets the "mediaType" property.
SetActivityStreamsMediaType(i ActivityStreamsMediaTypeProperty)
// SetActivityStreamsName sets the "name" property.
SetActivityStreamsName(i ActivityStreamsNameProperty)
// SetActivityStreamsObject sets the "object" property.
SetActivityStreamsObject(i ActivityStreamsObjectProperty)
// SetActivityStreamsOrigin sets the "origin" property.
SetActivityStreamsOrigin(i ActivityStreamsOriginProperty)
// SetActivityStreamsPreview sets the "preview" property.
SetActivityStreamsPreview(i ActivityStreamsPreviewProperty)
// SetActivityStreamsPublished sets the "published" property.
SetActivityStreamsPublished(i ActivityStreamsPublishedProperty)
// SetActivityStreamsReplies sets the "replies" property.
SetActivityStreamsReplies(i ActivityStreamsRepliesProperty)
// SetActivityStreamsResult sets the "result" property.
SetActivityStreamsResult(i ActivityStreamsResultProperty)
// SetActivityStreamsSensitive sets the "sensitive" property.
SetActivityStreamsSensitive(i ActivityStreamsSensitiveProperty)
SetActivityStreamsShares(i ActivityStreamsSharesProperty)
// SetActivityStreamsSource sets the "source" property.
SetActivityStreamsSource(i ActivityStreamsSourceProperty)
// SetActivityStreamsStartTime sets the "startTime" property.
SetActivityStreamsStartTime(i ActivityStreamsStartTimeProperty)
// SetActivityStreamsSummary sets the "summary" property.
SetActivityStreamsSummary(i ActivityStreamsSummaryProperty)
// SetActivityStreamsTag sets the "tag" property.
SetActivityStreamsTag(i ActivityStreamsTagProperty)
// SetActivityStreamsTarget sets the "target" property.
SetActivityStreamsTarget(i ActivityStreamsTargetProperty)
// SetActivityStreamsTo sets the "to" property.
SetActivityStreamsTo(i ActivityStreamsToProperty)
// SetActivityStreamsUpdated sets the "updated" property.
SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty)
// SetActivityStreamsUrl sets the "url" property.
SetActivityStreamsUrl(i ActivityStreamsUrlProperty)
// SetJSONLDId sets the "id" property.
SetJSONLDId(i JSONLDIdProperty)
// SetJSONLDType sets the "type" property.
SetJSONLDType(i JSONLDTypeProperty)
// VocabularyURI returns the vocabulary's URI as a string.
VocabularyURI() string
}
Indicates that the actor has left the object. The target and origin typically have no meaning.
Example 20 (https://www.w3.org/TR/activitystreams-vocabulary/#ex18-jsonld):
{
"actor": {
"name": "Sally",
"type": "Person"
},
"object": {
"name": "Work",
"type": "Place"
},
"summary": "Sally left work",
"type": "Leave"
}
Example 21 (https://www.w3.org/TR/activitystreams-vocabulary/#ex19-jsonld):
{
"actor": {
"name": "Sally",
"type": "Person"
},
"object": {
"name": "A Simple Group",
"type": "Group"
},
"summary": "Sally left a group",
"type": "Leave"
}
type ActivityStreamsLike ¶
type ActivityStreamsLike interface {
// GetActivityStreamsActor returns the "actor" property if it exists, and
// nil otherwise.
GetActivityStreamsActor() ActivityStreamsActorProperty
// GetActivityStreamsAltitude returns the "altitude" property if it
// exists, and nil otherwise.
GetActivityStreamsAltitude() ActivityStreamsAltitudeProperty
// GetActivityStreamsAttachment returns the "attachment" property if it
// exists, and nil otherwise.
GetActivityStreamsAttachment() ActivityStreamsAttachmentProperty
// GetActivityStreamsAttributedTo returns the "attributedTo" property if
// it exists, and nil otherwise.
GetActivityStreamsAttributedTo() ActivityStreamsAttributedToProperty
// GetActivityStreamsAudience returns the "audience" property if it
// exists, and nil otherwise.
GetActivityStreamsAudience() ActivityStreamsAudienceProperty
// GetActivityStreamsBcc returns the "bcc" property if it exists, and nil
// otherwise.
GetActivityStreamsBcc() ActivityStreamsBccProperty
// GetActivityStreamsBto returns the "bto" property if it exists, and nil
// otherwise.
GetActivityStreamsBto() ActivityStreamsBtoProperty
// GetActivityStreamsCc returns the "cc" property if it exists, and nil
// otherwise.
GetActivityStreamsCc() ActivityStreamsCcProperty
// GetActivityStreamsContent returns the "content" property if it exists,
// and nil otherwise.
GetActivityStreamsContent() ActivityStreamsContentProperty
// GetActivityStreamsContext returns the "context" property if it exists,
// and nil otherwise.
GetActivityStreamsContext() ActivityStreamsContextProperty
// GetActivityStreamsDuration returns the "duration" property if it
// exists, and nil otherwise.
GetActivityStreamsDuration() ActivityStreamsDurationProperty
// GetActivityStreamsEndTime returns the "endTime" property if it exists,
// and nil otherwise.
GetActivityStreamsEndTime() ActivityStreamsEndTimeProperty
// GetActivityStreamsGenerator returns the "generator" property if it
// exists, and nil otherwise.
GetActivityStreamsGenerator() ActivityStreamsGeneratorProperty
// GetActivityStreamsIcon returns the "icon" property if it exists, and
// nil otherwise.
GetActivityStreamsIcon() ActivityStreamsIconProperty
// GetActivityStreamsImage returns the "image" property if it exists, and
// nil otherwise.
GetActivityStreamsImage() ActivityStreamsImageProperty
// GetActivityStreamsInReplyTo returns the "inReplyTo" property if it
// exists, and nil otherwise.
GetActivityStreamsInReplyTo() ActivityStreamsInReplyToProperty
// GetActivityStreamsInstrument returns the "instrument" property if it
// exists, and nil otherwise.
GetActivityStreamsInstrument() ActivityStreamsInstrumentProperty
// GetActivityStreamsLikes returns the "likes" property if it exists, and
// nil otherwise.
GetActivityStreamsLikes() ActivityStreamsLikesProperty
// GetActivityStreamsLocation returns the "location" property if it
// exists, and nil otherwise.
GetActivityStreamsLocation() ActivityStreamsLocationProperty
// GetActivityStreamsMediaType returns the "mediaType" property if it
// exists, and nil otherwise.
GetActivityStreamsMediaType() ActivityStreamsMediaTypeProperty
// GetActivityStreamsName returns the "name" property if it exists, and
// nil otherwise.
GetActivityStreamsName() ActivityStreamsNameProperty
// GetActivityStreamsObject returns the "object" property if it exists,
// and nil otherwise.
GetActivityStreamsObject() ActivityStreamsObjectProperty
// GetActivityStreamsOrigin returns the "origin" property if it exists,
// and nil otherwise.
GetActivityStreamsOrigin() ActivityStreamsOriginProperty
// GetActivityStreamsPreview returns the "preview" property if it exists,
// and nil otherwise.
GetActivityStreamsPreview() ActivityStreamsPreviewProperty
// GetActivityStreamsPublished returns the "published" property if it
// exists, and nil otherwise.
GetActivityStreamsPublished() ActivityStreamsPublishedProperty
// GetActivityStreamsReplies returns the "replies" property if it exists,
// and nil otherwise.
GetActivityStreamsReplies() ActivityStreamsRepliesProperty
// GetActivityStreamsResult returns the "result" property if it exists,
// and nil otherwise.
GetActivityStreamsResult() ActivityStreamsResultProperty
// GetActivityStreamsSensitive returns the "sensitive" property if it
// exists, and nil otherwise.
GetActivityStreamsSensitive() ActivityStreamsSensitiveProperty
// and nil otherwise.
GetActivityStreamsShares() ActivityStreamsSharesProperty
// GetActivityStreamsSource returns the "source" property if it exists,
// and nil otherwise.
GetActivityStreamsSource() ActivityStreamsSourceProperty
// GetActivityStreamsStartTime returns the "startTime" property if it
// exists, and nil otherwise.
GetActivityStreamsStartTime() ActivityStreamsStartTimeProperty
// GetActivityStreamsSummary returns the "summary" property if it exists,
// and nil otherwise.
GetActivityStreamsSummary() ActivityStreamsSummaryProperty
// GetActivityStreamsTag returns the "tag" property if it exists, and nil
// otherwise.
GetActivityStreamsTag() ActivityStreamsTagProperty
// GetActivityStreamsTarget returns the "target" property if it exists,
// and nil otherwise.
GetActivityStreamsTarget() ActivityStreamsTargetProperty
// GetActivityStreamsTo returns the "to" property if it exists, and nil
// otherwise.
GetActivityStreamsTo() ActivityStreamsToProperty
// GetActivityStreamsUpdated returns the "updated" property if it exists,
// and nil otherwise.
GetActivityStreamsUpdated() ActivityStreamsUpdatedProperty
// GetActivityStreamsUrl returns the "url" property if it exists, and nil
// otherwise.
GetActivityStreamsUrl() ActivityStreamsUrlProperty
// GetGoToSocialApprovedBy returns the "approvedBy" property if it exists,
// and nil otherwise.
GetGoToSocialApprovedBy() GoToSocialApprovedByProperty
// GetGoToSocialLikeAuthorization returns the "likeAuthorization" property
// if it exists, and nil otherwise.
GetGoToSocialLikeAuthorization() GoToSocialLikeAuthorizationProperty
// GetJSONLDId returns the "id" property if it exists, and nil otherwise.
GetJSONLDId() JSONLDIdProperty
// GetJSONLDType returns the "type" property if it exists, and nil
// otherwise.
GetJSONLDType() JSONLDTypeProperty
// GetTypeName returns the name of this type.
GetTypeName() string
// GetUnknownProperties returns the unknown properties for the Like type.
// Note that this should not be used by app developers. It is only
// used to help determine which implementation is LessThan the other.
// Developers who are creating a different implementation of this
// type's interface can use this method in their LessThan
// implementation, but routine ActivityPub applications should not use
// this to bypass the code generation tool.
GetUnknownProperties() map[string]interface{}
// IsExtending returns true if the Like type extends from the other type.
IsExtending(other Type) bool
// JSONLDContext returns the JSONLD URIs required in the context string
// for this type and the specific properties that are set. The value
// in the map is the alias used to import the type and its properties.
JSONLDContext() map[string]string
// LessThan computes if this Like is lesser, with an arbitrary but stable
// determination.
LessThan(o ActivityStreamsLike) bool
// Serialize converts this into an interface representation suitable for
// marshalling into a text or binary format.
Serialize() (map[string]interface{}, error)
// SetActivityStreamsActor sets the "actor" property.
SetActivityStreamsActor(i ActivityStreamsActorProperty)
// SetActivityStreamsAltitude sets the "altitude" property.
SetActivityStreamsAltitude(i ActivityStreamsAltitudeProperty)
// SetActivityStreamsAttachment sets the "attachment" property.
SetActivityStreamsAttachment(i ActivityStreamsAttachmentProperty)
// SetActivityStreamsAttributedTo sets the "attributedTo" property.
SetActivityStreamsAttributedTo(i ActivityStreamsAttributedToProperty)
// SetActivityStreamsAudience sets the "audience" property.
SetActivityStreamsAudience(i ActivityStreamsAudienceProperty)
// SetActivityStreamsBcc sets the "bcc" property.
SetActivityStreamsBcc(i ActivityStreamsBccProperty)
// SetActivityStreamsBto sets the "bto" property.
SetActivityStreamsBto(i ActivityStreamsBtoProperty)
// SetActivityStreamsCc sets the "cc" property.
SetActivityStreamsCc(i ActivityStreamsCcProperty)
// SetActivityStreamsContent sets the "content" property.
SetActivityStreamsContent(i ActivityStreamsContentProperty)
// SetActivityStreamsContext sets the "context" property.
SetActivityStreamsContext(i ActivityStreamsContextProperty)
// SetActivityStreamsDuration sets the "duration" property.
SetActivityStreamsDuration(i ActivityStreamsDurationProperty)
// SetActivityStreamsEndTime sets the "endTime" property.
SetActivityStreamsEndTime(i ActivityStreamsEndTimeProperty)
// SetActivityStreamsGenerator sets the "generator" property.
SetActivityStreamsGenerator(i ActivityStreamsGeneratorProperty)
// SetActivityStreamsIcon sets the "icon" property.
SetActivityStreamsIcon(i ActivityStreamsIconProperty)
// SetActivityStreamsImage sets the "image" property.
SetActivityStreamsImage(i ActivityStreamsImageProperty)
// SetActivityStreamsInReplyTo sets the "inReplyTo" property.
SetActivityStreamsInReplyTo(i ActivityStreamsInReplyToProperty)
// SetActivityStreamsInstrument sets the "instrument" property.
SetActivityStreamsInstrument(i ActivityStreamsInstrumentProperty)
// SetActivityStreamsLikes sets the "likes" property.
SetActivityStreamsLikes(i ActivityStreamsLikesProperty)
// SetActivityStreamsLocation sets the "location" property.
SetActivityStreamsLocation(i ActivityStreamsLocationProperty)
// SetActivityStreamsMediaType sets the "mediaType" property.
SetActivityStreamsMediaType(i ActivityStreamsMediaTypeProperty)
// SetActivityStreamsName sets the "name" property.
SetActivityStreamsName(i ActivityStreamsNameProperty)
// SetActivityStreamsObject sets the "object" property.
SetActivityStreamsObject(i ActivityStreamsObjectProperty)
// SetActivityStreamsOrigin sets the "origin" property.
SetActivityStreamsOrigin(i ActivityStreamsOriginProperty)
// SetActivityStreamsPreview sets the "preview" property.
SetActivityStreamsPreview(i ActivityStreamsPreviewProperty)
// SetActivityStreamsPublished sets the "published" property.
SetActivityStreamsPublished(i ActivityStreamsPublishedProperty)
// SetActivityStreamsReplies sets the "replies" property.
SetActivityStreamsReplies(i ActivityStreamsRepliesProperty)
// SetActivityStreamsResult sets the "result" property.
SetActivityStreamsResult(i ActivityStreamsResultProperty)
// SetActivityStreamsSensitive sets the "sensitive" property.
SetActivityStreamsSensitive(i ActivityStreamsSensitiveProperty)
SetActivityStreamsShares(i ActivityStreamsSharesProperty)
// SetActivityStreamsSource sets the "source" property.
SetActivityStreamsSource(i ActivityStreamsSourceProperty)
// SetActivityStreamsStartTime sets the "startTime" property.
SetActivityStreamsStartTime(i ActivityStreamsStartTimeProperty)
// SetActivityStreamsSummary sets the "summary" property.
SetActivityStreamsSummary(i ActivityStreamsSummaryProperty)
// SetActivityStreamsTag sets the "tag" property.
SetActivityStreamsTag(i ActivityStreamsTagProperty)
// SetActivityStreamsTarget sets the "target" property.
SetActivityStreamsTarget(i ActivityStreamsTargetProperty)
// SetActivityStreamsTo sets the "to" property.
SetActivityStreamsTo(i ActivityStreamsToProperty)
// SetActivityStreamsUpdated sets the "updated" property.
SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty)
// SetActivityStreamsUrl sets the "url" property.
SetActivityStreamsUrl(i ActivityStreamsUrlProperty)
// SetGoToSocialApprovedBy sets the "approvedBy" property.
SetGoToSocialApprovedBy(i GoToSocialApprovedByProperty)
// SetGoToSocialLikeAuthorization sets the "likeAuthorization" property.
SetGoToSocialLikeAuthorization(i GoToSocialLikeAuthorizationProperty)
// SetJSONLDId sets the "id" property.
SetJSONLDId(i JSONLDIdProperty)
// SetJSONLDType sets the "type" property.
SetJSONLDType(i JSONLDTypeProperty)
// VocabularyURI returns the vocabulary's URI as a string.
VocabularyURI() string
}
Indicates that the actor likes, recommends or endorses the object. The target and origin typically have no defined meaning.
Example 22 (https://www.w3.org/TR/activitystreams-vocabulary/#ex20-jsonld):
{
"actor": {
"name": "Sally",
"type": "Person"
},
"object": "http://example.org/notes/1",
"summary": "Sally liked a note",
"type": "Like"
}
type ActivityStreamsLikedProperty ¶
type ActivityStreamsLikedProperty interface {
// Clear ensures no value of this property is set. Calling HasAny or any
// of the 'Is' methods afterwards will return false.
Clear()
// GetActivityStreamsCollection returns the value of this property. When
// IsActivityStreamsCollection returns false,
// GetActivityStreamsCollection will return an arbitrary value.
GetActivityStreamsCollection() ActivityStreamsCollection
// GetActivityStreamsCollectionPage returns the value of this property.
// When IsActivityStreamsCollectionPage returns false,
// GetActivityStreamsCollectionPage will return an arbitrary value.
GetActivityStreamsCollectionPage() ActivityStreamsCollectionPage
// GetActivityStreamsOrderedCollection returns the value of this property.
// When IsActivityStreamsOrderedCollection returns false,
// GetActivityStreamsOrderedCollection will return an arbitrary value.
GetActivityStreamsOrderedCollection() ActivityStreamsOrderedCollection
// GetActivityStreamsOrderedCollectionPage returns the value of this
// property. When IsActivityStreamsOrderedCollectionPage returns
// false, GetActivityStreamsOrderedCollectionPage will return an
// arbitrary value.
GetActivityStreamsOrderedCollectionPage() ActivityStreamsOrderedCollectionPage
// GetIRI returns the IRI of this property. When IsIRI returns false,
// GetIRI will return an arbitrary value.
GetIRI() *url.URL
// 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.
GetType() Type
// HasAny returns true if any of the different values is set.
HasAny() 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.
IsActivityStreamsCollection() 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.
IsActivityStreamsCollectionPage() 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.
IsActivityStreamsOrderedCollection() 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.
IsActivityStreamsOrderedCollectionPage() bool
// IsIRI returns true if this property is an IRI. When true, use GetIRI
// and SetIRI to access and set this property
IsIRI() bool
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex() int
// 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.
LessThan(o ActivityStreamsLikedProperty) bool
// Name returns the name of this property: "liked".
Name() string
// 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.
Serialize() (interface{}, error)
// SetActivityStreamsCollection sets the value of this property. Calling
// IsActivityStreamsCollection afterwards returns true.
SetActivityStreamsCollection(v ActivityStreamsCollection)
// SetActivityStreamsCollectionPage sets the value of this property.
// Calling IsActivityStreamsCollectionPage afterwards returns true.
SetActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// SetActivityStreamsOrderedCollection sets the value of this property.
// Calling IsActivityStreamsOrderedCollection afterwards returns true.
SetActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// SetActivityStreamsOrderedCollectionPage sets the value of this
// property. Calling IsActivityStreamsOrderedCollectionPage afterwards
// returns true.
SetActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// SetIRI sets the value of this property. Calling IsIRI afterwards
// returns true.
SetIRI(v *url.URL)
// 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.
SetType(t Type) error
}
A link to an ActivityStreams collection of objects this actor has liked
Example 9 (https://www.w3.org/TR/activitypub/#example9):
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"@language": "ja"
}
],
"followers": "https://kenzoishii.example.com/followers.json",
"following": "https://kenzoishii.example.com/following.json",
"icon": [
"https://kenzoishii.example.com/image/165987aklre4"
],
"id": "https://kenzoishii.example.com/",
"inbox": "https://kenzoishii.example.com/inbox.json",
"liked": "https://kenzoishii.example.com/liked.json",
"name": "石井健蔵",
"outbox": "https://kenzoishii.example.com/feed.json",
"preferredUsername": "kenzoishii",
"summary": "この方はただの例です",
"type": "Person"
}
type ActivityStreamsLikesProperty ¶
type ActivityStreamsLikesProperty interface {
// Clear ensures no value of this property is set. Calling HasAny or any
// of the 'Is' methods afterwards will return false.
Clear()
// GetActivityStreamsCollection returns the value of this property. When
// IsActivityStreamsCollection returns false,
// GetActivityStreamsCollection will return an arbitrary value.
GetActivityStreamsCollection() ActivityStreamsCollection
// GetActivityStreamsCollectionPage returns the value of this property.
// When IsActivityStreamsCollectionPage returns false,
// GetActivityStreamsCollectionPage will return an arbitrary value.
GetActivityStreamsCollectionPage() ActivityStreamsCollectionPage
// GetActivityStreamsOrderedCollection returns the value of this property.
// When IsActivityStreamsOrderedCollection returns false,
// GetActivityStreamsOrderedCollection will return an arbitrary value.
GetActivityStreamsOrderedCollection() ActivityStreamsOrderedCollection
// GetActivityStreamsOrderedCollectionPage returns the value of this
// property. When IsActivityStreamsOrderedCollectionPage returns
// false, GetActivityStreamsOrderedCollectionPage will return an
// arbitrary value.
GetActivityStreamsOrderedCollectionPage() ActivityStreamsOrderedCollectionPage
// GetIRI returns the IRI of this property. When IsIRI returns false,
// GetIRI will return an arbitrary value.
GetIRI() *url.URL
// 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.
GetType() Type
// HasAny returns true if any of the different values is set.
HasAny() 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.
IsActivityStreamsCollection() 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.
IsActivityStreamsCollectionPage() 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.
IsActivityStreamsOrderedCollection() 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.
IsActivityStreamsOrderedCollectionPage() bool
// IsIRI returns true if this property is an IRI. When true, use GetIRI
// and SetIRI to access and set this property
IsIRI() bool
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex() int
// 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.
LessThan(o ActivityStreamsLikesProperty) bool
// Name returns the name of this property: "likes".
Name() string
// 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.
Serialize() (interface{}, error)
// SetActivityStreamsCollection sets the value of this property. Calling
// IsActivityStreamsCollection afterwards returns true.
SetActivityStreamsCollection(v ActivityStreamsCollection)
// SetActivityStreamsCollectionPage sets the value of this property.
// Calling IsActivityStreamsCollectionPage afterwards returns true.
SetActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// SetActivityStreamsOrderedCollection sets the value of this property.
// Calling IsActivityStreamsOrderedCollection afterwards returns true.
SetActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// SetActivityStreamsOrderedCollectionPage sets the value of this
// property. Calling IsActivityStreamsOrderedCollectionPage afterwards
// returns true.
SetActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// SetIRI sets the value of this property. Calling IsIRI afterwards
// returns true.
SetIRI(v *url.URL)
// 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.
SetType(t Type) error
}
This is a list of all Like activities with this object as the object property
type ActivityStreamsLink ¶
type ActivityStreamsLink interface {
// GetActivityStreamsAttributedTo returns the "attributedTo" property if
// it exists, and nil otherwise.
GetActivityStreamsAttributedTo() ActivityStreamsAttributedToProperty
// GetActivityStreamsHeight returns the "height" property if it exists,
// and nil otherwise.
GetActivityStreamsHeight() ActivityStreamsHeightProperty
// GetActivityStreamsHref returns the "href" property if it exists, and
// nil otherwise.
GetActivityStreamsHref() ActivityStreamsHrefProperty
// GetActivityStreamsHreflang returns the "hreflang" property if it
// exists, and nil otherwise.
GetActivityStreamsHreflang() ActivityStreamsHreflangProperty
// GetActivityStreamsMediaType returns the "mediaType" property if it
// exists, and nil otherwise.
GetActivityStreamsMediaType() ActivityStreamsMediaTypeProperty
// GetActivityStreamsName returns the "name" property if it exists, and
// nil otherwise.
GetActivityStreamsName() ActivityStreamsNameProperty
// GetActivityStreamsPreview returns the "preview" property if it exists,
// and nil otherwise.
GetActivityStreamsPreview() ActivityStreamsPreviewProperty
// GetActivityStreamsRel returns the "rel" property if it exists, and nil
// otherwise.
GetActivityStreamsRel() ActivityStreamsRelProperty
// GetActivityStreamsSummary returns the "summary" property if it exists,
// and nil otherwise.
GetActivityStreamsSummary() ActivityStreamsSummaryProperty
// GetActivityStreamsWidth returns the "width" property if it exists, and
// nil otherwise.
GetActivityStreamsWidth() ActivityStreamsWidthProperty
// GetJSONLDId returns the "id" property if it exists, and nil otherwise.
GetJSONLDId() JSONLDIdProperty
// GetJSONLDType returns the "type" property if it exists, and nil
// otherwise.
GetJSONLDType() JSONLDTypeProperty
// GetTypeName returns the name of this type.
GetTypeName() string
// GetUnknownProperties returns the unknown properties for the Link type.
// Note that this should not be used by app developers. It is only
// used to help determine which implementation is LessThan the other.
// Developers who are creating a different implementation of this
// type's interface can use this method in their LessThan
// implementation, but routine ActivityPub applications should not use
// this to bypass the code generation tool.
GetUnknownProperties() map[string]interface{}
// IsExtending returns true if the Link type extends from the other type.
IsExtending(other Type) bool
// JSONLDContext returns the JSONLD URIs required in the context string
// for this type and the specific properties that are set. The value
// in the map is the alias used to import the type and its properties.
JSONLDContext() map[string]string
// LessThan computes if this Link is lesser, with an arbitrary but stable
// determination.
LessThan(o ActivityStreamsLink) bool
// Serialize converts this into an interface representation suitable for
// marshalling into a text or binary format.
Serialize() (map[string]interface{}, error)
// SetActivityStreamsAttributedTo sets the "attributedTo" property.
SetActivityStreamsAttributedTo(i ActivityStreamsAttributedToProperty)
// SetActivityStreamsHeight sets the "height" property.
SetActivityStreamsHeight(i ActivityStreamsHeightProperty)
// SetActivityStreamsHref sets the "href" property.
SetActivityStreamsHref(i ActivityStreamsHrefProperty)
// SetActivityStreamsHreflang sets the "hreflang" property.
SetActivityStreamsHreflang(i ActivityStreamsHreflangProperty)
// SetActivityStreamsMediaType sets the "mediaType" property.
SetActivityStreamsMediaType(i ActivityStreamsMediaTypeProperty)
// SetActivityStreamsName sets the "name" property.
SetActivityStreamsName(i ActivityStreamsNameProperty)
// SetActivityStreamsPreview sets the "preview" property.
SetActivityStreamsPreview(i ActivityStreamsPreviewProperty)
// SetActivityStreamsRel sets the "rel" property.
SetActivityStreamsRel(i ActivityStreamsRelProperty)
// SetActivityStreamsSummary sets the "summary" property.
SetActivityStreamsSummary(i ActivityStreamsSummaryProperty)
// SetActivityStreamsWidth sets the "width" property.
SetActivityStreamsWidth(i ActivityStreamsWidthProperty)
// SetJSONLDId sets the "id" property.
SetJSONLDId(i JSONLDIdProperty)
// SetJSONLDType sets the "type" property.
SetJSONLDType(i JSONLDTypeProperty)
// VocabularyURI returns the vocabulary's URI as a string.
VocabularyURI() string
}
A Link is an indirect, qualified reference to a resource identified by a URL. The fundamental model for links is established by [RFC5988]. Many of the properties defined by the Activity Vocabulary allow values that are either instances of Object or Link. When a Link is used, it establishes a qualified relation connecting the subject (the containing object) to the resource identified by the href. Properties of the Link are properties of the reference as opposed to properties of the resource.
Example 2 (https://www.w3.org/TR/activitystreams-vocabulary/#ex2-jsonld):
{
"hreflang": "en",
"mediaType": "text/html",
"name": "An example link",
"type": "Link",
"url": "http://example.org/abc"
}
type ActivityStreamsListen ¶
type ActivityStreamsListen interface {
// GetActivityStreamsActor returns the "actor" property if it exists, and
// nil otherwise.
GetActivityStreamsActor() ActivityStreamsActorProperty
// GetActivityStreamsAltitude returns the "altitude" property if it
// exists, and nil otherwise.
GetActivityStreamsAltitude() ActivityStreamsAltitudeProperty
// GetActivityStreamsAttachment returns the "attachment" property if it
// exists, and nil otherwise.
GetActivityStreamsAttachment() ActivityStreamsAttachmentProperty
// GetActivityStreamsAttributedTo returns the "attributedTo" property if
// it exists, and nil otherwise.
GetActivityStreamsAttributedTo() ActivityStreamsAttributedToProperty
// GetActivityStreamsAudience returns the "audience" property if it
// exists, and nil otherwise.
GetActivityStreamsAudience() ActivityStreamsAudienceProperty
// GetActivityStreamsBcc returns the "bcc" property if it exists, and nil
// otherwise.
GetActivityStreamsBcc() ActivityStreamsBccProperty
// GetActivityStreamsBto returns the "bto" property if it exists, and nil
// otherwise.
GetActivityStreamsBto() ActivityStreamsBtoProperty
// GetActivityStreamsCc returns the "cc" property if it exists, and nil
// otherwise.
GetActivityStreamsCc() ActivityStreamsCcProperty
// GetActivityStreamsContent returns the "content" property if it exists,
// and nil otherwise.
GetActivityStreamsContent() ActivityStreamsContentProperty
// GetActivityStreamsContext returns the "context" property if it exists,
// and nil otherwise.
GetActivityStreamsContext() ActivityStreamsContextProperty
// GetActivityStreamsDuration returns the "duration" property if it
// exists, and nil otherwise.
GetActivityStreamsDuration() ActivityStreamsDurationProperty
// GetActivityStreamsEndTime returns the "endTime" property if it exists,
// and nil otherwise.
GetActivityStreamsEndTime() ActivityStreamsEndTimeProperty
// GetActivityStreamsGenerator returns the "generator" property if it
// exists, and nil otherwise.
GetActivityStreamsGenerator() ActivityStreamsGeneratorProperty
// GetActivityStreamsIcon returns the "icon" property if it exists, and
// nil otherwise.
GetActivityStreamsIcon() ActivityStreamsIconProperty
// GetActivityStreamsImage returns the "image" property if it exists, and
// nil otherwise.
GetActivityStreamsImage() ActivityStreamsImageProperty
// GetActivityStreamsInReplyTo returns the "inReplyTo" property if it
// exists, and nil otherwise.
GetActivityStreamsInReplyTo() ActivityStreamsInReplyToProperty
// GetActivityStreamsInstrument returns the "instrument" property if it
// exists, and nil otherwise.
GetActivityStreamsInstrument() ActivityStreamsInstrumentProperty
// GetActivityStreamsLikes returns the "likes" property if it exists, and
// nil otherwise.
GetActivityStreamsLikes() ActivityStreamsLikesProperty
// GetActivityStreamsLocation returns the "location" property if it
// exists, and nil otherwise.
GetActivityStreamsLocation() ActivityStreamsLocationProperty
// GetActivityStreamsMediaType returns the "mediaType" property if it
// exists, and nil otherwise.
GetActivityStreamsMediaType() ActivityStreamsMediaTypeProperty
// GetActivityStreamsName returns the "name" property if it exists, and
// nil otherwise.
GetActivityStreamsName() ActivityStreamsNameProperty
// GetActivityStreamsObject returns the "object" property if it exists,
// and nil otherwise.
GetActivityStreamsObject() ActivityStreamsObjectProperty
// GetActivityStreamsOrigin returns the "origin" property if it exists,
// and nil otherwise.
GetActivityStreamsOrigin() ActivityStreamsOriginProperty
// GetActivityStreamsPreview returns the "preview" property if it exists,
// and nil otherwise.
GetActivityStreamsPreview() ActivityStreamsPreviewProperty
// GetActivityStreamsPublished returns the "published" property if it
// exists, and nil otherwise.
GetActivityStreamsPublished() ActivityStreamsPublishedProperty
// GetActivityStreamsReplies returns the "replies" property if it exists,
// and nil otherwise.
GetActivityStreamsReplies() ActivityStreamsRepliesProperty
// GetActivityStreamsResult returns the "result" property if it exists,
// and nil otherwise.
GetActivityStreamsResult() ActivityStreamsResultProperty
// GetActivityStreamsSensitive returns the "sensitive" property if it
// exists, and nil otherwise.
GetActivityStreamsSensitive() ActivityStreamsSensitiveProperty
// and nil otherwise.
GetActivityStreamsShares() ActivityStreamsSharesProperty
// GetActivityStreamsSource returns the "source" property if it exists,
// and nil otherwise.
GetActivityStreamsSource() ActivityStreamsSourceProperty
// GetActivityStreamsStartTime returns the "startTime" property if it
// exists, and nil otherwise.
GetActivityStreamsStartTime() ActivityStreamsStartTimeProperty
// GetActivityStreamsSummary returns the "summary" property if it exists,
// and nil otherwise.
GetActivityStreamsSummary() ActivityStreamsSummaryProperty
// GetActivityStreamsTag returns the "tag" property if it exists, and nil
// otherwise.
GetActivityStreamsTag() ActivityStreamsTagProperty
// GetActivityStreamsTarget returns the "target" property if it exists,
// and nil otherwise.
GetActivityStreamsTarget() ActivityStreamsTargetProperty
// GetActivityStreamsTo returns the "to" property if it exists, and nil
// otherwise.
GetActivityStreamsTo() ActivityStreamsToProperty
// GetActivityStreamsUpdated returns the "updated" property if it exists,
// and nil otherwise.
GetActivityStreamsUpdated() ActivityStreamsUpdatedProperty
// GetActivityStreamsUrl returns the "url" property if it exists, and nil
// otherwise.
GetActivityStreamsUrl() ActivityStreamsUrlProperty
// GetJSONLDId returns the "id" property if it exists, and nil otherwise.
GetJSONLDId() JSONLDIdProperty
// GetJSONLDType returns the "type" property if it exists, and nil
// otherwise.
GetJSONLDType() JSONLDTypeProperty
// GetTypeName returns the name of this type.
GetTypeName() string
// GetUnknownProperties returns the unknown properties for the Listen
// type. Note that this should not be used by app developers. It is
// only used to help determine which implementation is LessThan the
// other. Developers who are creating a different implementation of
// this type's interface can use this method in their LessThan
// implementation, but routine ActivityPub applications should not use
// this to bypass the code generation tool.
GetUnknownProperties() map[string]interface{}
// IsExtending returns true if the Listen type extends from the other type.
IsExtending(other Type) bool
// JSONLDContext returns the JSONLD URIs required in the context string
// for this type and the specific properties that are set. The value
// in the map is the alias used to import the type and its properties.
JSONLDContext() map[string]string
// LessThan computes if this Listen is lesser, with an arbitrary but
// stable determination.
LessThan(o ActivityStreamsListen) bool
// Serialize converts this into an interface representation suitable for
// marshalling into a text or binary format.
Serialize() (map[string]interface{}, error)
// SetActivityStreamsActor sets the "actor" property.
SetActivityStreamsActor(i ActivityStreamsActorProperty)
// SetActivityStreamsAltitude sets the "altitude" property.
SetActivityStreamsAltitude(i ActivityStreamsAltitudeProperty)
// SetActivityStreamsAttachment sets the "attachment" property.
SetActivityStreamsAttachment(i ActivityStreamsAttachmentProperty)
// SetActivityStreamsAttributedTo sets the "attributedTo" property.
SetActivityStreamsAttributedTo(i ActivityStreamsAttributedToProperty)
// SetActivityStreamsAudience sets the "audience" property.
SetActivityStreamsAudience(i ActivityStreamsAudienceProperty)
// SetActivityStreamsBcc sets the "bcc" property.
SetActivityStreamsBcc(i ActivityStreamsBccProperty)
// SetActivityStreamsBto sets the "bto" property.
SetActivityStreamsBto(i ActivityStreamsBtoProperty)
// SetActivityStreamsCc sets the "cc" property.
SetActivityStreamsCc(i ActivityStreamsCcProperty)
// SetActivityStreamsContent sets the "content" property.
SetActivityStreamsContent(i ActivityStreamsContentProperty)
// SetActivityStreamsContext sets the "context" property.
SetActivityStreamsContext(i ActivityStreamsContextProperty)
// SetActivityStreamsDuration sets the "duration" property.
SetActivityStreamsDuration(i ActivityStreamsDurationProperty)
// SetActivityStreamsEndTime sets the "endTime" property.
SetActivityStreamsEndTime(i ActivityStreamsEndTimeProperty)
// SetActivityStreamsGenerator sets the "generator" property.
SetActivityStreamsGenerator(i ActivityStreamsGeneratorProperty)
// SetActivityStreamsIcon sets the "icon" property.
SetActivityStreamsIcon(i ActivityStreamsIconProperty)
// SetActivityStreamsImage sets the "image" property.
SetActivityStreamsImage(i ActivityStreamsImageProperty)
// SetActivityStreamsInReplyTo sets the "inReplyTo" property.
SetActivityStreamsInReplyTo(i ActivityStreamsInReplyToProperty)
// SetActivityStreamsInstrument sets the "instrument" property.
SetActivityStreamsInstrument(i ActivityStreamsInstrumentProperty)
// SetActivityStreamsLikes sets the "likes" property.
SetActivityStreamsLikes(i ActivityStreamsLikesProperty)
// SetActivityStreamsLocation sets the "location" property.
SetActivityStreamsLocation(i ActivityStreamsLocationProperty)
// SetActivityStreamsMediaType sets the "mediaType" property.
SetActivityStreamsMediaType(i ActivityStreamsMediaTypeProperty)
// SetActivityStreamsName sets the "name" property.
SetActivityStreamsName(i ActivityStreamsNameProperty)
// SetActivityStreamsObject sets the "object" property.
SetActivityStreamsObject(i ActivityStreamsObjectProperty)
// SetActivityStreamsOrigin sets the "origin" property.
SetActivityStreamsOrigin(i ActivityStreamsOriginProperty)
// SetActivityStreamsPreview sets the "preview" property.
SetActivityStreamsPreview(i ActivityStreamsPreviewProperty)
// SetActivityStreamsPublished sets the "published" property.
SetActivityStreamsPublished(i ActivityStreamsPublishedProperty)
// SetActivityStreamsReplies sets the "replies" property.
SetActivityStreamsReplies(i ActivityStreamsRepliesProperty)
// SetActivityStreamsResult sets the "result" property.
SetActivityStreamsResult(i ActivityStreamsResultProperty)
// SetActivityStreamsSensitive sets the "sensitive" property.
SetActivityStreamsSensitive(i ActivityStreamsSensitiveProperty)
SetActivityStreamsShares(i ActivityStreamsSharesProperty)
// SetActivityStreamsSource sets the "source" property.
SetActivityStreamsSource(i ActivityStreamsSourceProperty)
// SetActivityStreamsStartTime sets the "startTime" property.
SetActivityStreamsStartTime(i ActivityStreamsStartTimeProperty)
// SetActivityStreamsSummary sets the "summary" property.
SetActivityStreamsSummary(i ActivityStreamsSummaryProperty)
// SetActivityStreamsTag sets the "tag" property.
SetActivityStreamsTag(i ActivityStreamsTagProperty)
// SetActivityStreamsTarget sets the "target" property.
SetActivityStreamsTarget(i ActivityStreamsTargetProperty)
// SetActivityStreamsTo sets the "to" property.
SetActivityStreamsTo(i ActivityStreamsToProperty)
// SetActivityStreamsUpdated sets the "updated" property.
SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty)
// SetActivityStreamsUrl sets the "url" property.
SetActivityStreamsUrl(i ActivityStreamsUrlProperty)
// SetJSONLDId sets the "id" property.
SetJSONLDId(i JSONLDIdProperty)
// SetJSONLDType sets the "type" property.
SetJSONLDType(i JSONLDTypeProperty)
// VocabularyURI returns the vocabulary's URI as a string.
VocabularyURI() string
}
Indicates that the actor has listened to the object.
Example 32 (https://www.w3.org/TR/activitystreams-vocabulary/#ex163-jsonld):
{
"actor": {
"name": "Sally",
"type": "Person"
},
"object": "http://example.org/music.mp3",
"summary": "Sally listened to a piece of music",
"type": "Listen"
}
type ActivityStreamsLocationProperty ¶
type ActivityStreamsLocationProperty interface {
// AppendActivityStreamsAccept appends a Accept value to the back of a
// list of the property "location". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAccept(v ActivityStreamsAccept)
// AppendActivityStreamsActivity appends a Activity value to the back of a
// list of the property "location". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsActivity(v ActivityStreamsActivity)
// AppendActivityStreamsAdd appends a Add value to the back of a list of
// the property "location". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsAdd(v ActivityStreamsAdd)
// AppendActivityStreamsAnnounce appends a Announce value to the back of a
// list of the property "location". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// AppendActivityStreamsApplication appends a Application value to the
// back of a list of the property "location". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsApplication(v ActivityStreamsApplication)
// AppendActivityStreamsArrive appends a Arrive value to the back of a
// list of the property "location". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsArrive(v ActivityStreamsArrive)
// AppendActivityStreamsArticle appends a Article value to the back of a
// list of the property "location". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsArticle(v ActivityStreamsArticle)
// AppendActivityStreamsAudio appends a Audio value to the back of a list
// of the property "location". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsAudio(v ActivityStreamsAudio)
// AppendActivityStreamsBlock appends a Block value to the back of a list
// of the property "location". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsBlock(v ActivityStreamsBlock)
// AppendActivityStreamsCollection appends a Collection value to the back
// of a list of the property "location". Invalidates iterators that
// are traversing using Prev.
AppendActivityStreamsCollection(v ActivityStreamsCollection)
// AppendActivityStreamsCollectionPage appends a CollectionPage value to
// the back of a list of the property "location". Invalidates
// iterators that are traversing using Prev.
AppendActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// AppendActivityStreamsCreate appends a Create value to the back of a
// list of the property "location". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsCreate(v ActivityStreamsCreate)
// AppendActivityStreamsDelete appends a Delete value to the back of a
// list of the property "location". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDelete(v ActivityStreamsDelete)
// AppendActivityStreamsDislike appends a Dislike value to the back of a
// list of the property "location". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDislike(v ActivityStreamsDislike)
// AppendActivityStreamsDocument appends a Document value to the back of a
// list of the property "location". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsDocument(v ActivityStreamsDocument)
// AppendActivityStreamsEvent appends a Event value to the back of a list
// of the property "location". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsEvent(v ActivityStreamsEvent)
// AppendActivityStreamsFlag appends a Flag value to the back of a list of
// the property "location". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsFlag(v ActivityStreamsFlag)
// AppendActivityStreamsFollow appends a Follow value to the back of a
// list of the property "location". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsFollow(v ActivityStreamsFollow)
// AppendActivityStreamsGroup appends a Group value to the back of a list
// of the property "location". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsGroup(v ActivityStreamsGroup)
// AppendActivityStreamsIgnore appends a Ignore value to the back of a
// list of the property "location". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsIgnore(v ActivityStreamsIgnore)
// AppendActivityStreamsImage appends a Image value to the back of a list
// of the property "location". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsImage(v ActivityStreamsImage)
// AppendActivityStreamsIntransitiveActivity appends a
// IntransitiveActivity value to the back of a list of the property
// "location". Invalidates iterators that are traversing using Prev.
AppendActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// AppendActivityStreamsInvite appends a Invite value to the back of a
// list of the property "location". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsInvite(v ActivityStreamsInvite)
// AppendActivityStreamsJoin appends a Join value to the back of a list of
// the property "location". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsJoin(v ActivityStreamsJoin)
// AppendActivityStreamsLeave appends a Leave value to the back of a list
// of the property "location". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsLeave(v ActivityStreamsLeave)
// AppendActivityStreamsLike appends a Like value to the back of a list of
// the property "location". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsLike(v ActivityStreamsLike)
// AppendActivityStreamsLink appends a Link value to the back of a list of
// the property "location". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsLink(v ActivityStreamsLink)
// AppendActivityStreamsListen appends a Listen value to the back of a
// list of the property "location". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsListen(v ActivityStreamsListen)
// AppendActivityStreamsMention appends a Mention value to the back of a
// list of the property "location". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsMention(v ActivityStreamsMention)
// AppendActivityStreamsMove appends a Move value to the back of a list of
// the property "location". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsMove(v ActivityStreamsMove)
// AppendActivityStreamsNote appends a Note value to the back of a list of
// the property "location". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsNote(v ActivityStreamsNote)
// AppendActivityStreamsObject appends a Object value to the back of a
// list of the property "location". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsObject(v ActivityStreamsObject)
// AppendActivityStreamsOffer appends a Offer value to the back of a list
// of the property "location". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsOffer(v ActivityStreamsOffer)
// AppendActivityStreamsOrderedCollection appends a OrderedCollection
// value to the back of a list of the property "location". Invalidates
// iterators that are traversing using Prev.
AppendActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// AppendActivityStreamsOrderedCollectionPage appends a
// OrderedCollectionPage value to the back of a list of the property
// "location". Invalidates iterators that are traversing using Prev.
AppendActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// AppendActivityStreamsOrganization appends a Organization value to the
// back of a list of the property "location". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsOrganization(v ActivityStreamsOrganization)
// AppendActivityStreamsPage appends a Page value to the back of a list of
// the property "location". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsPage(v ActivityStreamsPage)
// AppendActivityStreamsPerson appends a Person value to the back of a
// list of the property "location". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsPerson(v ActivityStreamsPerson)
// AppendActivityStreamsPlace appends a Place value to the back of a list
// of the property "location". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsPlace(v ActivityStreamsPlace)
// AppendActivityStreamsProfile appends a Profile value to the back of a
// list of the property "location". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsProfile(v ActivityStreamsProfile)
// AppendActivityStreamsQuestion appends a Question value to the back of a
// list of the property "location". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsQuestion(v ActivityStreamsQuestion)
// AppendActivityStreamsRead appends a Read value to the back of a list of
// the property "location". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsRead(v ActivityStreamsRead)
// AppendActivityStreamsReject appends a Reject value to the back of a
// list of the property "location". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsReject(v ActivityStreamsReject)
// AppendActivityStreamsRelationship appends a Relationship value to the
// back of a list of the property "location". Invalidates iterators
// that are traversing using Prev.
AppendActivityStreamsRelationship(v ActivityStreamsRelationship)
// AppendActivityStreamsRemove appends a Remove value to the back of a
// list of the property "location". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsRemove(v ActivityStreamsRemove)
// AppendActivityStreamsService appends a Service value to the back of a
// list of the property "location". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsService(v ActivityStreamsService)
// AppendActivityStreamsTentativeAccept appends a TentativeAccept value to
// the back of a list of the property "location". Invalidates
// iterators that are traversing using Prev.
AppendActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// AppendActivityStreamsTentativeReject appends a TentativeReject value to
// the back of a list of the property "location". Invalidates
// iterators that are traversing using Prev.
AppendActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// AppendActivityStreamsTombstone appends a Tombstone value to the back of
// a list of the property "location". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsTombstone(v ActivityStreamsTombstone)
// AppendActivityStreamsTravel appends a Travel value to the back of a
// list of the property "location". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsTravel(v ActivityStreamsTravel)
// AppendActivityStreamsUndo appends a Undo value to the back of a list of
// the property "location". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsUndo(v ActivityStreamsUndo)
// AppendActivityStreamsUpdate appends a Update value to the back of a
// list of the property "location". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsUpdate(v ActivityStreamsUpdate)
// AppendActivityStreamsVideo appends a Video value to the back of a list
// of the property "location". Invalidates iterators that are
// traversing using Prev.
AppendActivityStreamsVideo(v ActivityStreamsVideo)
// AppendActivityStreamsView appends a View value to the back of a list of
// the property "location". Invalidates iterators that are traversing
// using Prev.
AppendActivityStreamsView(v ActivityStreamsView)
// AppendFunkwhaleAlbum appends a Album value to the back of a list of the
// property "location". Invalidates iterators that are traversing
// using Prev.
AppendFunkwhaleAlbum(v FunkwhaleAlbum)
// AppendFunkwhaleArtist appends a Artist value to the back of a list of
// the property "location". Invalidates iterators that are traversing
// using Prev.
AppendFunkwhaleArtist(v FunkwhaleArtist)
// AppendFunkwhaleLibrary appends a Library value to the back of a list of
// the property "location". Invalidates iterators that are traversing
// using Prev.
AppendFunkwhaleLibrary(v FunkwhaleLibrary)
// AppendFunkwhaleTrack appends a Track value to the back of a list of the
// property "location". Invalidates iterators that are traversing
// using Prev.
AppendFunkwhaleTrack(v FunkwhaleTrack)
// AppendGoToSocialAnnounceApproval appends a AnnounceApproval value to
// the back of a list of the property "location". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// AppendGoToSocialAnnounceAuthorization appends a AnnounceAuthorization
// value to the back of a list of the property "location". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// AppendGoToSocialAnnounceRequest appends a AnnounceRequest value to the
// back of a list of the property "location". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// AppendGoToSocialLikeApproval appends a LikeApproval value to the back
// of a list of the property "location". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialLikeApproval(v GoToSocialLikeApproval)
// AppendGoToSocialLikeAuthorization appends a LikeAuthorization value to
// the back of a list of the property "location". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// AppendGoToSocialLikeRequest appends a LikeRequest value to the back of
// a list of the property "location". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialLikeRequest(v GoToSocialLikeRequest)
// AppendGoToSocialQuoteAuthorization appends a QuoteAuthorization value
// to the back of a list of the property "location". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// AppendGoToSocialQuoteRequest appends a QuoteRequest value to the back
// of a list of the property "location". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// AppendGoToSocialReplyApproval appends a ReplyApproval value to the back
// of a list of the property "location". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialReplyApproval(v GoToSocialReplyApproval)
// AppendGoToSocialReplyAuthorization appends a ReplyAuthorization value
// to the back of a list of the property "location". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// AppendGoToSocialReplyRequest appends a ReplyRequest value to the back
// of a list of the property "location". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialReplyRequest(v GoToSocialReplyRequest)
// AppendIRI appends an IRI value to the back of a list of the property
// "location"
AppendIRI(v *url.URL)
// AppendLitePubEmojiReact appends a EmojiReact value to the back of a
// list of the property "location". Invalidates iterators that are
// traversing using Prev.
AppendLitePubEmojiReact(v LitePubEmojiReact)
// AppendSchemaPropertyValue appends a PropertyValue value to the back of
// a list of the property "location". Invalidates iterators that are
// traversing using Prev.
AppendSchemaPropertyValue(v SchemaPropertyValue)
// AppendTootEmoji appends a Emoji value to the back of a list of the
// property "location". Invalidates iterators that are traversing
// using Prev.
AppendTootEmoji(v TootEmoji)
// AppendTootHashtag appends a Hashtag value to the back of a list of the
// property "location". Invalidates iterators that are traversing
// using Prev.
AppendTootHashtag(v TootHashtag)
// AppendTootIdentityProof appends a IdentityProof value to the back of a
// list of the property "location". Invalidates iterators that are
// traversing using Prev.
AppendTootIdentityProof(v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "location". Invalidates iterators that are traversing
// using Prev. Returns an error if the type is not a valid one to set
// for this property.
AppendType(t Type) error
// At returns the property value for the specified index. Panics if the
// index is out of bounds.
At(index int) ActivityStreamsLocationPropertyIterator
// 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.
Begin() ActivityStreamsLocationPropertyIterator
// Empty returns returns true if there are no elements.
Empty() bool
// 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.
End() ActivityStreamsLocationPropertyIterator
// InsertActivityStreamsAccept inserts a Accept value at the specified
// index for a property "location". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsAccept(idx int, v ActivityStreamsAccept)
// InsertActivityStreamsActivity inserts a Activity value at the specified
// index for a property "location". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsActivity(idx int, v ActivityStreamsActivity)
// InsertActivityStreamsAdd inserts a Add value at the specified index for
// a property "location". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertActivityStreamsAdd(idx int, v ActivityStreamsAdd)
// InsertActivityStreamsAnnounce inserts a Announce value at the specified
// index for a property "location". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsAnnounce(idx int, v ActivityStreamsAnnounce)
// InsertActivityStreamsApplication inserts a Application value at the
// specified index for a property "location". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsApplication(idx int, v ActivityStreamsApplication)
// InsertActivityStreamsArrive inserts a Arrive value at the specified
// index for a property "location". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsArrive(idx int, v ActivityStreamsArrive)
// InsertActivityStreamsArticle inserts a Article value at the specified
// index for a property "location". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsArticle(idx int, v ActivityStreamsArticle)
// InsertActivityStreamsAudio inserts a Audio value at the specified index
// for a property "location". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsAudio(idx int, v ActivityStreamsAudio)
// InsertActivityStreamsBlock inserts a Block value at the specified index
// for a property "location". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsBlock(idx int, v ActivityStreamsBlock)
// InsertActivityStreamsCollection inserts a Collection value at the
// specified index for a property "location". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsCollection(idx int, v ActivityStreamsCollection)
// InsertActivityStreamsCollectionPage inserts a CollectionPage value at
// the specified index for a property "location". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsCollectionPage(idx int, v ActivityStreamsCollectionPage)
// InsertActivityStreamsCreate inserts a Create value at the specified
// index for a property "location". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsCreate(idx int, v ActivityStreamsCreate)
// InsertActivityStreamsDelete inserts a Delete value at the specified
// index for a property "location". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDelete(idx int, v ActivityStreamsDelete)
// InsertActivityStreamsDislike inserts a Dislike value at the specified
// index for a property "location". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDislike(idx int, v ActivityStreamsDislike)
// InsertActivityStreamsDocument inserts a Document value at the specified
// index for a property "location". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsDocument(idx int, v ActivityStreamsDocument)
// InsertActivityStreamsEvent inserts a Event value at the specified index
// for a property "location". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsEvent(idx int, v ActivityStreamsEvent)
// InsertActivityStreamsFlag inserts a Flag value at the specified index
// for a property "location". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsFlag(idx int, v ActivityStreamsFlag)
// InsertActivityStreamsFollow inserts a Follow value at the specified
// index for a property "location". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsFollow(idx int, v ActivityStreamsFollow)
// InsertActivityStreamsGroup inserts a Group value at the specified index
// for a property "location". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsGroup(idx int, v ActivityStreamsGroup)
// InsertActivityStreamsIgnore inserts a Ignore value at the specified
// index for a property "location". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsIgnore(idx int, v ActivityStreamsIgnore)
// InsertActivityStreamsImage inserts a Image value at the specified index
// for a property "location". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsImage(idx int, v ActivityStreamsImage)
// InsertActivityStreamsIntransitiveActivity inserts a
// IntransitiveActivity value at the specified index for a property
// "location". Existing elements at that index and higher are shifted
// back once. Invalidates all iterators.
InsertActivityStreamsIntransitiveActivity(idx int, v ActivityStreamsIntransitiveActivity)
// InsertActivityStreamsInvite inserts a Invite value at the specified
// index for a property "location". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsInvite(idx int, v ActivityStreamsInvite)
// InsertActivityStreamsJoin inserts a Join value at the specified index
// for a property "location". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsJoin(idx int, v ActivityStreamsJoin)
// InsertActivityStreamsLeave inserts a Leave value at the specified index
// for a property "location". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsLeave(idx int, v ActivityStreamsLeave)
// InsertActivityStreamsLike inserts a Like value at the specified index
// for a property "location". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsLike(idx int, v ActivityStreamsLike)
// InsertActivityStreamsLink inserts a Link value at the specified index
// for a property "location". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsLink(idx int, v ActivityStreamsLink)
// InsertActivityStreamsListen inserts a Listen value at the specified
// index for a property "location". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsListen(idx int, v ActivityStreamsListen)
// InsertActivityStreamsMention inserts a Mention value at the specified
// index for a property "location". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsMention(idx int, v ActivityStreamsMention)
// InsertActivityStreamsMove inserts a Move value at the specified index
// for a property "location". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsMove(idx int, v ActivityStreamsMove)
// InsertActivityStreamsNote inserts a Note value at the specified index
// for a property "location". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsNote(idx int, v ActivityStreamsNote)
// InsertActivityStreamsObject inserts a Object value at the specified
// index for a property "location". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsObject(idx int, v ActivityStreamsObject)
// InsertActivityStreamsOffer inserts a Offer value at the specified index
// for a property "location". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsOffer(idx int, v ActivityStreamsOffer)
// InsertActivityStreamsOrderedCollection inserts a OrderedCollection
// value at the specified index for a property "location". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertActivityStreamsOrderedCollection(idx int, v ActivityStreamsOrderedCollection)
// InsertActivityStreamsOrderedCollectionPage inserts a
// OrderedCollectionPage value at the specified index for a property
// "location". Existing elements at that index and higher are shifted
// back once. Invalidates all iterators.
InsertActivityStreamsOrderedCollectionPage(idx int, v ActivityStreamsOrderedCollectionPage)
// InsertActivityStreamsOrganization inserts a Organization value at the
// specified index for a property "location". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsOrganization(idx int, v ActivityStreamsOrganization)
// InsertActivityStreamsPage inserts a Page value at the specified index
// for a property "location". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsPage(idx int, v ActivityStreamsPage)
// InsertActivityStreamsPerson inserts a Person value at the specified
// index for a property "location". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsPerson(idx int, v ActivityStreamsPerson)
// InsertActivityStreamsPlace inserts a Place value at the specified index
// for a property "location". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsPlace(idx int, v ActivityStreamsPlace)
// InsertActivityStreamsProfile inserts a Profile value at the specified
// index for a property "location". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsProfile(idx int, v ActivityStreamsProfile)
// InsertActivityStreamsQuestion inserts a Question value at the specified
// index for a property "location". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsQuestion(idx int, v ActivityStreamsQuestion)
// InsertActivityStreamsRead inserts a Read value at the specified index
// for a property "location". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsRead(idx int, v ActivityStreamsRead)
// InsertActivityStreamsReject inserts a Reject value at the specified
// index for a property "location". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsReject(idx int, v ActivityStreamsReject)
// InsertActivityStreamsRelationship inserts a Relationship value at the
// specified index for a property "location". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsRelationship(idx int, v ActivityStreamsRelationship)
// InsertActivityStreamsRemove inserts a Remove value at the specified
// index for a property "location". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsRemove(idx int, v ActivityStreamsRemove)
// InsertActivityStreamsService inserts a Service value at the specified
// index for a property "location". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsService(idx int, v ActivityStreamsService)
// InsertActivityStreamsTentativeAccept inserts a TentativeAccept value at
// the specified index for a property "location". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsTentativeAccept(idx int, v ActivityStreamsTentativeAccept)
// InsertActivityStreamsTentativeReject inserts a TentativeReject value at
// the specified index for a property "location". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsTentativeReject(idx int, v ActivityStreamsTentativeReject)
// InsertActivityStreamsTombstone inserts a Tombstone value at the
// specified index for a property "location". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertActivityStreamsTombstone(idx int, v ActivityStreamsTombstone)
// InsertActivityStreamsTravel inserts a Travel value at the specified
// index for a property "location". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsTravel(idx int, v ActivityStreamsTravel)
// InsertActivityStreamsUndo inserts a Undo value at the specified index
// for a property "location". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsUndo(idx int, v ActivityStreamsUndo)
// InsertActivityStreamsUpdate inserts a Update value at the specified
// index for a property "location". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsUpdate(idx int, v ActivityStreamsUpdate)
// InsertActivityStreamsVideo inserts a Video value at the specified index
// for a property "location". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsVideo(idx int, v ActivityStreamsVideo)
// InsertActivityStreamsView inserts a View value at the specified index
// for a property "location". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertActivityStreamsView(idx int, v ActivityStreamsView)
// InsertFunkwhaleAlbum inserts a Album value at the specified index for a
// property "location". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertFunkwhaleAlbum(idx int, v FunkwhaleAlbum)
// InsertFunkwhaleArtist inserts a Artist value at the specified index for
// a property "location". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertFunkwhaleArtist(idx int, v FunkwhaleArtist)
// InsertFunkwhaleLibrary inserts a Library value at the specified index
// for a property "location". Existing elements at that index and
// higher are shifted back once. Invalidates all iterators.
InsertFunkwhaleLibrary(idx int, v FunkwhaleLibrary)
// InsertFunkwhaleTrack inserts a Track value at the specified index for a
// property "location". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertFunkwhaleTrack(idx int, v FunkwhaleTrack)
// InsertGoToSocialAnnounceApproval inserts a AnnounceApproval value at
// the specified index for a property "location". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialAnnounceApproval(idx int, v GoToSocialAnnounceApproval)
// InsertGoToSocialAnnounceAuthorization inserts a AnnounceAuthorization
// value at the specified index for a property "location". Existing
// elements at that index and higher are shifted back once.
// Invalidates all iterators.
InsertGoToSocialAnnounceAuthorization(idx int, v GoToSocialAnnounceAuthorization)
// InsertGoToSocialAnnounceRequest inserts a AnnounceRequest value at the
// specified index for a property "location". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialAnnounceRequest(idx int, v GoToSocialAnnounceRequest)
// InsertGoToSocialLikeApproval inserts a LikeApproval value at the
// specified index for a property "location". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialLikeApproval(idx int, v GoToSocialLikeApproval)
// InsertGoToSocialLikeAuthorization inserts a LikeAuthorization value at
// the specified index for a property "location". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialLikeAuthorization(idx int, v GoToSocialLikeAuthorization)
// InsertGoToSocialLikeRequest inserts a LikeRequest value at the
// specified index for a property "location". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// InsertGoToSocialQuoteAuthorization inserts a QuoteAuthorization value
// at the specified index for a property "location". Existing elements
// at that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialQuoteAuthorization(idx int, v GoToSocialQuoteAuthorization)
// InsertGoToSocialQuoteRequest inserts a QuoteRequest value at the
// specified index for a property "location". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialQuoteRequest(idx int, v GoToSocialQuoteRequest)
// InsertGoToSocialReplyApproval inserts a ReplyApproval value at the
// specified index for a property "location". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialReplyApproval(idx int, v GoToSocialReplyApproval)
// InsertGoToSocialReplyAuthorization inserts a ReplyAuthorization value
// at the specified index for a property "location". Existing elements
// at that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialReplyAuthorization(idx int, v GoToSocialReplyAuthorization)
// InsertGoToSocialReplyRequest inserts a ReplyRequest value at the
// specified index for a property "location". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialReplyRequest(idx int, v GoToSocialReplyRequest)
// Insert inserts an IRI value at the specified index for a property
// "location". Existing elements at that index and higher are shifted
// back once. Invalidates all iterators.
InsertIRI(idx int, v *url.URL)
// InsertLitePubEmojiReact inserts a EmojiReact value at the specified
// index for a property "location". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertLitePubEmojiReact(idx int, v LitePubEmojiReact)
// InsertSchemaPropertyValue inserts a PropertyValue value at the
// specified index for a property "location". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertSchemaPropertyValue(idx int, v SchemaPropertyValue)
// InsertTootEmoji inserts a Emoji value at the specified index for a
// property "location". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertTootEmoji(idx int, v TootEmoji)
// InsertTootHashtag inserts a Hashtag value at the specified index for a
// property "location". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertTootHashtag(idx int, v TootHashtag)
// InsertTootIdentityProof inserts a IdentityProof value at the specified
// index for a property "location". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertTootIdentityProof(idx int, v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "location". Invalidates all iterators. Returns an
// error if the type is not a valid one to set for this property.
InsertType(idx int, t Type) error
// 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.
JSONLDContext() map[string]string
// 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.
KindIndex(idx int) int
// Len returns the number of values that exist for the "location" property.
Len() (length int)
// Less computes whether another property is less than this one. Mixing
// types results in a consistent but arbitrary ordering
Less(i, j int) 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.
LessThan(o ActivityStreamsLocationProperty) bool
// Name returns the name of this property ("location") with any alias.
Name() string
// PrependActivityStreamsAccept prepends a Accept value to the front of a
// list of the property "location". Invalidates all iterators.
PrependActivityStreamsAccept(v ActivityStreamsAccept)
// PrependActivityStreamsActivity prepends a Activity value to the front
// of a list of the property "location". Invalidates all iterators.
PrependActivityStreamsActivity(v ActivityStreamsActivity)
// PrependActivityStreamsAdd prepends a Add value to the front of a list
// of the property "location". Invalidates all iterators.
PrependActivityStreamsAdd(v ActivityStreamsAdd)
// PrependActivityStreamsAnnounce prepends a Announce value to the front
// of a list of the property "location". Invalidates all iterators.
PrependActivityStreamsAnnounce(v ActivityStreamsAnnounce)
// PrependActivityStreamsApplication prepends a Application value to the
// front of a list of the property "location". Invalidates all
// iterators.
PrependActivityStreamsApplication(v ActivityStreamsApplication)
// PrependActivityStreamsArrive prepends a Arrive value to the front of a
// list of the property "location". Invalidates all iterators.
PrependActivityStreamsArrive(v ActivityStreamsArrive)
// PrependActivityStreamsArticle prepends a Article value to the front of
// a list of the property "location". Invalidates all iterators.
PrependActivityStreamsArticle(v ActivityStreamsArticle)
// PrependActivityStreamsAudio prepends a Audio value to the front of a
// list of the property "location". Invalidates all iterators.
PrependActivityStreamsAudio(v ActivityStreamsAudio)
// PrependActivityStreamsBlock prepends a Block value to the front of a
// list of the property "location". Invalidates all iterators.
PrependActivityStreamsBlock(v ActivityStreamsBlock)
// PrependActivityStreamsCollection prepends a Collection value to the
// front of a list of the property "location". Invalidates all
// iterators.
PrependActivityStreamsCollection(v ActivityStreamsCollection)
// PrependActivityStreamsCollectionPage prepends a CollectionPage value to
// the front of a list of the property "location". Invalidates all
// iterators.
PrependActivityStreamsCollectionPage(v ActivityStreamsCollectionPage)
// PrependActivityStreamsCreate prepends a Create value to the front of a
// list of the property "location". Invalidates all iterators.
PrependActivityStreamsCreate(v ActivityStreamsCreate)
// PrependActivityStreamsDelete prepends a Delete value to the front of a
// list of the property "location". Invalidates all iterators.
PrependActivityStreamsDelete(v ActivityStreamsDelete)
// PrependActivityStreamsDislike prepends a Dislike value to the front of
// a list of the property "location". Invalidates all iterators.
PrependActivityStreamsDislike(v ActivityStreamsDislike)
// PrependActivityStreamsDocument prepends a Document value to the front
// of a list of the property "location". Invalidates all iterators.
PrependActivityStreamsDocument(v ActivityStreamsDocument)
// PrependActivityStreamsEvent prepends a Event value to the front of a
// list of the property "location". Invalidates all iterators.
PrependActivityStreamsEvent(v ActivityStreamsEvent)
// PrependActivityStreamsFlag prepends a Flag value to the front of a list
// of the property "location". Invalidates all iterators.
PrependActivityStreamsFlag(v ActivityStreamsFlag)
// PrependActivityStreamsFollow prepends a Follow value to the front of a
// list of the property "location". Invalidates all iterators.
PrependActivityStreamsFollow(v ActivityStreamsFollow)
// PrependActivityStreamsGroup prepends a Group value to the front of a
// list of the property "location". Invalidates all iterators.
PrependActivityStreamsGroup(v ActivityStreamsGroup)
// PrependActivityStreamsIgnore prepends a Ignore value to the front of a
// list of the property "location". Invalidates all iterators.
PrependActivityStreamsIgnore(v ActivityStreamsIgnore)
// PrependActivityStreamsImage prepends a Image value to the front of a
// list of the property "location". Invalidates all iterators.
PrependActivityStreamsImage(v ActivityStreamsImage)
// PrependActivityStreamsIntransitiveActivity prepends a
// IntransitiveActivity value to the front of a list of the property
// "location". Invalidates all iterators.
PrependActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity)
// PrependActivityStreamsInvite prepends a Invite value to the front of a
// list of the property "location". Invalidates all iterators.
PrependActivityStreamsInvite(v ActivityStreamsInvite)
// PrependActivityStreamsJoin prepends a Join value to the front of a list
// of the property "location". Invalidates all iterators.
PrependActivityStreamsJoin(v ActivityStreamsJoin)
// PrependActivityStreamsLeave prepends a Leave value to the front of a
// list of the property "location". Invalidates all iterators.
PrependActivityStreamsLeave(v ActivityStreamsLeave)
// PrependActivityStreamsLike prepends a Like value to the front of a list
// of the property "location". Invalidates all iterators.
PrependActivityStreamsLike(v ActivityStreamsLike)
// PrependActivityStreamsLink prepends a Link value to the front of a list
// of the property "location". Invalidates all iterators.
PrependActivityStreamsLink(v ActivityStreamsLink)
// PrependActivityStreamsListen prepends a Listen value to the front of a
// list of the property "location". Invalidates all iterators.
PrependActivityStreamsListen(v ActivityStreamsListen)
// PrependActivityStreamsMention prepends a Mention value to the front of
// a list of the property "location". Invalidates all iterators.
PrependActivityStreamsMention(v ActivityStreamsMention)
// PrependActivityStreamsMove prepends a Move value to the front of a list
// of the property "location". Invalidates all iterators.
PrependActivityStreamsMove(v ActivityStreamsMove)
// PrependActivityStreamsNote prepends a Note value to the front of a list
// of the property "location". Invalidates all iterators.
PrependActivityStreamsNote(v ActivityStreamsNote)
// PrependActivityStreamsObject prepends a Object value to the front of a
// list of the property "location". Invalidates all iterators.
PrependActivityStreamsObject(v ActivityStreamsObject)
// PrependActivityStreamsOffer prepends a Offer value to the front of a
// list of the property "location". Invalidates all iterators.
PrependActivityStreamsOffer(v ActivityStreamsOffer)
// PrependActivityStreamsOrderedCollection prepends a OrderedCollection
// value to the front of a list of the property "location".
// Invalidates all iterators.
PrependActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection)
// PrependActivityStreamsOrderedCollectionPage prepends a
// OrderedCollectionPage value to the front of a list of the property
// "location". Invalidates all iterators.
PrependActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage)
// PrependActivityStreamsOrganization prepends a Organization value to the
// front of a list of the property "location". Invalidates all
// iterators.
PrependActivityStreamsOrganization(v ActivityStreamsOrganization)
// PrependActivityStreamsPage prepends a Page value to the front of a list
// of the property "location". Invalidates all iterators.
PrependActivityStreamsPage(v ActivityStreamsPage)
// PrependActivityStreamsPerson prepends a Person value to the front of a
// list of the property "location". Invalidates all iterators.
PrependActivityStreamsPerson(v ActivityStreamsPerson)
// PrependActivityStreamsPlace prepends a Place value to the front of a
// list of the property "location". Invalidates all iterators.
PrependActivityStreamsPlace(v ActivityStreamsPlace)
// PrependActivityStreamsProfile prepends a Profile value to the front of
// a list of the property "location". Invalidates all iterators.
PrependActivityStreamsProfile(v ActivityStreamsProfile)
// PrependActivityStreamsQuestion prepends a Question value to the front
// of a list of the property "location". Invalidates all iterators.
PrependActivityStreamsQuestion(v ActivityStreamsQuestion)
// PrependActivityStreamsRead prepends a Read value to the front of a list
// of the property "location". Invalidates all iterators.
PrependActivityStreamsRead(v ActivityStreamsRead)
// PrependActivityStreamsReject prepends a Reject value to the front of a
// list of the property "location". Invalidates all iterators.
PrependActivityStreamsReject(v ActivityStreamsReject)
// PrependActivityStreamsRelationship prepends a Relationship value to the
// front of a list of the property "location". Invalidates all
// iterators.
PrependActivityStreamsRelationship(v ActivityStreamsRelationship)
// PrependActivityStreamsRemove prepends a Remove value to the front of a
// list of the property "location". Invalidates all iterators.
PrependActivityStreamsRemove(v ActivityStreamsRemove)
// PrependActivityStreamsService prepends a Service value to the front of
// a list of the property "location". Invalidates all iterators.
PrependActivityStreamsService(v ActivityStreamsService)
// PrependActivityStreamsTentativeAccept prepends a TentativeAccept value
// to the front of a list of the property "location". Invalidates all
// iterators.
PrependActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept)
// PrependActivityStreamsTentativeReject prepends a TentativeReject value
// to the front of a list of the property "location". Invalidates all
// iterators.
PrependActivityStreamsTentativeReject(v ActivityStreamsTentativeReject)
// PrependActivityStreamsTombstone prepends a Tombstone value to the front
// of a list of the property "location". Invalidates all iterators.
PrependActivityStreamsTombstone(v ActivityStreamsTombstone)
// PrependActivityStreamsTravel prepends a Travel value to the front of a
// list of the property "location". Invalidates all iterators.
PrependActivityStreamsTravel(v ActivityStreamsTravel)
// PrependActivityStreamsUndo prepends a Undo value to the front of a list
// of the property "location". Invalidates all iterators.
PrependActivityStreamsUndo(v ActivityStreamsUndo)
// PrependActivityStreamsUpdate prepends a Update value to the front of a
// list of the property "location". Invalidates all iterators.
PrependActivityStreamsUpdate(v ActivityStreamsUpdate)
// PrependActivityStreamsVideo prepends a Video value to the front of a
// list of the property "location". Invalidates all iterators.
PrependActivityStreamsVideo(v ActivityStreamsVideo)
// PrependActivityStreamsView prepends a View value to the front of a list
// of the property "location". Invalidates all iterators.
PrependActivityStreamsView(v ActivityStreamsView)
// PrependFunkwhaleAlbum prepends a Album value to the front of a list of
// the property "location". Invalidates all iterators.
PrependFunkwhaleAlbum(v FunkwhaleAlbum)
// PrependFunkwhaleArtist prepends a Artist value to the front of a list
// of the property "location". Invalidates all iterators.
PrependFunkwhaleArtist(v FunkwhaleArtist)
// PrependFunkwhaleLibrary prepends a Library value to the front of a list
// of the property "location". Invalidates all iterators.
PrependFunkwhaleLibrary(v FunkwhaleLibrary)
// PrependFunkwhaleTrack prepends a Track value to the front of a list of
// the property "location". Invalidates all iterators.
PrependFunkwhaleTrack(v FunkwhaleTrack)
// PrependGoToSocialAnnounceApproval prepends a AnnounceApproval value to
// the front of a list of the property "location". Invalidates all
// iterators.
PrependGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// PrependGoToSocialAnnounceAuthorization prepends a AnnounceAuthorization
// value to the front of a list of the property "location".
// Invalidates all iterators.
PrependGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// PrependGoToSocialAnnounceRequest prepends a AnnounceRequest value to
// the front of a list of the property "location". Invalidates all
// iterators.
PrependGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// PrependGoToSocialLikeApproval prepends a LikeApproval value to the
// front of a list of the property "location". Invalidates all
// iterators.
PrependGoToSocialLikeApproval(v GoToSocialLikeApproval)
// PrependGoToSocialLikeAuthorization prepends a LikeAuthorization value
// to the front of a list of the property "location". Invalidates all
// iterators.
PrependGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// PrependGoToSocialLikeRequest prepends a LikeRequest value to the front
// of a list of the property "location". Invalidates all iterators.
PrependGoToSocialLikeRequest(v GoToSocialLikeRequest)
// PrependGoToSocialQuoteAuthorization prepends a QuoteAuthorization value
// to the front of a list of the property "location". Invalidates all
// iterators.
PrependGoToSocialQuoteAuthorization(v GoToSocialQuoteAuthorization)
// PrependGoToSocialQuoteRequest prepends a QuoteRequest value to the
// front of a list of the property "location". Invalidates all
// iterators.
PrependGoToSocialQuoteRequest(v GoToSocialQuoteRequest)
// PrependGoToSocialReplyApproval prepends a ReplyApproval value to the
// front of a list of the property "location". Invalidates all
// iterators.
PrependGoToSocialReplyApproval(v GoToSocialReplyApproval)
// PrependGoToSocialReplyAuthorization prepends a ReplyAuthorization value
// to the front of a list of the property "location". Invalidates all
// iterators.
PrependGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// PrependGoToSocialReplyRequest prepends a ReplyRequest value to the
// front of a list of the property "location". Invalidates all
// iterators.
PrependGoToSocialReplyRequest(v GoToSocialReplyRequest)
// PrependIRI prepends an IRI value to the front of a list of the property
// "location".
PrependIRI(v *url.URL)
// PrependLitePubEmojiReact prepends a EmojiReact value to the front of a
// list of the property "location". Invalidates all iterators.
PrependLitePubEmojiReact(v LitePubEmojiReact)
// PrependSchemaPropertyValue prepends a PropertyValue value to the front
// of a list of the property "location". Invalidates all iterators.
PrependSchemaPropertyValue(v SchemaPropertyValue)
// PrependTootEmoji prepends a Emoji value to the front of a list of the
// property "location". Invalidates all iterators.
PrependTootEmoji(v TootEmoji)
// PrependTootHashtag prepends a Hashtag value to the front of a list of
// the property "location". Invalidates all iterators.
PrependTootHashtag(v TootHashtag)
// PrependTootIdentityProof prepends a IdentityProof value to the front of
// a list of the property "location". Invalidates all iterators.
PrependTootIdentityProof(v TootIdentityProof)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "location". Invalidates all iterators. Returns an
// error if the type is not a valid one to set for this property.
PrependType(t Type) error
// Remove deletes an element at the specified index from a list of the
// property "location", regardless of its type. Panics if the index is
// out of bounds. Invalidates all iterators.
Remove(idx int)
// 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.
Serialize() (interface{}, error)
// SetActivityStreamsAccept sets a Accept value to be at the specified
// index for the property "location". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsAccept(idx int, v ActivityStreamsAccept)
// SetActivityStreamsActivity sets a Activity value to be at the specified
// index for the property "location". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsActivity(idx int, v ActivityStreamsActivity)
// SetActivityStreamsAdd sets a Add value to be at the specified index for
// the property "location". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsAdd(idx int, v ActivityStreamsAdd)
// SetActivityStreamsAnnounce sets a Announce value to be at the specified
// index for the property "location". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsAnnounce(idx int, v ActivityStreamsAnnounce)
// SetActivityStreamsApplication sets a Application value to be at the
// specified index for the property "location". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsApplication(idx int, v ActivityStreamsApplication)
// SetActivityStreamsArrive sets a Arrive value to be at the specified
// index for the property "location". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsArrive(idx int, v ActivityStreamsArrive)
// SetActivityStreamsArticle sets a Article value to be at the specified
// index for the property "location". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsArticle(idx int, v ActivityStreamsArticle)
// SetActivityStreamsAudio sets a Audio value to be at the specified index
// for the property "location". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsAudio(idx int, v ActivityStreamsAudio)
// SetActivityStreamsBlock sets a Block value to be at the specified index
// for the property "location". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsBlock(idx int, v ActivityStreamsBlock)
// SetActivityStreamsCollection sets a Collection value to be at the
// specified index for the property "location". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsCollection(idx int, v ActivityStreamsCollection)
// SetActivityStreamsCollectionPage sets a CollectionPage value to be at
// the specified index for the property "location". Panics if the
// index is out of bounds. Invalidates all iterators.
SetActivityStreamsCollectionPage(idx int, v ActivityStreamsCollectionPage)
// SetActivityStreamsCreate sets a Create value to be at the specified
// index for the property "location". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsCreate(idx int, v ActivityStreamsCreate)
// SetActivityStreamsDelete sets a Delete value to be at the specified
// index for the property "location". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsDelete(idx int, v ActivityStreamsDelete)
// SetActivityStreamsDislike sets a Dislike value to be at the specified
// index for the property "location". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsDislike(idx int, v ActivityStreamsDislike)
// SetActivityStreamsDocument sets a Document value to be at the specified
// index for the property "location". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsDocument(idx int, v ActivityStreamsDocument)
// SetActivityStreamsEvent sets a Event value to be at the specified index
// for the property "location". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsEvent(idx int, v ActivityStreamsEvent)
// SetActivityStreamsFlag sets a Flag value to be at the specified index
// for the property "location". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsFlag(idx int, v ActivityStreamsFlag)
// SetActivityStreamsFollow sets a Follow value to be at the specified
// index for the property "location". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsFollow(idx int, v ActivityStreamsFollow)
// SetActivityStreamsGroup sets a Group value to be at the specified index
// for the property "location". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsGroup(idx int, v ActivityStreamsGroup)
// SetActivityStreamsIgnore sets a Ignore value to be at the specified
// index for the property "location". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsIgnore(idx int, v ActivityStreamsIgnore)
// SetActivityStreamsImage sets a Image value to be at the specified index
// for the property "location". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsImage(idx int, v ActivityStreamsImage)
// SetActivityStreamsIntransitiveActivity sets a IntransitiveActivity
// value to be at the specified index for the property "location".
// Panics if the index is out of bounds. Invalidates all iterators.
SetActivityStreamsIntransitiveActivity(idx int, v ActivityStreamsIntransitiveActivity)
// SetActivityStreamsInvite sets a Invite value to be at the specified
// index for the property "location". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsInvite(idx int, v ActivityStreamsInvite)
// SetActivityStreamsJoin sets a Join value to be at the specified index
// for the property "location". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsJoin(idx int, v ActivityStreamsJoin)
// SetActivityStreamsLeave sets a Leave value to be at the specified index
// for the property "location". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsLeave(idx int, v ActivityStreamsLeave)
// SetActivityStreamsLike sets a Like value to be at the specified index
// for the property "location". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsLike(idx int, v ActivityStreamsLike)
// SetActivityStreamsLink sets a Link value to be at the specified index
// for the property "location". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsLink(idx int, v ActivityStreamsLink)
// SetActivityStreamsListen sets a Listen value to be at the specified
// index for the property "location". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsListen(idx int, v ActivityStreamsListen)
// SetActivityStreamsMention sets a Mention value to be at the specified
// index for the property "location". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsMention(idx int, v ActivityStreamsMention)
// SetActivityStreamsMove sets a Move value to be at the specified index
// for the property "location". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsMove(idx int, v ActivityStreamsMove)
// SetActivityStreamsNote sets a Note value to be at the specified index
// for the property "location". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsNote(idx int, v ActivityStreamsNote)
// SetActivityStreamsObject sets a Object value to be at the specified
// index for the property "location". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsObject(idx int, v ActivityStreamsObject)
// SetActivityStreamsOffer sets a Offer value to be at the specified index
// for the property "location". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsOffer(idx int, v ActivityStreamsOffer)
// SetActivityStreamsOrderedCollection sets a OrderedCollection value to
// be at the specified index for the property "location". Panics if
// the index is out of bounds. Invalidates all iterators.
SetActivityStreamsOrderedCollection(idx int, v ActivityStreamsOrderedCollection)
// SetActivityStreamsOrderedCollectionPage sets a OrderedCollectionPage
// value to be at the specified index for the property "location".
// Panics if the index is out of bounds. Invalidates all iterators.
SetActivityStreamsOrderedCollectionPage(idx int, v ActivityStreamsOrderedCollectionPage)
// SetActivityStreamsOrganization sets a Organization value to be at the
// specified index for the property "location". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsOrganization(idx int, v ActivityStreamsOrganization)
// SetActivityStreamsPage sets a Page value to be at the specified index
// for the property "location". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsPage(idx int, v ActivityStreamsPage)
// SetActivityStreamsPerson sets a Person value to be at the specified
// index for the property "location". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsPerson(idx int, v ActivityStreamsPerson)
// SetActivityStreamsPlace sets a Place value to be at the specified index
// for the property "location". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsPlace(idx int, v ActivityStreamsPlace)
// SetActivityStreamsProfile sets a Profile value to be at the specified
// index for the property "location". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsProfile(idx int, v ActivityStreamsProfile)
// SetActivityStreamsQuestion sets a Question value to be at the specified
// index for the property "location". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsQuestion(idx int, v ActivityStreamsQuestion)
// SetActivityStreamsRead sets a Read value to be at the specified index
// for the property "location". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsRead(idx int, v ActivityStreamsRead)
// SetActivityStreamsReject sets a Reject value to be at the specified
// index for the property "location". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsReject(idx int, v ActivityStreamsReject)
// SetActivityStreamsRelationship sets a Relationship value to be at the
// specified index for the property "location". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsRelationship(idx int, v ActivityStreamsRelationship)
// SetActivityStreamsRemove sets a Remove value to be at the specified
// index for the property "location". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsRemove(idx int, v ActivityStreamsRemove)
// SetActivityStreamsService sets a Service value to be at the specified
// index for the property "location". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsService(idx int, v ActivityStreamsService)
// SetActivityStreamsTentativeAccept sets a TentativeAccept value to be at
// the specified index for the property "location". Panics if the
// index is out of bounds. Invalidates all iterators.
SetActivityStreamsTentativeAccept(idx int, v ActivityStreamsTentativeAccept)
// SetActivityStreamsTentativeReject sets a TentativeReject value to be at
// the specified index for the property "location". Panics if the
// index is out of bounds. Invalidates all iterators.
SetActivityStreamsTentativeReject(idx int, v ActivityStreamsTentativeReject)
// SetActivityStreamsTombstone sets a Tombstone value to be at the
// specified index for the property "location". Panics if the index is
// out of bounds. Invalidates all iterators.
SetActivityStreamsTombstone(idx int, v ActivityStreamsTombstone)
// SetActivityStreamsTravel sets a Travel value to be at the specified
// index for the property "location". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsTravel(idx int, v ActivityStreamsTravel)
// SetActivityStreamsUndo sets a Undo value to be at the specified index
// for the property "location". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsUndo(idx int, v ActivityStreamsUndo)
// SetActivityStreamsUpdate sets a Update value to be at the specified
// index for the property "location". Panics if the index is out of
// bounds. Invalidates all iterators.
SetActivityStreamsUpdate(idx int, v ActivityStreamsUpdate)
// SetActivityStreamsVideo sets a Video value to be at the specified index
// for the property "location". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsVideo(idx int, v ActivityStreamsVideo)
// SetActivityStreamsView sets a View value to be at the specified index
// for the property "location". Panics if the index is out of bounds.
// Invalidates all iterators.
SetActivityStreamsView(idx int, v ActivityStreamsView)
// SetFunkwhaleAlbum sets a Album value to be at the specified index for
// the property "location". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleAlbum(idx int, v FunkwhaleAlbum)
// SetFunkwhaleArtist sets a Artist value to be at the specified index for
// the property "location". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleArtist(idx int, v FunkwhaleArtist)
// SetFunkwhaleLibrary sets a Library value to be at the specified index
// for the property "location". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleLibrary(idx int, v FunkwhaleLibrary)
// SetFunkwhaleTrack sets a Track value to be at the specified index for
// the property "location". Panics if the index is out of bounds.
// Invalidates all iterators.
SetFunkwhaleTrack(idx int, v FunkwhaleTrack)
// SetGoToSocialAnnounceApproval sets a AnnounceApproval value to be at
// the specified index for the property "location". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceApproval(idx int, v GoToSocialAnnounceApproval)
// SetGoToSocialAnnounceAuthorization sets a AnnounceAuthorization value
// to be at the specified index for the property "location". Panics if
// the index is out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceAuthorization(idx int, v GoToSocialAnnounceAuthorization)
// SetGoToSocialAnnounceRequest sets a AnnounceRequest value to be at the
// specified index for the property "location". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialAnnounceRequest(idx int, v GoToSocialAnnounceRequest)
// SetGoToSocialLikeApproval sets a LikeApproval value to be at the
// specified index for the property "location". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialLikeApproval(idx int, v GoToSocialLikeApproval)
// SetGoToSocialLikeAuthorization sets a LikeAuthorization value to be at
// the specified index for the property "location". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialLikeAuthorization(idx int, v GoToSocialLikeAuthorization)
// SetGoToSocialLikeRequest sets a LikeRequest value to be at the
// specified index for the property "location". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// SetGoToSocialQuoteAuthorization sets a QuoteAuthorization value to be
// at the specified index for the property "location". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialQuoteAuthorization(idx int, v GoToSocialQuoteAuthorization)
// SetGoToSocialQuoteRequest sets a QuoteRequest value to be at the
// specified index for the property "location". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialQuoteRequest(idx int, v GoToSocialQuoteRequest)
// SetGoToSocialReplyApproval sets a ReplyApproval value to be at the
// specified index for the property "location". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialReplyApproval(idx int, v GoToSocialReplyApproval)
// SetGoToSocialReplyAuthorization sets a ReplyAuthorization value to be
// at the specified index for the property "location". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialReplyAuthorization(idx int, v GoToSocialReplyAuthorization)
// SetGoToSocialReplyRequest sets a ReplyRequest value to be at the
// specified index for the property "location". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialReplyRequest(idx int, v GoToSocialReplyRequest)
// SetIRI sets an IRI value to be at the specified index for the property
// "location". Panics if the index is out of bounds.
SetIRI(idx int, v *url.URL)
// SetLitePubEmojiReact sets a EmojiReact value to be at the specified
// index for the property "location". Panics if the index is out of
// bounds. Invalidates all iterators.
SetLitePubEmojiReact(idx int, v LitePubEmojiReact)
// SetSchemaPropertyValue sets a PropertyValue value to be at the
// specified index for the property "location". Panics if the index is
// out of bounds. Invalidates all iterators.
SetSchemaPropertyValue(idx int, v SchemaPropertyValue)
// SetTootEmoji sets a Emoji value to be at the specified index for the
// property "location". Panics if the index is out of bounds.
// Invalidates all iterators.
SetTootEmoji(idx int, v TootEmoji)
// SetTootHashtag sets a Hashtag value to be at the specified index for
// the property "location". Panics if the index is out of bounds.
// Invalidates all iterators.
SetTootHashtag(idx int, v TootHashtag)
// SetTootIdentityProof sets a IdentityProof value to be at the specified
// index for the property "location". Panics if the index is out of
// bounds. Invalidates all iterators.
SetTootIdentityProof(idx int, v TootIdentityProof)
// SetType sets an arbitrary type value to the specified index of the
// property "location". 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.
SetType(idx int, t Type) error
// Swap swaps the location of values at two indices for the "location"
// property.
Swap(i, j int)
}
Indicates one or more physical or logical locations associated with the object.
Example 88 (https://www.w3.org/TR/activitystreams-vocabulary/#ex89-jsonld):
{
"location": {
"altitude": 90,
"latitude": 56.78,
"longitude": 12.34,
"name": "Over the Arabian Sea, east of Socotra Island Nature
Sanctuary",
"type": "Place",
"units": "m"
},
"name": "Sally",
"type": "Person"
}
type ActivityStreamsLocationPropertyIterator ¶
type ActivityStreamsLocationPropertyIterator interface {
// GetActivityStreamsAccept returns the value of this property. When
// IsActivityStreamsAccept returns false, GetActivityStreamsAccept
// will return an arbitrary value.
GetActivityStreamsAccept() ActivityStreamsAccept
// GetActivityStreamsActivity returns the value of this property. When
// IsActivityStreamsActivity returns false, GetActivityStreamsActivity
// will return an arbitrary value.
GetActivityStreamsActivity() ActivityStreamsActivity
// GetActivityStreamsAdd returns the value of this property. When
// IsActivityStreamsAdd returns false, GetActivityStreamsAdd will
// return an arbitrary value.
GetActivityStreamsAdd() ActivityStreamsAdd
// GetActivityStreamsAnnounce returns the value of this property. When
// IsActivityStreamsAnnounce returns false, GetActivityStreamsAnnounce
// will return an arbitrary value.
GetActivityStreamsAnnounce() ActivityStreamsAnnounce
// GetActivityStreamsApplication returns the value of this property. When
// IsActivityStreamsApplication returns false,
// GetActivityStreamsApplication will return an arbitrary value.
GetActivityStreamsApplication() ActivityStreamsApplication
// GetActivityStreamsArrive returns the value of this property. When
// IsActivityStreamsArrive returns false, GetActivityStreamsArrive
// will return an arbitrary value.
GetActivityStreamsArrive() ActivityStreamsArrive
// GetActivityStreamsArticle returns the value of this property. When
// IsActivityStreamsArticle returns false, GetActivityStreamsArticle
// will return an arbitrary value.
GetActivityStreamsArticle() ActivityStreamsArticle
// GetActivityStreamsAudio returns the value of this property. When
// IsActivityStreamsAudio returns false, GetActivityStreamsAudio will
// return an arbitrary value.
GetActivityStreamsAudio() ActivityStreamsAudio
// GetActivityStreamsBlock returns the value of this property. When
// IsActivityStreamsBlock returns false, GetActivityStreamsBlock will
// return an arbitrary value.
GetActivityStreamsBlock() ActivityStreamsBlock
// GetActivityStreamsCollection returns the value of this property. When
// IsActivityStreamsCollection returns false,
// GetActivityStreamsCollection will return an arbitrary value.
GetActivityStreamsCollection() ActivityStreamsCollection
// GetActivityStreamsCollectionPage returns the value of this property.
// When IsActivityStreamsCollectionPage returns false,
// GetActivityStreamsCollectionPage will return an arbitrary value.
GetActivityStreamsCollectionPage() ActivityStreamsCollectionPage
// GetActivityStreamsCreate returns the value of this property. When
// IsActivityStreamsCreate returns false, GetActivityStreamsCreate
// will return an arbitrary value.
GetActivityStreamsCreate() ActivityStreamsCreate
// GetActivityStreamsDelete returns the value of this property. When
// IsActivityStreamsDelete returns false, GetActivityStreamsDelete
// will return an arbitrary value.
GetActivityStreamsDelete() ActivityStreamsDelete
// GetActivityStreamsDislike returns the value of this property. When
// IsActivityStreamsDislike returns false, GetActivityStreamsDislike
// will return an arbitrary value.
GetActivityStreamsDislike() ActivityStreamsDislike