Documentation ¶
Overview ¶
Package propertyprev contains the implementation for the prev property. All applications are strongly encouraged to use the interface instead of this concrete definition. The interfaces allow applications to consume only the types and properties needed and be independent of the go-fed implementation if another alternative implementation is created. This package is code-generated and subject to the same license as the go-fed tool used to generate it.
This package is independent of other types' and properties' implementations by having a Manager injected into it to act as a factory for the concrete implementations. The implementations have been generated into their own separate subpackages for each vocabulary.
Strongly consider using the interfaces instead of this package.
Index ¶
- func SetManager(m privateManager)
- type ActivityStreamsPrevProperty
- func (this *ActivityStreamsPrevProperty) Clear()
- func (this ActivityStreamsPrevProperty) GetActivityStreamsCollectionPage() vocab.ActivityStreamsCollectionPage
- func (this ActivityStreamsPrevProperty) GetActivityStreamsLink() vocab.ActivityStreamsLink
- func (this ActivityStreamsPrevProperty) GetActivityStreamsMention() vocab.ActivityStreamsMention
- func (this ActivityStreamsPrevProperty) GetActivityStreamsOrderedCollectionPage() vocab.ActivityStreamsOrderedCollectionPage
- func (this ActivityStreamsPrevProperty) GetIRI() *url.URL
- func (this ActivityStreamsPrevProperty) GetTootHashtag() vocab.TootHashtag
- func (this ActivityStreamsPrevProperty) GetType() vocab.Type
- func (this ActivityStreamsPrevProperty) HasAny() bool
- func (this ActivityStreamsPrevProperty) IsActivityStreamsCollectionPage() bool
- func (this ActivityStreamsPrevProperty) IsActivityStreamsLink() bool
- func (this ActivityStreamsPrevProperty) IsActivityStreamsMention() bool
- func (this ActivityStreamsPrevProperty) IsActivityStreamsOrderedCollectionPage() bool
- func (this ActivityStreamsPrevProperty) IsIRI() bool
- func (this ActivityStreamsPrevProperty) IsTootHashtag() bool
- func (this ActivityStreamsPrevProperty) JSONLDContext() map[string]string
- func (this ActivityStreamsPrevProperty) KindIndex() int
- func (this ActivityStreamsPrevProperty) LessThan(o vocab.ActivityStreamsPrevProperty) bool
- func (this ActivityStreamsPrevProperty) Name() string
- func (this ActivityStreamsPrevProperty) Serialize() (interface{}, error)
- func (this *ActivityStreamsPrevProperty) SetActivityStreamsCollectionPage(v vocab.ActivityStreamsCollectionPage)
- func (this *ActivityStreamsPrevProperty) SetActivityStreamsLink(v vocab.ActivityStreamsLink)
- func (this *ActivityStreamsPrevProperty) SetActivityStreamsMention(v vocab.ActivityStreamsMention)
- func (this *ActivityStreamsPrevProperty) SetActivityStreamsOrderedCollectionPage(v vocab.ActivityStreamsOrderedCollectionPage)
- func (this *ActivityStreamsPrevProperty) SetIRI(v *url.URL)
- func (this *ActivityStreamsPrevProperty) SetTootHashtag(v vocab.TootHashtag)
- func (this *ActivityStreamsPrevProperty) SetType(t vocab.Type) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetManager ¶
func SetManager(m privateManager)
SetManager sets the manager package-global variable. For internal use only, do not use as part of Application behavior. Must be called at golang init time.
Types ¶
type ActivityStreamsPrevProperty ¶
type ActivityStreamsPrevProperty struct {
// contains filtered or unexported fields
}
ActivityStreamsPrevProperty is the functional property "prev". It is permitted to be one of multiple value types. At most, one type of value can be present, or none at all. Setting a value will clear the other types of values so that only one of the 'Is' methods will return true. It is possible to clear all values, so that this property is empty.
func DeserializePrevProperty ¶
func DeserializePrevProperty(m map[string]interface{}, aliasMap map[string]string) (*ActivityStreamsPrevProperty, error)
DeserializePrevProperty creates a "prev" property from an interface representation that has been unmarshalled from a text or binary format.
func NewActivityStreamsPrevProperty ¶
func NewActivityStreamsPrevProperty() *ActivityStreamsPrevProperty
NewActivityStreamsPrevProperty creates a new prev property.
func (*ActivityStreamsPrevProperty) Clear ¶
func (this *ActivityStreamsPrevProperty) Clear()
Clear ensures no value of this property is set. Calling HasAny or any of the 'Is' methods afterwards will return false.
func (ActivityStreamsPrevProperty) GetActivityStreamsCollectionPage ¶
func (this ActivityStreamsPrevProperty) GetActivityStreamsCollectionPage() vocab.ActivityStreamsCollectionPage
GetActivityStreamsCollectionPage returns the value of this property. When IsActivityStreamsCollectionPage returns false, GetActivityStreamsCollectionPage will return an arbitrary value.
func (ActivityStreamsPrevProperty) GetActivityStreamsLink ¶
func (this ActivityStreamsPrevProperty) GetActivityStreamsLink() vocab.ActivityStreamsLink
GetActivityStreamsLink returns the value of this property. When IsActivityStreamsLink returns false, GetActivityStreamsLink will return an arbitrary value.
func (ActivityStreamsPrevProperty) GetActivityStreamsMention ¶
func (this ActivityStreamsPrevProperty) GetActivityStreamsMention() vocab.ActivityStreamsMention
GetActivityStreamsMention returns the value of this property. When IsActivityStreamsMention returns false, GetActivityStreamsMention will return an arbitrary value.
func (ActivityStreamsPrevProperty) GetActivityStreamsOrderedCollectionPage ¶
func (this ActivityStreamsPrevProperty) GetActivityStreamsOrderedCollectionPage() vocab.ActivityStreamsOrderedCollectionPage
GetActivityStreamsOrderedCollectionPage returns the value of this property. When IsActivityStreamsOrderedCollectionPage returns false, GetActivityStreamsOrderedCollectionPage will return an arbitrary value.
func (ActivityStreamsPrevProperty) GetIRI ¶
func (this ActivityStreamsPrevProperty) GetIRI() *url.URL
GetIRI returns the IRI of this property. When IsIRI returns false, GetIRI will return an arbitrary value.
func (ActivityStreamsPrevProperty) GetTootHashtag ¶
func (this ActivityStreamsPrevProperty) GetTootHashtag() vocab.TootHashtag
GetTootHashtag returns the value of this property. When IsTootHashtag returns false, GetTootHashtag will return an arbitrary value.
func (ActivityStreamsPrevProperty) GetType ¶
func (this ActivityStreamsPrevProperty) GetType() vocab.Type
GetType returns the value in this property as a Type. Returns nil if the value is not an ActivityStreams type, such as an IRI or another value.
func (ActivityStreamsPrevProperty) HasAny ¶
func (this ActivityStreamsPrevProperty) HasAny() bool
HasAny returns true if any of the different values is set.
func (ActivityStreamsPrevProperty) IsActivityStreamsCollectionPage ¶
func (this ActivityStreamsPrevProperty) IsActivityStreamsCollectionPage() bool
IsActivityStreamsCollectionPage returns true if this property has a type of "CollectionPage". When true, use the GetActivityStreamsCollectionPage and SetActivityStreamsCollectionPage methods to access and set this property.
func (ActivityStreamsPrevProperty) IsActivityStreamsLink ¶
func (this ActivityStreamsPrevProperty) IsActivityStreamsLink() bool
IsActivityStreamsLink returns true if this property has a type of "Link". When true, use the GetActivityStreamsLink and SetActivityStreamsLink methods to access and set this property.
func (ActivityStreamsPrevProperty) IsActivityStreamsMention ¶
func (this ActivityStreamsPrevProperty) IsActivityStreamsMention() bool
IsActivityStreamsMention returns true if this property has a type of "Mention". When true, use the GetActivityStreamsMention and SetActivityStreamsMention methods to access and set this property.
func (ActivityStreamsPrevProperty) IsActivityStreamsOrderedCollectionPage ¶
func (this ActivityStreamsPrevProperty) IsActivityStreamsOrderedCollectionPage() bool
IsActivityStreamsOrderedCollectionPage returns true if this property has a type of "OrderedCollectionPage". When true, use the GetActivityStreamsOrderedCollectionPage and SetActivityStreamsOrderedCollectionPage methods to access and set this property.
func (ActivityStreamsPrevProperty) IsIRI ¶
func (this ActivityStreamsPrevProperty) IsIRI() bool
IsIRI returns true if this property is an IRI. When true, use GetIRI and SetIRI to access and set this property
func (ActivityStreamsPrevProperty) IsTootHashtag ¶
func (this ActivityStreamsPrevProperty) IsTootHashtag() bool
IsTootHashtag returns true if this property has a type of "Hashtag". When true, use the GetTootHashtag and SetTootHashtag methods to access and set this property.
func (ActivityStreamsPrevProperty) JSONLDContext ¶
func (this ActivityStreamsPrevProperty) JSONLDContext() map[string]string
JSONLDContext returns the JSONLD URIs required in the context string for this property and the specific values that are set. The value in the map is the alias used to import the property's value or values.
func (ActivityStreamsPrevProperty) KindIndex ¶
func (this ActivityStreamsPrevProperty) KindIndex() int
KindIndex computes an arbitrary value for indexing this kind of value. This is a leaky API detail only for folks looking to replace the go-fed implementation. Applications should not use this method.
func (ActivityStreamsPrevProperty) LessThan ¶
func (this ActivityStreamsPrevProperty) LessThan(o vocab.ActivityStreamsPrevProperty) bool
LessThan compares two instances of this property with an arbitrary but stable comparison. Applications should not use this because it is only meant to help alternative implementations to go-fed to be able to normalize nonfunctional properties.
func (ActivityStreamsPrevProperty) Name ¶
func (this ActivityStreamsPrevProperty) Name() string
Name returns the name of this property: "prev".
func (ActivityStreamsPrevProperty) Serialize ¶
func (this ActivityStreamsPrevProperty) Serialize() (interface{}, error)
Serialize converts this into an interface representation suitable for marshalling into a text or binary format. Applications should not need this function as most typical use cases serialize types instead of individual properties. It is exposed for alternatives to go-fed implementations to use.
func (*ActivityStreamsPrevProperty) SetActivityStreamsCollectionPage ¶
func (this *ActivityStreamsPrevProperty) SetActivityStreamsCollectionPage(v vocab.ActivityStreamsCollectionPage)
SetActivityStreamsCollectionPage sets the value of this property. Calling IsActivityStreamsCollectionPage afterwards returns true.
func (*ActivityStreamsPrevProperty) SetActivityStreamsLink ¶
func (this *ActivityStreamsPrevProperty) SetActivityStreamsLink(v vocab.ActivityStreamsLink)
SetActivityStreamsLink sets the value of this property. Calling IsActivityStreamsLink afterwards returns true.
func (*ActivityStreamsPrevProperty) SetActivityStreamsMention ¶
func (this *ActivityStreamsPrevProperty) SetActivityStreamsMention(v vocab.ActivityStreamsMention)
SetActivityStreamsMention sets the value of this property. Calling IsActivityStreamsMention afterwards returns true.
func (*ActivityStreamsPrevProperty) SetActivityStreamsOrderedCollectionPage ¶
func (this *ActivityStreamsPrevProperty) SetActivityStreamsOrderedCollectionPage(v vocab.ActivityStreamsOrderedCollectionPage)
SetActivityStreamsOrderedCollectionPage sets the value of this property. Calling IsActivityStreamsOrderedCollectionPage afterwards returns true.
func (*ActivityStreamsPrevProperty) SetIRI ¶
func (this *ActivityStreamsPrevProperty) SetIRI(v *url.URL)
SetIRI sets the value of this property. Calling IsIRI afterwards returns true.
func (*ActivityStreamsPrevProperty) SetTootHashtag ¶
func (this *ActivityStreamsPrevProperty) SetTootHashtag(v vocab.TootHashtag)
SetTootHashtag sets the value of this property. Calling IsTootHashtag afterwards returns true.