Lines Matching defs:Remove

11 type Remove struct {  struct
13 raw *vocab.Remove
17 func (t *Remove) Raw() (n *vocab.Remove) {
23 func (t *Remove) Serialize() (m map[string]interface{}, err error) {
29 func (t *Remove) LenActor() (idx int) {
35 func (t *Remove) GetActor(idx int) (r Resolution, k *url.URL) {
53 func (t *Remove) AppendActor(k *url.URL) {
59 func (t *Remove) PrependActor(k *url.URL) {
65 func (t *Remove) RemoveActor(idx int) {
71 func (t *Remove) HasActor(idx int) (p Presence) {
85 func (t *Remove) LenObject() (idx int) {
91 func (t *Remove) ResolveObject(r *Resolver, idx int) (s Resolution, err error) {
107 func (t *Remove) AppendObject(i vocab.ObjectType) {
113 func (t *Remove) PrependObject(i vocab.ObjectType) {
119 func (t *Remove) RemoveObject(idx int) {
125 func (t *Remove) HasObject(idx int) (p Presence) {
137 func (t *Remove) LenTarget() (idx int) {
143 func (t *Remove) GetTarget(idx int) (r Resolution, k *url.URL) {
161 func (t *Remove) AppendTarget(k *url.URL) {
167 func (t *Remove) PrependTarget(k *url.URL) {
173 func (t *Remove) RemoveTarget(idx int) {
179 func (t *Remove) HasTarget(idx int) (p Presence) {
193 func (t *Remove) LenResult() (idx int) {
199 func (t *Remove) ResolveResult(r *Resolver, idx int) (s Resolution, err error) {
220 func (t *Remove) HasResult(idx int) (p Presence) {
234 func (t *Remove) AppendResult(i vocab.ObjectType) {
240 func (t *Remove) PrependResult(i vocab.ObjectType) {
246 func (t *Remove) AppendResultLink(i vocab.LinkType) {
252 func (t *Remove) PrependResultLink(i vocab.LinkType) {
258 func (t *Remove) LenOrigin() (idx int) {
264 func (t *Remove) ResolveOrigin(r *Resolver, idx int) (s Resolution, err error) {
285 func (t *Remove) HasOrigin(idx int) (p Presence) {
299 func (t *Remove) AppendOrigin(i vocab.ObjectType) {
305 func (t *Remove) PrependOrigin(i vocab.ObjectType) {
311 func (t *Remove) AppendOriginLink(i vocab.LinkType) {
317 func (t *Remove) PrependOriginLink(i vocab.LinkType) {
323 func (t *Remove) LenInstrument() (idx int) {
329 func (t *Remove) ResolveInstrument(r *Resolver, idx int) (s Resolution, err error) {
350 func (t *Remove) HasInstrument(idx int) (p Presence) {
364 func (t *Remove) AppendInstrument(i vocab.ObjectType) {
370 func (t *Remove) PrependInstrument(i vocab.ObjectType) {
376 func (t *Remove) AppendInstrumentLink(i vocab.LinkType) {
382 func (t *Remove) PrependInstrumentLink(i vocab.LinkType) {
388 func (t *Remove) GetAltitude() (r Resolution, k float64) {
404 func (t *Remove) HasAltitude() (p Presence) {
416 func (t *Remove) SetAltitude(k float64) {
422 func (t *Remove) LenAttachment() (idx int) {
428 func (t *Remove) ResolveAttachment(r *Resolver, idx int) (s Resolution, err error) {
449 func (t *Remove) HasAttachment(idx int) (p Presence) {
463 func (t *Remove) AppendAttachment(i vocab.ObjectType) {
469 func (t *Remove) PrependAttachment(i vocab.ObjectType) {
475 func (t *Remove) AppendAttachmentLink(i vocab.LinkType) {
481 func (t *Remove) PrependAttachmentLink(i vocab.LinkType) {
487 func (t *Remove) LenAttributedTo() (idx int) {
493 func (t *Remove) GetAttributedTo(idx int) (r Resolution, k *url.URL) {
511 func (t *Remove) AppendAttributedTo(k *url.URL) {
517 func (t *Remove) PrependAttributedTo(k *url.URL) {
523 func (t *Remove) RemoveAttributedTo(idx int) {
529 func (t *Remove) HasAttributedTo(idx int) (p Presence) {
543 func (t *Remove) LenAudience() (idx int) {
549 func (t *Remove) GetAudience(idx int) (r Resolution, k *url.URL) {
567 func (t *Remove) AppendAudience(k *url.URL) {
573 func (t *Remove) PrependAudience(k *url.URL) {
579 func (t *Remove) RemoveAudience(idx int) {
585 func (t *Remove) HasAudience(idx int) (p Presence) {
599 func (t *Remove) LenContent() (idx int) {
605 func (t *Remove) GetContent(idx int) (r Resolution, k string) {
623 func (t *Remove) AppendContent(k string) {
629 func (t *Remove) PrependContent(k string) {
635 func (t *Remove) RemoveContent(idx int) {
641 func (t *Remove) HasContent(idx int) (p Presence) {
655 func (t *Remove) ContentLanguages() (l []string) {
661 func (t *Remove) GetContentForLanguage(l string) (v string) {
667 func (t *Remove) SetContentForLanguage(l string, v string) {
673 func (t *Remove) LenContext() (idx int) {
679 func (t *Remove) ResolveContext(r *Resolver, idx int) (s Resolution, err error) {
700 func (t *Remove) HasContext(idx int) (p Presence) {
714 func (t *Remove) AppendContext(i vocab.ObjectType) {
720 func (t *Remove) PrependContext(i vocab.ObjectType) {
726 func (t *Remove) AppendContextLink(i vocab.LinkType) {
732 func (t *Remove) PrependContextLink(i vocab.LinkType) {
738 func (t *Remove) LenName() (idx int) {
744 func (t *Remove) GetName(idx int) (r Resolution, k string) {
762 func (t *Remove) AppendName(k string) {
768 func (t *Remove) PrependName(k string) {
774 func (t *Remove) RemoveName(idx int) {
780 func (t *Remove) HasName(idx int) (p Presence) {
794 func (t *Remove) NameLanguages() (l []string) {
800 func (t *Remove) GetNameForLanguage(l string) (v string) {
806 func (t *Remove) SetNameForLanguage(l string, v string) {
812 func (t *Remove) GetEndTime() (r Resolution, k time.Time) {
828 func (t *Remove) HasEndTime() (p Presence) {
840 func (t *Remove) SetEndTime(k time.Time) {
846 func (t *Remove) LenGenerator() (idx int) {
852 func (t *Remove) ResolveGenerator(r *Resolver, idx int) (s Resolution, err error) {
873 func (t *Remove) HasGenerator(idx int) (p Presence) {
887 func (t *Remove) AppendGenerator(i vocab.ObjectType) {
893 func (t *Remove) PrependGenerator(i vocab.ObjectType) {
899 func (t *Remove) AppendGeneratorLink(i vocab.LinkType) {
905 func (t *Remove) PrependGeneratorLink(i vocab.LinkType) {
911 func (t *Remove) LenIcon() (idx int) {
917 func (t *Remove) ResolveIcon(r *Resolver, idx int) (s Resolution, err error) {
935 func (t *Remove) AppendIcon(i vocab.ImageType) {
941 func (t *Remove) PrependIcon(i vocab.ImageType) {
947 func (t *Remove) RemoveIcon(idx int) {
953 func (t *Remove) HasIcon(idx int) (p Presence) {
967 func (t *Remove) GetId() (r Resolution, k *url.URL) {
981 func (t *Remove) HasId() (p Presence) {
991 func (t *Remove) SetId(k *url.URL) {
997 func (t *Remove) LenImage() (idx int) {
1003 func (t *Remove) ResolveImage(r *Resolver, idx int) (s Resolution, err error) {
1021 func (t *Remove) AppendImage(i vocab.ImageType) {
1027 func (t *Remove) PrependImage(i vocab.ImageType) {
1033 func (t *Remove) RemoveImage(idx int) {
1039 func (t *Remove) HasImage(idx int) (p Presence) {
1053 func (t *Remove) LenInReplyTo() (idx int) {
1059 func (t *Remove) GetInReplyTo(idx int) (r Resolution, k *url.URL) {
1077 func (t *Remove) AppendInReplyTo(k *url.URL) {
1083 func (t *Remove) PrependInReplyTo(k *url.URL) {
1089 func (t *Remove) RemoveInReplyTo(idx int) {
1095 func (t *Remove) HasInReplyTo(idx int) (p Presence) {
1109 func (t *Remove) LenLocation() (idx int) {
1115 func (t *Remove) ResolveLocation(r *Resolver, idx int) (s Resolution, err error) {
1136 func (t *Remove) HasLocation(idx int) (p Presence) {
1150 func (t *Remove) AppendLocation(i vocab.ObjectType) {
1156 func (t *Remove) PrependLocation(i vocab.ObjectType) {
1162 func (t *Remove) AppendLocationLink(i vocab.LinkType) {
1168 func (t *Remove) PrependLocationLink(i vocab.LinkType) {
1174 func (t *Remove) LenPreview() (idx int) {
1180 func (t *Remove) ResolvePreview(r *Resolver, idx int) (s Resolution, err error) {
1201 func (t *Remove) HasPreview(idx int) (p Presence) {
1215 func (t *Remove) AppendPreview(i vocab.ObjectType) {
1221 func (t *Remove) PrependPreview(i vocab.ObjectType) {
1227 func (t *Remove) AppendPreviewLink(i vocab.LinkType) {
1233 func (t *Remove) PrependPreviewLink(i vocab.LinkType) {
1239 func (t *Remove) GetPublished() (r Resolution, k time.Time) {
1255 func (t *Remove) HasPublished() (p Presence) {
1267 func (t *Remove) SetPublished(k time.Time) {
1273 func (t *Remove) ResolveReplies(r *Resolver) (s Resolution, err error) {
1289 func (t *Remove) HasReplies() (p Presence) {
1301 func (t *Remove) SetReplies(i vocab.CollectionType) {
1307 func (t *Remove) GetStartTime() (r Resolution, k time.Time) {
1323 func (t *Remove) HasStartTime() (p Presence) {
1335 func (t *Remove) SetStartTime(k time.Time) {
1341 func (t *Remove) LenSummary() (idx int) {
1347 func (t *Remove) GetSummary(idx int) (r Resolution, k string) {
1365 func (t *Remove) AppendSummary(k string) {
1371 func (t *Remove) PrependSummary(k string) {
1377 func (t *Remove) RemoveSummary(idx int) {
1383 func (t *Remove) HasSummary(idx int) (p Presence) {
1397 func (t *Remove) SummaryLanguages() (l []string) {
1403 func (t *Remove) GetSummaryForLanguage(l string) (v string) {
1409 func (t *Remove) SetSummaryForLanguage(l string, v string) {
1415 func (t *Remove) LenTag() (idx int) {
1421 func (t *Remove) ResolveTag(r *Resolver, idx int) (s Resolution, err error) {
1442 func (t *Remove) HasTag(idx int) (p Presence) {
1456 func (t *Remove) AppendTag(i vocab.ObjectType) {
1462 func (t *Remove) PrependTag(i vocab.ObjectType) {
1468 func (t *Remove) AppendTagLink(i vocab.LinkType) {
1474 func (t *Remove) PrependTagLink(i vocab.LinkType) {
1480 func (t *Remove) LenType() (idx int) {
1486 func (t *Remove) GetType(idx int) (r Resolution, s string) {
1501 func (t *Remove) AppendType(i interface{}) {
1507 func (t *Remove) PrependType(i interface{}) {
1513 func (t *Remove) RemoveType(idx int) {
1519 func (t *Remove) GetUpdated() (r Resolution, k time.Time) {
1535 func (t *Remove) HasUpdated() (p Presence) {
1547 func (t *Remove) SetUpdated(k time.Time) {
1553 func (t *Remove) LenUrl() (idx int) {
1559 func (t *Remove) GetUrl(idx int) (r Resolution, k *url.URL) {
1575 func (t *Remove) AppendUrl(k *url.URL) {
1581 func (t *Remove) PrependUrl(k *url.URL) {
1587 func (t *Remove) RemoveUrl(idx int) {
1593 func (t *Remove) HasUrl(idx int) (p Presence) {
1605 func (t *Remove) LenTo() (idx int) {
1611 func (t *Remove) GetTo(idx int) (r Resolution, k *url.URL) {
1629 func (t *Remove) AppendTo(k *url.URL) {
1635 func (t *Remove) PrependTo(k *url.URL) {
1641 func (t *Remove) RemoveTo(idx int) {
1647 func (t *Remove) HasTo(idx int) (p Presence) {
1661 func (t *Remove) LenBto() (idx int) {
1667 func (t *Remove) GetBto(idx int) (r Resolution, k *url.URL) {
1685 func (t *Remove) AppendBto(k *url.URL) {
1691 func (t *Remove) PrependBto(k *url.URL) {
1697 func (t *Remove) RemoveBto(idx int) {
1703 func (t *Remove) HasBto(idx int) (p Presence) {
1717 func (t *Remove) LenCc() (idx int) {
1723 func (t *Remove) GetCc(idx int) (r Resolution, k *url.URL) {
1741 func (t *Remove) AppendCc(k *url.URL) {
1747 func (t *Remove) PrependCc(k *url.URL) {
1753 func (t *Remove) RemoveCc(idx int) {
1759 func (t *Remove) HasCc(idx int) (p Presence) {
1773 func (t *Remove) LenBcc() (idx int) {
1779 func (t *Remove) GetBcc(idx int) (r Resolution, k *url.URL) {
1797 func (t *Remove) AppendBcc(k *url.URL) {
1803 func (t *Remove) PrependBcc(k *url.URL) {
1809 func (t *Remove) RemoveBcc(idx int) {
1815 func (t *Remove) HasBcc(idx int) (p Presence) {
1829 func (t *Remove) GetMediaType() (r Resolution, k string) {
1845 func (t *Remove) HasMediaType() (p Presence) {
1857 func (t *Remove) SetMediaType(k string) {
1863 func (t *Remove) GetDuration() (r Resolution, k time.Duration) {
1879 func (t *Remove) HasDuration() (p Presence) {
1891 func (t *Remove) SetDuration(k time.Duration) {
1897 func (t *Remove) ResolveSource(r *Resolver) (s Resolution, err error) {
1913 func (t *Remove) HasSource() (p Presence) {
1925 func (t *Remove) SetSource(i vocab.ObjectType) {
1931 func (t *Remove) ResolveInbox(r *Resolver) (s Resolution, err error) {
1947 func (t *Remove) HasInbox() (p Presence) {
1959 func (t *Remove) SetInbox(i vocab.OrderedCollectionType) {
1965 func (t *Remove) ResolveOutbox(r *Resolver) (s Resolution, err error) {
1981 func (t *Remove) HasOutbox() (p Presence) {
1993 func (t *Remove) SetOutbox(i vocab.OrderedCollectionType) {
1999 func (t *Remove) ResolveFollowing(r *Resolver) (s Resolution, err error) {
2017 func (t *Remove) HasFollowing() (p Presence) {
2031 func (t *Remove) SetFollowing(i vocab.CollectionType) {
2037 func (t *Remove) ResolveFollowers(r *Resolver) (s Resolution, err error) {
2055 func (t *Remove) HasFollowers() (p Presence) {
2069 func (t *Remove) SetFollowers(i vocab.CollectionType) {
2075 func (t *Remove) ResolveLiked(r *Resolver) (s Resolution, err error) {
2093 func (t *Remove) HasLiked() (p Presence) {
2107 func (t *Remove) SetLiked(i vocab.CollectionType) {
2113 func (t *Remove) ResolveLikes(r *Resolver) (s Resolution, err error) {
2131 func (t *Remove) HasLikes() (p Presence) {
2145 func (t *Remove) SetLikes(i vocab.CollectionType) {
2151 func (t *Remove) LenStreams() (idx int) {
2157 func (t *Remove) GetStreams(idx int) (r Resolution, k *url.URL) {
2171 func (t *Remove) AppendStreams(k *url.URL) {
2177 func (t *Remove) PrependStreams(k *url.URL) {
2183 func (t *Remove) RemoveStreams(idx int) {
2189 func (t *Remove) GetPreferredUsername() (r Resolution, k string) {
2205 func (t *Remove) HasPreferredUsername() (p Presence) {
2217 func (t *Remove) SetPreferredUsername(k string) {
2223 func (t *Remove) PreferredUsernameLanguages() (l []string) {
2229 func (t *Remove) GetPreferredUsernameForLanguage(l string) (v string) {
2235 func (t *Remove) SetPreferredUsernameForLanguage(l string, v string) {
2241 func (t *Remove) ResolveEndpoints(r *Resolver) (s Resolution, err error) {
2257 func (t *Remove) HasEndpoints() (p Presence) {
2269 func (t *Remove) SetEndpoints(i vocab.ObjectType) {
2275 func (t *Remove) GetProxyUrl() (r Resolution, k *url.URL) {
2289 func (t *Remove) HasProxyUrl() (p Presence) {
2299 func (t *Remove) SetProxyUrl(k *url.URL) {
2305 func (t *Remove) GetOauthAuthorizationEndpoint() (r Resolution, k *url.URL) {
2319 func (t *Remove) HasOauthAuthorizationEndpoint() (p Presence) {
2329 func (t *Remove) SetOauthAuthorizationEndpoint(k *url.URL) {
2335 func (t *Remove) GetOauthTokenEndpoint() (r Resolution, k *url.URL) {
2349 func (t *Remove) HasOauthTokenEndpoint() (p Presence) {
2359 func (t *Remove) SetOauthTokenEndpoint(k *url.URL) {
2365 func (t *Remove) GetProvideClientKey() (r Resolution, k *url.URL) {
2379 func (t *Remove) HasProvideClientKey() (p Presence) {
2389 func (t *Remove) SetProvideClientKey(k *url.URL) {
2395 func (t *Remove) GetSignClientKey() (r Resolution, k *url.URL) {
2409 func (t *Remove) HasSignClientKey() (p Presence) {
2419 func (t *Remove) SetSignClientKey(k *url.URL) {
2425 func (t *Remove) GetSharedInbox() (r Resolution, k *url.URL) {
2439 func (t *Remove) HasSharedInbox() (p Presence) {
2449 func (t *Remove) SetSharedInbox(k *url.URL) {