typecollectionpage

package
v1.7.0-gts Latest Latest
Warning

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

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

Documentation

Overview

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

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

Strongly consider using the interfaces instead of this package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ActivityStreamsCollectionPageExtends

func ActivityStreamsCollectionPageExtends(other vocab.Type) bool

ActivityStreamsCollectionPageExtends returns true if the CollectionPage type extends from the other type.

func CollectionPageIsDisjointWith

func CollectionPageIsDisjointWith(other vocab.Type) bool

CollectionPageIsDisjointWith returns true if the other provided type is disjoint with the CollectionPage type.

func CollectionPageIsExtendedBy

func CollectionPageIsExtendedBy(other vocab.Type) bool

CollectionPageIsExtendedBy returns true if the other provided type extends from the CollectionPage type. Note that it returns false if the types are the same; see the "IsOrExtendsCollectionPage" variant instead.

func IsOrExtendsCollectionPage

func IsOrExtendsCollectionPage(other vocab.Type) bool

IsOrExtendsCollectionPage returns true if the other provided type is the CollectionPage type or extends from the CollectionPage type.

func SetManager

func SetManager(m privateManager)

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

func SetTypePropertyConstructor

func SetTypePropertyConstructor(f func() vocab.JSONLDTypeProperty)

SetTypePropertyConstructor sets the "type" property's constructor in the package-global variable. For internal use only, do not use as part of Application behavior. Must be called at golang init time. Permits ActivityStreams types to correctly set their "type" property at construction time, so users don't have to remember to do so each time. It is dependency injected so other go-fed compatible implementations could inject their own type.

Types

type ActivityStreamsCollectionPage

type ActivityStreamsCollectionPage struct {
	ActivityStreamsAltitude     vocab.ActivityStreamsAltitudeProperty
	ActivityStreamsAttachment   vocab.ActivityStreamsAttachmentProperty
	ActivityStreamsAttributedTo vocab.ActivityStreamsAttributedToProperty
	ActivityStreamsAudience     vocab.ActivityStreamsAudienceProperty
	ActivityStreamsBcc          vocab.ActivityStreamsBccProperty
	ActivityStreamsBto          vocab.ActivityStreamsBtoProperty
	ActivityStreamsCc           vocab.ActivityStreamsCcProperty
	ActivityStreamsContent      vocab.ActivityStreamsContentProperty
	ActivityStreamsContext      vocab.ActivityStreamsContextProperty
	ActivityStreamsCurrent      vocab.ActivityStreamsCurrentProperty
	ActivityStreamsDuration     vocab.ActivityStreamsDurationProperty
	ActivityStreamsEndTime      vocab.ActivityStreamsEndTimeProperty
	ActivityStreamsFirst        vocab.ActivityStreamsFirstProperty
	ActivityStreamsGenerator    vocab.ActivityStreamsGeneratorProperty
	ActivityStreamsIcon         vocab.ActivityStreamsIconProperty
	JSONLDId                    vocab.JSONLDIdProperty
	ActivityStreamsImage        vocab.ActivityStreamsImageProperty
	ActivityStreamsInReplyTo    vocab.ActivityStreamsInReplyToProperty
	ActivityStreamsItems        vocab.ActivityStreamsItemsProperty
	ActivityStreamsLast         vocab.ActivityStreamsLastProperty
	ActivityStreamsLikes        vocab.ActivityStreamsLikesProperty
	ActivityStreamsLocation     vocab.ActivityStreamsLocationProperty
	ActivityStreamsMediaType    vocab.ActivityStreamsMediaTypeProperty
	ActivityStreamsName         vocab.ActivityStreamsNameProperty
	ActivityStreamsNext         vocab.ActivityStreamsNextProperty
	ActivityStreamsObject       vocab.ActivityStreamsObjectProperty
	ActivityStreamsPartOf       vocab.ActivityStreamsPartOfProperty
	ActivityStreamsPrev         vocab.ActivityStreamsPrevProperty
	ActivityStreamsPreview      vocab.ActivityStreamsPreviewProperty
	ActivityStreamsPublished    vocab.ActivityStreamsPublishedProperty
	ActivityStreamsReplies      vocab.ActivityStreamsRepliesProperty
	ActivityStreamsSensitive    vocab.ActivityStreamsSensitiveProperty
	ActivityStreamsShares       vocab.ActivityStreamsSharesProperty
	ActivityStreamsSource       vocab.ActivityStreamsSourceProperty
	ActivityStreamsStartTime    vocab.ActivityStreamsStartTimeProperty
	ActivityStreamsSummary      vocab.ActivityStreamsSummaryProperty
	ActivityStreamsTag          vocab.ActivityStreamsTagProperty
	ActivityStreamsTo           vocab.ActivityStreamsToProperty
	ActivityStreamsTotalItems   vocab.ActivityStreamsTotalItemsProperty
	JSONLDType                  vocab.JSONLDTypeProperty
	ActivityStreamsUpdated      vocab.ActivityStreamsUpdatedProperty
	ActivityStreamsUrl          vocab.ActivityStreamsUrlProperty
	// contains filtered or unexported fields
}

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"
}

func DeserializeCollectionPage

func DeserializeCollectionPage(m map[string]interface{}, aliasMap map[string]string) (*ActivityStreamsCollectionPage, error)

DeserializeCollectionPage creates a CollectionPage from a map representation that has been unmarshalled from a text or binary format.

func NewActivityStreamsCollectionPage

func NewActivityStreamsCollectionPage() *ActivityStreamsCollectionPage

NewActivityStreamsCollectionPage creates a new CollectionPage type

func (ActivityStreamsCollectionPage) GetActivityStreamsAltitude

func (this ActivityStreamsCollectionPage) GetActivityStreamsAltitude() vocab.ActivityStreamsAltitudeProperty

GetActivityStreamsAltitude returns the "altitude" property if it exists, and nil otherwise.

func (ActivityStreamsCollectionPage) GetActivityStreamsAttachment

func (this ActivityStreamsCollectionPage) GetActivityStreamsAttachment() vocab.ActivityStreamsAttachmentProperty

GetActivityStreamsAttachment returns the "attachment" property if it exists, and nil otherwise.

func (ActivityStreamsCollectionPage) GetActivityStreamsAttributedTo

func (this ActivityStreamsCollectionPage) GetActivityStreamsAttributedTo() vocab.ActivityStreamsAttributedToProperty

GetActivityStreamsAttributedTo returns the "attributedTo" property if it exists, and nil otherwise.

func (ActivityStreamsCollectionPage) GetActivityStreamsAudience

func (this ActivityStreamsCollectionPage) GetActivityStreamsAudience() vocab.ActivityStreamsAudienceProperty

GetActivityStreamsAudience returns the "audience" property if it exists, and nil otherwise.

func (ActivityStreamsCollectionPage) GetActivityStreamsBcc

func (this ActivityStreamsCollectionPage) GetActivityStreamsBcc() vocab.ActivityStreamsBccProperty

GetActivityStreamsBcc returns the "bcc" property if it exists, and nil otherwise.

func (ActivityStreamsCollectionPage) GetActivityStreamsBto

func (this ActivityStreamsCollectionPage) GetActivityStreamsBto() vocab.ActivityStreamsBtoProperty

GetActivityStreamsBto returns the "bto" property if it exists, and nil otherwise.

func (ActivityStreamsCollectionPage) GetActivityStreamsCc

GetActivityStreamsCc returns the "cc" property if it exists, and nil otherwise.

func (ActivityStreamsCollectionPage) GetActivityStreamsContent

func (this ActivityStreamsCollectionPage) GetActivityStreamsContent() vocab.ActivityStreamsContentProperty

GetActivityStreamsContent returns the "content" property if it exists, and nil otherwise.

func (ActivityStreamsCollectionPage) GetActivityStreamsContext

func (this ActivityStreamsCollectionPage) GetActivityStreamsContext() vocab.ActivityStreamsContextProperty

GetActivityStreamsContext returns the "context" property if it exists, and nil otherwise.

func (ActivityStreamsCollectionPage) GetActivityStreamsCurrent

func (this ActivityStreamsCollectionPage) GetActivityStreamsCurrent() vocab.ActivityStreamsCurrentProperty

GetActivityStreamsCurrent returns the "current" property if it exists, and nil otherwise.

func (ActivityStreamsCollectionPage) GetActivityStreamsDuration

func (this ActivityStreamsCollectionPage) GetActivityStreamsDuration() vocab.ActivityStreamsDurationProperty

GetActivityStreamsDuration returns the "duration" property if it exists, and nil otherwise.

func (ActivityStreamsCollectionPage) GetActivityStreamsEndTime

func (this ActivityStreamsCollectionPage) GetActivityStreamsEndTime() vocab.ActivityStreamsEndTimeProperty

GetActivityStreamsEndTime returns the "endTime" property if it exists, and nil otherwise.

func (ActivityStreamsCollectionPage) GetActivityStreamsFirst

func (this ActivityStreamsCollectionPage) GetActivityStreamsFirst() vocab.ActivityStreamsFirstProperty

GetActivityStreamsFirst returns the "first" property if it exists, and nil otherwise.

func (ActivityStreamsCollectionPage) GetActivityStreamsGenerator

func (this ActivityStreamsCollectionPage) GetActivityStreamsGenerator() vocab.ActivityStreamsGeneratorProperty

GetActivityStreamsGenerator returns the "generator" property if it exists, and nil otherwise.

func (ActivityStreamsCollectionPage) GetActivityStreamsIcon

func (this ActivityStreamsCollectionPage) GetActivityStreamsIcon() vocab.ActivityStreamsIconProperty

GetActivityStreamsIcon returns the "icon" property if it exists, and nil otherwise.

func (ActivityStreamsCollectionPage) GetActivityStreamsImage

func (this ActivityStreamsCollectionPage) GetActivityStreamsImage() vocab.ActivityStreamsImageProperty

GetActivityStreamsImage returns the "image" property if it exists, and nil otherwise.

func (ActivityStreamsCollectionPage) GetActivityStreamsInReplyTo

func (this ActivityStreamsCollectionPage) GetActivityStreamsInReplyTo() vocab.ActivityStreamsInReplyToProperty

GetActivityStreamsInReplyTo returns the "inReplyTo" property if it exists, and nil otherwise.

func (ActivityStreamsCollectionPage) GetActivityStreamsItems

func (this ActivityStreamsCollectionPage) GetActivityStreamsItems() vocab.ActivityStreamsItemsProperty

GetActivityStreamsItems returns the "items" property if it exists, and nil otherwise.

func (ActivityStreamsCollectionPage) GetActivityStreamsLast

func (this ActivityStreamsCollectionPage) GetActivityStreamsLast() vocab.ActivityStreamsLastProperty

GetActivityStreamsLast returns the "last" property if it exists, and nil otherwise.

func (ActivityStreamsCollectionPage) GetActivityStreamsLikes

func (this ActivityStreamsCollectionPage) GetActivityStreamsLikes() vocab.ActivityStreamsLikesProperty

GetActivityStreamsLikes returns the "likes" property if it exists, and nil otherwise.

func (ActivityStreamsCollectionPage) GetActivityStreamsLocation

func (this ActivityStreamsCollectionPage) GetActivityStreamsLocation() vocab.ActivityStreamsLocationProperty

GetActivityStreamsLocation returns the "location" property if it exists, and nil otherwise.

func (ActivityStreamsCollectionPage) GetActivityStreamsMediaType

func (this ActivityStreamsCollectionPage) GetActivityStreamsMediaType() vocab.ActivityStreamsMediaTypeProperty

GetActivityStreamsMediaType returns the "mediaType" property if it exists, and nil otherwise.

func (ActivityStreamsCollectionPage) GetActivityStreamsName

func (this ActivityStreamsCollectionPage) GetActivityStreamsName() vocab.ActivityStreamsNameProperty

GetActivityStreamsName returns the "name" property if it exists, and nil otherwise.

func (ActivityStreamsCollectionPage) GetActivityStreamsNext

func (this ActivityStreamsCollectionPage) GetActivityStreamsNext() vocab.ActivityStreamsNextProperty

GetActivityStreamsNext returns the "next" property if it exists, and nil otherwise.

func (ActivityStreamsCollectionPage) GetActivityStreamsObject

func (this ActivityStreamsCollectionPage) GetActivityStreamsObject() vocab.ActivityStreamsObjectProperty

GetActivityStreamsObject returns the "object" property if it exists, and nil otherwise.

func (ActivityStreamsCollectionPage) GetActivityStreamsPartOf

func (this ActivityStreamsCollectionPage) GetActivityStreamsPartOf() vocab.ActivityStreamsPartOfProperty

GetActivityStreamsPartOf returns the "partOf" property if it exists, and nil otherwise.

func (ActivityStreamsCollectionPage) GetActivityStreamsPrev

func (this ActivityStreamsCollectionPage) GetActivityStreamsPrev() vocab.ActivityStreamsPrevProperty

GetActivityStreamsPrev returns the "prev" property if it exists, and nil otherwise.

func (ActivityStreamsCollectionPage) GetActivityStreamsPreview

func (this ActivityStreamsCollectionPage) GetActivityStreamsPreview() vocab.ActivityStreamsPreviewProperty

GetActivityStreamsPreview returns the "preview" property if it exists, and nil otherwise.

func (ActivityStreamsCollectionPage) GetActivityStreamsPublished

func (this ActivityStreamsCollectionPage) GetActivityStreamsPublished() vocab.ActivityStreamsPublishedProperty

GetActivityStreamsPublished returns the "published" property if it exists, and nil otherwise.

func (ActivityStreamsCollectionPage) GetActivityStreamsReplies

func (this ActivityStreamsCollectionPage) GetActivityStreamsReplies() vocab.ActivityStreamsRepliesProperty

GetActivityStreamsReplies returns the "replies" property if it exists, and nil otherwise.

func (ActivityStreamsCollectionPage) GetActivityStreamsSensitive

func (this ActivityStreamsCollectionPage) GetActivityStreamsSensitive() vocab.ActivityStreamsSensitiveProperty

GetActivityStreamsSensitive returns the "sensitive" property if it exists, and nil otherwise.

func (ActivityStreamsCollectionPage) GetActivityStreamsShares

func (this ActivityStreamsCollectionPage) GetActivityStreamsShares() vocab.ActivityStreamsSharesProperty

GetActivityStreamsShares returns the "shares" property if it exists, and nil otherwise.

func (ActivityStreamsCollectionPage) GetActivityStreamsSource

func (this ActivityStreamsCollectionPage) GetActivityStreamsSource() vocab.ActivityStreamsSourceProperty

GetActivityStreamsSource returns the "source" property if it exists, and nil otherwise.

func (ActivityStreamsCollectionPage) GetActivityStreamsStartTime

func (this ActivityStreamsCollectionPage) GetActivityStreamsStartTime() vocab.ActivityStreamsStartTimeProperty

GetActivityStreamsStartTime returns the "startTime" property if it exists, and nil otherwise.

func (ActivityStreamsCollectionPage) GetActivityStreamsSummary

func (this ActivityStreamsCollectionPage) GetActivityStreamsSummary() vocab.ActivityStreamsSummaryProperty

GetActivityStreamsSummary returns the "summary" property if it exists, and nil otherwise.

func (ActivityStreamsCollectionPage) GetActivityStreamsTag

func (this ActivityStreamsCollectionPage) GetActivityStreamsTag() vocab.ActivityStreamsTagProperty

GetActivityStreamsTag returns the "tag" property if it exists, and nil otherwise.

func (ActivityStreamsCollectionPage) GetActivityStreamsTo

GetActivityStreamsTo returns the "to" property if it exists, and nil otherwise.

func (ActivityStreamsCollectionPage) GetActivityStreamsTotalItems

func (this ActivityStreamsCollectionPage) GetActivityStreamsTotalItems() vocab.ActivityStreamsTotalItemsProperty

GetActivityStreamsTotalItems returns the "totalItems" property if it exists, and nil otherwise.

func (ActivityStreamsCollectionPage) GetActivityStreamsUpdated

func (this ActivityStreamsCollectionPage) GetActivityStreamsUpdated() vocab.ActivityStreamsUpdatedProperty

GetActivityStreamsUpdated returns the "updated" property if it exists, and nil otherwise.

func (ActivityStreamsCollectionPage) GetActivityStreamsUrl

func (this ActivityStreamsCollectionPage) GetActivityStreamsUrl() vocab.ActivityStreamsUrlProperty

GetActivityStreamsUrl returns the "url" property if it exists, and nil otherwise.

func (ActivityStreamsCollectionPage) GetJSONLDId

GetJSONLDId returns the "id" property if it exists, and nil otherwise.

func (ActivityStreamsCollectionPage) GetJSONLDType

GetJSONLDType returns the "type" property if it exists, and nil otherwise.

func (ActivityStreamsCollectionPage) GetTypeName

func (this ActivityStreamsCollectionPage) GetTypeName() string

GetTypeName returns the name of this type.

func (ActivityStreamsCollectionPage) GetUnknownProperties

func (this ActivityStreamsCollectionPage) GetUnknownProperties() map[string]interface{}

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.

func (ActivityStreamsCollectionPage) IsExtending

func (this ActivityStreamsCollectionPage) IsExtending(other vocab.Type) bool

IsExtending returns true if the CollectionPage type extends from the other type.

func (ActivityStreamsCollectionPage) JSONLDContext

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

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.

func (ActivityStreamsCollectionPage) LessThan

LessThan computes if this CollectionPage is lesser, with an arbitrary but stable determination.

func (ActivityStreamsCollectionPage) Serialize

func (this ActivityStreamsCollectionPage) Serialize() (map[string]interface{}, error)

Serialize converts this into an interface representation suitable for marshalling into a text or binary format.

func (*ActivityStreamsCollectionPage) SetActivityStreamsAltitude

func (this *ActivityStreamsCollectionPage) SetActivityStreamsAltitude(i vocab.ActivityStreamsAltitudeProperty)

SetActivityStreamsAltitude sets the "altitude" property.

func (*ActivityStreamsCollectionPage) SetActivityStreamsAttachment

func (this *ActivityStreamsCollectionPage) SetActivityStreamsAttachment(i vocab.ActivityStreamsAttachmentProperty)

SetActivityStreamsAttachment sets the "attachment" property.

func (*ActivityStreamsCollectionPage) SetActivityStreamsAttributedTo

func (this *ActivityStreamsCollectionPage) SetActivityStreamsAttributedTo(i vocab.ActivityStreamsAttributedToProperty)

SetActivityStreamsAttributedTo sets the "attributedTo" property.

func (*ActivityStreamsCollectionPage) SetActivityStreamsAudience

func (this *ActivityStreamsCollectionPage) SetActivityStreamsAudience(i vocab.ActivityStreamsAudienceProperty)

SetActivityStreamsAudience sets the "audience" property.

func (*ActivityStreamsCollectionPage) SetActivityStreamsBcc

func (this *ActivityStreamsCollectionPage) SetActivityStreamsBcc(i vocab.ActivityStreamsBccProperty)

SetActivityStreamsBcc sets the "bcc" property.

func (*ActivityStreamsCollectionPage) SetActivityStreamsBto

func (this *ActivityStreamsCollectionPage) SetActivityStreamsBto(i vocab.ActivityStreamsBtoProperty)

SetActivityStreamsBto sets the "bto" property.

func (*ActivityStreamsCollectionPage) SetActivityStreamsCc

func (this *ActivityStreamsCollectionPage) SetActivityStreamsCc(i vocab.ActivityStreamsCcProperty)

SetActivityStreamsCc sets the "cc" property.

func (*ActivityStreamsCollectionPage) SetActivityStreamsContent

func (this *ActivityStreamsCollectionPage) SetActivityStreamsContent(i vocab.ActivityStreamsContentProperty)

SetActivityStreamsContent sets the "content" property.

func (*ActivityStreamsCollectionPage) SetActivityStreamsContext

func (this *ActivityStreamsCollectionPage) SetActivityStreamsContext(i vocab.ActivityStreamsContextProperty)

SetActivityStreamsContext sets the "context" property.

func (*ActivityStreamsCollectionPage) SetActivityStreamsCurrent

func (this *ActivityStreamsCollectionPage) SetActivityStreamsCurrent(i vocab.ActivityStreamsCurrentProperty)

SetActivityStreamsCurrent sets the "current" property.

func (*ActivityStreamsCollectionPage) SetActivityStreamsDuration

func (this *ActivityStreamsCollectionPage) SetActivityStreamsDuration(i vocab.ActivityStreamsDurationProperty)

SetActivityStreamsDuration sets the "duration" property.

func (*ActivityStreamsCollectionPage) SetActivityStreamsEndTime

func (this *ActivityStreamsCollectionPage) SetActivityStreamsEndTime(i vocab.ActivityStreamsEndTimeProperty)

SetActivityStreamsEndTime sets the "endTime" property.

func (*ActivityStreamsCollectionPage) SetActivityStreamsFirst

func (this *ActivityStreamsCollectionPage) SetActivityStreamsFirst(i vocab.ActivityStreamsFirstProperty)

SetActivityStreamsFirst sets the "first" property.

func (*ActivityStreamsCollectionPage) SetActivityStreamsGenerator

func (this *ActivityStreamsCollectionPage) SetActivityStreamsGenerator(i vocab.ActivityStreamsGeneratorProperty)

SetActivityStreamsGenerator sets the "generator" property.

func (*ActivityStreamsCollectionPage) SetActivityStreamsIcon

func (this *ActivityStreamsCollectionPage) SetActivityStreamsIcon(i vocab.ActivityStreamsIconProperty)

SetActivityStreamsIcon sets the "icon" property.

func (*ActivityStreamsCollectionPage) SetActivityStreamsImage

func (this *ActivityStreamsCollectionPage) SetActivityStreamsImage(i vocab.ActivityStreamsImageProperty)

SetActivityStreamsImage sets the "image" property.

func (*ActivityStreamsCollectionPage) SetActivityStreamsInReplyTo

func (this *ActivityStreamsCollectionPage) SetActivityStreamsInReplyTo(i vocab.ActivityStreamsInReplyToProperty)

SetActivityStreamsInReplyTo sets the "inReplyTo" property.

func (*ActivityStreamsCollectionPage) SetActivityStreamsItems

func (this *ActivityStreamsCollectionPage) SetActivityStreamsItems(i vocab.ActivityStreamsItemsProperty)

SetActivityStreamsItems sets the "items" property.

func (*ActivityStreamsCollectionPage) SetActivityStreamsLast

func (this *ActivityStreamsCollectionPage) SetActivityStreamsLast(i vocab.ActivityStreamsLastProperty)

SetActivityStreamsLast sets the "last" property.

func (*ActivityStreamsCollectionPage) SetActivityStreamsLikes

func (this *ActivityStreamsCollectionPage) SetActivityStreamsLikes(i vocab.ActivityStreamsLikesProperty)

SetActivityStreamsLikes sets the "likes" property.

func (*ActivityStreamsCollectionPage) SetActivityStreamsLocation

func (this *ActivityStreamsCollectionPage) SetActivityStreamsLocation(i vocab.ActivityStreamsLocationProperty)

SetActivityStreamsLocation sets the "location" property.

func (*ActivityStreamsCollectionPage) SetActivityStreamsMediaType

func (this *ActivityStreamsCollectionPage) SetActivityStreamsMediaType(i vocab.ActivityStreamsMediaTypeProperty)

SetActivityStreamsMediaType sets the "mediaType" property.

func (*ActivityStreamsCollectionPage) SetActivityStreamsName

func (this *ActivityStreamsCollectionPage) SetActivityStreamsName(i vocab.ActivityStreamsNameProperty)

SetActivityStreamsName sets the "name" property.

func (*ActivityStreamsCollectionPage) SetActivityStreamsNext

func (this *ActivityStreamsCollectionPage) SetActivityStreamsNext(i vocab.ActivityStreamsNextProperty)

SetActivityStreamsNext sets the "next" property.

func (*ActivityStreamsCollectionPage) SetActivityStreamsObject

func (this *ActivityStreamsCollectionPage) SetActivityStreamsObject(i vocab.ActivityStreamsObjectProperty)

SetActivityStreamsObject sets the "object" property.

func (*ActivityStreamsCollectionPage) SetActivityStreamsPartOf

func (this *ActivityStreamsCollectionPage) SetActivityStreamsPartOf(i vocab.ActivityStreamsPartOfProperty)

SetActivityStreamsPartOf sets the "partOf" property.

func (*ActivityStreamsCollectionPage) SetActivityStreamsPrev

func (this *ActivityStreamsCollectionPage) SetActivityStreamsPrev(i vocab.ActivityStreamsPrevProperty)

SetActivityStreamsPrev sets the "prev" property.

func (*ActivityStreamsCollectionPage) SetActivityStreamsPreview

func (this *ActivityStreamsCollectionPage) SetActivityStreamsPreview(i vocab.ActivityStreamsPreviewProperty)

SetActivityStreamsPreview sets the "preview" property.

func (*ActivityStreamsCollectionPage) SetActivityStreamsPublished

func (this *ActivityStreamsCollectionPage) SetActivityStreamsPublished(i vocab.ActivityStreamsPublishedProperty)

SetActivityStreamsPublished sets the "published" property.

func (*ActivityStreamsCollectionPage) SetActivityStreamsReplies

func (this *ActivityStreamsCollectionPage) SetActivityStreamsReplies(i vocab.ActivityStreamsRepliesProperty)

SetActivityStreamsReplies sets the "replies" property.

func (*ActivityStreamsCollectionPage) SetActivityStreamsSensitive

func (this *ActivityStreamsCollectionPage) SetActivityStreamsSensitive(i vocab.ActivityStreamsSensitiveProperty)

SetActivityStreamsSensitive sets the "sensitive" property.

func (*ActivityStreamsCollectionPage) SetActivityStreamsShares

func (this *ActivityStreamsCollectionPage) SetActivityStreamsShares(i vocab.ActivityStreamsSharesProperty)

SetActivityStreamsShares sets the "shares" property.

func (*ActivityStreamsCollectionPage) SetActivityStreamsSource

func (this *ActivityStreamsCollectionPage) SetActivityStreamsSource(i vocab.ActivityStreamsSourceProperty)

SetActivityStreamsSource sets the "source" property.

func (*ActivityStreamsCollectionPage) SetActivityStreamsStartTime

func (this *ActivityStreamsCollectionPage) SetActivityStreamsStartTime(i vocab.ActivityStreamsStartTimeProperty)

SetActivityStreamsStartTime sets the "startTime" property.

func (*ActivityStreamsCollectionPage) SetActivityStreamsSummary

func (this *ActivityStreamsCollectionPage) SetActivityStreamsSummary(i vocab.ActivityStreamsSummaryProperty)

SetActivityStreamsSummary sets the "summary" property.

func (*ActivityStreamsCollectionPage) SetActivityStreamsTag

func (this *ActivityStreamsCollectionPage) SetActivityStreamsTag(i vocab.ActivityStreamsTagProperty)

SetActivityStreamsTag sets the "tag" property.

func (*ActivityStreamsCollectionPage) SetActivityStreamsTo

func (this *ActivityStreamsCollectionPage) SetActivityStreamsTo(i vocab.ActivityStreamsToProperty)

SetActivityStreamsTo sets the "to" property.

func (*ActivityStreamsCollectionPage) SetActivityStreamsTotalItems

func (this *ActivityStreamsCollectionPage) SetActivityStreamsTotalItems(i vocab.ActivityStreamsTotalItemsProperty)

SetActivityStreamsTotalItems sets the "totalItems" property.

func (*ActivityStreamsCollectionPage) SetActivityStreamsUpdated

func (this *ActivityStreamsCollectionPage) SetActivityStreamsUpdated(i vocab.ActivityStreamsUpdatedProperty)

SetActivityStreamsUpdated sets the "updated" property.

func (*ActivityStreamsCollectionPage) SetActivityStreamsUrl

func (this *ActivityStreamsCollectionPage) SetActivityStreamsUrl(i vocab.ActivityStreamsUrlProperty)

SetActivityStreamsUrl sets the "url" property.

func (*ActivityStreamsCollectionPage) SetJSONLDId

SetJSONLDId sets the "id" property.

func (*ActivityStreamsCollectionPage) SetJSONLDType

SetJSONLDType sets the "type" property.

func (ActivityStreamsCollectionPage) VocabularyURI

func (this ActivityStreamsCollectionPage) VocabularyURI() string

VocabularyURI returns the vocabulary's URI as a string.

Jump to

Keyboard shortcuts

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