[chore] Update activity to v1.14.0 (#4038)

This commit is contained in:
tobi 2025-04-24 11:20:03 +02:00 committed by GitHub
commit 68ed7aba25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
216 changed files with 45857 additions and 3130 deletions

View file

@ -245,14 +245,38 @@ type ActivityStreamsActorPropertyIterator interface {
// 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
// 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
@ -529,14 +553,43 @@ type ActivityStreamsActorPropertyIterator interface {
// 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
// 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
@ -756,12 +809,30 @@ type ActivityStreamsActorPropertyIterator interface {
// 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)
// 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)
@ -1060,14 +1131,38 @@ type ActivityStreamsActorProperty interface {
// 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)
// 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)
@ -1348,14 +1443,41 @@ type ActivityStreamsActorProperty interface {
// 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)
// 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.
@ -1586,12 +1708,34 @@ type ActivityStreamsActorProperty interface {
// 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)
// 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)
@ -1857,14 +2001,38 @@ type ActivityStreamsActorProperty interface {
// 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)
// 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)

View file

@ -245,14 +245,38 @@ type ActivityStreamsAnyOfPropertyIterator interface {
// 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
// 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
@ -529,14 +553,43 @@ type ActivityStreamsAnyOfPropertyIterator interface {
// 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
// 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
@ -756,12 +809,30 @@ type ActivityStreamsAnyOfPropertyIterator interface {
// 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)
// 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)
@ -1039,14 +1110,38 @@ type ActivityStreamsAnyOfProperty interface {
// 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)
// 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)
@ -1327,14 +1422,41 @@ type ActivityStreamsAnyOfProperty interface {
// 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)
// 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.
@ -1565,12 +1687,34 @@ type ActivityStreamsAnyOfProperty interface {
// 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)
// 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)
@ -1836,14 +1980,38 @@ type ActivityStreamsAnyOfProperty interface {
// 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)
// 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)

View file

@ -245,14 +245,38 @@ type ActivityStreamsAttachmentPropertyIterator interface {
// 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
// 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
@ -529,14 +553,43 @@ type ActivityStreamsAttachmentPropertyIterator interface {
// 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
// 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
@ -756,12 +809,30 @@ type ActivityStreamsAttachmentPropertyIterator interface {
// 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)
// 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)
@ -1034,14 +1105,38 @@ type ActivityStreamsAttachmentProperty interface {
// 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)
// 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)
@ -1327,16 +1422,46 @@ type ActivityStreamsAttachmentProperty interface {
// 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)
// 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.
@ -1573,14 +1698,37 @@ type ActivityStreamsAttachmentProperty interface {
// 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)
// 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)
@ -1846,14 +1994,38 @@ type ActivityStreamsAttachmentProperty interface {
// 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)
// 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)

View file

@ -245,14 +245,38 @@ type ActivityStreamsAttributedToPropertyIterator interface {
// 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
// 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
@ -529,14 +553,43 @@ type ActivityStreamsAttributedToPropertyIterator interface {
// 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
// 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
@ -756,12 +809,30 @@ type ActivityStreamsAttributedToPropertyIterator interface {
// 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)
// 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)
@ -1051,14 +1122,38 @@ type ActivityStreamsAttributedToProperty interface {
// 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)
// 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)
@ -1344,16 +1439,46 @@ type ActivityStreamsAttributedToProperty interface {
// 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)
// 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.
@ -1590,14 +1715,37 @@ type ActivityStreamsAttributedToProperty interface {
// 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)
// 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)
@ -1863,14 +2011,38 @@ type ActivityStreamsAttributedToProperty interface {
// 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)
// 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)

View file

@ -245,14 +245,38 @@ type ActivityStreamsAudiencePropertyIterator interface {
// 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
// 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
@ -529,14 +553,43 @@ type ActivityStreamsAudiencePropertyIterator interface {
// 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
// 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
@ -756,12 +809,30 @@ type ActivityStreamsAudiencePropertyIterator interface {
// 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)
// 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)
@ -1036,14 +1107,38 @@ type ActivityStreamsAudienceProperty interface {
// 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)
// 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)
@ -1329,16 +1424,46 @@ type ActivityStreamsAudienceProperty interface {
// 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)
// 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.
@ -1574,14 +1699,37 @@ type ActivityStreamsAudienceProperty interface {
// 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)
// 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)
@ -1847,14 +1995,38 @@ type ActivityStreamsAudienceProperty interface {
// 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)
// 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)

View file

@ -245,14 +245,38 @@ type ActivityStreamsBccPropertyIterator interface {
// 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
// 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
@ -529,14 +553,43 @@ type ActivityStreamsBccPropertyIterator interface {
// 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
// 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
@ -756,12 +809,30 @@ type ActivityStreamsBccPropertyIterator interface {
// 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)
// 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)
@ -1032,14 +1103,38 @@ type ActivityStreamsBccProperty interface {
// 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)
// 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)
@ -1316,14 +1411,40 @@ type ActivityStreamsBccProperty interface {
// 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)
// 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.
@ -1554,12 +1675,34 @@ type ActivityStreamsBccProperty interface {
// 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)
// 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)
@ -1825,14 +1968,38 @@ type ActivityStreamsBccProperty interface {
// 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)
// 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)

View file

@ -245,14 +245,38 @@ type ActivityStreamsBtoPropertyIterator interface {
// 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
// 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
@ -529,14 +553,43 @@ type ActivityStreamsBtoPropertyIterator interface {
// 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
// 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
@ -756,12 +809,30 @@ type ActivityStreamsBtoPropertyIterator interface {
// 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)
// 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)
@ -1032,14 +1103,38 @@ type ActivityStreamsBtoProperty interface {
// 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)
// 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)
@ -1316,14 +1411,40 @@ type ActivityStreamsBtoProperty interface {
// 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)
// 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.
@ -1554,12 +1675,34 @@ type ActivityStreamsBtoProperty interface {
// 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)
// 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)
@ -1825,14 +1968,38 @@ type ActivityStreamsBtoProperty interface {
// 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)
// 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)

View file

@ -245,14 +245,38 @@ type ActivityStreamsCcPropertyIterator interface {
// 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
// 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
@ -529,14 +553,43 @@ type ActivityStreamsCcPropertyIterator interface {
// 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
// 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
@ -756,12 +809,30 @@ type ActivityStreamsCcPropertyIterator interface {
// 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)
// 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)
@ -1030,14 +1101,38 @@ type ActivityStreamsCcProperty interface {
// 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)
// 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)
@ -1312,14 +1407,40 @@ type ActivityStreamsCcProperty interface {
// 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)
// 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.
@ -1548,12 +1669,33 @@ type ActivityStreamsCcProperty interface {
// 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)
// 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)
@ -1819,14 +1961,38 @@ type ActivityStreamsCcProperty interface {
// 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)
// 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)

View file

@ -248,14 +248,38 @@ type ActivityStreamsClosedPropertyIterator interface {
// 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
// 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
@ -540,14 +564,43 @@ type ActivityStreamsClosedPropertyIterator interface {
// 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
// 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
@ -775,12 +828,30 @@ type ActivityStreamsClosedPropertyIterator interface {
// 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)
// 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)
@ -1053,14 +1124,38 @@ type ActivityStreamsClosedProperty interface {
// 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)
// 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)
@ -1349,14 +1444,41 @@ type ActivityStreamsClosedProperty interface {
// 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)
// 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.
@ -1595,12 +1717,34 @@ type ActivityStreamsClosedProperty interface {
// 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)
// 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)
@ -1872,14 +2016,38 @@ type ActivityStreamsClosedProperty interface {
// 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)
// 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)

View file

@ -245,14 +245,38 @@ type ActivityStreamsContextPropertyIterator interface {
// 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
// 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
@ -529,14 +553,43 @@ type ActivityStreamsContextPropertyIterator interface {
// 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
// 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
@ -756,12 +809,30 @@ type ActivityStreamsContextPropertyIterator interface {
// 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)
// 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)
@ -1046,14 +1117,38 @@ type ActivityStreamsContextProperty interface {
// 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)
// 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)
@ -1334,14 +1429,41 @@ type ActivityStreamsContextProperty interface {
// 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)
// 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.
@ -1576,14 +1698,37 @@ type ActivityStreamsContextProperty interface {
// 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)
// 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)
@ -1849,14 +1994,38 @@ type ActivityStreamsContextProperty interface {
// 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)
// 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)

View file

@ -252,14 +252,38 @@ type ActivityStreamsDescribesProperty interface {
// 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
// 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
@ -525,14 +549,43 @@ type ActivityStreamsDescribesProperty interface {
// 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
// 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
@ -743,12 +796,30 @@ type ActivityStreamsDescribesProperty interface {
// 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)
// 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)

View file

@ -237,14 +237,38 @@ type ActivityStreamsFormerTypePropertyIterator interface {
// 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
// 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
@ -514,14 +538,43 @@ type ActivityStreamsFormerTypePropertyIterator interface {
// 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
// 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
@ -735,12 +788,30 @@ type ActivityStreamsFormerTypePropertyIterator interface {
// 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)
// 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)
@ -1001,14 +1072,38 @@ type ActivityStreamsFormerTypeProperty interface {
// 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)
// 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)
@ -1286,16 +1381,46 @@ type ActivityStreamsFormerTypeProperty interface {
// 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)
// 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.
@ -1526,14 +1651,37 @@ type ActivityStreamsFormerTypeProperty interface {
// 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)
// 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)
@ -1791,14 +1939,38 @@ type ActivityStreamsFormerTypeProperty interface {
// 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)
// 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)

View file

@ -245,14 +245,38 @@ type ActivityStreamsGeneratorPropertyIterator interface {
// 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
// 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
@ -529,14 +553,43 @@ type ActivityStreamsGeneratorPropertyIterator interface {
// 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
// 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
@ -756,12 +809,30 @@ type ActivityStreamsGeneratorPropertyIterator interface {
// 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)
// 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)
@ -1032,14 +1103,38 @@ type ActivityStreamsGeneratorProperty interface {
// 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)
// 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)
@ -1325,16 +1420,46 @@ type ActivityStreamsGeneratorProperty interface {
// 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)
// 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.
@ -1571,14 +1696,37 @@ type ActivityStreamsGeneratorProperty interface {
// 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)
// 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)
@ -1844,14 +1992,38 @@ type ActivityStreamsGeneratorProperty interface {
// 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)
// 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)

View file

@ -245,14 +245,38 @@ type ActivityStreamsInReplyToPropertyIterator interface {
// 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
// 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
@ -529,14 +553,43 @@ type ActivityStreamsInReplyToPropertyIterator interface {
// 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
// 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
@ -756,12 +809,30 @@ type ActivityStreamsInReplyToPropertyIterator interface {
// 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)
// 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)
@ -1042,14 +1113,38 @@ type ActivityStreamsInReplyToProperty interface {
// 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)
// 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)
@ -1335,16 +1430,46 @@ type ActivityStreamsInReplyToProperty interface {
// 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)
// 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.
@ -1581,14 +1706,37 @@ type ActivityStreamsInReplyToProperty interface {
// 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)
// 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)
@ -1854,14 +2002,38 @@ type ActivityStreamsInReplyToProperty interface {
// 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)
// 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)

View file

@ -245,14 +245,38 @@ type ActivityStreamsInstrumentPropertyIterator interface {
// 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
// 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
@ -529,14 +553,43 @@ type ActivityStreamsInstrumentPropertyIterator interface {
// 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
// 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
@ -756,12 +809,30 @@ type ActivityStreamsInstrumentPropertyIterator interface {
// 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)
// 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)
@ -1040,14 +1111,38 @@ type ActivityStreamsInstrumentProperty interface {
// 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)
// 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)
@ -1333,16 +1428,46 @@ type ActivityStreamsInstrumentProperty interface {
// 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)
// 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.
@ -1579,14 +1704,37 @@ type ActivityStreamsInstrumentProperty interface {
// 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)
// 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)
@ -1852,14 +2000,38 @@ type ActivityStreamsInstrumentProperty interface {
// 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)
// 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)

View file

@ -245,14 +245,38 @@ type ActivityStreamsItemsPropertyIterator interface {
// 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
// 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
@ -529,14 +553,43 @@ type ActivityStreamsItemsPropertyIterator interface {
// 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
// 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
@ -756,12 +809,30 @@ type ActivityStreamsItemsPropertyIterator interface {
// 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)
// 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)
@ -1039,14 +1110,38 @@ type ActivityStreamsItemsProperty interface {
// 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)
// 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)
@ -1327,14 +1422,41 @@ type ActivityStreamsItemsProperty interface {
// 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)
// 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.
@ -1565,12 +1687,34 @@ type ActivityStreamsItemsProperty interface {
// 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)
// 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)
@ -1836,14 +1980,38 @@ type ActivityStreamsItemsProperty interface {
// 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)
// 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)

View file

@ -245,14 +245,38 @@ type ActivityStreamsLocationPropertyIterator interface {
// 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
// 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
@ -529,14 +553,43 @@ type ActivityStreamsLocationPropertyIterator interface {
// 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
// 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
@ -756,12 +809,30 @@ type ActivityStreamsLocationPropertyIterator interface {
// 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)
// 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)
@ -1038,14 +1109,38 @@ type ActivityStreamsLocationProperty interface {
// 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)
// 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)
@ -1331,16 +1426,46 @@ type ActivityStreamsLocationProperty interface {
// 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)
// 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.
@ -1576,14 +1701,37 @@ type ActivityStreamsLocationProperty interface {
// 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)
// 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)
@ -1849,14 +1997,38 @@ type ActivityStreamsLocationProperty interface {
// 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)
// 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)

View file

@ -245,14 +245,38 @@ type ActivityStreamsObjectPropertyIterator interface {
// 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
// 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
@ -529,14 +553,43 @@ type ActivityStreamsObjectPropertyIterator interface {
// 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
// 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
@ -756,12 +809,30 @@ type ActivityStreamsObjectPropertyIterator interface {
// 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)
// 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)
@ -1059,14 +1130,38 @@ type ActivityStreamsObjectProperty interface {
// the back of a list of the property "object". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// AppendGoToSocialAnnounceAuthorization appends a AnnounceAuthorization
// value to the back of a list of the property "object". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// AppendGoToSocialAnnounceRequest appends a AnnounceRequest value to the
// back of a list of the property "object". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// AppendGoToSocialLikeApproval appends a LikeApproval value to the back
// of a list of the property "object". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialLikeApproval(v GoToSocialLikeApproval)
// AppendGoToSocialLikeAuthorization appends a LikeAuthorization value to
// the back of a list of the property "object". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// AppendGoToSocialLikeRequest appends a LikeRequest value to the back of
// a list of the property "object". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialLikeRequest(v GoToSocialLikeRequest)
// AppendGoToSocialReplyApproval appends a ReplyApproval value to the back
// of a list of the property "object". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialReplyApproval(v GoToSocialReplyApproval)
// AppendGoToSocialReplyAuthorization appends a ReplyAuthorization value
// to the back of a list of the property "object". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// AppendGoToSocialReplyRequest appends a ReplyRequest value to the back
// of a list of the property "object". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialReplyRequest(v GoToSocialReplyRequest)
// AppendIRI appends an IRI value to the back of a list of the property
// "object"
AppendIRI(v *url.URL)
@ -1347,14 +1442,41 @@ type ActivityStreamsObjectProperty interface {
// 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 "object". 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 "object". 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 "object". 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 "object". 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 "object". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// InsertGoToSocialReplyApproval inserts a ReplyApproval value at the
// specified index for a property "object". 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 "object". 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 "object". 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
// "object". Existing elements at that index and higher are shifted
// back once. Invalidates all iterators.
@ -1585,12 +1707,34 @@ type ActivityStreamsObjectProperty interface {
// the front of a list of the property "object". Invalidates all
// iterators.
PrependGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// PrependGoToSocialAnnounceAuthorization prepends a AnnounceAuthorization
// value to the front of a list of the property "object". Invalidates
// all iterators.
PrependGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// PrependGoToSocialAnnounceRequest prepends a AnnounceRequest value to
// the front of a list of the property "object". Invalidates all
// iterators.
PrependGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// PrependGoToSocialLikeApproval prepends a LikeApproval value to the
// front of a list of the property "object". Invalidates all iterators.
PrependGoToSocialLikeApproval(v GoToSocialLikeApproval)
// PrependGoToSocialLikeAuthorization prepends a LikeAuthorization value
// to the front of a list of the property "object". Invalidates all
// iterators.
PrependGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// PrependGoToSocialLikeRequest prepends a LikeRequest value to the front
// of a list of the property "object". Invalidates all iterators.
PrependGoToSocialLikeRequest(v GoToSocialLikeRequest)
// PrependGoToSocialReplyApproval prepends a ReplyApproval value to the
// front of a list of the property "object". Invalidates all iterators.
PrependGoToSocialReplyApproval(v GoToSocialReplyApproval)
// PrependGoToSocialReplyAuthorization prepends a ReplyAuthorization value
// to the front of a list of the property "object". Invalidates all
// iterators.
PrependGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// PrependGoToSocialReplyRequest prepends a ReplyRequest value to the
// front of a list of the property "object". Invalidates all iterators.
PrependGoToSocialReplyRequest(v GoToSocialReplyRequest)
// PrependIRI prepends an IRI value to the front of a list of the property
// "object".
PrependIRI(v *url.URL)
@ -1856,14 +2000,38 @@ type ActivityStreamsObjectProperty interface {
// the specified index for the property "object". 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 "object". 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 "object". 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 "object". 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 "object". 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 "object". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// SetGoToSocialReplyApproval sets a ReplyApproval value to be at the
// specified index for the property "object". 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 "object". 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 "object". 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
// "object". Panics if the index is out of bounds.
SetIRI(idx int, v *url.URL)

View file

@ -245,14 +245,38 @@ type ActivityStreamsOneOfPropertyIterator interface {
// 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
// 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
@ -529,14 +553,43 @@ type ActivityStreamsOneOfPropertyIterator interface {
// 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
// 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
@ -756,12 +809,30 @@ type ActivityStreamsOneOfPropertyIterator interface {
// 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)
// 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)
@ -1039,14 +1110,38 @@ type ActivityStreamsOneOfProperty interface {
// the back of a list of the property "oneOf". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// AppendGoToSocialAnnounceAuthorization appends a AnnounceAuthorization
// value to the back of a list of the property "oneOf". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// AppendGoToSocialAnnounceRequest appends a AnnounceRequest value to the
// back of a list of the property "oneOf". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// AppendGoToSocialLikeApproval appends a LikeApproval value to the back
// of a list of the property "oneOf". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialLikeApproval(v GoToSocialLikeApproval)
// AppendGoToSocialLikeAuthorization appends a LikeAuthorization value to
// the back of a list of the property "oneOf". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// AppendGoToSocialLikeRequest appends a LikeRequest value to the back of
// a list of the property "oneOf". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialLikeRequest(v GoToSocialLikeRequest)
// AppendGoToSocialReplyApproval appends a ReplyApproval value to the back
// of a list of the property "oneOf". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialReplyApproval(v GoToSocialReplyApproval)
// AppendGoToSocialReplyAuthorization appends a ReplyAuthorization value
// to the back of a list of the property "oneOf". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// AppendGoToSocialReplyRequest appends a ReplyRequest value to the back
// of a list of the property "oneOf". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialReplyRequest(v GoToSocialReplyRequest)
// AppendIRI appends an IRI value to the back of a list of the property
// "oneOf"
AppendIRI(v *url.URL)
@ -1327,14 +1422,41 @@ type ActivityStreamsOneOfProperty interface {
// 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 "oneOf". 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 "oneOf". 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 "oneOf". 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 "oneOf". 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 "oneOf". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// InsertGoToSocialReplyApproval inserts a ReplyApproval value at the
// specified index for a property "oneOf". 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 "oneOf". 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 "oneOf". 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
// "oneOf". Existing elements at that index and higher are shifted
// back once. Invalidates all iterators.
@ -1565,12 +1687,34 @@ type ActivityStreamsOneOfProperty interface {
// the front of a list of the property "oneOf". Invalidates all
// iterators.
PrependGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// PrependGoToSocialAnnounceAuthorization prepends a AnnounceAuthorization
// value to the front of a list of the property "oneOf". Invalidates
// all iterators.
PrependGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// PrependGoToSocialAnnounceRequest prepends a AnnounceRequest value to
// the front of a list of the property "oneOf". Invalidates all
// iterators.
PrependGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// PrependGoToSocialLikeApproval prepends a LikeApproval value to the
// front of a list of the property "oneOf". Invalidates all iterators.
PrependGoToSocialLikeApproval(v GoToSocialLikeApproval)
// PrependGoToSocialLikeAuthorization prepends a LikeAuthorization value
// to the front of a list of the property "oneOf". Invalidates all
// iterators.
PrependGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// PrependGoToSocialLikeRequest prepends a LikeRequest value to the front
// of a list of the property "oneOf". Invalidates all iterators.
PrependGoToSocialLikeRequest(v GoToSocialLikeRequest)
// PrependGoToSocialReplyApproval prepends a ReplyApproval value to the
// front of a list of the property "oneOf". Invalidates all iterators.
PrependGoToSocialReplyApproval(v GoToSocialReplyApproval)
// PrependGoToSocialReplyAuthorization prepends a ReplyAuthorization value
// to the front of a list of the property "oneOf". Invalidates all
// iterators.
PrependGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// PrependGoToSocialReplyRequest prepends a ReplyRequest value to the
// front of a list of the property "oneOf". Invalidates all iterators.
PrependGoToSocialReplyRequest(v GoToSocialReplyRequest)
// PrependIRI prepends an IRI value to the front of a list of the property
// "oneOf".
PrependIRI(v *url.URL)
@ -1836,14 +1980,38 @@ type ActivityStreamsOneOfProperty interface {
// the specified index for the property "oneOf". 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 "oneOf". 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 "oneOf". 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 "oneOf". 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 "oneOf". 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 "oneOf". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// SetGoToSocialReplyApproval sets a ReplyApproval value to be at the
// specified index for the property "oneOf". 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 "oneOf". 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 "oneOf". 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
// "oneOf". Panics if the index is out of bounds.
SetIRI(idx int, v *url.URL)

View file

@ -245,14 +245,38 @@ type ActivityStreamsOrderedItemsPropertyIterator interface {
// 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
// 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
@ -529,14 +553,43 @@ type ActivityStreamsOrderedItemsPropertyIterator interface {
// 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
// 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
@ -756,12 +809,30 @@ type ActivityStreamsOrderedItemsPropertyIterator interface {
// 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)
// 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)
@ -1040,14 +1111,38 @@ type ActivityStreamsOrderedItemsProperty interface {
// the back of a list of the property "orderedItems". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// AppendGoToSocialAnnounceAuthorization appends a AnnounceAuthorization
// value to the back of a list of the property "orderedItems".
// Invalidates iterators that are traversing using Prev.
AppendGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// AppendGoToSocialAnnounceRequest appends a AnnounceRequest value to the
// back of a list of the property "orderedItems". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// AppendGoToSocialLikeApproval appends a LikeApproval value to the back
// of a list of the property "orderedItems". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialLikeApproval(v GoToSocialLikeApproval)
// AppendGoToSocialLikeAuthorization appends a LikeAuthorization value to
// the back of a list of the property "orderedItems". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// AppendGoToSocialLikeRequest appends a LikeRequest value to the back of
// a list of the property "orderedItems". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialLikeRequest(v GoToSocialLikeRequest)
// AppendGoToSocialReplyApproval appends a ReplyApproval value to the back
// of a list of the property "orderedItems". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialReplyApproval(v GoToSocialReplyApproval)
// AppendGoToSocialReplyAuthorization appends a ReplyAuthorization value
// to the back of a list of the property "orderedItems". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// AppendGoToSocialReplyRequest appends a ReplyRequest value to the back
// of a list of the property "orderedItems". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialReplyRequest(v GoToSocialReplyRequest)
// AppendIRI appends an IRI value to the back of a list of the property
// "orderedItems"
AppendIRI(v *url.URL)
@ -1333,16 +1428,46 @@ type ActivityStreamsOrderedItemsProperty interface {
// 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 "orderedItems".
// 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 "orderedItems". 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 "orderedItems". 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 "orderedItems". 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 "orderedItems". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// InsertGoToSocialReplyApproval inserts a ReplyApproval value at the
// specified index for a property "orderedItems". 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 "orderedItems". 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 "orderedItems". 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
// "orderedItems". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
@ -1579,14 +1704,37 @@ type ActivityStreamsOrderedItemsProperty interface {
// the front of a list of the property "orderedItems". Invalidates all
// iterators.
PrependGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// PrependGoToSocialAnnounceAuthorization prepends a AnnounceAuthorization
// value to the front of a list of the property "orderedItems".
// Invalidates all iterators.
PrependGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// PrependGoToSocialAnnounceRequest prepends a AnnounceRequest value to
// the front of a list of the property "orderedItems". Invalidates all
// iterators.
PrependGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// PrependGoToSocialLikeApproval prepends a LikeApproval value to the
// front of a list of the property "orderedItems". Invalidates all
// iterators.
PrependGoToSocialLikeApproval(v GoToSocialLikeApproval)
// PrependGoToSocialLikeAuthorization prepends a LikeAuthorization value
// to the front of a list of the property "orderedItems". Invalidates
// all iterators.
PrependGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// PrependGoToSocialLikeRequest prepends a LikeRequest value to the front
// of a list of the property "orderedItems". Invalidates all iterators.
PrependGoToSocialLikeRequest(v GoToSocialLikeRequest)
// PrependGoToSocialReplyApproval prepends a ReplyApproval value to the
// front of a list of the property "orderedItems". Invalidates all
// iterators.
PrependGoToSocialReplyApproval(v GoToSocialReplyApproval)
// PrependGoToSocialReplyAuthorization prepends a ReplyAuthorization value
// to the front of a list of the property "orderedItems". Invalidates
// all iterators.
PrependGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// PrependGoToSocialReplyRequest prepends a ReplyRequest value to the
// front of a list of the property "orderedItems". Invalidates all
// iterators.
PrependGoToSocialReplyRequest(v GoToSocialReplyRequest)
// PrependIRI prepends an IRI value to the front of a list of the property
// "orderedItems".
PrependIRI(v *url.URL)
@ -1852,14 +2000,38 @@ type ActivityStreamsOrderedItemsProperty interface {
// the specified index for the property "orderedItems". 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 "orderedItems".
// 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 "orderedItems". 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 "orderedItems". 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 "orderedItems". 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 "orderedItems". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// SetGoToSocialReplyApproval sets a ReplyApproval value to be at the
// specified index for the property "orderedItems". 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 "orderedItems". 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 "orderedItems". 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
// "orderedItems". Panics if the index is out of bounds.
SetIRI(idx int, v *url.URL)

View file

@ -245,14 +245,38 @@ type ActivityStreamsOriginPropertyIterator interface {
// 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
// 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
@ -529,14 +553,43 @@ type ActivityStreamsOriginPropertyIterator interface {
// 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
// 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
@ -756,12 +809,30 @@ type ActivityStreamsOriginPropertyIterator interface {
// 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)
// 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)
@ -1040,14 +1111,38 @@ type ActivityStreamsOriginProperty interface {
// the back of a list of the property "origin". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// AppendGoToSocialAnnounceAuthorization appends a AnnounceAuthorization
// value to the back of a list of the property "origin". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// AppendGoToSocialAnnounceRequest appends a AnnounceRequest value to the
// back of a list of the property "origin". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// AppendGoToSocialLikeApproval appends a LikeApproval value to the back
// of a list of the property "origin". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialLikeApproval(v GoToSocialLikeApproval)
// AppendGoToSocialLikeAuthorization appends a LikeAuthorization value to
// the back of a list of the property "origin". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// AppendGoToSocialLikeRequest appends a LikeRequest value to the back of
// a list of the property "origin". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialLikeRequest(v GoToSocialLikeRequest)
// AppendGoToSocialReplyApproval appends a ReplyApproval value to the back
// of a list of the property "origin". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialReplyApproval(v GoToSocialReplyApproval)
// AppendGoToSocialReplyAuthorization appends a ReplyAuthorization value
// to the back of a list of the property "origin". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// AppendGoToSocialReplyRequest appends a ReplyRequest value to the back
// of a list of the property "origin". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialReplyRequest(v GoToSocialReplyRequest)
// AppendIRI appends an IRI value to the back of a list of the property
// "origin"
AppendIRI(v *url.URL)
@ -1328,14 +1423,41 @@ type ActivityStreamsOriginProperty interface {
// 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 "origin". 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 "origin". 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 "origin". 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 "origin". 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 "origin". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// InsertGoToSocialReplyApproval inserts a ReplyApproval value at the
// specified index for a property "origin". 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 "origin". 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 "origin". 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
// "origin". Existing elements at that index and higher are shifted
// back once. Invalidates all iterators.
@ -1566,12 +1688,34 @@ type ActivityStreamsOriginProperty interface {
// the front of a list of the property "origin". Invalidates all
// iterators.
PrependGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// PrependGoToSocialAnnounceAuthorization prepends a AnnounceAuthorization
// value to the front of a list of the property "origin". Invalidates
// all iterators.
PrependGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// PrependGoToSocialAnnounceRequest prepends a AnnounceRequest value to
// the front of a list of the property "origin". Invalidates all
// iterators.
PrependGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// PrependGoToSocialLikeApproval prepends a LikeApproval value to the
// front of a list of the property "origin". Invalidates all iterators.
PrependGoToSocialLikeApproval(v GoToSocialLikeApproval)
// PrependGoToSocialLikeAuthorization prepends a LikeAuthorization value
// to the front of a list of the property "origin". Invalidates all
// iterators.
PrependGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// PrependGoToSocialLikeRequest prepends a LikeRequest value to the front
// of a list of the property "origin". Invalidates all iterators.
PrependGoToSocialLikeRequest(v GoToSocialLikeRequest)
// PrependGoToSocialReplyApproval prepends a ReplyApproval value to the
// front of a list of the property "origin". Invalidates all iterators.
PrependGoToSocialReplyApproval(v GoToSocialReplyApproval)
// PrependGoToSocialReplyAuthorization prepends a ReplyAuthorization value
// to the front of a list of the property "origin". Invalidates all
// iterators.
PrependGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// PrependGoToSocialReplyRequest prepends a ReplyRequest value to the
// front of a list of the property "origin". Invalidates all iterators.
PrependGoToSocialReplyRequest(v GoToSocialReplyRequest)
// PrependIRI prepends an IRI value to the front of a list of the property
// "origin".
PrependIRI(v *url.URL)
@ -1837,14 +1981,38 @@ type ActivityStreamsOriginProperty interface {
// the specified index for the property "origin". 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 "origin". 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 "origin". 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 "origin". 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 "origin". 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 "origin". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// SetGoToSocialReplyApproval sets a ReplyApproval value to be at the
// specified index for the property "origin". 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 "origin". 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 "origin". 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
// "origin". Panics if the index is out of bounds.
SetIRI(idx int, v *url.URL)

View file

@ -245,14 +245,38 @@ type ActivityStreamsPreviewPropertyIterator interface {
// 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
// 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
@ -529,14 +553,43 @@ type ActivityStreamsPreviewPropertyIterator interface {
// 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
// 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
@ -756,12 +809,30 @@ type ActivityStreamsPreviewPropertyIterator interface {
// 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)
// 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)
@ -1037,14 +1108,38 @@ type ActivityStreamsPreviewProperty interface {
// the back of a list of the property "preview". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// AppendGoToSocialAnnounceAuthorization appends a AnnounceAuthorization
// value to the back of a list of the property "preview". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// AppendGoToSocialAnnounceRequest appends a AnnounceRequest value to the
// back of a list of the property "preview". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// AppendGoToSocialLikeApproval appends a LikeApproval value to the back
// of a list of the property "preview". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialLikeApproval(v GoToSocialLikeApproval)
// AppendGoToSocialLikeAuthorization appends a LikeAuthorization value to
// the back of a list of the property "preview". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// AppendGoToSocialLikeRequest appends a LikeRequest value to the back of
// a list of the property "preview". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialLikeRequest(v GoToSocialLikeRequest)
// AppendGoToSocialReplyApproval appends a ReplyApproval value to the back
// of a list of the property "preview". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialReplyApproval(v GoToSocialReplyApproval)
// AppendGoToSocialReplyAuthorization appends a ReplyAuthorization value
// to the back of a list of the property "preview". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// AppendGoToSocialReplyRequest appends a ReplyRequest value to the back
// of a list of the property "preview". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialReplyRequest(v GoToSocialReplyRequest)
// AppendIRI appends an IRI value to the back of a list of the property
// "preview"
AppendIRI(v *url.URL)
@ -1325,14 +1420,41 @@ type ActivityStreamsPreviewProperty interface {
// 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 "preview". 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 "preview". 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 "preview". 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 "preview". 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 "preview". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// InsertGoToSocialReplyApproval inserts a ReplyApproval value at the
// specified index for a property "preview". 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 "preview". 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 "preview". 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
// "preview". Existing elements at that index and higher are shifted
// back once. Invalidates all iterators.
@ -1567,14 +1689,37 @@ type ActivityStreamsPreviewProperty interface {
// the front of a list of the property "preview". Invalidates all
// iterators.
PrependGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// PrependGoToSocialAnnounceAuthorization prepends a AnnounceAuthorization
// value to the front of a list of the property "preview". Invalidates
// all iterators.
PrependGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// PrependGoToSocialAnnounceRequest prepends a AnnounceRequest value to
// the front of a list of the property "preview". Invalidates all
// iterators.
PrependGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// PrependGoToSocialLikeApproval prepends a LikeApproval value to the
// front of a list of the property "preview". Invalidates all
// iterators.
PrependGoToSocialLikeApproval(v GoToSocialLikeApproval)
// PrependGoToSocialLikeAuthorization prepends a LikeAuthorization value
// to the front of a list of the property "preview". Invalidates all
// iterators.
PrependGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// PrependGoToSocialLikeRequest prepends a LikeRequest value to the front
// of a list of the property "preview". Invalidates all iterators.
PrependGoToSocialLikeRequest(v GoToSocialLikeRequest)
// PrependGoToSocialReplyApproval prepends a ReplyApproval value to the
// front of a list of the property "preview". Invalidates all
// iterators.
PrependGoToSocialReplyApproval(v GoToSocialReplyApproval)
// PrependGoToSocialReplyAuthorization prepends a ReplyAuthorization value
// to the front of a list of the property "preview". Invalidates all
// iterators.
PrependGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// PrependGoToSocialReplyRequest prepends a ReplyRequest value to the
// front of a list of the property "preview". Invalidates all
// iterators.
PrependGoToSocialReplyRequest(v GoToSocialReplyRequest)
// PrependIRI prepends an IRI value to the front of a list of the property
// "preview".
PrependIRI(v *url.URL)
@ -1840,14 +1985,38 @@ type ActivityStreamsPreviewProperty interface {
// the specified index for the property "preview". 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 "preview". 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 "preview". 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 "preview". 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 "preview". 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 "preview". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// SetGoToSocialReplyApproval sets a ReplyApproval value to be at the
// specified index for the property "preview". 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 "preview". 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 "preview". 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
// "preview". Panics if the index is out of bounds.
SetIRI(idx int, v *url.URL)

View file

@ -237,14 +237,38 @@ type ActivityStreamsRelationshipPropertyIterator interface {
// 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
// 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
@ -510,14 +534,43 @@ type ActivityStreamsRelationshipPropertyIterator interface {
// 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
// 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
@ -727,12 +780,30 @@ type ActivityStreamsRelationshipPropertyIterator interface {
// 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)
// 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)
@ -999,14 +1070,38 @@ type ActivityStreamsRelationshipProperty interface {
// the back of a list of the property "relationship". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// AppendGoToSocialAnnounceAuthorization appends a AnnounceAuthorization
// value to the back of a list of the property "relationship".
// Invalidates iterators that are traversing using Prev.
AppendGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// AppendGoToSocialAnnounceRequest appends a AnnounceRequest value to the
// back of a list of the property "relationship". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// AppendGoToSocialLikeApproval appends a LikeApproval value to the back
// of a list of the property "relationship". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialLikeApproval(v GoToSocialLikeApproval)
// AppendGoToSocialLikeAuthorization appends a LikeAuthorization value to
// the back of a list of the property "relationship". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// AppendGoToSocialLikeRequest appends a LikeRequest value to the back of
// a list of the property "relationship". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialLikeRequest(v GoToSocialLikeRequest)
// AppendGoToSocialReplyApproval appends a ReplyApproval value to the back
// of a list of the property "relationship". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialReplyApproval(v GoToSocialReplyApproval)
// AppendGoToSocialReplyAuthorization appends a ReplyAuthorization value
// to the back of a list of the property "relationship". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// AppendGoToSocialReplyRequest appends a ReplyRequest value to the back
// of a list of the property "relationship". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialReplyRequest(v GoToSocialReplyRequest)
// AppendIRI appends an IRI value to the back of a list of the property
// "relationship"
AppendIRI(v *url.URL)
@ -1280,16 +1375,46 @@ type ActivityStreamsRelationshipProperty interface {
// 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 "relationship".
// 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 "relationship". 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 "relationship". 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 "relationship". 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 "relationship". Existing elements at
// that index and higher are shifted back once. Invalidates all
// iterators.
InsertGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// InsertGoToSocialReplyApproval inserts a ReplyApproval value at the
// specified index for a property "relationship". 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 "relationship". 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 "relationship". 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
// "relationship". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
@ -1516,14 +1641,37 @@ type ActivityStreamsRelationshipProperty interface {
// the front of a list of the property "relationship". Invalidates all
// iterators.
PrependGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// PrependGoToSocialAnnounceAuthorization prepends a AnnounceAuthorization
// value to the front of a list of the property "relationship".
// Invalidates all iterators.
PrependGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// PrependGoToSocialAnnounceRequest prepends a AnnounceRequest value to
// the front of a list of the property "relationship". Invalidates all
// iterators.
PrependGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// PrependGoToSocialLikeApproval prepends a LikeApproval value to the
// front of a list of the property "relationship". Invalidates all
// iterators.
PrependGoToSocialLikeApproval(v GoToSocialLikeApproval)
// PrependGoToSocialLikeAuthorization prepends a LikeAuthorization value
// to the front of a list of the property "relationship". Invalidates
// all iterators.
PrependGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// PrependGoToSocialLikeRequest prepends a LikeRequest value to the front
// of a list of the property "relationship". Invalidates all iterators.
PrependGoToSocialLikeRequest(v GoToSocialLikeRequest)
// PrependGoToSocialReplyApproval prepends a ReplyApproval value to the
// front of a list of the property "relationship". Invalidates all
// iterators.
PrependGoToSocialReplyApproval(v GoToSocialReplyApproval)
// PrependGoToSocialReplyAuthorization prepends a ReplyAuthorization value
// to the front of a list of the property "relationship". Invalidates
// all iterators.
PrependGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// PrependGoToSocialReplyRequest prepends a ReplyRequest value to the
// front of a list of the property "relationship". Invalidates all
// iterators.
PrependGoToSocialReplyRequest(v GoToSocialReplyRequest)
// PrependIRI prepends an IRI value to the front of a list of the property
// "relationship".
PrependIRI(v *url.URL)
@ -1778,14 +1926,38 @@ type ActivityStreamsRelationshipProperty interface {
// the specified index for the property "relationship". 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 "relationship".
// 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 "relationship". 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 "relationship". 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 "relationship". 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 "relationship". Panics if the
// index is out of bounds. Invalidates all iterators.
SetGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// SetGoToSocialReplyApproval sets a ReplyApproval value to be at the
// specified index for the property "relationship". 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 "relationship". 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 "relationship". 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
// "relationship". Panics if the index is out of bounds.
SetIRI(idx int, v *url.URL)

View file

@ -245,14 +245,38 @@ type ActivityStreamsResultPropertyIterator interface {
// 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
// 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
@ -529,14 +553,43 @@ type ActivityStreamsResultPropertyIterator interface {
// 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
// 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
@ -756,12 +809,30 @@ type ActivityStreamsResultPropertyIterator interface {
// 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)
// 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)
@ -1038,14 +1109,38 @@ type ActivityStreamsResultProperty interface {
// the back of a list of the property "result". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// AppendGoToSocialAnnounceAuthorization appends a AnnounceAuthorization
// value to the back of a list of the property "result". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// AppendGoToSocialAnnounceRequest appends a AnnounceRequest value to the
// back of a list of the property "result". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// AppendGoToSocialLikeApproval appends a LikeApproval value to the back
// of a list of the property "result". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialLikeApproval(v GoToSocialLikeApproval)
// AppendGoToSocialLikeAuthorization appends a LikeAuthorization value to
// the back of a list of the property "result". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// AppendGoToSocialLikeRequest appends a LikeRequest value to the back of
// a list of the property "result". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialLikeRequest(v GoToSocialLikeRequest)
// AppendGoToSocialReplyApproval appends a ReplyApproval value to the back
// of a list of the property "result". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialReplyApproval(v GoToSocialReplyApproval)
// AppendGoToSocialReplyAuthorization appends a ReplyAuthorization value
// to the back of a list of the property "result". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// AppendGoToSocialReplyRequest appends a ReplyRequest value to the back
// of a list of the property "result". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialReplyRequest(v GoToSocialReplyRequest)
// AppendIRI appends an IRI value to the back of a list of the property
// "result"
AppendIRI(v *url.URL)
@ -1326,14 +1421,41 @@ type ActivityStreamsResultProperty interface {
// 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 "result". 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 "result". 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 "result". 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 "result". 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 "result". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// InsertGoToSocialReplyApproval inserts a ReplyApproval value at the
// specified index for a property "result". 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 "result". 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 "result". 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
// "result". Existing elements at that index and higher are shifted
// back once. Invalidates all iterators.
@ -1564,12 +1686,34 @@ type ActivityStreamsResultProperty interface {
// the front of a list of the property "result". Invalidates all
// iterators.
PrependGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// PrependGoToSocialAnnounceAuthorization prepends a AnnounceAuthorization
// value to the front of a list of the property "result". Invalidates
// all iterators.
PrependGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// PrependGoToSocialAnnounceRequest prepends a AnnounceRequest value to
// the front of a list of the property "result". Invalidates all
// iterators.
PrependGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// PrependGoToSocialLikeApproval prepends a LikeApproval value to the
// front of a list of the property "result". Invalidates all iterators.
PrependGoToSocialLikeApproval(v GoToSocialLikeApproval)
// PrependGoToSocialLikeAuthorization prepends a LikeAuthorization value
// to the front of a list of the property "result". Invalidates all
// iterators.
PrependGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// PrependGoToSocialLikeRequest prepends a LikeRequest value to the front
// of a list of the property "result". Invalidates all iterators.
PrependGoToSocialLikeRequest(v GoToSocialLikeRequest)
// PrependGoToSocialReplyApproval prepends a ReplyApproval value to the
// front of a list of the property "result". Invalidates all iterators.
PrependGoToSocialReplyApproval(v GoToSocialReplyApproval)
// PrependGoToSocialReplyAuthorization prepends a ReplyAuthorization value
// to the front of a list of the property "result". Invalidates all
// iterators.
PrependGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// PrependGoToSocialReplyRequest prepends a ReplyRequest value to the
// front of a list of the property "result". Invalidates all iterators.
PrependGoToSocialReplyRequest(v GoToSocialReplyRequest)
// PrependIRI prepends an IRI value to the front of a list of the property
// "result".
PrependIRI(v *url.URL)
@ -1835,14 +1979,38 @@ type ActivityStreamsResultProperty interface {
// the specified index for the property "result". 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 "result". 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 "result". 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 "result". 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 "result". 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 "result". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// SetGoToSocialReplyApproval sets a ReplyApproval value to be at the
// specified index for the property "result". 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 "result". 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 "result". 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
// "result". Panics if the index is out of bounds.
SetIRI(idx int, v *url.URL)

View file

@ -270,14 +270,38 @@ type ActivityStreamsSourceProperty interface {
// 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
// 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
@ -554,14 +578,43 @@ type ActivityStreamsSourceProperty interface {
// 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
// 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
@ -782,12 +835,30 @@ type ActivityStreamsSourceProperty interface {
// 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)
// 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)

View file

@ -265,14 +265,38 @@ type ActivityStreamsSubjectProperty interface {
// 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
// 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
@ -549,14 +573,43 @@ type ActivityStreamsSubjectProperty interface {
// 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
// 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
@ -777,12 +830,30 @@ type ActivityStreamsSubjectProperty interface {
// 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)
// 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)

View file

@ -245,14 +245,38 @@ type ActivityStreamsTagPropertyIterator interface {
// 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
// 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
@ -529,14 +553,43 @@ type ActivityStreamsTagPropertyIterator interface {
// 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
// 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
@ -756,12 +809,30 @@ type ActivityStreamsTagPropertyIterator interface {
// 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)
// 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)
@ -1036,14 +1107,38 @@ type ActivityStreamsTagProperty interface {
// the back of a list of the property "tag". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// AppendGoToSocialAnnounceAuthorization appends a AnnounceAuthorization
// value to the back of a list of the property "tag". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// AppendGoToSocialAnnounceRequest appends a AnnounceRequest value to the
// back of a list of the property "tag". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// AppendGoToSocialLikeApproval appends a LikeApproval value to the back
// of a list of the property "tag". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialLikeApproval(v GoToSocialLikeApproval)
// AppendGoToSocialLikeAuthorization appends a LikeAuthorization value to
// the back of a list of the property "tag". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// AppendGoToSocialLikeRequest appends a LikeRequest value to the back of
// a list of the property "tag". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialLikeRequest(v GoToSocialLikeRequest)
// AppendGoToSocialReplyApproval appends a ReplyApproval value to the back
// of a list of the property "tag". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialReplyApproval(v GoToSocialReplyApproval)
// AppendGoToSocialReplyAuthorization appends a ReplyAuthorization value
// to the back of a list of the property "tag". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// AppendGoToSocialReplyRequest appends a ReplyRequest value to the back
// of a list of the property "tag". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialReplyRequest(v GoToSocialReplyRequest)
// AppendIRI appends an IRI value to the back of a list of the property
// "tag"
AppendIRI(v *url.URL)
@ -1320,14 +1415,40 @@ type ActivityStreamsTagProperty interface {
// the specified index for a property "tag". 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 "tag". 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 "tag". 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 "tag". 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 "tag". 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 "tag". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// InsertGoToSocialReplyApproval inserts a ReplyApproval value at the
// specified index for a property "tag". 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 "tag". 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 "tag". 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
// "tag". Existing elements at that index and higher are shifted back
// once. Invalidates all iterators.
@ -1558,12 +1679,34 @@ type ActivityStreamsTagProperty interface {
// the front of a list of the property "tag". Invalidates all
// iterators.
PrependGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// PrependGoToSocialAnnounceAuthorization prepends a AnnounceAuthorization
// value to the front of a list of the property "tag". Invalidates all
// iterators.
PrependGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// PrependGoToSocialAnnounceRequest prepends a AnnounceRequest value to
// the front of a list of the property "tag". Invalidates all
// iterators.
PrependGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// PrependGoToSocialLikeApproval prepends a LikeApproval value to the
// front of a list of the property "tag". Invalidates all iterators.
PrependGoToSocialLikeApproval(v GoToSocialLikeApproval)
// PrependGoToSocialLikeAuthorization prepends a LikeAuthorization value
// to the front of a list of the property "tag". Invalidates all
// iterators.
PrependGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// PrependGoToSocialLikeRequest prepends a LikeRequest value to the front
// of a list of the property "tag". Invalidates all iterators.
PrependGoToSocialLikeRequest(v GoToSocialLikeRequest)
// PrependGoToSocialReplyApproval prepends a ReplyApproval value to the
// front of a list of the property "tag". Invalidates all iterators.
PrependGoToSocialReplyApproval(v GoToSocialReplyApproval)
// PrependGoToSocialReplyAuthorization prepends a ReplyAuthorization value
// to the front of a list of the property "tag". Invalidates all
// iterators.
PrependGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// PrependGoToSocialReplyRequest prepends a ReplyRequest value to the
// front of a list of the property "tag". Invalidates all iterators.
PrependGoToSocialReplyRequest(v GoToSocialReplyRequest)
// PrependIRI prepends an IRI value to the front of a list of the property
// "tag".
PrependIRI(v *url.URL)
@ -1829,14 +1972,38 @@ type ActivityStreamsTagProperty interface {
// the specified index for the property "tag". 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 "tag". 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 "tag". 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 "tag". 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 "tag". 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 "tag". Panics if the index is out
// of bounds. Invalidates all iterators.
SetGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// SetGoToSocialReplyApproval sets a ReplyApproval value to be at the
// specified index for the property "tag". 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 "tag". 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 "tag". 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
// "tag". Panics if the index is out of bounds.
SetIRI(idx int, v *url.URL)

View file

@ -245,14 +245,38 @@ type ActivityStreamsTargetPropertyIterator interface {
// 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
// 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
@ -529,14 +553,43 @@ type ActivityStreamsTargetPropertyIterator interface {
// 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
// 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
@ -756,12 +809,30 @@ type ActivityStreamsTargetPropertyIterator interface {
// 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)
// 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)
@ -1047,14 +1118,38 @@ type ActivityStreamsTargetProperty interface {
// the back of a list of the property "target". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// AppendGoToSocialAnnounceAuthorization appends a AnnounceAuthorization
// value to the back of a list of the property "target". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// AppendGoToSocialAnnounceRequest appends a AnnounceRequest value to the
// back of a list of the property "target". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// AppendGoToSocialLikeApproval appends a LikeApproval value to the back
// of a list of the property "target". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialLikeApproval(v GoToSocialLikeApproval)
// AppendGoToSocialLikeAuthorization appends a LikeAuthorization value to
// the back of a list of the property "target". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// AppendGoToSocialLikeRequest appends a LikeRequest value to the back of
// a list of the property "target". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialLikeRequest(v GoToSocialLikeRequest)
// AppendGoToSocialReplyApproval appends a ReplyApproval value to the back
// of a list of the property "target". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialReplyApproval(v GoToSocialReplyApproval)
// AppendGoToSocialReplyAuthorization appends a ReplyAuthorization value
// to the back of a list of the property "target". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// AppendGoToSocialReplyRequest appends a ReplyRequest value to the back
// of a list of the property "target". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialReplyRequest(v GoToSocialReplyRequest)
// AppendIRI appends an IRI value to the back of a list of the property
// "target"
AppendIRI(v *url.URL)
@ -1335,14 +1430,41 @@ type ActivityStreamsTargetProperty interface {
// 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 "target". 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 "target". 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 "target". 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 "target". 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 "target". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// InsertGoToSocialReplyApproval inserts a ReplyApproval value at the
// specified index for a property "target". 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 "target". 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 "target". 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
// "target". Existing elements at that index and higher are shifted
// back once. Invalidates all iterators.
@ -1573,12 +1695,34 @@ type ActivityStreamsTargetProperty interface {
// the front of a list of the property "target". Invalidates all
// iterators.
PrependGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// PrependGoToSocialAnnounceAuthorization prepends a AnnounceAuthorization
// value to the front of a list of the property "target". Invalidates
// all iterators.
PrependGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// PrependGoToSocialAnnounceRequest prepends a AnnounceRequest value to
// the front of a list of the property "target". Invalidates all
// iterators.
PrependGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// PrependGoToSocialLikeApproval prepends a LikeApproval value to the
// front of a list of the property "target". Invalidates all iterators.
PrependGoToSocialLikeApproval(v GoToSocialLikeApproval)
// PrependGoToSocialLikeAuthorization prepends a LikeAuthorization value
// to the front of a list of the property "target". Invalidates all
// iterators.
PrependGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// PrependGoToSocialLikeRequest prepends a LikeRequest value to the front
// of a list of the property "target". Invalidates all iterators.
PrependGoToSocialLikeRequest(v GoToSocialLikeRequest)
// PrependGoToSocialReplyApproval prepends a ReplyApproval value to the
// front of a list of the property "target". Invalidates all iterators.
PrependGoToSocialReplyApproval(v GoToSocialReplyApproval)
// PrependGoToSocialReplyAuthorization prepends a ReplyAuthorization value
// to the front of a list of the property "target". Invalidates all
// iterators.
PrependGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// PrependGoToSocialReplyRequest prepends a ReplyRequest value to the
// front of a list of the property "target". Invalidates all iterators.
PrependGoToSocialReplyRequest(v GoToSocialReplyRequest)
// PrependIRI prepends an IRI value to the front of a list of the property
// "target".
PrependIRI(v *url.URL)
@ -1844,14 +1988,38 @@ type ActivityStreamsTargetProperty interface {
// the specified index for the property "target". 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 "target". 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 "target". 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 "target". 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 "target". 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 "target". Panics if the index is
// out of bounds. Invalidates all iterators.
SetGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// SetGoToSocialReplyApproval sets a ReplyApproval value to be at the
// specified index for the property "target". 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 "target". 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 "target". 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
// "target". Panics if the index is out of bounds.
SetIRI(idx int, v *url.URL)

View file

@ -245,14 +245,38 @@ type ActivityStreamsToPropertyIterator interface {
// 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
// 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
@ -529,14 +553,43 @@ type ActivityStreamsToPropertyIterator interface {
// 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
// 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
@ -756,12 +809,30 @@ type ActivityStreamsToPropertyIterator interface {
// 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)
// 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)
@ -1030,14 +1101,38 @@ type ActivityStreamsToProperty interface {
// the back of a list of the property "to". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// AppendGoToSocialAnnounceAuthorization appends a AnnounceAuthorization
// value to the back of a list of the property "to". Invalidates
// iterators that are traversing using Prev.
AppendGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// AppendGoToSocialAnnounceRequest appends a AnnounceRequest value to the
// back of a list of the property "to". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// AppendGoToSocialLikeApproval appends a LikeApproval value to the back
// of a list of the property "to". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialLikeApproval(v GoToSocialLikeApproval)
// AppendGoToSocialLikeAuthorization appends a LikeAuthorization value to
// the back of a list of the property "to". Invalidates iterators that
// are traversing using Prev.
AppendGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// AppendGoToSocialLikeRequest appends a LikeRequest value to the back of
// a list of the property "to". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialLikeRequest(v GoToSocialLikeRequest)
// AppendGoToSocialReplyApproval appends a ReplyApproval value to the back
// of a list of the property "to". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialReplyApproval(v GoToSocialReplyApproval)
// AppendGoToSocialReplyAuthorization appends a ReplyAuthorization value
// to the back of a list of the property "to". Invalidates iterators
// that are traversing using Prev.
AppendGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// AppendGoToSocialReplyRequest appends a ReplyRequest value to the back
// of a list of the property "to". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialReplyRequest(v GoToSocialReplyRequest)
// AppendIRI appends an IRI value to the back of a list of the property
// "to"
AppendIRI(v *url.URL)
@ -1312,14 +1407,40 @@ type ActivityStreamsToProperty interface {
// the specified index for a property "to". 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 "to". 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 "to". 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 "to". 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 "to". 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 "to". Existing elements at that
// index and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// InsertGoToSocialReplyApproval inserts a ReplyApproval value at the
// specified index for a property "to". 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 "to". 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 "to". 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 "to".
// Existing elements at that index and higher are shifted back once.
// Invalidates all iterators.
@ -1548,12 +1669,33 @@ type ActivityStreamsToProperty interface {
// PrependGoToSocialAnnounceApproval prepends a AnnounceApproval value to
// the front of a list of the property "to". Invalidates all iterators.
PrependGoToSocialAnnounceApproval(v GoToSocialAnnounceApproval)
// PrependGoToSocialAnnounceAuthorization prepends a AnnounceAuthorization
// value to the front of a list of the property "to". Invalidates all
// iterators.
PrependGoToSocialAnnounceAuthorization(v GoToSocialAnnounceAuthorization)
// PrependGoToSocialAnnounceRequest prepends a AnnounceRequest value to
// the front of a list of the property "to". Invalidates all iterators.
PrependGoToSocialAnnounceRequest(v GoToSocialAnnounceRequest)
// PrependGoToSocialLikeApproval prepends a LikeApproval value to the
// front of a list of the property "to". Invalidates all iterators.
PrependGoToSocialLikeApproval(v GoToSocialLikeApproval)
// PrependGoToSocialLikeAuthorization prepends a LikeAuthorization value
// to the front of a list of the property "to". Invalidates all
// iterators.
PrependGoToSocialLikeAuthorization(v GoToSocialLikeAuthorization)
// PrependGoToSocialLikeRequest prepends a LikeRequest value to the front
// of a list of the property "to". Invalidates all iterators.
PrependGoToSocialLikeRequest(v GoToSocialLikeRequest)
// PrependGoToSocialReplyApproval prepends a ReplyApproval value to the
// front of a list of the property "to". Invalidates all iterators.
PrependGoToSocialReplyApproval(v GoToSocialReplyApproval)
// PrependGoToSocialReplyAuthorization prepends a ReplyAuthorization value
// to the front of a list of the property "to". Invalidates all
// iterators.
PrependGoToSocialReplyAuthorization(v GoToSocialReplyAuthorization)
// PrependGoToSocialReplyRequest prepends a ReplyRequest value to the
// front of a list of the property "to". Invalidates all iterators.
PrependGoToSocialReplyRequest(v GoToSocialReplyRequest)
// PrependIRI prepends an IRI value to the front of a list of the property
// "to".
PrependIRI(v *url.URL)
@ -1819,14 +1961,38 @@ type ActivityStreamsToProperty interface {
// the specified index for the property "to". 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 "to". 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 "to". 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 "to". 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 "to". 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 "to". Panics if the index is out
// of bounds. Invalidates all iterators.
SetGoToSocialLikeRequest(idx int, v GoToSocialLikeRequest)
// SetGoToSocialReplyApproval sets a ReplyApproval value to be at the
// specified index for the property "to". 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 "to". 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 "to". 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
// "to". Panics if the index is out of bounds.
SetIRI(idx int, v *url.URL)

View file

@ -48,8 +48,9 @@ type GoToSocialAlwaysPropertyIterator interface {
SetIRI(v *url.URL)
}
// Indicates zero or more URI/IDs that can perform an interaction without
// requiring approval by the Object AttributedTo Actor.
// DEPRECATED: Use `automaticApproval` instead. Indicates zero or more URI/IDs
// that can perform an interaction without requiring approval by the Object
// AttributedTo Actor.
type GoToSocialAlwaysProperty interface {
// AppendIRI appends an IRI value to the back of a list of the property
// "always"

View file

@ -48,8 +48,9 @@ type GoToSocialApprovalRequiredPropertyIterator interface {
SetIRI(v *url.URL)
}
// Indicates zero or more URI/IDs that require approval by the Object AttributedTo
// Actor in order to perform an interaction.
// DEPRECATED: Use `manualApproval` instead. Indicates zero or more URI/IDs that
// require approval by the Object AttributedTo Actor in order to perform an
// interaction.
type GoToSocialApprovalRequiredProperty interface {
// AppendIRI appends an IRI value to the back of a list of the property
// "approvalRequired"

View file

@ -0,0 +1,132 @@
// Code generated by astool. DO NOT EDIT.
package vocab
import "net/url"
// GoToSocialAutomaticApprovalPropertyIterator represents a single value for the
// "automaticApproval" property.
type GoToSocialAutomaticApprovalPropertyIterator 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 GoToSocialAutomaticApprovalPropertyIterator) bool
// Name returns the name of this property: "GoToSocialAutomaticApproval".
Name() string
// Next returns the next iterator, or nil if there is no next iterator.
Next() GoToSocialAutomaticApprovalPropertyIterator
// Prev returns the previous iterator, or nil if there is no previous
// iterator.
Prev() GoToSocialAutomaticApprovalPropertyIterator
// 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)
}
// Indicates zero or more URI/IDs that can perform an interaction without
// requiring manual approval by the Object AttributedTo Actor.
type GoToSocialAutomaticApprovalProperty interface {
// AppendIRI appends an IRI value to the back of a list of the property
// "automaticApproval"
AppendIRI(v *url.URL)
// AppendXMLSchemaAnyURI appends a anyURI value to the back of a list of
// the property "automaticApproval". 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) GoToSocialAutomaticApprovalPropertyIterator
// 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() GoToSocialAutomaticApprovalPropertyIterator
// 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() GoToSocialAutomaticApprovalPropertyIterator
// Insert inserts an IRI value at the specified index for a property
// "automaticApproval". 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 "automaticApproval". 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 "automaticApproval"
// 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 GoToSocialAutomaticApprovalProperty) bool
// Name returns the name of this property ("automaticApproval") with any
// alias.
Name() string
// PrependIRI prepends an IRI value to the front of a list of the property
// "automaticApproval".
PrependIRI(v *url.URL)
// PrependXMLSchemaAnyURI prepends a anyURI value to the front of a list
// of the property "automaticApproval". Invalidates all iterators.
PrependXMLSchemaAnyURI(v *url.URL)
// Remove deletes an element at the specified index from a list of the
// property "automaticApproval", 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
// "automaticApproval". 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
// "automaticApproval". 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
// "automaticApproval" property.
Swap(i, j int)
}

View file

@ -0,0 +1,156 @@
// Code generated by astool. DO NOT EDIT.
package vocab
import "net/url"
// GoToSocialCanQuotePropertyIterator represents a single value for the "canQuote"
// property.
type GoToSocialCanQuotePropertyIterator interface {
// Get returns the value of this property. When IsGoToSocialCanQuote
// returns false, Get will return any arbitrary value.
Get() GoToSocialCanQuote
// 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
// IsGoToSocialCanQuote returns true if this property is set and not an
// IRI.
IsGoToSocialCanQuote() 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 GoToSocialCanQuotePropertyIterator) bool
// Name returns the name of this property: "GoToSocialCanQuote".
Name() string
// Next returns the next iterator, or nil if there is no next iterator.
Next() GoToSocialCanQuotePropertyIterator
// Prev returns the previous iterator, or nil if there is no previous
// iterator.
Prev() GoToSocialCanQuotePropertyIterator
// Set sets the value of this property. Calling IsGoToSocialCanQuote
// afterwards will return true.
Set(v GoToSocialCanQuote)
// 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
}
// Defines who can Create a new Object that quotes the Object to which this
// interactionPolicy is attached.
type GoToSocialCanQuoteProperty interface {
// AppendGoToSocialCanQuote appends a CanQuote value to the back of a list
// of the property "canQuote". Invalidates iterators that are
// traversing using Prev.
AppendGoToSocialCanQuote(v GoToSocialCanQuote)
// AppendIRI appends an IRI value to the back of a list of the property
// "canQuote"
AppendIRI(v *url.URL)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "canQuote". 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) GoToSocialCanQuotePropertyIterator
// 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() GoToSocialCanQuotePropertyIterator
// 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() GoToSocialCanQuotePropertyIterator
// InsertGoToSocialCanQuote inserts a CanQuote value at the specified
// index for a property "canQuote". Existing elements at that index
// and higher are shifted back once. Invalidates all iterators.
InsertGoToSocialCanQuote(idx int, v GoToSocialCanQuote)
// Insert inserts an IRI value at the specified index for a property
// "canQuote". 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 "canQuote". 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 "canQuote" 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 GoToSocialCanQuoteProperty) bool
// Name returns the name of this property ("canQuote") with any alias.
Name() string
// PrependGoToSocialCanQuote prepends a CanQuote value to the front of a
// list of the property "canQuote". Invalidates all iterators.
PrependGoToSocialCanQuote(v GoToSocialCanQuote)
// PrependIRI prepends an IRI value to the front of a list of the property
// "canQuote".
PrependIRI(v *url.URL)
// PrependType prepends an arbitrary type value to the front of a list of
// the property "canQuote". 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 "canQuote", 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 CanQuote value to be at the specified index for the property
// "canQuote". Panics if the index is out of bounds. Invalidates all
// iterators.
Set(idx int, v GoToSocialCanQuote)
// SetIRI sets an IRI value to be at the specified index for the property
// "canQuote". 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 "canQuote". 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 "canQuote"
// property.
Swap(i, j int)
}

View file

@ -0,0 +1,130 @@
// Code generated by astool. DO NOT EDIT.
package vocab
import "net/url"
// GoToSocialInteractingObjectPropertyIterator represents a single value for the
// "interactingObject" property.
type GoToSocialInteractingObjectPropertyIterator 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 GoToSocialInteractingObjectPropertyIterator) bool
// Name returns the name of this property: "GoToSocialInteractingObject".
Name() string
// Next returns the next iterator, or nil if there is no next iterator.
Next() GoToSocialInteractingObjectPropertyIterator
// Prev returns the previous iterator, or nil if there is no previous
// iterator.
Prev() GoToSocialInteractingObjectPropertyIterator
// 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)
}
type GoToSocialInteractingObjectProperty interface {
// AppendIRI appends an IRI value to the back of a list of the property
// "interactingObject"
AppendIRI(v *url.URL)
// AppendXMLSchemaAnyURI appends a anyURI value to the back of a list of
// the property "interactingObject". 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) GoToSocialInteractingObjectPropertyIterator
// 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() GoToSocialInteractingObjectPropertyIterator
// 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() GoToSocialInteractingObjectPropertyIterator
// Insert inserts an IRI value at the specified index for a property
// "interactingObject". 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 "interactingObject". 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 "interactingObject"
// 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 GoToSocialInteractingObjectProperty) bool
// Name returns the name of this property ("interactingObject") with any
// alias.
Name() string
// PrependIRI prepends an IRI value to the front of a list of the property
// "interactingObject".
PrependIRI(v *url.URL)
// PrependXMLSchemaAnyURI prepends a anyURI value to the front of a list
// of the property "interactingObject". Invalidates all iterators.
PrependXMLSchemaAnyURI(v *url.URL)
// Remove deletes an element at the specified index from a list of the
// property "interactingObject", 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
// "interactingObject". 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
// "interactingObject". 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
// "interactingObject" property.
Swap(i, j int)
}

View file

@ -0,0 +1,130 @@
// Code generated by astool. DO NOT EDIT.
package vocab
import "net/url"
// GoToSocialInteractionTargetPropertyIterator represents a single value for the
// "interactionTarget" property.
type GoToSocialInteractionTargetPropertyIterator 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 GoToSocialInteractionTargetPropertyIterator) bool
// Name returns the name of this property: "GoToSocialInteractionTarget".
Name() string
// Next returns the next iterator, or nil if there is no next iterator.
Next() GoToSocialInteractionTargetPropertyIterator
// Prev returns the previous iterator, or nil if there is no previous
// iterator.
Prev() GoToSocialInteractionTargetPropertyIterator
// 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)
}
type GoToSocialInteractionTargetProperty interface {
// AppendIRI appends an IRI value to the back of a list of the property
// "interactionTarget"
AppendIRI(v *url.URL)
// AppendXMLSchemaAnyURI appends a anyURI value to the back of a list of
// the property "interactionTarget". 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) GoToSocialInteractionTargetPropertyIterator
// 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() GoToSocialInteractionTargetPropertyIterator
// 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() GoToSocialInteractionTargetPropertyIterator
// Insert inserts an IRI value at the specified index for a property
// "interactionTarget". 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 "interactionTarget". 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 "interactionTarget"
// 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 GoToSocialInteractionTargetProperty) bool
// Name returns the name of this property ("interactionTarget") with any
// alias.
Name() string
// PrependIRI prepends an IRI value to the front of a list of the property
// "interactionTarget".
PrependIRI(v *url.URL)
// PrependXMLSchemaAnyURI prepends a anyURI value to the front of a list
// of the property "interactionTarget". Invalidates all iterators.
PrependXMLSchemaAnyURI(v *url.URL)
// Remove deletes an element at the specified index from a list of the
// property "interactionTarget", 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
// "interactionTarget". 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
// "interactionTarget". 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
// "interactionTarget" property.
Swap(i, j int)
}

View file

@ -0,0 +1,132 @@
// Code generated by astool. DO NOT EDIT.
package vocab
import "net/url"
// GoToSocialManualApprovalPropertyIterator represents a single value for the
// "manualApproval" property.
type GoToSocialManualApprovalPropertyIterator 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 GoToSocialManualApprovalPropertyIterator) bool
// Name returns the name of this property: "GoToSocialManualApproval".
Name() string
// Next returns the next iterator, or nil if there is no next iterator.
Next() GoToSocialManualApprovalPropertyIterator
// Prev returns the previous iterator, or nil if there is no previous
// iterator.
Prev() GoToSocialManualApprovalPropertyIterator
// 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)
}
// Indicates zero or more URI/IDs that require manual approval by the Object
// AttributedTo Actor in order to perform an interaction.
type GoToSocialManualApprovalProperty interface {
// AppendIRI appends an IRI value to the back of a list of the property
// "manualApproval"
AppendIRI(v *url.URL)
// AppendXMLSchemaAnyURI appends a anyURI value to the back of a list of
// the property "manualApproval". 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) GoToSocialManualApprovalPropertyIterator
// 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() GoToSocialManualApprovalPropertyIterator
// 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() GoToSocialManualApprovalPropertyIterator
// Insert inserts an IRI value at the specified index for a property
// "manualApproval". 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 "manualApproval". 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 "manualApproval"
// 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 GoToSocialManualApprovalProperty) bool
// Name returns the name of this property ("manualApproval") with any
// alias.
Name() string
// PrependIRI prepends an IRI value to the front of a list of the property
// "manualApproval".
PrependIRI(v *url.URL)
// PrependXMLSchemaAnyURI prepends a anyURI value to the front of a list
// of the property "manualApproval". Invalidates all iterators.
PrependXMLSchemaAnyURI(v *url.URL)
// Remove deletes an element at the specified index from a list of the
// property "manualApproval", 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
// "manualApproval". 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
// "manualApproval". 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
// "manualApproval" property.
Swap(i, j int)
}

View file

@ -0,0 +1,130 @@
// Code generated by astool. DO NOT EDIT.
package vocab
import "net/url"
// TootFocalPointPropertyIterator represents a single value for the "focalPoint"
// property.
type TootFocalPointPropertyIterator interface {
// 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 TootFocalPointPropertyIterator) bool
// Name returns the name of this property: "TootFocalPoint".
Name() string
// Next returns the next iterator, or nil if there is no next iterator.
Next() TootFocalPointPropertyIterator
// Prev returns the previous iterator, or nil if there is no previous
// iterator.
Prev() TootFocalPointPropertyIterator
// 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)
}
// null
type TootFocalPointProperty interface {
// AppendIRI appends an IRI value to the back of a list of the property
// "focalPoint"
AppendIRI(v *url.URL)
// AppendXMLSchemaFloat appends a float value to the back of a list of the
// property "focalPoint". Invalidates iterators that are traversing
// using Prev.
AppendXMLSchemaFloat(v float64)
// At returns the property value for the specified index. Panics if the
// index is out of bounds.
At(index int) TootFocalPointPropertyIterator
// 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() TootFocalPointPropertyIterator
// 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() TootFocalPointPropertyIterator
// Insert inserts an IRI value at the specified index for a property
// "focalPoint". Existing elements at that index and higher are
// shifted back once. Invalidates all iterators.
InsertIRI(idx int, v *url.URL)
// InsertXMLSchemaFloat inserts a float value at the specified index for a
// property "focalPoint". Existing elements at that index and higher
// are shifted back once. Invalidates all iterators.
InsertXMLSchemaFloat(idx int, v float64)
// 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 "focalPoint"
// 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 TootFocalPointProperty) bool
// Name returns the name of this property ("focalPoint") with any alias.
Name() string
// PrependIRI prepends an IRI value to the front of a list of the property
// "focalPoint".
PrependIRI(v *url.URL)
// PrependXMLSchemaFloat prepends a float value to the front of a list of
// the property "focalPoint". Invalidates all iterators.
PrependXMLSchemaFloat(v float64)
// Remove deletes an element at the specified index from a list of the
// property "focalPoint", 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 float value to be at the specified index for the property
// "focalPoint". Panics if the index is out of bounds. Invalidates all
// iterators.
Set(idx int, v float64)
// SetIRI sets an IRI value to be at the specified index for the property
// "focalPoint". 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 "focalPoint"
// property.
Swap(i, j int)
}

View file

@ -0,0 +1,52 @@
// Code generated by astool. DO NOT EDIT.
package vocab
import "net/url"
// null
type TootIndexableProperty interface {
// Clear ensures no value of this property is set. Calling
// IsXMLSchemaBoolean afterwards will return false.
Clear()
// Get returns the value of this property. When IsXMLSchemaBoolean returns
// false, Get will return any arbitrary value.
Get() bool
// 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
// IsXMLSchemaBoolean returns true if this property is set and not an IRI.
IsXMLSchemaBoolean() 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 TootIndexableProperty) bool
// Name returns the name of this property: "indexable".
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 IsXMLSchemaBoolean
// afterwards will return true.
Set(v bool)
// SetIRI sets the value of this property. Calling IsIRI afterwards will
// return true.
SetIRI(v *url.URL)
}

View file

@ -152,6 +152,9 @@ type ActivityStreamsApplication interface {
// 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
@ -274,6 +277,8 @@ type ActivityStreamsApplication interface {
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.

View file

@ -126,6 +126,9 @@ type ActivityStreamsAudio interface {
// 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.
@ -222,6 +225,8 @@ type ActivityStreamsAudio interface {
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
}

View file

@ -122,6 +122,9 @@ type ActivityStreamsDocument interface {
// 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
@ -219,6 +222,8 @@ type ActivityStreamsDocument interface {
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
}

View file

@ -152,6 +152,9 @@ type ActivityStreamsGroup interface {
// 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.
@ -273,6 +276,8 @@ type ActivityStreamsGroup interface {
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.

View file

@ -139,6 +139,9 @@ type ActivityStreamsImage interface {
// 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.
@ -239,6 +242,8 @@ type ActivityStreamsImage interface {
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
}

View file

@ -152,6 +152,9 @@ type ActivityStreamsOrganization interface {
// 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
@ -274,6 +277,8 @@ type ActivityStreamsOrganization interface {
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.

View file

@ -122,6 +122,9 @@ type ActivityStreamsPage interface {
// 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 Page type.
@ -218,6 +221,8 @@ type ActivityStreamsPage interface {
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
}

View file

@ -152,6 +152,9 @@ type ActivityStreamsPerson interface {
// 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 Person
@ -273,6 +276,8 @@ type ActivityStreamsPerson interface {
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.

View file

@ -152,6 +152,9 @@ type ActivityStreamsService interface {
// 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 Service
@ -274,6 +277,8 @@ type ActivityStreamsService interface {
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.

View file

@ -123,6 +123,9 @@ type ActivityStreamsVideo interface {
// 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 Video type.
@ -219,6 +222,8 @@ type ActivityStreamsVideo interface {
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
}

View file

@ -2,6 +2,7 @@
package vocab
// DEPRECATED: Use `AnnounceAuthorization` instead.
type GoToSocialAnnounceApproval interface {
// GetActivityStreamsAltitude returns the "altitude" property if it
// exists, and nil otherwise.

View file

@ -0,0 +1,210 @@
// Code generated by astool. DO NOT EDIT.
package vocab
type GoToSocialAnnounceAuthorization 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
// GetActivityStreamsShares returns the "shares" property if it exists,
// 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
// GetGoToSocialInteractingObject returns the "interactingObject" property
// if it exists, and nil otherwise.
GetGoToSocialInteractingObject() GoToSocialInteractingObjectProperty
// GetGoToSocialInteractionTarget returns the "interactionTarget" property
// if it exists, and nil otherwise.
GetGoToSocialInteractionTarget() GoToSocialInteractionTargetProperty
// 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
// AnnounceAuthorization 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 AnnounceAuthorization 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 AnnounceAuthorization is lesser, with an
// arbitrary but stable determination.
LessThan(o GoToSocialAnnounceAuthorization) 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 sets the "shares" property.
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)
// SetGoToSocialInteractingObject sets the "interactingObject" property.
SetGoToSocialInteractingObject(i GoToSocialInteractingObjectProperty)
// SetGoToSocialInteractionTarget sets the "interactionTarget" property.
SetGoToSocialInteractionTarget(i GoToSocialInteractionTargetProperty)
// 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
}

View file

@ -0,0 +1,225 @@
// Code generated by astool. DO NOT EDIT.
package vocab
type GoToSocialAnnounceRequest 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
// GetActivityStreamsShares returns the "shares" property if it exists,
// 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
// AnnounceRequest 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 AnnounceRequest 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 AnnounceRequest is lesser, with an arbitrary
// but stable determination.
LessThan(o GoToSocialAnnounceRequest) 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 sets the "shares" property.
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
}

View file

@ -9,6 +9,12 @@ type GoToSocialCanAnnounce interface {
// GetGoToSocialApprovalRequired returns the "approvalRequired" property
// if it exists, and nil otherwise.
GetGoToSocialApprovalRequired() GoToSocialApprovalRequiredProperty
// GetGoToSocialAutomaticApproval returns the "automaticApproval" property
// if it exists, and nil otherwise.
GetGoToSocialAutomaticApproval() GoToSocialAutomaticApprovalProperty
// GetGoToSocialManualApproval returns the "manualApproval" property if it
// exists, and nil otherwise.
GetGoToSocialManualApproval() GoToSocialManualApprovalProperty
// GetJSONLDId returns the "id" property if it exists, and nil otherwise.
GetJSONLDId() JSONLDIdProperty
// GetTypeName returns the name of this type.
@ -38,6 +44,10 @@ type GoToSocialCanAnnounce interface {
SetGoToSocialAlways(i GoToSocialAlwaysProperty)
// SetGoToSocialApprovalRequired sets the "approvalRequired" property.
SetGoToSocialApprovalRequired(i GoToSocialApprovalRequiredProperty)
// SetGoToSocialAutomaticApproval sets the "automaticApproval" property.
SetGoToSocialAutomaticApproval(i GoToSocialAutomaticApprovalProperty)
// SetGoToSocialManualApproval sets the "manualApproval" property.
SetGoToSocialManualApproval(i GoToSocialManualApprovalProperty)
// SetJSONLDId sets the "id" property.
SetJSONLDId(i JSONLDIdProperty)
// VocabularyURI returns the vocabulary's URI as a string.

View file

@ -9,6 +9,12 @@ type GoToSocialCanLike interface {
// GetGoToSocialApprovalRequired returns the "approvalRequired" property
// if it exists, and nil otherwise.
GetGoToSocialApprovalRequired() GoToSocialApprovalRequiredProperty
// GetGoToSocialAutomaticApproval returns the "automaticApproval" property
// if it exists, and nil otherwise.
GetGoToSocialAutomaticApproval() GoToSocialAutomaticApprovalProperty
// GetGoToSocialManualApproval returns the "manualApproval" property if it
// exists, and nil otherwise.
GetGoToSocialManualApproval() GoToSocialManualApprovalProperty
// GetJSONLDId returns the "id" property if it exists, and nil otherwise.
GetJSONLDId() JSONLDIdProperty
// GetTypeName returns the name of this type.
@ -38,6 +44,10 @@ type GoToSocialCanLike interface {
SetGoToSocialAlways(i GoToSocialAlwaysProperty)
// SetGoToSocialApprovalRequired sets the "approvalRequired" property.
SetGoToSocialApprovalRequired(i GoToSocialApprovalRequiredProperty)
// SetGoToSocialAutomaticApproval sets the "automaticApproval" property.
SetGoToSocialAutomaticApproval(i GoToSocialAutomaticApprovalProperty)
// SetGoToSocialManualApproval sets the "manualApproval" property.
SetGoToSocialManualApproval(i GoToSocialManualApprovalProperty)
// SetJSONLDId sets the "id" property.
SetJSONLDId(i JSONLDIdProperty)
// VocabularyURI returns the vocabulary's URI as a string.

View file

@ -0,0 +1,55 @@
// Code generated by astool. DO NOT EDIT.
package vocab
type GoToSocialCanQuote interface {
// GetGoToSocialAlways returns the "always" property if it exists, and nil
// otherwise.
GetGoToSocialAlways() GoToSocialAlwaysProperty
// GetGoToSocialApprovalRequired returns the "approvalRequired" property
// if it exists, and nil otherwise.
GetGoToSocialApprovalRequired() GoToSocialApprovalRequiredProperty
// GetGoToSocialAutomaticApproval returns the "automaticApproval" property
// if it exists, and nil otherwise.
GetGoToSocialAutomaticApproval() GoToSocialAutomaticApprovalProperty
// GetGoToSocialManualApproval returns the "manualApproval" property if it
// exists, and nil otherwise.
GetGoToSocialManualApproval() GoToSocialManualApprovalProperty
// 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 CanQuote
// 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 CanQuote 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 CanQuote is lesser, with an arbitrary but
// stable determination.
LessThan(o GoToSocialCanQuote) bool
// Serialize converts this into an interface representation suitable for
// marshalling into a text or binary format.
Serialize() (map[string]interface{}, error)
// SetGoToSocialAlways sets the "always" property.
SetGoToSocialAlways(i GoToSocialAlwaysProperty)
// SetGoToSocialApprovalRequired sets the "approvalRequired" property.
SetGoToSocialApprovalRequired(i GoToSocialApprovalRequiredProperty)
// SetGoToSocialAutomaticApproval sets the "automaticApproval" property.
SetGoToSocialAutomaticApproval(i GoToSocialAutomaticApprovalProperty)
// SetGoToSocialManualApproval sets the "manualApproval" property.
SetGoToSocialManualApproval(i GoToSocialManualApprovalProperty)
// SetJSONLDId sets the "id" property.
SetJSONLDId(i JSONLDIdProperty)
// VocabularyURI returns the vocabulary's URI as a string.
VocabularyURI() string
}

View file

@ -9,6 +9,12 @@ type GoToSocialCanReply interface {
// GetGoToSocialApprovalRequired returns the "approvalRequired" property
// if it exists, and nil otherwise.
GetGoToSocialApprovalRequired() GoToSocialApprovalRequiredProperty
// GetGoToSocialAutomaticApproval returns the "automaticApproval" property
// if it exists, and nil otherwise.
GetGoToSocialAutomaticApproval() GoToSocialAutomaticApprovalProperty
// GetGoToSocialManualApproval returns the "manualApproval" property if it
// exists, and nil otherwise.
GetGoToSocialManualApproval() GoToSocialManualApprovalProperty
// GetJSONLDId returns the "id" property if it exists, and nil otherwise.
GetJSONLDId() JSONLDIdProperty
// GetTypeName returns the name of this type.
@ -38,6 +44,10 @@ type GoToSocialCanReply interface {
SetGoToSocialAlways(i GoToSocialAlwaysProperty)
// SetGoToSocialApprovalRequired sets the "approvalRequired" property.
SetGoToSocialApprovalRequired(i GoToSocialApprovalRequiredProperty)
// SetGoToSocialAutomaticApproval sets the "automaticApproval" property.
SetGoToSocialAutomaticApproval(i GoToSocialAutomaticApprovalProperty)
// SetGoToSocialManualApproval sets the "manualApproval" property.
SetGoToSocialManualApproval(i GoToSocialManualApprovalProperty)
// SetJSONLDId sets the "id" property.
SetJSONLDId(i JSONLDIdProperty)
// VocabularyURI returns the vocabulary's URI as a string.

View file

@ -10,6 +10,9 @@ type GoToSocialInteractionPolicy interface {
// GetGoToSocialCanLike returns the "canLike" property if it exists, and
// nil otherwise.
GetGoToSocialCanLike() GoToSocialCanLikeProperty
// GetGoToSocialCanQuote returns the "canQuote" property if it exists, and
// nil otherwise.
GetGoToSocialCanQuote() GoToSocialCanQuoteProperty
// GetGoToSocialCanReply returns the "canReply" property if it exists, and
// nil otherwise.
GetGoToSocialCanReply() GoToSocialCanReplyProperty
@ -42,6 +45,8 @@ type GoToSocialInteractionPolicy interface {
SetGoToSocialCanAnnounce(i GoToSocialCanAnnounceProperty)
// SetGoToSocialCanLike sets the "canLike" property.
SetGoToSocialCanLike(i GoToSocialCanLikeProperty)
// SetGoToSocialCanQuote sets the "canQuote" property.
SetGoToSocialCanQuote(i GoToSocialCanQuoteProperty)
// SetGoToSocialCanReply sets the "canReply" property.
SetGoToSocialCanReply(i GoToSocialCanReplyProperty)
// SetJSONLDId sets the "id" property.

View file

@ -2,6 +2,7 @@
package vocab
// DEPRECATED: Use `LikeAuthorization` instead.
type GoToSocialLikeApproval interface {
// GetActivityStreamsAltitude returns the "altitude" property if it
// exists, and nil otherwise.

View file

@ -0,0 +1,210 @@
// Code generated by astool. DO NOT EDIT.
package vocab
type GoToSocialLikeAuthorization 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
// GetActivityStreamsShares returns the "shares" property if it exists,
// 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
// GetGoToSocialInteractingObject returns the "interactingObject" property
// if it exists, and nil otherwise.
GetGoToSocialInteractingObject() GoToSocialInteractingObjectProperty
// GetGoToSocialInteractionTarget returns the "interactionTarget" property
// if it exists, and nil otherwise.
GetGoToSocialInteractionTarget() GoToSocialInteractionTargetProperty
// 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
// LikeAuthorization 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 LikeAuthorization 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 LikeAuthorization is lesser, with an
// arbitrary but stable determination.
LessThan(o GoToSocialLikeAuthorization) 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 sets the "shares" property.
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)
// SetGoToSocialInteractingObject sets the "interactingObject" property.
SetGoToSocialInteractingObject(i GoToSocialInteractingObjectProperty)
// SetGoToSocialInteractionTarget sets the "interactionTarget" property.
SetGoToSocialInteractionTarget(i GoToSocialInteractionTargetProperty)
// 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
}

View file

@ -0,0 +1,225 @@
// Code generated by astool. DO NOT EDIT.
package vocab
type GoToSocialLikeRequest 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
// GetActivityStreamsShares returns the "shares" property if it exists,
// 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 LikeRequest
// 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 LikeRequest 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 LikeRequest is lesser, with an arbitrary but
// stable determination.
LessThan(o GoToSocialLikeRequest) 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 sets the "shares" property.
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
}

View file

@ -2,6 +2,7 @@
package vocab
// DEPRECATED: Use `ReplyAuthorization` instead.
type GoToSocialReplyApproval interface {
// GetActivityStreamsAltitude returns the "altitude" property if it
// exists, and nil otherwise.

View file

@ -0,0 +1,210 @@
// Code generated by astool. DO NOT EDIT.
package vocab
type GoToSocialReplyAuthorization 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
// GetActivityStreamsShares returns the "shares" property if it exists,
// 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
// GetGoToSocialInteractingObject returns the "interactingObject" property
// if it exists, and nil otherwise.
GetGoToSocialInteractingObject() GoToSocialInteractingObjectProperty
// GetGoToSocialInteractionTarget returns the "interactionTarget" property
// if it exists, and nil otherwise.
GetGoToSocialInteractionTarget() GoToSocialInteractionTargetProperty
// 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
// ReplyAuthorization 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 ReplyAuthorization 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 ReplyAuthorization is lesser, with an
// arbitrary but stable determination.
LessThan(o GoToSocialReplyAuthorization) 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 sets the "shares" property.
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)
// SetGoToSocialInteractingObject sets the "interactingObject" property.
SetGoToSocialInteractingObject(i GoToSocialInteractingObjectProperty)
// SetGoToSocialInteractionTarget sets the "interactionTarget" property.
SetGoToSocialInteractionTarget(i GoToSocialInteractionTargetProperty)
// 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
}

View file

@ -0,0 +1,225 @@
// Code generated by astool. DO NOT EDIT.
package vocab
type GoToSocialReplyRequest 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
// GetActivityStreamsShares returns the "shares" property if it exists,
// 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
// ReplyRequest 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 ReplyRequest 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 ReplyRequest is lesser, with an arbitrary but
// stable determination.
LessThan(o GoToSocialReplyRequest) 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 sets the "shares" property.
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
}