unit googleplusDomains; { ********************************************************************** This file is part of the Free Component Library (FCL) Copyright (c) 2015 The free pascal team. See the file COPYING.FPC, included in this distribution, for details about the copyright. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ********************************************************************** } //Generated on: 16-5-15 08:53:06 {$MODE objfpc} {$H+} interface uses sysutils, classes, googleservice, restbase, googlebase; type //Top-level schema types TAcl = Class; TActivity = Class; TActivityFeed = Class; TAudience = Class; TAudiencesFeed = Class; TCircle = Class; TCircleFeed = Class; TComment = Class; TCommentFeed = Class; TMedia = Class; TPeopleFeed = Class; TPerson = Class; TPlace = Class; TPlusDomainsAclentryResource = Class; TVideostream = Class; TAclArray = Array of TAcl; TActivityArray = Array of TActivity; TActivityFeedArray = Array of TActivityFeed; TAudienceArray = Array of TAudience; TAudiencesFeedArray = Array of TAudiencesFeed; TCircleArray = Array of TCircle; TCircleFeedArray = Array of TCircleFeed; TCommentArray = Array of TComment; TCommentFeedArray = Array of TCommentFeed; TMediaArray = Array of TMedia; TPeopleFeedArray = Array of TPeopleFeed; TPersonArray = Array of TPerson; TPlaceArray = Array of TPlace; TPlusDomainsAclentryResourceArray = Array of TPlusDomainsAclentryResource; TVideostreamArray = Array of TVideostream; //Anonymous types, using auto-generated names TActivityTypeactorTypeimage = Class; TActivityTypeactorTypename = Class; TActivityTypeactor = Class; TActivityTypeobjectTypeactorTypeimage = Class; TActivityTypeobjectTypeactor = Class; TActivityTypeobjectTypeattachmentsItemTypeembed = Class; TActivityTypeobjectTypeattachmentsItemTypefullImage = Class; TActivityTypeobjectTypeattachmentsItemTypeimage = Class; TActivityTypeobjectTypeattachmentsItemTypepreviewThumbnailsItem = Class; TActivityTypeobjectTypeattachmentsItemTypethumbnailsItemTypeimage = Class; TActivityTypeobjectTypeattachmentsItemTypethumbnailsItem = Class; TActivityTypeobjectTypeattachmentsItem = Class; TActivityTypeobjectTypeplusoners = Class; TActivityTypeobjectTypereplies = Class; TActivityTypeobjectTyperesharers = Class; TActivityTypeobjectTypestatusForViewer = Class; TActivityTypeobject = Class; TActivityTypeprovider = Class; TCircleTypepeople = Class; TCommentTypeactorTypeimage = Class; TCommentTypeactor = Class; TCommentTypeinReplyToItem = Class; TCommentTypeobject = Class; TCommentTypeplusoners = Class; TMediaTypeauthorTypeimage = Class; TMediaTypeauthor = Class; TMediaTypeexif = Class; TPersonTypecoverTypecoverInfo = Class; TPersonTypecoverTypecoverPhoto = Class; TPersonTypecover = Class; TPersonTypeemailsItem = Class; TPersonTypeimage = Class; TPersonTypename = Class; TPersonTypeorganizationsItem = Class; TPersonTypeplacesLivedItem = Class; TPersonTypeurlsItem = Class; TPlaceTypeaddress = Class; TPlaceTypeposition = Class; TAclTypeitemsArray = Array of TPlusDomainsAclentryResource; TActivityTypeobjectTypeattachmentsItemTypepreviewThumbnailsArray = Array of TActivityTypeobjectTypeattachmentsItemTypepreviewThumbnailsItem; TActivityTypeobjectTypeattachmentsItemTypethumbnailsArray = Array of TActivityTypeobjectTypeattachmentsItemTypethumbnailsItem; TActivityTypeobjectTypeattachmentsArray = Array of TActivityTypeobjectTypeattachmentsItem; TActivityFeedTypeitemsArray = Array of TActivity; TAudiencesFeedTypeitemsArray = Array of TAudience; TCircleFeedTypeitemsArray = Array of TCircle; TCommentTypeinReplyToArray = Array of TCommentTypeinReplyToItem; TCommentFeedTypeitemsArray = Array of TComment; TMediaTypestreamsArray = Array of TVideostream; TPeopleFeedTypeitemsArray = Array of TPerson; TPersonTypeemailsArray = Array of TPersonTypeemailsItem; TPersonTypeorganizationsArray = Array of TPersonTypeorganizationsItem; TPersonTypeplacesLivedArray = Array of TPersonTypeplacesLivedItem; TPersonTypeurlsArray = Array of TPersonTypeurlsItem; { -------------------------------------------------------------------- TAcl --------------------------------------------------------------------} TAcl = Class(TGoogleBaseObject) Private Fdescription : String; FdomainRestricted : boolean; Fitems : TAclTypeitemsArray; Fkind : String; Protected //Property setters Procedure Setdescription(AIndex : Integer; const AValue : String); virtual; Procedure SetdomainRestricted(AIndex : Integer; AValue : boolean); virtual; Procedure Setitems(AIndex : Integer; AValue : TAclTypeitemsArray); virtual; Procedure Setkind(AIndex : Integer; const AValue : String); virtual; //2.6.4. bug workaround {$IFDEF VER2_6} Procedure SetArrayLength(Const AName : String; ALength : Longint); override; {$ENDIF VER2_6} Public Published Property description : String Index 0 Read Fdescription Write Setdescription; Property domainRestricted : boolean Index 8 Read FdomainRestricted Write SetdomainRestricted; Property items : TAclTypeitemsArray Index 16 Read Fitems Write Setitems; Property kind : String Index 24 Read Fkind Write Setkind; end; TAclClass = Class of TAcl; { -------------------------------------------------------------------- TActivityTypeactorTypeimage --------------------------------------------------------------------} TActivityTypeactorTypeimage = Class(TGoogleBaseObject) Private Furl : String; Protected //Property setters Procedure Seturl(AIndex : Integer; const AValue : String); virtual; Public Published Property url : String Index 0 Read Furl Write Seturl; end; TActivityTypeactorTypeimageClass = Class of TActivityTypeactorTypeimage; { -------------------------------------------------------------------- TActivityTypeactorTypename --------------------------------------------------------------------} TActivityTypeactorTypename = Class(TGoogleBaseObject) Private FfamilyName : String; FgivenName : String; Protected //Property setters Procedure SetfamilyName(AIndex : Integer; const AValue : String); virtual; Procedure SetgivenName(AIndex : Integer; const AValue : String); virtual; Public Published Property familyName : String Index 0 Read FfamilyName Write SetfamilyName; Property givenName : String Index 8 Read FgivenName Write SetgivenName; end; TActivityTypeactorTypenameClass = Class of TActivityTypeactorTypename; { -------------------------------------------------------------------- TActivityTypeactor --------------------------------------------------------------------} TActivityTypeactor = Class(TGoogleBaseObject) Private FdisplayName : String; Fid : String; Fimage : TActivityTypeactorTypeimage; Fname : TActivityTypeactorTypename; Furl : String; Protected //Property setters Procedure SetdisplayName(AIndex : Integer; const AValue : String); virtual; Procedure Setid(AIndex : Integer; const AValue : String); virtual; Procedure Setimage(AIndex : Integer; AValue : TActivityTypeactorTypeimage); virtual; Procedure Setname(AIndex : Integer; AValue : TActivityTypeactorTypename); virtual; Procedure Seturl(AIndex : Integer; const AValue : String); virtual; Public Published Property displayName : String Index 0 Read FdisplayName Write SetdisplayName; Property id : String Index 8 Read Fid Write Setid; Property image : TActivityTypeactorTypeimage Index 16 Read Fimage Write Setimage; Property name : TActivityTypeactorTypename Index 24 Read Fname Write Setname; Property url : String Index 32 Read Furl Write Seturl; end; TActivityTypeactorClass = Class of TActivityTypeactor; { -------------------------------------------------------------------- TActivityTypeobjectTypeactorTypeimage --------------------------------------------------------------------} TActivityTypeobjectTypeactorTypeimage = Class(TGoogleBaseObject) Private Furl : String; Protected //Property setters Procedure Seturl(AIndex : Integer; const AValue : String); virtual; Public Published Property url : String Index 0 Read Furl Write Seturl; end; TActivityTypeobjectTypeactorTypeimageClass = Class of TActivityTypeobjectTypeactorTypeimage; { -------------------------------------------------------------------- TActivityTypeobjectTypeactor --------------------------------------------------------------------} TActivityTypeobjectTypeactor = Class(TGoogleBaseObject) Private FdisplayName : String; Fid : String; Fimage : TActivityTypeobjectTypeactorTypeimage; Furl : String; Protected //Property setters Procedure SetdisplayName(AIndex : Integer; const AValue : String); virtual; Procedure Setid(AIndex : Integer; const AValue : String); virtual; Procedure Setimage(AIndex : Integer; AValue : TActivityTypeobjectTypeactorTypeimage); virtual; Procedure Seturl(AIndex : Integer; const AValue : String); virtual; Public Published Property displayName : String Index 0 Read FdisplayName Write SetdisplayName; Property id : String Index 8 Read Fid Write Setid; Property image : TActivityTypeobjectTypeactorTypeimage Index 16 Read Fimage Write Setimage; Property url : String Index 24 Read Furl Write Seturl; end; TActivityTypeobjectTypeactorClass = Class of TActivityTypeobjectTypeactor; { -------------------------------------------------------------------- TActivityTypeobjectTypeattachmentsItemTypeembed --------------------------------------------------------------------} TActivityTypeobjectTypeattachmentsItemTypeembed = Class(TGoogleBaseObject) Private F_type : String; Furl : String; Protected Class Function ExportPropertyName(Const AName : String) : string; override; //Property setters Procedure Set_type(AIndex : Integer; const AValue : String); virtual; Procedure Seturl(AIndex : Integer; const AValue : String); virtual; Public Published Property _type : String Index 0 Read F_type Write Set_type; Property url : String Index 8 Read Furl Write Seturl; end; TActivityTypeobjectTypeattachmentsItemTypeembedClass = Class of TActivityTypeobjectTypeattachmentsItemTypeembed; { -------------------------------------------------------------------- TActivityTypeobjectTypeattachmentsItemTypefullImage --------------------------------------------------------------------} TActivityTypeobjectTypeattachmentsItemTypefullImage = Class(TGoogleBaseObject) Private Fheight : integer; F_type : String; Furl : String; Fwidth : integer; Protected Class Function ExportPropertyName(Const AName : String) : string; override; //Property setters Procedure Setheight(AIndex : Integer; AValue : integer); virtual; Procedure Set_type(AIndex : Integer; const AValue : String); virtual; Procedure Seturl(AIndex : Integer; const AValue : String); virtual; Procedure Setwidth(AIndex : Integer; AValue : integer); virtual; Public Published Property height : integer Index 0 Read Fheight Write Setheight; Property _type : String Index 8 Read F_type Write Set_type; Property url : String Index 16 Read Furl Write Seturl; Property width : integer Index 24 Read Fwidth Write Setwidth; end; TActivityTypeobjectTypeattachmentsItemTypefullImageClass = Class of TActivityTypeobjectTypeattachmentsItemTypefullImage; { -------------------------------------------------------------------- TActivityTypeobjectTypeattachmentsItemTypeimage --------------------------------------------------------------------} TActivityTypeobjectTypeattachmentsItemTypeimage = Class(TGoogleBaseObject) Private Fheight : integer; F_type : String; Furl : String; Fwidth : integer; Protected Class Function ExportPropertyName(Const AName : String) : string; override; //Property setters Procedure Setheight(AIndex : Integer; AValue : integer); virtual; Procedure Set_type(AIndex : Integer; const AValue : String); virtual; Procedure Seturl(AIndex : Integer; const AValue : String); virtual; Procedure Setwidth(AIndex : Integer; AValue : integer); virtual; Public Published Property height : integer Index 0 Read Fheight Write Setheight; Property _type : String Index 8 Read F_type Write Set_type; Property url : String Index 16 Read Furl Write Seturl; Property width : integer Index 24 Read Fwidth Write Setwidth; end; TActivityTypeobjectTypeattachmentsItemTypeimageClass = Class of TActivityTypeobjectTypeattachmentsItemTypeimage; { -------------------------------------------------------------------- TActivityTypeobjectTypeattachmentsItemTypepreviewThumbnailsItem --------------------------------------------------------------------} TActivityTypeobjectTypeattachmentsItemTypepreviewThumbnailsItem = Class(TGoogleBaseObject) Private Furl : String; Protected //Property setters Procedure Seturl(AIndex : Integer; const AValue : String); virtual; Public Published Property url : String Index 0 Read Furl Write Seturl; end; TActivityTypeobjectTypeattachmentsItemTypepreviewThumbnailsItemClass = Class of TActivityTypeobjectTypeattachmentsItemTypepreviewThumbnailsItem; { -------------------------------------------------------------------- TActivityTypeobjectTypeattachmentsItemTypethumbnailsItemTypeimage --------------------------------------------------------------------} TActivityTypeobjectTypeattachmentsItemTypethumbnailsItemTypeimage = Class(TGoogleBaseObject) Private Fheight : integer; F_type : String; Furl : String; Fwidth : integer; Protected Class Function ExportPropertyName(Const AName : String) : string; override; //Property setters Procedure Setheight(AIndex : Integer; AValue : integer); virtual; Procedure Set_type(AIndex : Integer; const AValue : String); virtual; Procedure Seturl(AIndex : Integer; const AValue : String); virtual; Procedure Setwidth(AIndex : Integer; AValue : integer); virtual; Public Published Property height : integer Index 0 Read Fheight Write Setheight; Property _type : String Index 8 Read F_type Write Set_type; Property url : String Index 16 Read Furl Write Seturl; Property width : integer Index 24 Read Fwidth Write Setwidth; end; TActivityTypeobjectTypeattachmentsItemTypethumbnailsItemTypeimageClass = Class of TActivityTypeobjectTypeattachmentsItemTypethumbnailsItemTypeimage; { -------------------------------------------------------------------- TActivityTypeobjectTypeattachmentsItemTypethumbnailsItem --------------------------------------------------------------------} TActivityTypeobjectTypeattachmentsItemTypethumbnailsItem = Class(TGoogleBaseObject) Private Fdescription : String; Fimage : TActivityTypeobjectTypeattachmentsItemTypethumbnailsItemTypeimage; Furl : String; Protected //Property setters Procedure Setdescription(AIndex : Integer; const AValue : String); virtual; Procedure Setimage(AIndex : Integer; AValue : TActivityTypeobjectTypeattachmentsItemTypethumbnailsItemTypeimage); virtual; Procedure Seturl(AIndex : Integer; const AValue : String); virtual; Public Published Property description : String Index 0 Read Fdescription Write Setdescription; Property image : TActivityTypeobjectTypeattachmentsItemTypethumbnailsItemTypeimage Index 8 Read Fimage Write Setimage; Property url : String Index 16 Read Furl Write Seturl; end; TActivityTypeobjectTypeattachmentsItemTypethumbnailsItemClass = Class of TActivityTypeobjectTypeattachmentsItemTypethumbnailsItem; { -------------------------------------------------------------------- TActivityTypeobjectTypeattachmentsItem --------------------------------------------------------------------} TActivityTypeobjectTypeattachmentsItem = Class(TGoogleBaseObject) Private Fcontent : String; FdisplayName : String; Fembed : TActivityTypeobjectTypeattachmentsItemTypeembed; FfullImage : TActivityTypeobjectTypeattachmentsItemTypefullImage; Fid : String; Fimage : TActivityTypeobjectTypeattachmentsItemTypeimage; FobjectType : String; FpreviewThumbnails : TActivityTypeobjectTypeattachmentsItemTypepreviewThumbnailsArray; Fthumbnails : TActivityTypeobjectTypeattachmentsItemTypethumbnailsArray; Furl : String; Protected //Property setters Procedure Setcontent(AIndex : Integer; const AValue : String); virtual; Procedure SetdisplayName(AIndex : Integer; const AValue : String); virtual; Procedure Setembed(AIndex : Integer; AValue : TActivityTypeobjectTypeattachmentsItemTypeembed); virtual; Procedure SetfullImage(AIndex : Integer; AValue : TActivityTypeobjectTypeattachmentsItemTypefullImage); virtual; Procedure Setid(AIndex : Integer; const AValue : String); virtual; Procedure Setimage(AIndex : Integer; AValue : TActivityTypeobjectTypeattachmentsItemTypeimage); virtual; Procedure SetobjectType(AIndex : Integer; const AValue : String); virtual; Procedure SetpreviewThumbnails(AIndex : Integer; AValue : TActivityTypeobjectTypeattachmentsItemTypepreviewThumbnailsArray); virtual; Procedure Setthumbnails(AIndex : Integer; AValue : TActivityTypeobjectTypeattachmentsItemTypethumbnailsArray); virtual; Procedure Seturl(AIndex : Integer; const AValue : String); virtual; //2.6.4. bug workaround {$IFDEF VER2_6} Procedure SetArrayLength(Const AName : String; ALength : Longint); override; {$ENDIF VER2_6} Public Published Property content : String Index 0 Read Fcontent Write Setcontent; Property displayName : String Index 8 Read FdisplayName Write SetdisplayName; Property embed : TActivityTypeobjectTypeattachmentsItemTypeembed Index 16 Read Fembed Write Setembed; Property fullImage : TActivityTypeobjectTypeattachmentsItemTypefullImage Index 24 Read FfullImage Write SetfullImage; Property id : String Index 32 Read Fid Write Setid; Property image : TActivityTypeobjectTypeattachmentsItemTypeimage Index 40 Read Fimage Write Setimage; Property objectType : String Index 48 Read FobjectType Write SetobjectType; Property previewThumbnails : TActivityTypeobjectTypeattachmentsItemTypepreviewThumbnailsArray Index 56 Read FpreviewThumbnails Write SetpreviewThumbnails; Property thumbnails : TActivityTypeobjectTypeattachmentsItemTypethumbnailsArray Index 64 Read Fthumbnails Write Setthumbnails; Property url : String Index 72 Read Furl Write Seturl; end; TActivityTypeobjectTypeattachmentsItemClass = Class of TActivityTypeobjectTypeattachmentsItem; { -------------------------------------------------------------------- TActivityTypeobjectTypeplusoners --------------------------------------------------------------------} TActivityTypeobjectTypeplusoners = Class(TGoogleBaseObject) Private FselfLink : String; FtotalItems : integer; Protected //Property setters Procedure SetselfLink(AIndex : Integer; const AValue : String); virtual; Procedure SettotalItems(AIndex : Integer; AValue : integer); virtual; Public Published Property selfLink : String Index 0 Read FselfLink Write SetselfLink; Property totalItems : integer Index 8 Read FtotalItems Write SettotalItems; end; TActivityTypeobjectTypeplusonersClass = Class of TActivityTypeobjectTypeplusoners; { -------------------------------------------------------------------- TActivityTypeobjectTypereplies --------------------------------------------------------------------} TActivityTypeobjectTypereplies = Class(TGoogleBaseObject) Private FselfLink : String; FtotalItems : integer; Protected //Property setters Procedure SetselfLink(AIndex : Integer; const AValue : String); virtual; Procedure SettotalItems(AIndex : Integer; AValue : integer); virtual; Public Published Property selfLink : String Index 0 Read FselfLink Write SetselfLink; Property totalItems : integer Index 8 Read FtotalItems Write SettotalItems; end; TActivityTypeobjectTyperepliesClass = Class of TActivityTypeobjectTypereplies; { -------------------------------------------------------------------- TActivityTypeobjectTyperesharers --------------------------------------------------------------------} TActivityTypeobjectTyperesharers = Class(TGoogleBaseObject) Private FselfLink : String; FtotalItems : integer; Protected //Property setters Procedure SetselfLink(AIndex : Integer; const AValue : String); virtual; Procedure SettotalItems(AIndex : Integer; AValue : integer); virtual; Public Published Property selfLink : String Index 0 Read FselfLink Write SetselfLink; Property totalItems : integer Index 8 Read FtotalItems Write SettotalItems; end; TActivityTypeobjectTyperesharersClass = Class of TActivityTypeobjectTyperesharers; { -------------------------------------------------------------------- TActivityTypeobjectTypestatusForViewer --------------------------------------------------------------------} TActivityTypeobjectTypestatusForViewer = Class(TGoogleBaseObject) Private FcanComment : boolean; FcanPlusone : boolean; FcanUpdate : boolean; FisPlusOned : boolean; FresharingDisabled : boolean; Protected //Property setters Procedure SetcanComment(AIndex : Integer; AValue : boolean); virtual; Procedure SetcanPlusone(AIndex : Integer; AValue : boolean); virtual; Procedure SetcanUpdate(AIndex : Integer; AValue : boolean); virtual; Procedure SetisPlusOned(AIndex : Integer; AValue : boolean); virtual; Procedure SetresharingDisabled(AIndex : Integer; AValue : boolean); virtual; Public Published Property canComment : boolean Index 0 Read FcanComment Write SetcanComment; Property canPlusone : boolean Index 8 Read FcanPlusone Write SetcanPlusone; Property canUpdate : boolean Index 16 Read FcanUpdate Write SetcanUpdate; Property isPlusOned : boolean Index 24 Read FisPlusOned Write SetisPlusOned; Property resharingDisabled : boolean Index 32 Read FresharingDisabled Write SetresharingDisabled; end; TActivityTypeobjectTypestatusForViewerClass = Class of TActivityTypeobjectTypestatusForViewer; { -------------------------------------------------------------------- TActivityTypeobject --------------------------------------------------------------------} TActivityTypeobject = Class(TGoogleBaseObject) Private Factor : TActivityTypeobjectTypeactor; Fattachments : TActivityTypeobjectTypeattachmentsArray; Fcontent : String; Fid : String; FobjectType : String; ForiginalContent : String; Fplusoners : TActivityTypeobjectTypeplusoners; Freplies : TActivityTypeobjectTypereplies; Fresharers : TActivityTypeobjectTyperesharers; FstatusForViewer : TActivityTypeobjectTypestatusForViewer; Furl : String; Protected //Property setters Procedure Setactor(AIndex : Integer; AValue : TActivityTypeobjectTypeactor); virtual; Procedure Setattachments(AIndex : Integer; AValue : TActivityTypeobjectTypeattachmentsArray); virtual; Procedure Setcontent(AIndex : Integer; const AValue : String); virtual; Procedure Setid(AIndex : Integer; const AValue : String); virtual; Procedure SetobjectType(AIndex : Integer; const AValue : String); virtual; Procedure SetoriginalContent(AIndex : Integer; const AValue : String); virtual; Procedure Setplusoners(AIndex : Integer; AValue : TActivityTypeobjectTypeplusoners); virtual; Procedure Setreplies(AIndex : Integer; AValue : TActivityTypeobjectTypereplies); virtual; Procedure Setresharers(AIndex : Integer; AValue : TActivityTypeobjectTyperesharers); virtual; Procedure SetstatusForViewer(AIndex : Integer; AValue : TActivityTypeobjectTypestatusForViewer); virtual; Procedure Seturl(AIndex : Integer; const AValue : String); virtual; //2.6.4. bug workaround {$IFDEF VER2_6} Procedure SetArrayLength(Const AName : String; ALength : Longint); override; {$ENDIF VER2_6} Public Published Property actor : TActivityTypeobjectTypeactor Index 0 Read Factor Write Setactor; Property attachments : TActivityTypeobjectTypeattachmentsArray Index 8 Read Fattachments Write Setattachments; Property content : String Index 16 Read Fcontent Write Setcontent; Property id : String Index 24 Read Fid Write Setid; Property objectType : String Index 32 Read FobjectType Write SetobjectType; Property originalContent : String Index 40 Read ForiginalContent Write SetoriginalContent; Property plusoners : TActivityTypeobjectTypeplusoners Index 48 Read Fplusoners Write Setplusoners; Property replies : TActivityTypeobjectTypereplies Index 56 Read Freplies Write Setreplies; Property resharers : TActivityTypeobjectTyperesharers Index 64 Read Fresharers Write Setresharers; Property statusForViewer : TActivityTypeobjectTypestatusForViewer Index 72 Read FstatusForViewer Write SetstatusForViewer; Property url : String Index 80 Read Furl Write Seturl; end; TActivityTypeobjectClass = Class of TActivityTypeobject; { -------------------------------------------------------------------- TActivityTypeprovider --------------------------------------------------------------------} TActivityTypeprovider = Class(TGoogleBaseObject) Private Ftitle : String; Protected //Property setters Procedure Settitle(AIndex : Integer; const AValue : String); virtual; Public Published Property title : String Index 0 Read Ftitle Write Settitle; end; TActivityTypeproviderClass = Class of TActivityTypeprovider; { -------------------------------------------------------------------- TActivity --------------------------------------------------------------------} TActivity = Class(TGoogleBaseObject) Private Faccess : TAcl; Factor : TActivityTypeactor; Faddress : String; Fannotation : String; FcrosspostSource : String; Fetag : String; Fgeocode : String; Fid : String; Fkind : String; Flocation : TPlace; F_object : TActivityTypeobject; FplaceId : String; FplaceName : String; Fprovider : TActivityTypeprovider; F_published : TDatetime; Fradius : String; Ftitle : String; Fupdated : TDatetime; Furl : String; Fverb : String; Protected Class Function ExportPropertyName(Const AName : String) : string; override; //Property setters Procedure Setaccess(AIndex : Integer; AValue : TAcl); virtual; Procedure Setactor(AIndex : Integer; AValue : TActivityTypeactor); virtual; Procedure Setaddress(AIndex : Integer; const AValue : String); virtual; Procedure Setannotation(AIndex : Integer; const AValue : String); virtual; Procedure SetcrosspostSource(AIndex : Integer; const AValue : String); virtual; Procedure Setetag(AIndex : Integer; const AValue : String); virtual; Procedure Setgeocode(AIndex : Integer; const AValue : String); virtual; Procedure Setid(AIndex : Integer; const AValue : String); virtual; Procedure Setkind(AIndex : Integer; const AValue : String); virtual; Procedure Setlocation(AIndex : Integer; AValue : TPlace); virtual; Procedure Set_object(AIndex : Integer; AValue : TActivityTypeobject); virtual; Procedure SetplaceId(AIndex : Integer; const AValue : String); virtual; Procedure SetplaceName(AIndex : Integer; const AValue : String); virtual; Procedure Setprovider(AIndex : Integer; AValue : TActivityTypeprovider); virtual; Procedure Set_published(AIndex : Integer; AValue : TDatetime); virtual; Procedure Setradius(AIndex : Integer; const AValue : String); virtual; Procedure Settitle(AIndex : Integer; const AValue : String); virtual; Procedure Setupdated(AIndex : Integer; AValue : TDatetime); virtual; Procedure Seturl(AIndex : Integer; const AValue : String); virtual; Procedure Setverb(AIndex : Integer; const AValue : String); virtual; Public Published Property access : TAcl Index 0 Read Faccess Write Setaccess; Property actor : TActivityTypeactor Index 8 Read Factor Write Setactor; Property address : String Index 16 Read Faddress Write Setaddress; Property annotation : String Index 24 Read Fannotation Write Setannotation; Property crosspostSource : String Index 32 Read FcrosspostSource Write SetcrosspostSource; Property etag : String Index 40 Read Fetag Write Setetag; Property geocode : String Index 48 Read Fgeocode Write Setgeocode; Property id : String Index 56 Read Fid Write Setid; Property kind : String Index 64 Read Fkind Write Setkind; Property location : TPlace Index 72 Read Flocation Write Setlocation; Property _object : TActivityTypeobject Index 80 Read F_object Write Set_object; Property placeId : String Index 88 Read FplaceId Write SetplaceId; Property placeName : String Index 96 Read FplaceName Write SetplaceName; Property provider : TActivityTypeprovider Index 104 Read Fprovider Write Setprovider; Property _published : TDatetime Index 112 Read F_published Write Set_published; Property radius : String Index 120 Read Fradius Write Setradius; Property title : String Index 128 Read Ftitle Write Settitle; Property updated : TDatetime Index 136 Read Fupdated Write Setupdated; Property url : String Index 144 Read Furl Write Seturl; Property verb : String Index 152 Read Fverb Write Setverb; end; TActivityClass = Class of TActivity; { -------------------------------------------------------------------- TActivityFeed --------------------------------------------------------------------} TActivityFeed = Class(TGoogleBaseObject) Private Fetag : String; Fid : String; Fitems : TActivityFeedTypeitemsArray; Fkind : String; FnextLink : String; FnextPageToken : String; FselfLink : String; Ftitle : String; Fupdated : TDatetime; Protected //Property setters Procedure Setetag(AIndex : Integer; const AValue : String); virtual; Procedure Setid(AIndex : Integer; const AValue : String); virtual; Procedure Setitems(AIndex : Integer; AValue : TActivityFeedTypeitemsArray); virtual; Procedure Setkind(AIndex : Integer; const AValue : String); virtual; Procedure SetnextLink(AIndex : Integer; const AValue : String); virtual; Procedure SetnextPageToken(AIndex : Integer; const AValue : String); virtual; Procedure SetselfLink(AIndex : Integer; const AValue : String); virtual; Procedure Settitle(AIndex : Integer; const AValue : String); virtual; Procedure Setupdated(AIndex : Integer; AValue : TDatetime); virtual; //2.6.4. bug workaround {$IFDEF VER2_6} Procedure SetArrayLength(Const AName : String; ALength : Longint); override; {$ENDIF VER2_6} Public Published Property etag : String Index 0 Read Fetag Write Setetag; Property id : String Index 8 Read Fid Write Setid; Property items : TActivityFeedTypeitemsArray Index 16 Read Fitems Write Setitems; Property kind : String Index 24 Read Fkind Write Setkind; Property nextLink : String Index 32 Read FnextLink Write SetnextLink; Property nextPageToken : String Index 40 Read FnextPageToken Write SetnextPageToken; Property selfLink : String Index 48 Read FselfLink Write SetselfLink; Property title : String Index 56 Read Ftitle Write Settitle; Property updated : TDatetime Index 64 Read Fupdated Write Setupdated; end; TActivityFeedClass = Class of TActivityFeed; { -------------------------------------------------------------------- TAudience --------------------------------------------------------------------} TAudience = Class(TGoogleBaseObject) Private Fetag : String; Fitem : TPlusDomainsAclentryResource; Fkind : String; FmemberCount : integer; Fvisibility : String; Protected //Property setters Procedure Setetag(AIndex : Integer; const AValue : String); virtual; Procedure Setitem(AIndex : Integer; AValue : TPlusDomainsAclentryResource); virtual; Procedure Setkind(AIndex : Integer; const AValue : String); virtual; Procedure SetmemberCount(AIndex : Integer; AValue : integer); virtual; Procedure Setvisibility(AIndex : Integer; const AValue : String); virtual; Public Published Property etag : String Index 0 Read Fetag Write Setetag; Property item : TPlusDomainsAclentryResource Index 8 Read Fitem Write Setitem; Property kind : String Index 16 Read Fkind Write Setkind; Property memberCount : integer Index 24 Read FmemberCount Write SetmemberCount; Property visibility : String Index 32 Read Fvisibility Write Setvisibility; end; TAudienceClass = Class of TAudience; { -------------------------------------------------------------------- TAudiencesFeed --------------------------------------------------------------------} TAudiencesFeed = Class(TGoogleBaseObject) Private Fetag : String; Fitems : TAudiencesFeedTypeitemsArray; Fkind : String; FnextPageToken : String; FtotalItems : integer; Protected //Property setters Procedure Setetag(AIndex : Integer; const AValue : String); virtual; Procedure Setitems(AIndex : Integer; AValue : TAudiencesFeedTypeitemsArray); virtual; Procedure Setkind(AIndex : Integer; const AValue : String); virtual; Procedure SetnextPageToken(AIndex : Integer; const AValue : String); virtual; Procedure SettotalItems(AIndex : Integer; AValue : integer); virtual; //2.6.4. bug workaround {$IFDEF VER2_6} Procedure SetArrayLength(Const AName : String; ALength : Longint); override; {$ENDIF VER2_6} Public Published Property etag : String Index 0 Read Fetag Write Setetag; Property items : TAudiencesFeedTypeitemsArray Index 8 Read Fitems Write Setitems; Property kind : String Index 16 Read Fkind Write Setkind; Property nextPageToken : String Index 24 Read FnextPageToken Write SetnextPageToken; Property totalItems : integer Index 32 Read FtotalItems Write SettotalItems; end; TAudiencesFeedClass = Class of TAudiencesFeed; { -------------------------------------------------------------------- TCircleTypepeople --------------------------------------------------------------------} TCircleTypepeople = Class(TGoogleBaseObject) Private FtotalItems : integer; Protected //Property setters Procedure SettotalItems(AIndex : Integer; AValue : integer); virtual; Public Published Property totalItems : integer Index 0 Read FtotalItems Write SettotalItems; end; TCircleTypepeopleClass = Class of TCircleTypepeople; { -------------------------------------------------------------------- TCircle --------------------------------------------------------------------} TCircle = Class(TGoogleBaseObject) Private Fdescription : String; FdisplayName : String; Fetag : String; Fid : String; Fkind : String; Fpeople : TCircleTypepeople; FselfLink : String; Protected //Property setters Procedure Setdescription(AIndex : Integer; const AValue : String); virtual; Procedure SetdisplayName(AIndex : Integer; const AValue : String); virtual; Procedure Setetag(AIndex : Integer; const AValue : String); virtual; Procedure Setid(AIndex : Integer; const AValue : String); virtual; Procedure Setkind(AIndex : Integer; const AValue : String); virtual; Procedure Setpeople(AIndex : Integer; AValue : TCircleTypepeople); virtual; Procedure SetselfLink(AIndex : Integer; const AValue : String); virtual; Public Published Property description : String Index 0 Read Fdescription Write Setdescription; Property displayName : String Index 8 Read FdisplayName Write SetdisplayName; Property etag : String Index 16 Read Fetag Write Setetag; Property id : String Index 24 Read Fid Write Setid; Property kind : String Index 32 Read Fkind Write Setkind; Property people : TCircleTypepeople Index 40 Read Fpeople Write Setpeople; Property selfLink : String Index 48 Read FselfLink Write SetselfLink; end; TCircleClass = Class of TCircle; { -------------------------------------------------------------------- TCircleFeed --------------------------------------------------------------------} TCircleFeed = Class(TGoogleBaseObject) Private Fetag : String; Fitems : TCircleFeedTypeitemsArray; Fkind : String; FnextLink : String; FnextPageToken : String; FselfLink : String; Ftitle : String; FtotalItems : integer; Protected //Property setters Procedure Setetag(AIndex : Integer; const AValue : String); virtual; Procedure Setitems(AIndex : Integer; AValue : TCircleFeedTypeitemsArray); virtual; Procedure Setkind(AIndex : Integer; const AValue : String); virtual; Procedure SetnextLink(AIndex : Integer; const AValue : String); virtual; Procedure SetnextPageToken(AIndex : Integer; const AValue : String); virtual; Procedure SetselfLink(AIndex : Integer; const AValue : String); virtual; Procedure Settitle(AIndex : Integer; const AValue : String); virtual; Procedure SettotalItems(AIndex : Integer; AValue : integer); virtual; //2.6.4. bug workaround {$IFDEF VER2_6} Procedure SetArrayLength(Const AName : String; ALength : Longint); override; {$ENDIF VER2_6} Public Published Property etag : String Index 0 Read Fetag Write Setetag; Property items : TCircleFeedTypeitemsArray Index 8 Read Fitems Write Setitems; Property kind : String Index 16 Read Fkind Write Setkind; Property nextLink : String Index 24 Read FnextLink Write SetnextLink; Property nextPageToken : String Index 32 Read FnextPageToken Write SetnextPageToken; Property selfLink : String Index 40 Read FselfLink Write SetselfLink; Property title : String Index 48 Read Ftitle Write Settitle; Property totalItems : integer Index 56 Read FtotalItems Write SettotalItems; end; TCircleFeedClass = Class of TCircleFeed; { -------------------------------------------------------------------- TCommentTypeactorTypeimage --------------------------------------------------------------------} TCommentTypeactorTypeimage = Class(TGoogleBaseObject) Private Furl : String; Protected //Property setters Procedure Seturl(AIndex : Integer; const AValue : String); virtual; Public Published Property url : String Index 0 Read Furl Write Seturl; end; TCommentTypeactorTypeimageClass = Class of TCommentTypeactorTypeimage; { -------------------------------------------------------------------- TCommentTypeactor --------------------------------------------------------------------} TCommentTypeactor = Class(TGoogleBaseObject) Private FdisplayName : String; Fid : String; Fimage : TCommentTypeactorTypeimage; Furl : String; Protected //Property setters Procedure SetdisplayName(AIndex : Integer; const AValue : String); virtual; Procedure Setid(AIndex : Integer; const AValue : String); virtual; Procedure Setimage(AIndex : Integer; AValue : TCommentTypeactorTypeimage); virtual; Procedure Seturl(AIndex : Integer; const AValue : String); virtual; Public Published Property displayName : String Index 0 Read FdisplayName Write SetdisplayName; Property id : String Index 8 Read Fid Write Setid; Property image : TCommentTypeactorTypeimage Index 16 Read Fimage Write Setimage; Property url : String Index 24 Read Furl Write Seturl; end; TCommentTypeactorClass = Class of TCommentTypeactor; { -------------------------------------------------------------------- TCommentTypeinReplyToItem --------------------------------------------------------------------} TCommentTypeinReplyToItem = Class(TGoogleBaseObject) Private Fid : String; Furl : String; Protected //Property setters Procedure Setid(AIndex : Integer; const AValue : String); virtual; Procedure Seturl(AIndex : Integer; const AValue : String); virtual; Public Published Property id : String Index 0 Read Fid Write Setid; Property url : String Index 8 Read Furl Write Seturl; end; TCommentTypeinReplyToItemClass = Class of TCommentTypeinReplyToItem; { -------------------------------------------------------------------- TCommentTypeobject --------------------------------------------------------------------} TCommentTypeobject = Class(TGoogleBaseObject) Private Fcontent : String; FobjectType : String; ForiginalContent : String; Protected //Property setters Procedure Setcontent(AIndex : Integer; const AValue : String); virtual; Procedure SetobjectType(AIndex : Integer; const AValue : String); virtual; Procedure SetoriginalContent(AIndex : Integer; const AValue : String); virtual; Public Published Property content : String Index 0 Read Fcontent Write Setcontent; Property objectType : String Index 8 Read FobjectType Write SetobjectType; Property originalContent : String Index 16 Read ForiginalContent Write SetoriginalContent; end; TCommentTypeobjectClass = Class of TCommentTypeobject; { -------------------------------------------------------------------- TCommentTypeplusoners --------------------------------------------------------------------} TCommentTypeplusoners = Class(TGoogleBaseObject) Private FtotalItems : integer; Protected //Property setters Procedure SettotalItems(AIndex : Integer; AValue : integer); virtual; Public Published Property totalItems : integer Index 0 Read FtotalItems Write SettotalItems; end; TCommentTypeplusonersClass = Class of TCommentTypeplusoners; { -------------------------------------------------------------------- TComment --------------------------------------------------------------------} TComment = Class(TGoogleBaseObject) Private Factor : TCommentTypeactor; Fetag : String; Fid : String; FinReplyTo : TCommentTypeinReplyToArray; Fkind : String; F_object : TCommentTypeobject; Fplusoners : TCommentTypeplusoners; F_published : TDatetime; FselfLink : String; Fupdated : TDatetime; Fverb : String; Protected Class Function ExportPropertyName(Const AName : String) : string; override; //Property setters Procedure Setactor(AIndex : Integer; AValue : TCommentTypeactor); virtual; Procedure Setetag(AIndex : Integer; const AValue : String); virtual; Procedure Setid(AIndex : Integer; const AValue : String); virtual; Procedure SetinReplyTo(AIndex : Integer; AValue : TCommentTypeinReplyToArray); virtual; Procedure Setkind(AIndex : Integer; const AValue : String); virtual; Procedure Set_object(AIndex : Integer; AValue : TCommentTypeobject); virtual; Procedure Setplusoners(AIndex : Integer; AValue : TCommentTypeplusoners); virtual; Procedure Set_published(AIndex : Integer; AValue : TDatetime); virtual; Procedure SetselfLink(AIndex : Integer; const AValue : String); virtual; Procedure Setupdated(AIndex : Integer; AValue : TDatetime); virtual; Procedure Setverb(AIndex : Integer; const AValue : String); virtual; //2.6.4. bug workaround {$IFDEF VER2_6} Procedure SetArrayLength(Const AName : String; ALength : Longint); override; {$ENDIF VER2_6} Public Published Property actor : TCommentTypeactor Index 0 Read Factor Write Setactor; Property etag : String Index 8 Read Fetag Write Setetag; Property id : String Index 16 Read Fid Write Setid; Property inReplyTo : TCommentTypeinReplyToArray Index 24 Read FinReplyTo Write SetinReplyTo; Property kind : String Index 32 Read Fkind Write Setkind; Property _object : TCommentTypeobject Index 40 Read F_object Write Set_object; Property plusoners : TCommentTypeplusoners Index 48 Read Fplusoners Write Setplusoners; Property _published : TDatetime Index 56 Read F_published Write Set_published; Property selfLink : String Index 64 Read FselfLink Write SetselfLink; Property updated : TDatetime Index 72 Read Fupdated Write Setupdated; Property verb : String Index 80 Read Fverb Write Setverb; end; TCommentClass = Class of TComment; { -------------------------------------------------------------------- TCommentFeed --------------------------------------------------------------------} TCommentFeed = Class(TGoogleBaseObject) Private Fetag : String; Fid : String; Fitems : TCommentFeedTypeitemsArray; Fkind : String; FnextLink : String; FnextPageToken : String; Ftitle : String; Fupdated : TDatetime; Protected //Property setters Procedure Setetag(AIndex : Integer; const AValue : String); virtual; Procedure Setid(AIndex : Integer; const AValue : String); virtual; Procedure Setitems(AIndex : Integer; AValue : TCommentFeedTypeitemsArray); virtual; Procedure Setkind(AIndex : Integer; const AValue : String); virtual; Procedure SetnextLink(AIndex : Integer; const AValue : String); virtual; Procedure SetnextPageToken(AIndex : Integer; const AValue : String); virtual; Procedure Settitle(AIndex : Integer; const AValue : String); virtual; Procedure Setupdated(AIndex : Integer; AValue : TDatetime); virtual; //2.6.4. bug workaround {$IFDEF VER2_6} Procedure SetArrayLength(Const AName : String; ALength : Longint); override; {$ENDIF VER2_6} Public Published Property etag : String Index 0 Read Fetag Write Setetag; Property id : String Index 8 Read Fid Write Setid; Property items : TCommentFeedTypeitemsArray Index 16 Read Fitems Write Setitems; Property kind : String Index 24 Read Fkind Write Setkind; Property nextLink : String Index 32 Read FnextLink Write SetnextLink; Property nextPageToken : String Index 40 Read FnextPageToken Write SetnextPageToken; Property title : String Index 48 Read Ftitle Write Settitle; Property updated : TDatetime Index 56 Read Fupdated Write Setupdated; end; TCommentFeedClass = Class of TCommentFeed; { -------------------------------------------------------------------- TMediaTypeauthorTypeimage --------------------------------------------------------------------} TMediaTypeauthorTypeimage = Class(TGoogleBaseObject) Private Furl : String; Protected //Property setters Procedure Seturl(AIndex : Integer; const AValue : String); virtual; Public Published Property url : String Index 0 Read Furl Write Seturl; end; TMediaTypeauthorTypeimageClass = Class of TMediaTypeauthorTypeimage; { -------------------------------------------------------------------- TMediaTypeauthor --------------------------------------------------------------------} TMediaTypeauthor = Class(TGoogleBaseObject) Private FdisplayName : String; Fid : String; Fimage : TMediaTypeauthorTypeimage; Furl : String; Protected //Property setters Procedure SetdisplayName(AIndex : Integer; const AValue : String); virtual; Procedure Setid(AIndex : Integer; const AValue : String); virtual; Procedure Setimage(AIndex : Integer; AValue : TMediaTypeauthorTypeimage); virtual; Procedure Seturl(AIndex : Integer; const AValue : String); virtual; Public Published Property displayName : String Index 0 Read FdisplayName Write SetdisplayName; Property id : String Index 8 Read Fid Write Setid; Property image : TMediaTypeauthorTypeimage Index 16 Read Fimage Write Setimage; Property url : String Index 24 Read Furl Write Seturl; end; TMediaTypeauthorClass = Class of TMediaTypeauthor; { -------------------------------------------------------------------- TMediaTypeexif --------------------------------------------------------------------} TMediaTypeexif = Class(TGoogleBaseObject) Private Ftime : TDatetime; Protected //Property setters Procedure Settime(AIndex : Integer; AValue : TDatetime); virtual; Public Published Property time : TDatetime Index 0 Read Ftime Write Settime; end; TMediaTypeexifClass = Class of TMediaTypeexif; { -------------------------------------------------------------------- TMedia --------------------------------------------------------------------} TMedia = Class(TGoogleBaseObject) Private Fauthor : TMediaTypeauthor; FdisplayName : String; Fetag : String; Fexif : TMediaTypeexif; Fheight : integer; Fid : String; Fkind : String; FmediaCreatedTime : TDatetime; FmediaUrl : String; F_published : TDatetime; FsizeBytes : String; Fstreams : TMediaTypestreamsArray; Fsummary : String; Fupdated : TDatetime; Furl : String; FvideoDuration : String; FvideoStatus : String; Fwidth : integer; Protected Class Function ExportPropertyName(Const AName : String) : string; override; //Property setters Procedure Setauthor(AIndex : Integer; AValue : TMediaTypeauthor); virtual; Procedure SetdisplayName(AIndex : Integer; const AValue : String); virtual; Procedure Setetag(AIndex : Integer; const AValue : String); virtual; Procedure Setexif(AIndex : Integer; AValue : TMediaTypeexif); virtual; Procedure Setheight(AIndex : Integer; AValue : integer); virtual; Procedure Setid(AIndex : Integer; const AValue : String); virtual; Procedure Setkind(AIndex : Integer; const AValue : String); virtual; Procedure SetmediaCreatedTime(AIndex : Integer; AValue : TDatetime); virtual; Procedure SetmediaUrl(AIndex : Integer; const AValue : String); virtual; Procedure Set_published(AIndex : Integer; AValue : TDatetime); virtual; Procedure SetsizeBytes(AIndex : Integer; const AValue : String); virtual; Procedure Setstreams(AIndex : Integer; AValue : TMediaTypestreamsArray); virtual; Procedure Setsummary(AIndex : Integer; const AValue : String); virtual; Procedure Setupdated(AIndex : Integer; AValue : TDatetime); virtual; Procedure Seturl(AIndex : Integer; const AValue : String); virtual; Procedure SetvideoDuration(AIndex : Integer; const AValue : String); virtual; Procedure SetvideoStatus(AIndex : Integer; const AValue : String); virtual; Procedure Setwidth(AIndex : Integer; AValue : integer); virtual; //2.6.4. bug workaround {$IFDEF VER2_6} Procedure SetArrayLength(Const AName : String; ALength : Longint); override; {$ENDIF VER2_6} Public Published Property author : TMediaTypeauthor Index 0 Read Fauthor Write Setauthor; Property displayName : String Index 8 Read FdisplayName Write SetdisplayName; Property etag : String Index 16 Read Fetag Write Setetag; Property exif : TMediaTypeexif Index 24 Read Fexif Write Setexif; Property height : integer Index 32 Read Fheight Write Setheight; Property id : String Index 40 Read Fid Write Setid; Property kind : String Index 48 Read Fkind Write Setkind; Property mediaCreatedTime : TDatetime Index 56 Read FmediaCreatedTime Write SetmediaCreatedTime; Property mediaUrl : String Index 64 Read FmediaUrl Write SetmediaUrl; Property _published : TDatetime Index 72 Read F_published Write Set_published; Property sizeBytes : String Index 80 Read FsizeBytes Write SetsizeBytes; Property streams : TMediaTypestreamsArray Index 88 Read Fstreams Write Setstreams; Property summary : String Index 96 Read Fsummary Write Setsummary; Property updated : TDatetime Index 104 Read Fupdated Write Setupdated; Property url : String Index 112 Read Furl Write Seturl; Property videoDuration : String Index 120 Read FvideoDuration Write SetvideoDuration; Property videoStatus : String Index 128 Read FvideoStatus Write SetvideoStatus; Property width : integer Index 136 Read Fwidth Write Setwidth; end; TMediaClass = Class of TMedia; { -------------------------------------------------------------------- TPeopleFeed --------------------------------------------------------------------} TPeopleFeed = Class(TGoogleBaseObject) Private Fetag : String; Fitems : TPeopleFeedTypeitemsArray; Fkind : String; FnextPageToken : String; FselfLink : String; Ftitle : String; FtotalItems : integer; Protected //Property setters Procedure Setetag(AIndex : Integer; const AValue : String); virtual; Procedure Setitems(AIndex : Integer; AValue : TPeopleFeedTypeitemsArray); virtual; Procedure Setkind(AIndex : Integer; const AValue : String); virtual; Procedure SetnextPageToken(AIndex : Integer; const AValue : String); virtual; Procedure SetselfLink(AIndex : Integer; const AValue : String); virtual; Procedure Settitle(AIndex : Integer; const AValue : String); virtual; Procedure SettotalItems(AIndex : Integer; AValue : integer); virtual; //2.6.4. bug workaround {$IFDEF VER2_6} Procedure SetArrayLength(Const AName : String; ALength : Longint); override; {$ENDIF VER2_6} Public Published Property etag : String Index 0 Read Fetag Write Setetag; Property items : TPeopleFeedTypeitemsArray Index 8 Read Fitems Write Setitems; Property kind : String Index 16 Read Fkind Write Setkind; Property nextPageToken : String Index 24 Read FnextPageToken Write SetnextPageToken; Property selfLink : String Index 32 Read FselfLink Write SetselfLink; Property title : String Index 40 Read Ftitle Write Settitle; Property totalItems : integer Index 48 Read FtotalItems Write SettotalItems; end; TPeopleFeedClass = Class of TPeopleFeed; { -------------------------------------------------------------------- TPersonTypecoverTypecoverInfo --------------------------------------------------------------------} TPersonTypecoverTypecoverInfo = Class(TGoogleBaseObject) Private FleftImageOffset : integer; FtopImageOffset : integer; Protected //Property setters Procedure SetleftImageOffset(AIndex : Integer; AValue : integer); virtual; Procedure SettopImageOffset(AIndex : Integer; AValue : integer); virtual; Public Published Property leftImageOffset : integer Index 0 Read FleftImageOffset Write SetleftImageOffset; Property topImageOffset : integer Index 8 Read FtopImageOffset Write SettopImageOffset; end; TPersonTypecoverTypecoverInfoClass = Class of TPersonTypecoverTypecoverInfo; { -------------------------------------------------------------------- TPersonTypecoverTypecoverPhoto --------------------------------------------------------------------} TPersonTypecoverTypecoverPhoto = Class(TGoogleBaseObject) Private Fheight : integer; Furl : String; Fwidth : integer; Protected //Property setters Procedure Setheight(AIndex : Integer; AValue : integer); virtual; Procedure Seturl(AIndex : Integer; const AValue : String); virtual; Procedure Setwidth(AIndex : Integer; AValue : integer); virtual; Public Published Property height : integer Index 0 Read Fheight Write Setheight; Property url : String Index 8 Read Furl Write Seturl; Property width : integer Index 16 Read Fwidth Write Setwidth; end; TPersonTypecoverTypecoverPhotoClass = Class of TPersonTypecoverTypecoverPhoto; { -------------------------------------------------------------------- TPersonTypecover --------------------------------------------------------------------} TPersonTypecover = Class(TGoogleBaseObject) Private FcoverInfo : TPersonTypecoverTypecoverInfo; FcoverPhoto : TPersonTypecoverTypecoverPhoto; Flayout : String; Protected //Property setters Procedure SetcoverInfo(AIndex : Integer; AValue : TPersonTypecoverTypecoverInfo); virtual; Procedure SetcoverPhoto(AIndex : Integer; AValue : TPersonTypecoverTypecoverPhoto); virtual; Procedure Setlayout(AIndex : Integer; const AValue : String); virtual; Public Published Property coverInfo : TPersonTypecoverTypecoverInfo Index 0 Read FcoverInfo Write SetcoverInfo; Property coverPhoto : TPersonTypecoverTypecoverPhoto Index 8 Read FcoverPhoto Write SetcoverPhoto; Property layout : String Index 16 Read Flayout Write Setlayout; end; TPersonTypecoverClass = Class of TPersonTypecover; { -------------------------------------------------------------------- TPersonTypeemailsItem --------------------------------------------------------------------} TPersonTypeemailsItem = Class(TGoogleBaseObject) Private F_type : String; Fvalue : String; Protected Class Function ExportPropertyName(Const AName : String) : string; override; //Property setters Procedure Set_type(AIndex : Integer; const AValue : String); virtual; Procedure Setvalue(AIndex : Integer; const AValue : String); virtual; Public Published Property _type : String Index 0 Read F_type Write Set_type; Property value : String Index 8 Read Fvalue Write Setvalue; end; TPersonTypeemailsItemClass = Class of TPersonTypeemailsItem; { -------------------------------------------------------------------- TPersonTypeimage --------------------------------------------------------------------} TPersonTypeimage = Class(TGoogleBaseObject) Private FisDefault : boolean; Furl : String; Protected //Property setters Procedure SetisDefault(AIndex : Integer; AValue : boolean); virtual; Procedure Seturl(AIndex : Integer; const AValue : String); virtual; Public Published Property isDefault : boolean Index 0 Read FisDefault Write SetisDefault; Property url : String Index 8 Read Furl Write Seturl; end; TPersonTypeimageClass = Class of TPersonTypeimage; { -------------------------------------------------------------------- TPersonTypename --------------------------------------------------------------------} TPersonTypename = Class(TGoogleBaseObject) Private FfamilyName : String; Fformatted : String; FgivenName : String; FhonorificPrefix : String; FhonorificSuffix : String; FmiddleName : String; Protected //Property setters Procedure SetfamilyName(AIndex : Integer; const AValue : String); virtual; Procedure Setformatted(AIndex : Integer; const AValue : String); virtual; Procedure SetgivenName(AIndex : Integer; const AValue : String); virtual; Procedure SethonorificPrefix(AIndex : Integer; const AValue : String); virtual; Procedure SethonorificSuffix(AIndex : Integer; const AValue : String); virtual; Procedure SetmiddleName(AIndex : Integer; const AValue : String); virtual; Public Published Property familyName : String Index 0 Read FfamilyName Write SetfamilyName; Property formatted : String Index 8 Read Fformatted Write Setformatted; Property givenName : String Index 16 Read FgivenName Write SetgivenName; Property honorificPrefix : String Index 24 Read FhonorificPrefix Write SethonorificPrefix; Property honorificSuffix : String Index 32 Read FhonorificSuffix Write SethonorificSuffix; Property middleName : String Index 40 Read FmiddleName Write SetmiddleName; end; TPersonTypenameClass = Class of TPersonTypename; { -------------------------------------------------------------------- TPersonTypeorganizationsItem --------------------------------------------------------------------} TPersonTypeorganizationsItem = Class(TGoogleBaseObject) Private Fdepartment : String; Fdescription : String; FendDate : String; Flocation : String; Fname : String; Fprimary : boolean; FstartDate : String; Ftitle : String; F_type : String; Protected Class Function ExportPropertyName(Const AName : String) : string; override; //Property setters Procedure Setdepartment(AIndex : Integer; const AValue : String); virtual; Procedure Setdescription(AIndex : Integer; const AValue : String); virtual; Procedure SetendDate(AIndex : Integer; const AValue : String); virtual; Procedure Setlocation(AIndex : Integer; const AValue : String); virtual; Procedure Setname(AIndex : Integer; const AValue : String); virtual; Procedure Setprimary(AIndex : Integer; AValue : boolean); virtual; Procedure SetstartDate(AIndex : Integer; const AValue : String); virtual; Procedure Settitle(AIndex : Integer; const AValue : String); virtual; Procedure Set_type(AIndex : Integer; const AValue : String); virtual; Public Published Property department : String Index 0 Read Fdepartment Write Setdepartment; Property description : String Index 8 Read Fdescription Write Setdescription; Property endDate : String Index 16 Read FendDate Write SetendDate; Property location : String Index 24 Read Flocation Write Setlocation; Property name : String Index 32 Read Fname Write Setname; Property primary : boolean Index 40 Read Fprimary Write Setprimary; Property startDate : String Index 48 Read FstartDate Write SetstartDate; Property title : String Index 56 Read Ftitle Write Settitle; Property _type : String Index 64 Read F_type Write Set_type; end; TPersonTypeorganizationsItemClass = Class of TPersonTypeorganizationsItem; { -------------------------------------------------------------------- TPersonTypeplacesLivedItem --------------------------------------------------------------------} TPersonTypeplacesLivedItem = Class(TGoogleBaseObject) Private Fprimary : boolean; Fvalue : String; Protected //Property setters Procedure Setprimary(AIndex : Integer; AValue : boolean); virtual; Procedure Setvalue(AIndex : Integer; const AValue : String); virtual; Public Published Property primary : boolean Index 0 Read Fprimary Write Setprimary; Property value : String Index 8 Read Fvalue Write Setvalue; end; TPersonTypeplacesLivedItemClass = Class of TPersonTypeplacesLivedItem; { -------------------------------------------------------------------- TPersonTypeurlsItem --------------------------------------------------------------------} TPersonTypeurlsItem = Class(TGoogleBaseObject) Private F_label : String; F_type : String; Fvalue : String; Protected Class Function ExportPropertyName(Const AName : String) : string; override; //Property setters Procedure Set_label(AIndex : Integer; const AValue : String); virtual; Procedure Set_type(AIndex : Integer; const AValue : String); virtual; Procedure Setvalue(AIndex : Integer; const AValue : String); virtual; Public Published Property _label : String Index 0 Read F_label Write Set_label; Property _type : String Index 8 Read F_type Write Set_type; Property value : String Index 16 Read Fvalue Write Setvalue; end; TPersonTypeurlsItemClass = Class of TPersonTypeurlsItem; { -------------------------------------------------------------------- TPerson --------------------------------------------------------------------} TPerson = Class(TGoogleBaseObject) Private FaboutMe : String; Fbirthday : String; FbraggingRights : String; FcircledByCount : integer; Fcover : TPersonTypecover; FcurrentLocation : String; FdisplayName : String; Fdomain : String; Femails : TPersonTypeemailsArray; Fetag : String; Fgender : String; Fid : String; Fimage : TPersonTypeimage; FisPlusUser : boolean; Fkind : String; Fname : TPersonTypename; Fnickname : String; FobjectType : String; Foccupation : String; Forganizations : TPersonTypeorganizationsArray; FplacesLived : TPersonTypeplacesLivedArray; FplusOneCount : integer; FrelationshipStatus : String; Fskills : String; Ftagline : String; Furl : String; Furls : TPersonTypeurlsArray; Fverified : boolean; Protected //Property setters Procedure SetaboutMe(AIndex : Integer; const AValue : String); virtual; Procedure Setbirthday(AIndex : Integer; const AValue : String); virtual; Procedure SetbraggingRights(AIndex : Integer; const AValue : String); virtual; Procedure SetcircledByCount(AIndex : Integer; AValue : integer); virtual; Procedure Setcover(AIndex : Integer; AValue : TPersonTypecover); virtual; Procedure SetcurrentLocation(AIndex : Integer; const AValue : String); virtual; Procedure SetdisplayName(AIndex : Integer; const AValue : String); virtual; Procedure Setdomain(AIndex : Integer; const AValue : String); virtual; Procedure Setemails(AIndex : Integer; AValue : TPersonTypeemailsArray); virtual; Procedure Setetag(AIndex : Integer; const AValue : String); virtual; Procedure Setgender(AIndex : Integer; const AValue : String); virtual; Procedure Setid(AIndex : Integer; const AValue : String); virtual; Procedure Setimage(AIndex : Integer; AValue : TPersonTypeimage); virtual; Procedure SetisPlusUser(AIndex : Integer; AValue : boolean); virtual; Procedure Setkind(AIndex : Integer; const AValue : String); virtual; Procedure Setname(AIndex : Integer; AValue : TPersonTypename); virtual; Procedure Setnickname(AIndex : Integer; const AValue : String); virtual; Procedure SetobjectType(AIndex : Integer; const AValue : String); virtual; Procedure Setoccupation(AIndex : Integer; const AValue : String); virtual; Procedure Setorganizations(AIndex : Integer; AValue : TPersonTypeorganizationsArray); virtual; Procedure SetplacesLived(AIndex : Integer; AValue : TPersonTypeplacesLivedArray); virtual; Procedure SetplusOneCount(AIndex : Integer; AValue : integer); virtual; Procedure SetrelationshipStatus(AIndex : Integer; const AValue : String); virtual; Procedure Setskills(AIndex : Integer; const AValue : String); virtual; Procedure Settagline(AIndex : Integer; const AValue : String); virtual; Procedure Seturl(AIndex : Integer; const AValue : String); virtual; Procedure Seturls(AIndex : Integer; AValue : TPersonTypeurlsArray); virtual; Procedure Setverified(AIndex : Integer; AValue : boolean); virtual; //2.6.4. bug workaround {$IFDEF VER2_6} Procedure SetArrayLength(Const AName : String; ALength : Longint); override; {$ENDIF VER2_6} Public Published Property aboutMe : String Index 0 Read FaboutMe Write SetaboutMe; Property birthday : String Index 8 Read Fbirthday Write Setbirthday; Property braggingRights : String Index 16 Read FbraggingRights Write SetbraggingRights; Property circledByCount : integer Index 24 Read FcircledByCount Write SetcircledByCount; Property cover : TPersonTypecover Index 32 Read Fcover Write Setcover; Property currentLocation : String Index 40 Read FcurrentLocation Write SetcurrentLocation; Property displayName : String Index 48 Read FdisplayName Write SetdisplayName; Property domain : String Index 56 Read Fdomain Write Setdomain; Property emails : TPersonTypeemailsArray Index 64 Read Femails Write Setemails; Property etag : String Index 72 Read Fetag Write Setetag; Property gender : String Index 80 Read Fgender Write Setgender; Property id : String Index 88 Read Fid Write Setid; Property image : TPersonTypeimage Index 96 Read Fimage Write Setimage; Property isPlusUser : boolean Index 104 Read FisPlusUser Write SetisPlusUser; Property kind : String Index 112 Read Fkind Write Setkind; Property name : TPersonTypename Index 120 Read Fname Write Setname; Property nickname : String Index 128 Read Fnickname Write Setnickname; Property objectType : String Index 136 Read FobjectType Write SetobjectType; Property occupation : String Index 144 Read Foccupation Write Setoccupation; Property organizations : TPersonTypeorganizationsArray Index 152 Read Forganizations Write Setorganizations; Property placesLived : TPersonTypeplacesLivedArray Index 160 Read FplacesLived Write SetplacesLived; Property plusOneCount : integer Index 168 Read FplusOneCount Write SetplusOneCount; Property relationshipStatus : String Index 176 Read FrelationshipStatus Write SetrelationshipStatus; Property skills : String Index 184 Read Fskills Write Setskills; Property tagline : String Index 192 Read Ftagline Write Settagline; Property url : String Index 200 Read Furl Write Seturl; Property urls : TPersonTypeurlsArray Index 208 Read Furls Write Seturls; Property verified : boolean Index 216 Read Fverified Write Setverified; end; TPersonClass = Class of TPerson; { -------------------------------------------------------------------- TPlaceTypeaddress --------------------------------------------------------------------} TPlaceTypeaddress = Class(TGoogleBaseObject) Private Fformatted : String; Protected //Property setters Procedure Setformatted(AIndex : Integer; const AValue : String); virtual; Public Published Property formatted : String Index 0 Read Fformatted Write Setformatted; end; TPlaceTypeaddressClass = Class of TPlaceTypeaddress; { -------------------------------------------------------------------- TPlaceTypeposition --------------------------------------------------------------------} TPlaceTypeposition = Class(TGoogleBaseObject) Private Flatitude : double; Flongitude : double; Protected //Property setters Procedure Setlatitude(AIndex : Integer; AValue : double); virtual; Procedure Setlongitude(AIndex : Integer; AValue : double); virtual; Public Published Property latitude : double Index 0 Read Flatitude Write Setlatitude; Property longitude : double Index 8 Read Flongitude Write Setlongitude; end; TPlaceTypepositionClass = Class of TPlaceTypeposition; { -------------------------------------------------------------------- TPlace --------------------------------------------------------------------} TPlace = Class(TGoogleBaseObject) Private Faddress : TPlaceTypeaddress; FdisplayName : String; Fid : String; Fkind : String; Fposition : TPlaceTypeposition; Protected //Property setters Procedure Setaddress(AIndex : Integer; AValue : TPlaceTypeaddress); virtual; Procedure SetdisplayName(AIndex : Integer; const AValue : String); virtual; Procedure Setid(AIndex : Integer; const AValue : String); virtual; Procedure Setkind(AIndex : Integer; const AValue : String); virtual; Procedure Setposition(AIndex : Integer; AValue : TPlaceTypeposition); virtual; Public Published Property address : TPlaceTypeaddress Index 0 Read Faddress Write Setaddress; Property displayName : String Index 8 Read FdisplayName Write SetdisplayName; Property id : String Index 16 Read Fid Write Setid; Property kind : String Index 24 Read Fkind Write Setkind; Property position : TPlaceTypeposition Index 32 Read Fposition Write Setposition; end; TPlaceClass = Class of TPlace; { -------------------------------------------------------------------- TPlusDomainsAclentryResource --------------------------------------------------------------------} TPlusDomainsAclentryResource = Class(TGoogleBaseObject) Private FdisplayName : String; Fid : String; F_type : String; Protected Class Function ExportPropertyName(Const AName : String) : string; override; //Property setters Procedure SetdisplayName(AIndex : Integer; const AValue : String); virtual; Procedure Setid(AIndex : Integer; const AValue : String); virtual; Procedure Set_type(AIndex : Integer; const AValue : String); virtual; Public Published Property displayName : String Index 0 Read FdisplayName Write SetdisplayName; Property id : String Index 8 Read Fid Write Setid; Property _type : String Index 16 Read F_type Write Set_type; end; TPlusDomainsAclentryResourceClass = Class of TPlusDomainsAclentryResource; { -------------------------------------------------------------------- TVideostream --------------------------------------------------------------------} TVideostream = Class(TGoogleBaseObject) Private Fheight : integer; F_type : String; Furl : String; Fwidth : integer; Protected Class Function ExportPropertyName(Const AName : String) : string; override; //Property setters Procedure Setheight(AIndex : Integer; AValue : integer); virtual; Procedure Set_type(AIndex : Integer; const AValue : String); virtual; Procedure Seturl(AIndex : Integer; const AValue : String); virtual; Procedure Setwidth(AIndex : Integer; AValue : integer); virtual; Public Published Property height : integer Index 0 Read Fheight Write Setheight; Property _type : String Index 8 Read F_type Write Set_type; Property url : String Index 16 Read Furl Write Seturl; Property width : integer Index 24 Read Fwidth Write Setwidth; end; TVideostreamClass = Class of TVideostream; { -------------------------------------------------------------------- TActivitiesResource --------------------------------------------------------------------} //Optional query Options for TActivitiesResource, method Insert TActivitiesInsertOptions = Record preview : boolean; end; //Optional query Options for TActivitiesResource, method List TActivitiesListOptions = Record maxResults : integer; pageToken : String; end; TActivitiesResource = Class(TGoogleResource) Public Class Function ResourceName : String; override; Class Function DefaultAPI : TGoogleAPIClass; override; Function Get(activityId: string) : TActivity; Function Insert(userId: string; aActivity : TActivity; AQuery : string = '') : TActivity; Function Insert(userId: string; aActivity : TActivity; AQuery : TActivitiesinsertOptions) : TActivity; Function List(collection: string; userId: string; AQuery : string = '') : TActivityFeed; Function List(collection: string; userId: string; AQuery : TActivitieslistOptions) : TActivityFeed; end; { -------------------------------------------------------------------- TAudiencesResource --------------------------------------------------------------------} //Optional query Options for TAudiencesResource, method List TAudiencesListOptions = Record maxResults : integer; pageToken : String; end; TAudiencesResource = Class(TGoogleResource) Public Class Function ResourceName : String; override; Class Function DefaultAPI : TGoogleAPIClass; override; Function List(userId: string; AQuery : string = '') : TAudiencesFeed; Function List(userId: string; AQuery : TAudienceslistOptions) : TAudiencesFeed; end; { -------------------------------------------------------------------- TCirclesResource --------------------------------------------------------------------} //Optional query Options for TCirclesResource, method AddPeople TCirclesAddPeopleOptions = Record email : String; userId : String; end; //Optional query Options for TCirclesResource, method List TCirclesListOptions = Record maxResults : integer; pageToken : String; end; //Optional query Options for TCirclesResource, method RemovePeople TCirclesRemovePeopleOptions = Record email : String; userId : String; end; TCirclesResource = Class(TGoogleResource) Public Class Function ResourceName : String; override; Class Function DefaultAPI : TGoogleAPIClass; override; Function AddPeople(circleId: string; AQuery : string = '') : TCircle; Function AddPeople(circleId: string; AQuery : TCirclesaddPeopleOptions) : TCircle; Function Get(circleId: string) : TCircle; Function Insert(userId: string; aCircle : TCircle) : TCircle; Function List(userId: string; AQuery : string = '') : TCircleFeed; Function List(userId: string; AQuery : TCircleslistOptions) : TCircleFeed; Function Patch(circleId: string; aCircle : TCircle) : TCircle; Procedure Remove(circleId: string); Procedure RemovePeople(circleId: string; AQuery : string = ''); Procedure RemovePeople(circleId: string; AQuery : TCirclesremovePeopleOptions); Function Update(circleId: string; aCircle : TCircle) : TCircle; end; { -------------------------------------------------------------------- TCommentsResource --------------------------------------------------------------------} //Optional query Options for TCommentsResource, method List TCommentsListOptions = Record maxResults : integer; pageToken : String; sortOrder : String; end; TCommentsResource = Class(TGoogleResource) Public Class Function ResourceName : String; override; Class Function DefaultAPI : TGoogleAPIClass; override; Function Get(commentId: string) : TComment; Function Insert(activityId: string; aComment : TComment) : TComment; Function List(activityId: string; AQuery : string = '') : TCommentFeed; Function List(activityId: string; AQuery : TCommentslistOptions) : TCommentFeed; end; { -------------------------------------------------------------------- TMediaResource --------------------------------------------------------------------} TMediaResource = Class(TGoogleResource) Public Class Function ResourceName : String; override; Class Function DefaultAPI : TGoogleAPIClass; override; Function Insert(collection: string; userId: string; aMedia : TMedia) : TMedia; end; { -------------------------------------------------------------------- TPeopleResource --------------------------------------------------------------------} //Optional query Options for TPeopleResource, method List TPeopleListOptions = Record maxResults : integer; orderBy : String; pageToken : String; end; //Optional query Options for TPeopleResource, method ListByActivity TPeopleListByActivityOptions = Record maxResults : integer; pageToken : String; end; //Optional query Options for TPeopleResource, method ListByCircle TPeopleListByCircleOptions = Record maxResults : integer; pageToken : String; end; TPeopleResource = Class(TGoogleResource) Public Class Function ResourceName : String; override; Class Function DefaultAPI : TGoogleAPIClass; override; Function Get(userId: string) : TPerson; Function List(collection: string; userId: string; AQuery : string = '') : TPeopleFeed; Function List(collection: string; userId: string; AQuery : TPeoplelistOptions) : TPeopleFeed; Function ListByActivity(activityId: string; collection: string; AQuery : string = '') : TPeopleFeed; Function ListByActivity(activityId: string; collection: string; AQuery : TPeoplelistByActivityOptions) : TPeopleFeed; Function ListByCircle(circleId: string; AQuery : string = '') : TPeopleFeed; Function ListByCircle(circleId: string; AQuery : TPeoplelistByCircleOptions) : TPeopleFeed; end; { -------------------------------------------------------------------- TPlusDomainsAPI --------------------------------------------------------------------} TPlusDomainsAPI = Class(TGoogleAPI) Private FActivitiesInstance : TActivitiesResource; FAudiencesInstance : TAudiencesResource; FCirclesInstance : TCirclesResource; FCommentsInstance : TCommentsResource; FMediaInstance : TMediaResource; FPeopleInstance : TPeopleResource; Function GetActivitiesInstance : TActivitiesResource;virtual; Function GetAudiencesInstance : TAudiencesResource;virtual; Function GetCirclesInstance : TCirclesResource;virtual; Function GetCommentsInstance : TCommentsResource;virtual; Function GetMediaInstance : TMediaResource;virtual; Function GetPeopleInstance : TPeopleResource;virtual; Public //Override class functions with API info Class Function APIName : String; override; Class Function APIVersion : String; override; Class Function APIRevision : String; override; Class Function APIID : String; override; Class Function APITitle : String; override; Class Function APIDescription : String; override; Class Function APIOwnerDomain : String; override; Class Function APIOwnerName : String; override; Class Function APIIcon16 : String; override; Class Function APIIcon32 : String; override; Class Function APIdocumentationLink : String; override; Class Function APIrootUrl : string; override; Class Function APIbasePath : string;override; Class Function APIbaseURL : String;override; Class Function APIProtocol : string;override; Class Function APIservicePath : string;override; Class Function APIbatchPath : String;override; Class Function APIAuthScopes : TScopeInfoArray;override; Class Function APINeedsAuth : Boolean;override; Class Procedure RegisterAPIResources; override; //Add create function for resources Function CreateActivitiesResource(AOwner : TComponent) : TActivitiesResource;virtual;overload; Function CreateActivitiesResource : TActivitiesResource;virtual;overload; Function CreateAudiencesResource(AOwner : TComponent) : TAudiencesResource;virtual;overload; Function CreateAudiencesResource : TAudiencesResource;virtual;overload; Function CreateCirclesResource(AOwner : TComponent) : TCirclesResource;virtual;overload; Function CreateCirclesResource : TCirclesResource;virtual;overload; Function CreateCommentsResource(AOwner : TComponent) : TCommentsResource;virtual;overload; Function CreateCommentsResource : TCommentsResource;virtual;overload; Function CreateMediaResource(AOwner : TComponent) : TMediaResource;virtual;overload; Function CreateMediaResource : TMediaResource;virtual;overload; Function CreatePeopleResource(AOwner : TComponent) : TPeopleResource;virtual;overload; Function CreatePeopleResource : TPeopleResource;virtual;overload; //Add default on-demand instances for resources Property ActivitiesResource : TActivitiesResource Read GetActivitiesInstance; Property AudiencesResource : TAudiencesResource Read GetAudiencesInstance; Property CirclesResource : TCirclesResource Read GetCirclesInstance; Property CommentsResource : TCommentsResource Read GetCommentsInstance; Property MediaResource : TMediaResource Read GetMediaInstance; Property PeopleResource : TPeopleResource Read GetPeopleInstance; end; implementation { -------------------------------------------------------------------- TAcl --------------------------------------------------------------------} Procedure TAcl.Setdescription(AIndex : Integer; const AValue : String); begin If (Fdescription=AValue) then exit; Fdescription:=AValue; MarkPropertyChanged(AIndex); end; Procedure TAcl.SetdomainRestricted(AIndex : Integer; AValue : boolean); begin If (FdomainRestricted=AValue) then exit; FdomainRestricted:=AValue; MarkPropertyChanged(AIndex); end; Procedure TAcl.Setitems(AIndex : Integer; AValue : TAclTypeitemsArray); begin If (Fitems=AValue) then exit; Fitems:=AValue; MarkPropertyChanged(AIndex); end; Procedure TAcl.Setkind(AIndex : Integer; const AValue : String); begin If (Fkind=AValue) then exit; Fkind:=AValue; MarkPropertyChanged(AIndex); end; //2.6.4. bug workaround {$IFDEF VER2_6} Procedure TAcl.SetArrayLength(Const AName : String; ALength : Longint); begin Case AName of 'items' : SetLength(Fitems,ALength); else Inherited SetArrayLength(AName,ALength); end; end; {$ENDIF VER2_6} { -------------------------------------------------------------------- TActivityTypeactorTypeimage --------------------------------------------------------------------} Procedure TActivityTypeactorTypeimage.Seturl(AIndex : Integer; const AValue : String); begin If (Furl=AValue) then exit; Furl:=AValue; MarkPropertyChanged(AIndex); end; { -------------------------------------------------------------------- TActivityTypeactorTypename --------------------------------------------------------------------} Procedure TActivityTypeactorTypename.SetfamilyName(AIndex : Integer; const AValue : String); begin If (FfamilyName=AValue) then exit; FfamilyName:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeactorTypename.SetgivenName(AIndex : Integer; const AValue : String); begin If (FgivenName=AValue) then exit; FgivenName:=AValue; MarkPropertyChanged(AIndex); end; { -------------------------------------------------------------------- TActivityTypeactor --------------------------------------------------------------------} Procedure TActivityTypeactor.SetdisplayName(AIndex : Integer; const AValue : String); begin If (FdisplayName=AValue) then exit; FdisplayName:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeactor.Setid(AIndex : Integer; const AValue : String); begin If (Fid=AValue) then exit; Fid:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeactor.Setimage(AIndex : Integer; AValue : TActivityTypeactorTypeimage); begin If (Fimage=AValue) then exit; Fimage:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeactor.Setname(AIndex : Integer; AValue : TActivityTypeactorTypename); begin If (Fname=AValue) then exit; Fname:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeactor.Seturl(AIndex : Integer; const AValue : String); begin If (Furl=AValue) then exit; Furl:=AValue; MarkPropertyChanged(AIndex); end; { -------------------------------------------------------------------- TActivityTypeobjectTypeactorTypeimage --------------------------------------------------------------------} Procedure TActivityTypeobjectTypeactorTypeimage.Seturl(AIndex : Integer; const AValue : String); begin If (Furl=AValue) then exit; Furl:=AValue; MarkPropertyChanged(AIndex); end; { -------------------------------------------------------------------- TActivityTypeobjectTypeactor --------------------------------------------------------------------} Procedure TActivityTypeobjectTypeactor.SetdisplayName(AIndex : Integer; const AValue : String); begin If (FdisplayName=AValue) then exit; FdisplayName:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeobjectTypeactor.Setid(AIndex : Integer; const AValue : String); begin If (Fid=AValue) then exit; Fid:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeobjectTypeactor.Setimage(AIndex : Integer; AValue : TActivityTypeobjectTypeactorTypeimage); begin If (Fimage=AValue) then exit; Fimage:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeobjectTypeactor.Seturl(AIndex : Integer; const AValue : String); begin If (Furl=AValue) then exit; Furl:=AValue; MarkPropertyChanged(AIndex); end; { -------------------------------------------------------------------- TActivityTypeobjectTypeattachmentsItemTypeembed --------------------------------------------------------------------} Procedure TActivityTypeobjectTypeattachmentsItemTypeembed.Set_type(AIndex : Integer; const AValue : String); begin If (F_type=AValue) then exit; F_type:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeobjectTypeattachmentsItemTypeembed.Seturl(AIndex : Integer; const AValue : String); begin If (Furl=AValue) then exit; Furl:=AValue; MarkPropertyChanged(AIndex); end; Class Function TActivityTypeobjectTypeattachmentsItemTypeembed.ExportPropertyName(Const AName : String) :String; begin Case AName of '_type' : Result:='type'; else Result:=Inherited ExportPropertyName(AName); end; end; { -------------------------------------------------------------------- TActivityTypeobjectTypeattachmentsItemTypefullImage --------------------------------------------------------------------} Procedure TActivityTypeobjectTypeattachmentsItemTypefullImage.Setheight(AIndex : Integer; AValue : integer); begin If (Fheight=AValue) then exit; Fheight:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeobjectTypeattachmentsItemTypefullImage.Set_type(AIndex : Integer; const AValue : String); begin If (F_type=AValue) then exit; F_type:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeobjectTypeattachmentsItemTypefullImage.Seturl(AIndex : Integer; const AValue : String); begin If (Furl=AValue) then exit; Furl:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeobjectTypeattachmentsItemTypefullImage.Setwidth(AIndex : Integer; AValue : integer); begin If (Fwidth=AValue) then exit; Fwidth:=AValue; MarkPropertyChanged(AIndex); end; Class Function TActivityTypeobjectTypeattachmentsItemTypefullImage.ExportPropertyName(Const AName : String) :String; begin Case AName of '_type' : Result:='type'; else Result:=Inherited ExportPropertyName(AName); end; end; { -------------------------------------------------------------------- TActivityTypeobjectTypeattachmentsItemTypeimage --------------------------------------------------------------------} Procedure TActivityTypeobjectTypeattachmentsItemTypeimage.Setheight(AIndex : Integer; AValue : integer); begin If (Fheight=AValue) then exit; Fheight:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeobjectTypeattachmentsItemTypeimage.Set_type(AIndex : Integer; const AValue : String); begin If (F_type=AValue) then exit; F_type:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeobjectTypeattachmentsItemTypeimage.Seturl(AIndex : Integer; const AValue : String); begin If (Furl=AValue) then exit; Furl:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeobjectTypeattachmentsItemTypeimage.Setwidth(AIndex : Integer; AValue : integer); begin If (Fwidth=AValue) then exit; Fwidth:=AValue; MarkPropertyChanged(AIndex); end; Class Function TActivityTypeobjectTypeattachmentsItemTypeimage.ExportPropertyName(Const AName : String) :String; begin Case AName of '_type' : Result:='type'; else Result:=Inherited ExportPropertyName(AName); end; end; { -------------------------------------------------------------------- TActivityTypeobjectTypeattachmentsItemTypepreviewThumbnailsItem --------------------------------------------------------------------} Procedure TActivityTypeobjectTypeattachmentsItemTypepreviewThumbnailsItem.Seturl(AIndex : Integer; const AValue : String); begin If (Furl=AValue) then exit; Furl:=AValue; MarkPropertyChanged(AIndex); end; { -------------------------------------------------------------------- TActivityTypeobjectTypeattachmentsItemTypethumbnailsItemTypeimage --------------------------------------------------------------------} Procedure TActivityTypeobjectTypeattachmentsItemTypethumbnailsItemTypeimage.Setheight(AIndex : Integer; AValue : integer); begin If (Fheight=AValue) then exit; Fheight:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeobjectTypeattachmentsItemTypethumbnailsItemTypeimage.Set_type(AIndex : Integer; const AValue : String); begin If (F_type=AValue) then exit; F_type:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeobjectTypeattachmentsItemTypethumbnailsItemTypeimage.Seturl(AIndex : Integer; const AValue : String); begin If (Furl=AValue) then exit; Furl:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeobjectTypeattachmentsItemTypethumbnailsItemTypeimage.Setwidth(AIndex : Integer; AValue : integer); begin If (Fwidth=AValue) then exit; Fwidth:=AValue; MarkPropertyChanged(AIndex); end; Class Function TActivityTypeobjectTypeattachmentsItemTypethumbnailsItemTypeimage.ExportPropertyName(Const AName : String) :String; begin Case AName of '_type' : Result:='type'; else Result:=Inherited ExportPropertyName(AName); end; end; { -------------------------------------------------------------------- TActivityTypeobjectTypeattachmentsItemTypethumbnailsItem --------------------------------------------------------------------} Procedure TActivityTypeobjectTypeattachmentsItemTypethumbnailsItem.Setdescription(AIndex : Integer; const AValue : String); begin If (Fdescription=AValue) then exit; Fdescription:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeobjectTypeattachmentsItemTypethumbnailsItem.Setimage(AIndex : Integer; AValue : TActivityTypeobjectTypeattachmentsItemTypethumbnailsItemTypeimage); begin If (Fimage=AValue) then exit; Fimage:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeobjectTypeattachmentsItemTypethumbnailsItem.Seturl(AIndex : Integer; const AValue : String); begin If (Furl=AValue) then exit; Furl:=AValue; MarkPropertyChanged(AIndex); end; { -------------------------------------------------------------------- TActivityTypeobjectTypeattachmentsItem --------------------------------------------------------------------} Procedure TActivityTypeobjectTypeattachmentsItem.Setcontent(AIndex : Integer; const AValue : String); begin If (Fcontent=AValue) then exit; Fcontent:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeobjectTypeattachmentsItem.SetdisplayName(AIndex : Integer; const AValue : String); begin If (FdisplayName=AValue) then exit; FdisplayName:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeobjectTypeattachmentsItem.Setembed(AIndex : Integer; AValue : TActivityTypeobjectTypeattachmentsItemTypeembed); begin If (Fembed=AValue) then exit; Fembed:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeobjectTypeattachmentsItem.SetfullImage(AIndex : Integer; AValue : TActivityTypeobjectTypeattachmentsItemTypefullImage); begin If (FfullImage=AValue) then exit; FfullImage:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeobjectTypeattachmentsItem.Setid(AIndex : Integer; const AValue : String); begin If (Fid=AValue) then exit; Fid:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeobjectTypeattachmentsItem.Setimage(AIndex : Integer; AValue : TActivityTypeobjectTypeattachmentsItemTypeimage); begin If (Fimage=AValue) then exit; Fimage:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeobjectTypeattachmentsItem.SetobjectType(AIndex : Integer; const AValue : String); begin If (FobjectType=AValue) then exit; FobjectType:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeobjectTypeattachmentsItem.SetpreviewThumbnails(AIndex : Integer; AValue : TActivityTypeobjectTypeattachmentsItemTypepreviewThumbnailsArray); begin If (FpreviewThumbnails=AValue) then exit; FpreviewThumbnails:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeobjectTypeattachmentsItem.Setthumbnails(AIndex : Integer; AValue : TActivityTypeobjectTypeattachmentsItemTypethumbnailsArray); begin If (Fthumbnails=AValue) then exit; Fthumbnails:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeobjectTypeattachmentsItem.Seturl(AIndex : Integer; const AValue : String); begin If (Furl=AValue) then exit; Furl:=AValue; MarkPropertyChanged(AIndex); end; //2.6.4. bug workaround {$IFDEF VER2_6} Procedure TActivityTypeobjectTypeattachmentsItem.SetArrayLength(Const AName : String; ALength : Longint); begin Case AName of 'previewthumbnails' : SetLength(FpreviewThumbnails,ALength); 'thumbnails' : SetLength(Fthumbnails,ALength); else Inherited SetArrayLength(AName,ALength); end; end; {$ENDIF VER2_6} { -------------------------------------------------------------------- TActivityTypeobjectTypeplusoners --------------------------------------------------------------------} Procedure TActivityTypeobjectTypeplusoners.SetselfLink(AIndex : Integer; const AValue : String); begin If (FselfLink=AValue) then exit; FselfLink:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeobjectTypeplusoners.SettotalItems(AIndex : Integer; AValue : integer); begin If (FtotalItems=AValue) then exit; FtotalItems:=AValue; MarkPropertyChanged(AIndex); end; { -------------------------------------------------------------------- TActivityTypeobjectTypereplies --------------------------------------------------------------------} Procedure TActivityTypeobjectTypereplies.SetselfLink(AIndex : Integer; const AValue : String); begin If (FselfLink=AValue) then exit; FselfLink:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeobjectTypereplies.SettotalItems(AIndex : Integer; AValue : integer); begin If (FtotalItems=AValue) then exit; FtotalItems:=AValue; MarkPropertyChanged(AIndex); end; { -------------------------------------------------------------------- TActivityTypeobjectTyperesharers --------------------------------------------------------------------} Procedure TActivityTypeobjectTyperesharers.SetselfLink(AIndex : Integer; const AValue : String); begin If (FselfLink=AValue) then exit; FselfLink:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeobjectTyperesharers.SettotalItems(AIndex : Integer; AValue : integer); begin If (FtotalItems=AValue) then exit; FtotalItems:=AValue; MarkPropertyChanged(AIndex); end; { -------------------------------------------------------------------- TActivityTypeobjectTypestatusForViewer --------------------------------------------------------------------} Procedure TActivityTypeobjectTypestatusForViewer.SetcanComment(AIndex : Integer; AValue : boolean); begin If (FcanComment=AValue) then exit; FcanComment:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeobjectTypestatusForViewer.SetcanPlusone(AIndex : Integer; AValue : boolean); begin If (FcanPlusone=AValue) then exit; FcanPlusone:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeobjectTypestatusForViewer.SetcanUpdate(AIndex : Integer; AValue : boolean); begin If (FcanUpdate=AValue) then exit; FcanUpdate:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeobjectTypestatusForViewer.SetisPlusOned(AIndex : Integer; AValue : boolean); begin If (FisPlusOned=AValue) then exit; FisPlusOned:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeobjectTypestatusForViewer.SetresharingDisabled(AIndex : Integer; AValue : boolean); begin If (FresharingDisabled=AValue) then exit; FresharingDisabled:=AValue; MarkPropertyChanged(AIndex); end; { -------------------------------------------------------------------- TActivityTypeobject --------------------------------------------------------------------} Procedure TActivityTypeobject.Setactor(AIndex : Integer; AValue : TActivityTypeobjectTypeactor); begin If (Factor=AValue) then exit; Factor:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeobject.Setattachments(AIndex : Integer; AValue : TActivityTypeobjectTypeattachmentsArray); begin If (Fattachments=AValue) then exit; Fattachments:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeobject.Setcontent(AIndex : Integer; const AValue : String); begin If (Fcontent=AValue) then exit; Fcontent:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeobject.Setid(AIndex : Integer; const AValue : String); begin If (Fid=AValue) then exit; Fid:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeobject.SetobjectType(AIndex : Integer; const AValue : String); begin If (FobjectType=AValue) then exit; FobjectType:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeobject.SetoriginalContent(AIndex : Integer; const AValue : String); begin If (ForiginalContent=AValue) then exit; ForiginalContent:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeobject.Setplusoners(AIndex : Integer; AValue : TActivityTypeobjectTypeplusoners); begin If (Fplusoners=AValue) then exit; Fplusoners:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeobject.Setreplies(AIndex : Integer; AValue : TActivityTypeobjectTypereplies); begin If (Freplies=AValue) then exit; Freplies:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeobject.Setresharers(AIndex : Integer; AValue : TActivityTypeobjectTyperesharers); begin If (Fresharers=AValue) then exit; Fresharers:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeobject.SetstatusForViewer(AIndex : Integer; AValue : TActivityTypeobjectTypestatusForViewer); begin If (FstatusForViewer=AValue) then exit; FstatusForViewer:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityTypeobject.Seturl(AIndex : Integer; const AValue : String); begin If (Furl=AValue) then exit; Furl:=AValue; MarkPropertyChanged(AIndex); end; //2.6.4. bug workaround {$IFDEF VER2_6} Procedure TActivityTypeobject.SetArrayLength(Const AName : String; ALength : Longint); begin Case AName of 'attachments' : SetLength(Fattachments,ALength); else Inherited SetArrayLength(AName,ALength); end; end; {$ENDIF VER2_6} { -------------------------------------------------------------------- TActivityTypeprovider --------------------------------------------------------------------} Procedure TActivityTypeprovider.Settitle(AIndex : Integer; const AValue : String); begin If (Ftitle=AValue) then exit; Ftitle:=AValue; MarkPropertyChanged(AIndex); end; { -------------------------------------------------------------------- TActivity --------------------------------------------------------------------} Procedure TActivity.Setaccess(AIndex : Integer; AValue : TAcl); begin If (Faccess=AValue) then exit; Faccess:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivity.Setactor(AIndex : Integer; AValue : TActivityTypeactor); begin If (Factor=AValue) then exit; Factor:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivity.Setaddress(AIndex : Integer; const AValue : String); begin If (Faddress=AValue) then exit; Faddress:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivity.Setannotation(AIndex : Integer; const AValue : String); begin If (Fannotation=AValue) then exit; Fannotation:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivity.SetcrosspostSource(AIndex : Integer; const AValue : String); begin If (FcrosspostSource=AValue) then exit; FcrosspostSource:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivity.Setetag(AIndex : Integer; const AValue : String); begin If (Fetag=AValue) then exit; Fetag:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivity.Setgeocode(AIndex : Integer; const AValue : String); begin If (Fgeocode=AValue) then exit; Fgeocode:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivity.Setid(AIndex : Integer; const AValue : String); begin If (Fid=AValue) then exit; Fid:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivity.Setkind(AIndex : Integer; const AValue : String); begin If (Fkind=AValue) then exit; Fkind:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivity.Setlocation(AIndex : Integer; AValue : TPlace); begin If (Flocation=AValue) then exit; Flocation:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivity.Set_object(AIndex : Integer; AValue : TActivityTypeobject); begin If (F_object=AValue) then exit; F_object:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivity.SetplaceId(AIndex : Integer; const AValue : String); begin If (FplaceId=AValue) then exit; FplaceId:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivity.SetplaceName(AIndex : Integer; const AValue : String); begin If (FplaceName=AValue) then exit; FplaceName:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivity.Setprovider(AIndex : Integer; AValue : TActivityTypeprovider); begin If (Fprovider=AValue) then exit; Fprovider:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivity.Set_published(AIndex : Integer; AValue : TDatetime); begin If (F_published=AValue) then exit; F_published:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivity.Setradius(AIndex : Integer; const AValue : String); begin If (Fradius=AValue) then exit; Fradius:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivity.Settitle(AIndex : Integer; const AValue : String); begin If (Ftitle=AValue) then exit; Ftitle:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivity.Setupdated(AIndex : Integer; AValue : TDatetime); begin If (Fupdated=AValue) then exit; Fupdated:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivity.Seturl(AIndex : Integer; const AValue : String); begin If (Furl=AValue) then exit; Furl:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivity.Setverb(AIndex : Integer; const AValue : String); begin If (Fverb=AValue) then exit; Fverb:=AValue; MarkPropertyChanged(AIndex); end; Class Function TActivity.ExportPropertyName(Const AName : String) :String; begin Case AName of '_object' : Result:='object'; '_published' : Result:='published'; else Result:=Inherited ExportPropertyName(AName); end; end; { -------------------------------------------------------------------- TActivityFeed --------------------------------------------------------------------} Procedure TActivityFeed.Setetag(AIndex : Integer; const AValue : String); begin If (Fetag=AValue) then exit; Fetag:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityFeed.Setid(AIndex : Integer; const AValue : String); begin If (Fid=AValue) then exit; Fid:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityFeed.Setitems(AIndex : Integer; AValue : TActivityFeedTypeitemsArray); begin If (Fitems=AValue) then exit; Fitems:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityFeed.Setkind(AIndex : Integer; const AValue : String); begin If (Fkind=AValue) then exit; Fkind:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityFeed.SetnextLink(AIndex : Integer; const AValue : String); begin If (FnextLink=AValue) then exit; FnextLink:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityFeed.SetnextPageToken(AIndex : Integer; const AValue : String); begin If (FnextPageToken=AValue) then exit; FnextPageToken:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityFeed.SetselfLink(AIndex : Integer; const AValue : String); begin If (FselfLink=AValue) then exit; FselfLink:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityFeed.Settitle(AIndex : Integer; const AValue : String); begin If (Ftitle=AValue) then exit; Ftitle:=AValue; MarkPropertyChanged(AIndex); end; Procedure TActivityFeed.Setupdated(AIndex : Integer; AValue : TDatetime); begin If (Fupdated=AValue) then exit; Fupdated:=AValue; MarkPropertyChanged(AIndex); end; //2.6.4. bug workaround {$IFDEF VER2_6} Procedure TActivityFeed.SetArrayLength(Const AName : String; ALength : Longint); begin Case AName of 'items' : SetLength(Fitems,ALength); else Inherited SetArrayLength(AName,ALength); end; end; {$ENDIF VER2_6} { -------------------------------------------------------------------- TAudience --------------------------------------------------------------------} Procedure TAudience.Setetag(AIndex : Integer; const AValue : String); begin If (Fetag=AValue) then exit; Fetag:=AValue; MarkPropertyChanged(AIndex); end; Procedure TAudience.Setitem(AIndex : Integer; AValue : TPlusDomainsAclentryResource); begin If (Fitem=AValue) then exit; Fitem:=AValue; MarkPropertyChanged(AIndex); end; Procedure TAudience.Setkind(AIndex : Integer; const AValue : String); begin If (Fkind=AValue) then exit; Fkind:=AValue; MarkPropertyChanged(AIndex); end; Procedure TAudience.SetmemberCount(AIndex : Integer; AValue : integer); begin If (FmemberCount=AValue) then exit; FmemberCount:=AValue; MarkPropertyChanged(AIndex); end; Procedure TAudience.Setvisibility(AIndex : Integer; const AValue : String); begin If (Fvisibility=AValue) then exit; Fvisibility:=AValue; MarkPropertyChanged(AIndex); end; { -------------------------------------------------------------------- TAudiencesFeed --------------------------------------------------------------------} Procedure TAudiencesFeed.Setetag(AIndex : Integer; const AValue : String); begin If (Fetag=AValue) then exit; Fetag:=AValue; MarkPropertyChanged(AIndex); end; Procedure TAudiencesFeed.Setitems(AIndex : Integer; AValue : TAudiencesFeedTypeitemsArray); begin If (Fitems=AValue) then exit; Fitems:=AValue; MarkPropertyChanged(AIndex); end; Procedure TAudiencesFeed.Setkind(AIndex : Integer; const AValue : String); begin If (Fkind=AValue) then exit; Fkind:=AValue; MarkPropertyChanged(AIndex); end; Procedure TAudiencesFeed.SetnextPageToken(AIndex : Integer; const AValue : String); begin If (FnextPageToken=AValue) then exit; FnextPageToken:=AValue; MarkPropertyChanged(AIndex); end; Procedure TAudiencesFeed.SettotalItems(AIndex : Integer; AValue : integer); begin If (FtotalItems=AValue) then exit; FtotalItems:=AValue; MarkPropertyChanged(AIndex); end; //2.6.4. bug workaround {$IFDEF VER2_6} Procedure TAudiencesFeed.SetArrayLength(Const AName : String; ALength : Longint); begin Case AName of 'items' : SetLength(Fitems,ALength); else Inherited SetArrayLength(AName,ALength); end; end; {$ENDIF VER2_6} { -------------------------------------------------------------------- TCircleTypepeople --------------------------------------------------------------------} Procedure TCircleTypepeople.SettotalItems(AIndex : Integer; AValue : integer); begin If (FtotalItems=AValue) then exit; FtotalItems:=AValue; MarkPropertyChanged(AIndex); end; { -------------------------------------------------------------------- TCircle --------------------------------------------------------------------} Procedure TCircle.Setdescription(AIndex : Integer; const AValue : String); begin If (Fdescription=AValue) then exit; Fdescription:=AValue; MarkPropertyChanged(AIndex); end; Procedure TCircle.SetdisplayName(AIndex : Integer; const AValue : String); begin If (FdisplayName=AValue) then exit; FdisplayName:=AValue; MarkPropertyChanged(AIndex); end; Procedure TCircle.Setetag(AIndex : Integer; const AValue : String); begin If (Fetag=AValue) then exit; Fetag:=AValue; MarkPropertyChanged(AIndex); end; Procedure TCircle.Setid(AIndex : Integer; const AValue : String); begin If (Fid=AValue) then exit; Fid:=AValue; MarkPropertyChanged(AIndex); end; Procedure TCircle.Setkind(AIndex : Integer; const AValue : String); begin If (Fkind=AValue) then exit; Fkind:=AValue; MarkPropertyChanged(AIndex); end; Procedure TCircle.Setpeople(AIndex : Integer; AValue : TCircleTypepeople); begin If (Fpeople=AValue) then exit; Fpeople:=AValue; MarkPropertyChanged(AIndex); end; Procedure TCircle.SetselfLink(AIndex : Integer; const AValue : String); begin If (FselfLink=AValue) then exit; FselfLink:=AValue; MarkPropertyChanged(AIndex); end; { -------------------------------------------------------------------- TCircleFeed --------------------------------------------------------------------} Procedure TCircleFeed.Setetag(AIndex : Integer; const AValue : String); begin If (Fetag=AValue) then exit; Fetag:=AValue; MarkPropertyChanged(AIndex); end; Procedure TCircleFeed.Setitems(AIndex : Integer; AValue : TCircleFeedTypeitemsArray); begin If (Fitems=AValue) then exit; Fitems:=AValue; MarkPropertyChanged(AIndex); end; Procedure TCircleFeed.Setkind(AIndex : Integer; const AValue : String); begin If (Fkind=AValue) then exit; Fkind:=AValue; MarkPropertyChanged(AIndex); end; Procedure TCircleFeed.SetnextLink(AIndex : Integer; const AValue : String); begin If (FnextLink=AValue) then exit; FnextLink:=AValue; MarkPropertyChanged(AIndex); end; Procedure TCircleFeed.SetnextPageToken(AIndex : Integer; const AValue : String); begin If (FnextPageToken=AValue) then exit; FnextPageToken:=AValue; MarkPropertyChanged(AIndex); end; Procedure TCircleFeed.SetselfLink(AIndex : Integer; const AValue : String); begin If (FselfLink=AValue) then exit; FselfLink:=AValue; MarkPropertyChanged(AIndex); end; Procedure TCircleFeed.Settitle(AIndex : Integer; const AValue : String); begin If (Ftitle=AValue) then exit; Ftitle:=AValue; MarkPropertyChanged(AIndex); end; Procedure TCircleFeed.SettotalItems(AIndex : Integer; AValue : integer); begin If (FtotalItems=AValue) then exit; FtotalItems:=AValue; MarkPropertyChanged(AIndex); end; //2.6.4. bug workaround {$IFDEF VER2_6} Procedure TCircleFeed.SetArrayLength(Const AName : String; ALength : Longint); begin Case AName of 'items' : SetLength(Fitems,ALength); else Inherited SetArrayLength(AName,ALength); end; end; {$ENDIF VER2_6} { -------------------------------------------------------------------- TCommentTypeactorTypeimage --------------------------------------------------------------------} Procedure TCommentTypeactorTypeimage.Seturl(AIndex : Integer; const AValue : String); begin If (Furl=AValue) then exit; Furl:=AValue; MarkPropertyChanged(AIndex); end; { -------------------------------------------------------------------- TCommentTypeactor --------------------------------------------------------------------} Procedure TCommentTypeactor.SetdisplayName(AIndex : Integer; const AValue : String); begin If (FdisplayName=AValue) then exit; FdisplayName:=AValue; MarkPropertyChanged(AIndex); end; Procedure TCommentTypeactor.Setid(AIndex : Integer; const AValue : String); begin If (Fid=AValue) then exit; Fid:=AValue; MarkPropertyChanged(AIndex); end; Procedure TCommentTypeactor.Setimage(AIndex : Integer; AValue : TCommentTypeactorTypeimage); begin If (Fimage=AValue) then exit; Fimage:=AValue; MarkPropertyChanged(AIndex); end; Procedure TCommentTypeactor.Seturl(AIndex : Integer; const AValue : String); begin If (Furl=AValue) then exit; Furl:=AValue; MarkPropertyChanged(AIndex); end; { -------------------------------------------------------------------- TCommentTypeinReplyToItem --------------------------------------------------------------------} Procedure TCommentTypeinReplyToItem.Setid(AIndex : Integer; const AValue : String); begin If (Fid=AValue) then exit; Fid:=AValue; MarkPropertyChanged(AIndex); end; Procedure TCommentTypeinReplyToItem.Seturl(AIndex : Integer; const AValue : String); begin If (Furl=AValue) then exit; Furl:=AValue; MarkPropertyChanged(AIndex); end; { -------------------------------------------------------------------- TCommentTypeobject --------------------------------------------------------------------} Procedure TCommentTypeobject.Setcontent(AIndex : Integer; const AValue : String); begin If (Fcontent=AValue) then exit; Fcontent:=AValue; MarkPropertyChanged(AIndex); end; Procedure TCommentTypeobject.SetobjectType(AIndex : Integer; const AValue : String); begin If (FobjectType=AValue) then exit; FobjectType:=AValue; MarkPropertyChanged(AIndex); end; Procedure TCommentTypeobject.SetoriginalContent(AIndex : Integer; const AValue : String); begin If (ForiginalContent=AValue) then exit; ForiginalContent:=AValue; MarkPropertyChanged(AIndex); end; { -------------------------------------------------------------------- TCommentTypeplusoners --------------------------------------------------------------------} Procedure TCommentTypeplusoners.SettotalItems(AIndex : Integer; AValue : integer); begin If (FtotalItems=AValue) then exit; FtotalItems:=AValue; MarkPropertyChanged(AIndex); end; { -------------------------------------------------------------------- TComment --------------------------------------------------------------------} Procedure TComment.Setactor(AIndex : Integer; AValue : TCommentTypeactor); begin If (Factor=AValue) then exit; Factor:=AValue; MarkPropertyChanged(AIndex); end; Procedure TComment.Setetag(AIndex : Integer; const AValue : String); begin If (Fetag=AValue) then exit; Fetag:=AValue; MarkPropertyChanged(AIndex); end; Procedure TComment.Setid(AIndex : Integer; const AValue : String); begin If (Fid=AValue) then exit; Fid:=AValue; MarkPropertyChanged(AIndex); end; Procedure TComment.SetinReplyTo(AIndex : Integer; AValue : TCommentTypeinReplyToArray); begin If (FinReplyTo=AValue) then exit; FinReplyTo:=AValue; MarkPropertyChanged(AIndex); end; Procedure TComment.Setkind(AIndex : Integer; const AValue : String); begin If (Fkind=AValue) then exit; Fkind:=AValue; MarkPropertyChanged(AIndex); end; Procedure TComment.Set_object(AIndex : Integer; AValue : TCommentTypeobject); begin If (F_object=AValue) then exit; F_object:=AValue; MarkPropertyChanged(AIndex); end; Procedure TComment.Setplusoners(AIndex : Integer; AValue : TCommentTypeplusoners); begin If (Fplusoners=AValue) then exit; Fplusoners:=AValue; MarkPropertyChanged(AIndex); end; Procedure TComment.Set_published(AIndex : Integer; AValue : TDatetime); begin If (F_published=AValue) then exit; F_published:=AValue; MarkPropertyChanged(AIndex); end; Procedure TComment.SetselfLink(AIndex : Integer; const AValue : String); begin If (FselfLink=AValue) then exit; FselfLink:=AValue; MarkPropertyChanged(AIndex); end; Procedure TComment.Setupdated(AIndex : Integer; AValue : TDatetime); begin If (Fupdated=AValue) then exit; Fupdated:=AValue; MarkPropertyChanged(AIndex); end; Procedure TComment.Setverb(AIndex : Integer; const AValue : String); begin If (Fverb=AValue) then exit; Fverb:=AValue; MarkPropertyChanged(AIndex); end; Class Function TComment.ExportPropertyName(Const AName : String) :String; begin Case AName of '_object' : Result:='object'; '_published' : Result:='published'; else Result:=Inherited ExportPropertyName(AName); end; end; //2.6.4. bug workaround {$IFDEF VER2_6} Procedure TComment.SetArrayLength(Const AName : String; ALength : Longint); begin Case AName of 'inreplyto' : SetLength(FinReplyTo,ALength); else Inherited SetArrayLength(AName,ALength); end; end; {$ENDIF VER2_6} { -------------------------------------------------------------------- TCommentFeed --------------------------------------------------------------------} Procedure TCommentFeed.Setetag(AIndex : Integer; const AValue : String); begin If (Fetag=AValue) then exit; Fetag:=AValue; MarkPropertyChanged(AIndex); end; Procedure TCommentFeed.Setid(AIndex : Integer; const AValue : String); begin If (Fid=AValue) then exit; Fid:=AValue; MarkPropertyChanged(AIndex); end; Procedure TCommentFeed.Setitems(AIndex : Integer; AValue : TCommentFeedTypeitemsArray); begin If (Fitems=AValue) then exit; Fitems:=AValue; MarkPropertyChanged(AIndex); end; Procedure TCommentFeed.Setkind(AIndex : Integer; const AValue : String); begin If (Fkind=AValue) then exit; Fkind:=AValue; MarkPropertyChanged(AIndex); end; Procedure TCommentFeed.SetnextLink(AIndex : Integer; const AValue : String); begin If (FnextLink=AValue) then exit; FnextLink:=AValue; MarkPropertyChanged(AIndex); end; Procedure TCommentFeed.SetnextPageToken(AIndex : Integer; const AValue : String); begin If (FnextPageToken=AValue) then exit; FnextPageToken:=AValue; MarkPropertyChanged(AIndex); end; Procedure TCommentFeed.Settitle(AIndex : Integer; const AValue : String); begin If (Ftitle=AValue) then exit; Ftitle:=AValue; MarkPropertyChanged(AIndex); end; Procedure TCommentFeed.Setupdated(AIndex : Integer; AValue : TDatetime); begin If (Fupdated=AValue) then exit; Fupdated:=AValue; MarkPropertyChanged(AIndex); end; //2.6.4. bug workaround {$IFDEF VER2_6} Procedure TCommentFeed.SetArrayLength(Const AName : String; ALength : Longint); begin Case AName of 'items' : SetLength(Fitems,ALength); else Inherited SetArrayLength(AName,ALength); end; end; {$ENDIF VER2_6} { -------------------------------------------------------------------- TMediaTypeauthorTypeimage --------------------------------------------------------------------} Procedure TMediaTypeauthorTypeimage.Seturl(AIndex : Integer; const AValue : String); begin If (Furl=AValue) then exit; Furl:=AValue; MarkPropertyChanged(AIndex); end; { -------------------------------------------------------------------- TMediaTypeauthor --------------------------------------------------------------------} Procedure TMediaTypeauthor.SetdisplayName(AIndex : Integer; const AValue : String); begin If (FdisplayName=AValue) then exit; FdisplayName:=AValue; MarkPropertyChanged(AIndex); end; Procedure TMediaTypeauthor.Setid(AIndex : Integer; const AValue : String); begin If (Fid=AValue) then exit; Fid:=AValue; MarkPropertyChanged(AIndex); end; Procedure TMediaTypeauthor.Setimage(AIndex : Integer; AValue : TMediaTypeauthorTypeimage); begin If (Fimage=AValue) then exit; Fimage:=AValue; MarkPropertyChanged(AIndex); end; Procedure TMediaTypeauthor.Seturl(AIndex : Integer; const AValue : String); begin If (Furl=AValue) then exit; Furl:=AValue; MarkPropertyChanged(AIndex); end; { -------------------------------------------------------------------- TMediaTypeexif --------------------------------------------------------------------} Procedure TMediaTypeexif.Settime(AIndex : Integer; AValue : TDatetime); begin If (Ftime=AValue) then exit; Ftime:=AValue; MarkPropertyChanged(AIndex); end; { -------------------------------------------------------------------- TMedia --------------------------------------------------------------------} Procedure TMedia.Setauthor(AIndex : Integer; AValue : TMediaTypeauthor); begin If (Fauthor=AValue) then exit; Fauthor:=AValue; MarkPropertyChanged(AIndex); end; Procedure TMedia.SetdisplayName(AIndex : Integer; const AValue : String); begin If (FdisplayName=AValue) then exit; FdisplayName:=AValue; MarkPropertyChanged(AIndex); end; Procedure TMedia.Setetag(AIndex : Integer; const AValue : String); begin If (Fetag=AValue) then exit; Fetag:=AValue; MarkPropertyChanged(AIndex); end; Procedure TMedia.Setexif(AIndex : Integer; AValue : TMediaTypeexif); begin If (Fexif=AValue) then exit; Fexif:=AValue; MarkPropertyChanged(AIndex); end; Procedure TMedia.Setheight(AIndex : Integer; AValue : integer); begin If (Fheight=AValue) then exit; Fheight:=AValue; MarkPropertyChanged(AIndex); end; Procedure TMedia.Setid(AIndex : Integer; const AValue : String); begin If (Fid=AValue) then exit; Fid:=AValue; MarkPropertyChanged(AIndex); end; Procedure TMedia.Setkind(AIndex : Integer; const AValue : String); begin If (Fkind=AValue) then exit; Fkind:=AValue; MarkPropertyChanged(AIndex); end; Procedure TMedia.SetmediaCreatedTime(AIndex : Integer; AValue : TDatetime); begin If (FmediaCreatedTime=AValue) then exit; FmediaCreatedTime:=AValue; MarkPropertyChanged(AIndex); end; Procedure TMedia.SetmediaUrl(AIndex : Integer; const AValue : String); begin If (FmediaUrl=AValue) then exit; FmediaUrl:=AValue; MarkPropertyChanged(AIndex); end; Procedure TMedia.Set_published(AIndex : Integer; AValue : TDatetime); begin If (F_published=AValue) then exit; F_published:=AValue; MarkPropertyChanged(AIndex); end; Procedure TMedia.SetsizeBytes(AIndex : Integer; const AValue : String); begin If (FsizeBytes=AValue) then exit; FsizeBytes:=AValue; MarkPropertyChanged(AIndex); end; Procedure TMedia.Setstreams(AIndex : Integer; AValue : TMediaTypestreamsArray); begin If (Fstreams=AValue) then exit; Fstreams:=AValue; MarkPropertyChanged(AIndex); end; Procedure TMedia.Setsummary(AIndex : Integer; const AValue : String); begin If (Fsummary=AValue) then exit; Fsummary:=AValue; MarkPropertyChanged(AIndex); end; Procedure TMedia.Setupdated(AIndex : Integer; AValue : TDatetime); begin If (Fupdated=AValue) then exit; Fupdated:=AValue; MarkPropertyChanged(AIndex); end; Procedure TMedia.Seturl(AIndex : Integer; const AValue : String); begin If (Furl=AValue) then exit; Furl:=AValue; MarkPropertyChanged(AIndex); end; Procedure TMedia.SetvideoDuration(AIndex : Integer; const AValue : String); begin If (FvideoDuration=AValue) then exit; FvideoDuration:=AValue; MarkPropertyChanged(AIndex); end; Procedure TMedia.SetvideoStatus(AIndex : Integer; const AValue : String); begin If (FvideoStatus=AValue) then exit; FvideoStatus:=AValue; MarkPropertyChanged(AIndex); end; Procedure TMedia.Setwidth(AIndex : Integer; AValue : integer); begin If (Fwidth=AValue) then exit; Fwidth:=AValue; MarkPropertyChanged(AIndex); end; Class Function TMedia.ExportPropertyName(Const AName : String) :String; begin Case AName of '_published' : Result:='published'; else Result:=Inherited ExportPropertyName(AName); end; end; //2.6.4. bug workaround {$IFDEF VER2_6} Procedure TMedia.SetArrayLength(Const AName : String; ALength : Longint); begin Case AName of 'streams' : SetLength(Fstreams,ALength); else Inherited SetArrayLength(AName,ALength); end; end; {$ENDIF VER2_6} { -------------------------------------------------------------------- TPeopleFeed --------------------------------------------------------------------} Procedure TPeopleFeed.Setetag(AIndex : Integer; const AValue : String); begin If (Fetag=AValue) then exit; Fetag:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPeopleFeed.Setitems(AIndex : Integer; AValue : TPeopleFeedTypeitemsArray); begin If (Fitems=AValue) then exit; Fitems:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPeopleFeed.Setkind(AIndex : Integer; const AValue : String); begin If (Fkind=AValue) then exit; Fkind:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPeopleFeed.SetnextPageToken(AIndex : Integer; const AValue : String); begin If (FnextPageToken=AValue) then exit; FnextPageToken:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPeopleFeed.SetselfLink(AIndex : Integer; const AValue : String); begin If (FselfLink=AValue) then exit; FselfLink:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPeopleFeed.Settitle(AIndex : Integer; const AValue : String); begin If (Ftitle=AValue) then exit; Ftitle:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPeopleFeed.SettotalItems(AIndex : Integer; AValue : integer); begin If (FtotalItems=AValue) then exit; FtotalItems:=AValue; MarkPropertyChanged(AIndex); end; //2.6.4. bug workaround {$IFDEF VER2_6} Procedure TPeopleFeed.SetArrayLength(Const AName : String; ALength : Longint); begin Case AName of 'items' : SetLength(Fitems,ALength); else Inherited SetArrayLength(AName,ALength); end; end; {$ENDIF VER2_6} { -------------------------------------------------------------------- TPersonTypecoverTypecoverInfo --------------------------------------------------------------------} Procedure TPersonTypecoverTypecoverInfo.SetleftImageOffset(AIndex : Integer; AValue : integer); begin If (FleftImageOffset=AValue) then exit; FleftImageOffset:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPersonTypecoverTypecoverInfo.SettopImageOffset(AIndex : Integer; AValue : integer); begin If (FtopImageOffset=AValue) then exit; FtopImageOffset:=AValue; MarkPropertyChanged(AIndex); end; { -------------------------------------------------------------------- TPersonTypecoverTypecoverPhoto --------------------------------------------------------------------} Procedure TPersonTypecoverTypecoverPhoto.Setheight(AIndex : Integer; AValue : integer); begin If (Fheight=AValue) then exit; Fheight:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPersonTypecoverTypecoverPhoto.Seturl(AIndex : Integer; const AValue : String); begin If (Furl=AValue) then exit; Furl:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPersonTypecoverTypecoverPhoto.Setwidth(AIndex : Integer; AValue : integer); begin If (Fwidth=AValue) then exit; Fwidth:=AValue; MarkPropertyChanged(AIndex); end; { -------------------------------------------------------------------- TPersonTypecover --------------------------------------------------------------------} Procedure TPersonTypecover.SetcoverInfo(AIndex : Integer; AValue : TPersonTypecoverTypecoverInfo); begin If (FcoverInfo=AValue) then exit; FcoverInfo:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPersonTypecover.SetcoverPhoto(AIndex : Integer; AValue : TPersonTypecoverTypecoverPhoto); begin If (FcoverPhoto=AValue) then exit; FcoverPhoto:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPersonTypecover.Setlayout(AIndex : Integer; const AValue : String); begin If (Flayout=AValue) then exit; Flayout:=AValue; MarkPropertyChanged(AIndex); end; { -------------------------------------------------------------------- TPersonTypeemailsItem --------------------------------------------------------------------} Procedure TPersonTypeemailsItem.Set_type(AIndex : Integer; const AValue : String); begin If (F_type=AValue) then exit; F_type:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPersonTypeemailsItem.Setvalue(AIndex : Integer; const AValue : String); begin If (Fvalue=AValue) then exit; Fvalue:=AValue; MarkPropertyChanged(AIndex); end; Class Function TPersonTypeemailsItem.ExportPropertyName(Const AName : String) :String; begin Case AName of '_type' : Result:='type'; else Result:=Inherited ExportPropertyName(AName); end; end; { -------------------------------------------------------------------- TPersonTypeimage --------------------------------------------------------------------} Procedure TPersonTypeimage.SetisDefault(AIndex : Integer; AValue : boolean); begin If (FisDefault=AValue) then exit; FisDefault:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPersonTypeimage.Seturl(AIndex : Integer; const AValue : String); begin If (Furl=AValue) then exit; Furl:=AValue; MarkPropertyChanged(AIndex); end; { -------------------------------------------------------------------- TPersonTypename --------------------------------------------------------------------} Procedure TPersonTypename.SetfamilyName(AIndex : Integer; const AValue : String); begin If (FfamilyName=AValue) then exit; FfamilyName:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPersonTypename.Setformatted(AIndex : Integer; const AValue : String); begin If (Fformatted=AValue) then exit; Fformatted:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPersonTypename.SetgivenName(AIndex : Integer; const AValue : String); begin If (FgivenName=AValue) then exit; FgivenName:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPersonTypename.SethonorificPrefix(AIndex : Integer; const AValue : String); begin If (FhonorificPrefix=AValue) then exit; FhonorificPrefix:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPersonTypename.SethonorificSuffix(AIndex : Integer; const AValue : String); begin If (FhonorificSuffix=AValue) then exit; FhonorificSuffix:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPersonTypename.SetmiddleName(AIndex : Integer; const AValue : String); begin If (FmiddleName=AValue) then exit; FmiddleName:=AValue; MarkPropertyChanged(AIndex); end; { -------------------------------------------------------------------- TPersonTypeorganizationsItem --------------------------------------------------------------------} Procedure TPersonTypeorganizationsItem.Setdepartment(AIndex : Integer; const AValue : String); begin If (Fdepartment=AValue) then exit; Fdepartment:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPersonTypeorganizationsItem.Setdescription(AIndex : Integer; const AValue : String); begin If (Fdescription=AValue) then exit; Fdescription:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPersonTypeorganizationsItem.SetendDate(AIndex : Integer; const AValue : String); begin If (FendDate=AValue) then exit; FendDate:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPersonTypeorganizationsItem.Setlocation(AIndex : Integer; const AValue : String); begin If (Flocation=AValue) then exit; Flocation:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPersonTypeorganizationsItem.Setname(AIndex : Integer; const AValue : String); begin If (Fname=AValue) then exit; Fname:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPersonTypeorganizationsItem.Setprimary(AIndex : Integer; AValue : boolean); begin If (Fprimary=AValue) then exit; Fprimary:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPersonTypeorganizationsItem.SetstartDate(AIndex : Integer; const AValue : String); begin If (FstartDate=AValue) then exit; FstartDate:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPersonTypeorganizationsItem.Settitle(AIndex : Integer; const AValue : String); begin If (Ftitle=AValue) then exit; Ftitle:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPersonTypeorganizationsItem.Set_type(AIndex : Integer; const AValue : String); begin If (F_type=AValue) then exit; F_type:=AValue; MarkPropertyChanged(AIndex); end; Class Function TPersonTypeorganizationsItem.ExportPropertyName(Const AName : String) :String; begin Case AName of '_type' : Result:='type'; else Result:=Inherited ExportPropertyName(AName); end; end; { -------------------------------------------------------------------- TPersonTypeplacesLivedItem --------------------------------------------------------------------} Procedure TPersonTypeplacesLivedItem.Setprimary(AIndex : Integer; AValue : boolean); begin If (Fprimary=AValue) then exit; Fprimary:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPersonTypeplacesLivedItem.Setvalue(AIndex : Integer; const AValue : String); begin If (Fvalue=AValue) then exit; Fvalue:=AValue; MarkPropertyChanged(AIndex); end; { -------------------------------------------------------------------- TPersonTypeurlsItem --------------------------------------------------------------------} Procedure TPersonTypeurlsItem.Set_label(AIndex : Integer; const AValue : String); begin If (F_label=AValue) then exit; F_label:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPersonTypeurlsItem.Set_type(AIndex : Integer; const AValue : String); begin If (F_type=AValue) then exit; F_type:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPersonTypeurlsItem.Setvalue(AIndex : Integer; const AValue : String); begin If (Fvalue=AValue) then exit; Fvalue:=AValue; MarkPropertyChanged(AIndex); end; Class Function TPersonTypeurlsItem.ExportPropertyName(Const AName : String) :String; begin Case AName of '_label' : Result:='label'; '_type' : Result:='type'; else Result:=Inherited ExportPropertyName(AName); end; end; { -------------------------------------------------------------------- TPerson --------------------------------------------------------------------} Procedure TPerson.SetaboutMe(AIndex : Integer; const AValue : String); begin If (FaboutMe=AValue) then exit; FaboutMe:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPerson.Setbirthday(AIndex : Integer; const AValue : String); begin If (Fbirthday=AValue) then exit; Fbirthday:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPerson.SetbraggingRights(AIndex : Integer; const AValue : String); begin If (FbraggingRights=AValue) then exit; FbraggingRights:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPerson.SetcircledByCount(AIndex : Integer; AValue : integer); begin If (FcircledByCount=AValue) then exit; FcircledByCount:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPerson.Setcover(AIndex : Integer; AValue : TPersonTypecover); begin If (Fcover=AValue) then exit; Fcover:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPerson.SetcurrentLocation(AIndex : Integer; const AValue : String); begin If (FcurrentLocation=AValue) then exit; FcurrentLocation:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPerson.SetdisplayName(AIndex : Integer; const AValue : String); begin If (FdisplayName=AValue) then exit; FdisplayName:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPerson.Setdomain(AIndex : Integer; const AValue : String); begin If (Fdomain=AValue) then exit; Fdomain:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPerson.Setemails(AIndex : Integer; AValue : TPersonTypeemailsArray); begin If (Femails=AValue) then exit; Femails:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPerson.Setetag(AIndex : Integer; const AValue : String); begin If (Fetag=AValue) then exit; Fetag:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPerson.Setgender(AIndex : Integer; const AValue : String); begin If (Fgender=AValue) then exit; Fgender:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPerson.Setid(AIndex : Integer; const AValue : String); begin If (Fid=AValue) then exit; Fid:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPerson.Setimage(AIndex : Integer; AValue : TPersonTypeimage); begin If (Fimage=AValue) then exit; Fimage:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPerson.SetisPlusUser(AIndex : Integer; AValue : boolean); begin If (FisPlusUser=AValue) then exit; FisPlusUser:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPerson.Setkind(AIndex : Integer; const AValue : String); begin If (Fkind=AValue) then exit; Fkind:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPerson.Setname(AIndex : Integer; AValue : TPersonTypename); begin If (Fname=AValue) then exit; Fname:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPerson.Setnickname(AIndex : Integer; const AValue : String); begin If (Fnickname=AValue) then exit; Fnickname:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPerson.SetobjectType(AIndex : Integer; const AValue : String); begin If (FobjectType=AValue) then exit; FobjectType:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPerson.Setoccupation(AIndex : Integer; const AValue : String); begin If (Foccupation=AValue) then exit; Foccupation:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPerson.Setorganizations(AIndex : Integer; AValue : TPersonTypeorganizationsArray); begin If (Forganizations=AValue) then exit; Forganizations:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPerson.SetplacesLived(AIndex : Integer; AValue : TPersonTypeplacesLivedArray); begin If (FplacesLived=AValue) then exit; FplacesLived:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPerson.SetplusOneCount(AIndex : Integer; AValue : integer); begin If (FplusOneCount=AValue) then exit; FplusOneCount:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPerson.SetrelationshipStatus(AIndex : Integer; const AValue : String); begin If (FrelationshipStatus=AValue) then exit; FrelationshipStatus:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPerson.Setskills(AIndex : Integer; const AValue : String); begin If (Fskills=AValue) then exit; Fskills:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPerson.Settagline(AIndex : Integer; const AValue : String); begin If (Ftagline=AValue) then exit; Ftagline:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPerson.Seturl(AIndex : Integer; const AValue : String); begin If (Furl=AValue) then exit; Furl:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPerson.Seturls(AIndex : Integer; AValue : TPersonTypeurlsArray); begin If (Furls=AValue) then exit; Furls:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPerson.Setverified(AIndex : Integer; AValue : boolean); begin If (Fverified=AValue) then exit; Fverified:=AValue; MarkPropertyChanged(AIndex); end; //2.6.4. bug workaround {$IFDEF VER2_6} Procedure TPerson.SetArrayLength(Const AName : String; ALength : Longint); begin Case AName of 'emails' : SetLength(Femails,ALength); 'organizations' : SetLength(Forganizations,ALength); 'placeslived' : SetLength(FplacesLived,ALength); 'urls' : SetLength(Furls,ALength); else Inherited SetArrayLength(AName,ALength); end; end; {$ENDIF VER2_6} { -------------------------------------------------------------------- TPlaceTypeaddress --------------------------------------------------------------------} Procedure TPlaceTypeaddress.Setformatted(AIndex : Integer; const AValue : String); begin If (Fformatted=AValue) then exit; Fformatted:=AValue; MarkPropertyChanged(AIndex); end; { -------------------------------------------------------------------- TPlaceTypeposition --------------------------------------------------------------------} Procedure TPlaceTypeposition.Setlatitude(AIndex : Integer; AValue : double); begin If (Flatitude=AValue) then exit; Flatitude:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPlaceTypeposition.Setlongitude(AIndex : Integer; AValue : double); begin If (Flongitude=AValue) then exit; Flongitude:=AValue; MarkPropertyChanged(AIndex); end; { -------------------------------------------------------------------- TPlace --------------------------------------------------------------------} Procedure TPlace.Setaddress(AIndex : Integer; AValue : TPlaceTypeaddress); begin If (Faddress=AValue) then exit; Faddress:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPlace.SetdisplayName(AIndex : Integer; const AValue : String); begin If (FdisplayName=AValue) then exit; FdisplayName:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPlace.Setid(AIndex : Integer; const AValue : String); begin If (Fid=AValue) then exit; Fid:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPlace.Setkind(AIndex : Integer; const AValue : String); begin If (Fkind=AValue) then exit; Fkind:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPlace.Setposition(AIndex : Integer; AValue : TPlaceTypeposition); begin If (Fposition=AValue) then exit; Fposition:=AValue; MarkPropertyChanged(AIndex); end; { -------------------------------------------------------------------- TPlusDomainsAclentryResource --------------------------------------------------------------------} Procedure TPlusDomainsAclentryResource.SetdisplayName(AIndex : Integer; const AValue : String); begin If (FdisplayName=AValue) then exit; FdisplayName:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPlusDomainsAclentryResource.Setid(AIndex : Integer; const AValue : String); begin If (Fid=AValue) then exit; Fid:=AValue; MarkPropertyChanged(AIndex); end; Procedure TPlusDomainsAclentryResource.Set_type(AIndex : Integer; const AValue : String); begin If (F_type=AValue) then exit; F_type:=AValue; MarkPropertyChanged(AIndex); end; Class Function TPlusDomainsAclentryResource.ExportPropertyName(Const AName : String) :String; begin Case AName of '_type' : Result:='type'; else Result:=Inherited ExportPropertyName(AName); end; end; { -------------------------------------------------------------------- TVideostream --------------------------------------------------------------------} Procedure TVideostream.Setheight(AIndex : Integer; AValue : integer); begin If (Fheight=AValue) then exit; Fheight:=AValue; MarkPropertyChanged(AIndex); end; Procedure TVideostream.Set_type(AIndex : Integer; const AValue : String); begin If (F_type=AValue) then exit; F_type:=AValue; MarkPropertyChanged(AIndex); end; Procedure TVideostream.Seturl(AIndex : Integer; const AValue : String); begin If (Furl=AValue) then exit; Furl:=AValue; MarkPropertyChanged(AIndex); end; Procedure TVideostream.Setwidth(AIndex : Integer; AValue : integer); begin If (Fwidth=AValue) then exit; Fwidth:=AValue; MarkPropertyChanged(AIndex); end; Class Function TVideostream.ExportPropertyName(Const AName : String) :String; begin Case AName of '_type' : Result:='type'; else Result:=Inherited ExportPropertyName(AName); end; end; { -------------------------------------------------------------------- TActivitiesResource --------------------------------------------------------------------} Class Function TActivitiesResource.ResourceName : String; begin Result:='activities'; end; Class Function TActivitiesResource.DefaultAPI : TGoogleAPIClass; begin Result:=TplusDomainsAPI; end; Function TActivitiesResource.Get(activityId: string) : TActivity; Const _HTTPMethod = 'GET'; _Path = 'activities/{activityId}'; _Methodid = 'plusDomains.activities.get'; Var _P : String; begin _P:=SubstitutePath(_Path,['activityId',activityId]); Result:=ServiceCall(_HTTPMethod,_P,'',Nil,TActivity) as TActivity; end; Function TActivitiesResource.Insert(userId: string; aActivity : TActivity; AQuery : string = '') : TActivity; Const _HTTPMethod = 'POST'; _Path = 'people/{userId}/activities'; _Methodid = 'plusDomains.activities.insert'; Var _P : String; begin _P:=SubstitutePath(_Path,['userId',userId]); Result:=ServiceCall(_HTTPMethod,_P,AQuery,aActivity,TActivity) as TActivity; end; Function TActivitiesResource.Insert(userId: string; aActivity : TActivity; AQuery : TActivitiesinsertOptions) : TActivity; Var _Q : String; begin _Q:=''; AddToQuery(_Q,'preview',AQuery.preview); Result:=Insert(userId,aActivity,_Q); end; Function TActivitiesResource.List(collection: string; userId: string; AQuery : string = '') : TActivityFeed; Const _HTTPMethod = 'GET'; _Path = 'people/{userId}/activities/{collection}'; _Methodid = 'plusDomains.activities.list'; Var _P : String; begin _P:=SubstitutePath(_Path,['collection',collection,'userId',userId]); Result:=ServiceCall(_HTTPMethod,_P,AQuery,Nil,TActivityFeed) as TActivityFeed; end; Function TActivitiesResource.List(collection: string; userId: string; AQuery : TActivitieslistOptions) : TActivityFeed; Var _Q : String; begin _Q:=''; AddToQuery(_Q,'maxResults',AQuery.maxResults); AddToQuery(_Q,'pageToken',AQuery.pageToken); Result:=List(collection,userId,_Q); end; { -------------------------------------------------------------------- TAudiencesResource --------------------------------------------------------------------} Class Function TAudiencesResource.ResourceName : String; begin Result:='audiences'; end; Class Function TAudiencesResource.DefaultAPI : TGoogleAPIClass; begin Result:=TplusDomainsAPI; end; Function TAudiencesResource.List(userId: string; AQuery : string = '') : TAudiencesFeed; Const _HTTPMethod = 'GET'; _Path = 'people/{userId}/audiences'; _Methodid = 'plusDomains.audiences.list'; Var _P : String; begin _P:=SubstitutePath(_Path,['userId',userId]); Result:=ServiceCall(_HTTPMethod,_P,AQuery,Nil,TAudiencesFeed) as TAudiencesFeed; end; Function TAudiencesResource.List(userId: string; AQuery : TAudienceslistOptions) : TAudiencesFeed; Var _Q : String; begin _Q:=''; AddToQuery(_Q,'maxResults',AQuery.maxResults); AddToQuery(_Q,'pageToken',AQuery.pageToken); Result:=List(userId,_Q); end; { -------------------------------------------------------------------- TCirclesResource --------------------------------------------------------------------} Class Function TCirclesResource.ResourceName : String; begin Result:='circles'; end; Class Function TCirclesResource.DefaultAPI : TGoogleAPIClass; begin Result:=TplusDomainsAPI; end; Function TCirclesResource.AddPeople(circleId: string; AQuery : string = '') : TCircle; Const _HTTPMethod = 'PUT'; _Path = 'circles/{circleId}/people'; _Methodid = 'plusDomains.circles.addPeople'; Var _P : String; begin _P:=SubstitutePath(_Path,['circleId',circleId]); Result:=ServiceCall(_HTTPMethod,_P,AQuery,Nil,TCircle) as TCircle; end; Function TCirclesResource.AddPeople(circleId: string; AQuery : TCirclesaddPeopleOptions) : TCircle; Var _Q : String; begin _Q:=''; AddToQuery(_Q,'email',AQuery.email); AddToQuery(_Q,'userId',AQuery.userId); Result:=AddPeople(circleId,_Q); end; Function TCirclesResource.Get(circleId: string) : TCircle; Const _HTTPMethod = 'GET'; _Path = 'circles/{circleId}'; _Methodid = 'plusDomains.circles.get'; Var _P : String; begin _P:=SubstitutePath(_Path,['circleId',circleId]); Result:=ServiceCall(_HTTPMethod,_P,'',Nil,TCircle) as TCircle; end; Function TCirclesResource.Insert(userId: string; aCircle : TCircle) : TCircle; Const _HTTPMethod = 'POST'; _Path = 'people/{userId}/circles'; _Methodid = 'plusDomains.circles.insert'; Var _P : String; begin _P:=SubstitutePath(_Path,['userId',userId]); Result:=ServiceCall(_HTTPMethod,_P,'',aCircle,TCircle) as TCircle; end; Function TCirclesResource.List(userId: string; AQuery : string = '') : TCircleFeed; Const _HTTPMethod = 'GET'; _Path = 'people/{userId}/circles'; _Methodid = 'plusDomains.circles.list'; Var _P : String; begin _P:=SubstitutePath(_Path,['userId',userId]); Result:=ServiceCall(_HTTPMethod,_P,AQuery,Nil,TCircleFeed) as TCircleFeed; end; Function TCirclesResource.List(userId: string; AQuery : TCircleslistOptions) : TCircleFeed; Var _Q : String; begin _Q:=''; AddToQuery(_Q,'maxResults',AQuery.maxResults); AddToQuery(_Q,'pageToken',AQuery.pageToken); Result:=List(userId,_Q); end; Function TCirclesResource.Patch(circleId: string; aCircle : TCircle) : TCircle; Const _HTTPMethod = 'PATCH'; _Path = 'circles/{circleId}'; _Methodid = 'plusDomains.circles.patch'; Var _P : String; begin _P:=SubstitutePath(_Path,['circleId',circleId]); Result:=ServiceCall(_HTTPMethod,_P,'',aCircle,TCircle) as TCircle; end; Procedure TCirclesResource.Remove(circleId: string); Const _HTTPMethod = 'DELETE'; _Path = 'circles/{circleId}'; _Methodid = 'plusDomains.circles.remove'; Var _P : String; begin _P:=SubstitutePath(_Path,['circleId',circleId]); ServiceCall(_HTTPMethod,_P,'',Nil,Nil); end; Procedure TCirclesResource.RemovePeople(circleId: string; AQuery : string = ''); Const _HTTPMethod = 'DELETE'; _Path = 'circles/{circleId}/people'; _Methodid = 'plusDomains.circles.removePeople'; Var _P : String; begin _P:=SubstitutePath(_Path,['circleId',circleId]); ServiceCall(_HTTPMethod,_P,AQuery,Nil,Nil); end; Procedure TCirclesResource.RemovePeople(circleId: string; AQuery : TCirclesremovePeopleOptions); Var _Q : String; begin _Q:=''; AddToQuery(_Q,'email',AQuery.email); AddToQuery(_Q,'userId',AQuery.userId); RemovePeople(circleId,_Q); end; Function TCirclesResource.Update(circleId: string; aCircle : TCircle) : TCircle; Const _HTTPMethod = 'PUT'; _Path = 'circles/{circleId}'; _Methodid = 'plusDomains.circles.update'; Var _P : String; begin _P:=SubstitutePath(_Path,['circleId',circleId]); Result:=ServiceCall(_HTTPMethod,_P,'',aCircle,TCircle) as TCircle; end; { -------------------------------------------------------------------- TCommentsResource --------------------------------------------------------------------} Class Function TCommentsResource.ResourceName : String; begin Result:='comments'; end; Class Function TCommentsResource.DefaultAPI : TGoogleAPIClass; begin Result:=TplusDomainsAPI; end; Function TCommentsResource.Get(commentId: string) : TComment; Const _HTTPMethod = 'GET'; _Path = 'comments/{commentId}'; _Methodid = 'plusDomains.comments.get'; Var _P : String; begin _P:=SubstitutePath(_Path,['commentId',commentId]); Result:=ServiceCall(_HTTPMethod,_P,'',Nil,TComment) as TComment; end; Function TCommentsResource.Insert(activityId: string; aComment : TComment) : TComment; Const _HTTPMethod = 'POST'; _Path = 'activities/{activityId}/comments'; _Methodid = 'plusDomains.comments.insert'; Var _P : String; begin _P:=SubstitutePath(_Path,['activityId',activityId]); Result:=ServiceCall(_HTTPMethod,_P,'',aComment,TComment) as TComment; end; Function TCommentsResource.List(activityId: string; AQuery : string = '') : TCommentFeed; Const _HTTPMethod = 'GET'; _Path = 'activities/{activityId}/comments'; _Methodid = 'plusDomains.comments.list'; Var _P : String; begin _P:=SubstitutePath(_Path,['activityId',activityId]); Result:=ServiceCall(_HTTPMethod,_P,AQuery,Nil,TCommentFeed) as TCommentFeed; end; Function TCommentsResource.List(activityId: string; AQuery : TCommentslistOptions) : TCommentFeed; Var _Q : String; begin _Q:=''; AddToQuery(_Q,'maxResults',AQuery.maxResults); AddToQuery(_Q,'pageToken',AQuery.pageToken); AddToQuery(_Q,'sortOrder',AQuery.sortOrder); Result:=List(activityId,_Q); end; { -------------------------------------------------------------------- TMediaResource --------------------------------------------------------------------} Class Function TMediaResource.ResourceName : String; begin Result:='media'; end; Class Function TMediaResource.DefaultAPI : TGoogleAPIClass; begin Result:=TplusDomainsAPI; end; Function TMediaResource.Insert(collection: string; userId: string; aMedia : TMedia) : TMedia; Const _HTTPMethod = 'POST'; _Path = 'people/{userId}/media/{collection}'; _Methodid = 'plusDomains.media.insert'; Var _P : String; begin _P:=SubstitutePath(_Path,['collection',collection,'userId',userId]); Result:=ServiceCall(_HTTPMethod,_P,'',aMedia,TMedia) as TMedia; end; { -------------------------------------------------------------------- TPeopleResource --------------------------------------------------------------------} Class Function TPeopleResource.ResourceName : String; begin Result:='people'; end; Class Function TPeopleResource.DefaultAPI : TGoogleAPIClass; begin Result:=TplusDomainsAPI; end; Function TPeopleResource.Get(userId: string) : TPerson; Const _HTTPMethod = 'GET'; _Path = 'people/{userId}'; _Methodid = 'plusDomains.people.get'; Var _P : String; begin _P:=SubstitutePath(_Path,['userId',userId]); Result:=ServiceCall(_HTTPMethod,_P,'',Nil,TPerson) as TPerson; end; Function TPeopleResource.List(collection: string; userId: string; AQuery : string = '') : TPeopleFeed; Const _HTTPMethod = 'GET'; _Path = 'people/{userId}/people/{collection}'; _Methodid = 'plusDomains.people.list'; Var _P : String; begin _P:=SubstitutePath(_Path,['collection',collection,'userId',userId]); Result:=ServiceCall(_HTTPMethod,_P,AQuery,Nil,TPeopleFeed) as TPeopleFeed; end; Function TPeopleResource.List(collection: string; userId: string; AQuery : TPeoplelistOptions) : TPeopleFeed; Var _Q : String; begin _Q:=''; AddToQuery(_Q,'maxResults',AQuery.maxResults); AddToQuery(_Q,'orderBy',AQuery.orderBy); AddToQuery(_Q,'pageToken',AQuery.pageToken); Result:=List(collection,userId,_Q); end; Function TPeopleResource.ListByActivity(activityId: string; collection: string; AQuery : string = '') : TPeopleFeed; Const _HTTPMethod = 'GET'; _Path = 'activities/{activityId}/people/{collection}'; _Methodid = 'plusDomains.people.listByActivity'; Var _P : String; begin _P:=SubstitutePath(_Path,['activityId',activityId,'collection',collection]); Result:=ServiceCall(_HTTPMethod,_P,AQuery,Nil,TPeopleFeed) as TPeopleFeed; end; Function TPeopleResource.ListByActivity(activityId: string; collection: string; AQuery : TPeoplelistByActivityOptions) : TPeopleFeed; Var _Q : String; begin _Q:=''; AddToQuery(_Q,'maxResults',AQuery.maxResults); AddToQuery(_Q,'pageToken',AQuery.pageToken); Result:=ListByActivity(activityId,collection,_Q); end; Function TPeopleResource.ListByCircle(circleId: string; AQuery : string = '') : TPeopleFeed; Const _HTTPMethod = 'GET'; _Path = 'circles/{circleId}/people'; _Methodid = 'plusDomains.people.listByCircle'; Var _P : String; begin _P:=SubstitutePath(_Path,['circleId',circleId]); Result:=ServiceCall(_HTTPMethod,_P,AQuery,Nil,TPeopleFeed) as TPeopleFeed; end; Function TPeopleResource.ListByCircle(circleId: string; AQuery : TPeoplelistByCircleOptions) : TPeopleFeed; Var _Q : String; begin _Q:=''; AddToQuery(_Q,'maxResults',AQuery.maxResults); AddToQuery(_Q,'pageToken',AQuery.pageToken); Result:=ListByCircle(circleId,_Q); end; { -------------------------------------------------------------------- TPlusDomainsAPI --------------------------------------------------------------------} Class Function TPlusDomainsAPI.APIName : String; begin Result:='plusDomains'; end; Class Function TPlusDomainsAPI.APIVersion : String; begin Result:='v1'; end; Class Function TPlusDomainsAPI.APIRevision : String; begin Result:='20150302'; end; Class Function TPlusDomainsAPI.APIID : String; begin Result:='plusDomains:v1'; end; Class Function TPlusDomainsAPI.APITitle : String; begin Result:='Google+ Domains API'; end; Class Function TPlusDomainsAPI.APIDescription : String; begin Result:='The Google+ API enables developers to build on top of the Google+ platform.'; end; Class Function TPlusDomainsAPI.APIOwnerDomain : String; begin Result:='google.com'; end; Class Function TPlusDomainsAPI.APIOwnerName : String; begin Result:='Google'; end; Class Function TPlusDomainsAPI.APIIcon16 : String; begin Result:='http://www.google.com/images/icons/product/gplus-16.png'; end; Class Function TPlusDomainsAPI.APIIcon32 : String; begin Result:='http://www.google.com/images/icons/product/gplus-32.png'; end; Class Function TPlusDomainsAPI.APIdocumentationLink : String; begin Result:='https://developers.google.com/+/domains/'; end; Class Function TPlusDomainsAPI.APIrootUrl : string; begin Result:='https://www.googleapis.com:443/'; end; Class Function TPlusDomainsAPI.APIbasePath : string; begin Result:='/plusDomains/v1/'; end; Class Function TPlusDomainsAPI.APIbaseURL : String; begin Result:='https://www.googleapis.com:443/plusDomains/v1/'; end; Class Function TPlusDomainsAPI.APIProtocol : string; begin Result:='rest'; end; Class Function TPlusDomainsAPI.APIservicePath : string; begin Result:='plusDomains/v1/'; end; Class Function TPlusDomainsAPI.APIbatchPath : String; begin Result:='batch'; end; Class Function TPlusDomainsAPI.APIAuthScopes : TScopeInfoArray; begin SetLength(Result,10); Result[0].Name:='https://www.googleapis.com/auth/plus.circles.read'; Result[0].Description:='View your circles and the people and pages in them'; Result[1].Name:='https://www.googleapis.com/auth/plus.circles.write'; Result[1].Description:='Manage your circles and add people and pages. People and pages you add to your circles will be notified. Others may see this information publicly. People you add to circles can use Hangouts with you.'; Result[2].Name:='https://www.googleapis.com/auth/plus.login'; Result[2].Description:='Know your basic profile info and list of people in your circles.'; Result[3].Name:='https://www.googleapis.com/auth/plus.me'; Result[3].Description:='Know who you are on Google'; Result[4].Name:='https://www.googleapis.com/auth/plus.media.upload'; Result[4].Description:='Send your photos and videos to Google+'; Result[5].Name:='https://www.googleapis.com/auth/plus.profiles.read'; Result[5].Description:='View your own Google+ profile and profiles visible to you'; Result[6].Name:='https://www.googleapis.com/auth/plus.stream.read'; Result[6].Description:='View your Google+ posts, comments, and stream'; Result[7].Name:='https://www.googleapis.com/auth/plus.stream.write'; Result[7].Description:='Manage your Google+ posts, comments, and stream'; Result[8].Name:='https://www.googleapis.com/auth/userinfo.email'; Result[8].Description:='View your email address'; Result[9].Name:='https://www.googleapis.com/auth/userinfo.profile'; Result[9].Description:='View your basic profile info'; end; Class Function TPlusDomainsAPI.APINeedsAuth : Boolean; begin Result:=True; end; Class Procedure TPlusDomainsAPI.RegisterAPIResources; begin TAcl.RegisterObject; TActivityTypeactorTypeimage.RegisterObject; TActivityTypeactorTypename.RegisterObject; TActivityTypeactor.RegisterObject; TActivityTypeobjectTypeactorTypeimage.RegisterObject; TActivityTypeobjectTypeactor.RegisterObject; TActivityTypeobjectTypeattachmentsItemTypeembed.RegisterObject; TActivityTypeobjectTypeattachmentsItemTypefullImage.RegisterObject; TActivityTypeobjectTypeattachmentsItemTypeimage.RegisterObject; TActivityTypeobjectTypeattachmentsItemTypepreviewThumbnailsItem.RegisterObject; TActivityTypeobjectTypeattachmentsItemTypethumbnailsItemTypeimage.RegisterObject; TActivityTypeobjectTypeattachmentsItemTypethumbnailsItem.RegisterObject; TActivityTypeobjectTypeattachmentsItem.RegisterObject; TActivityTypeobjectTypeplusoners.RegisterObject; TActivityTypeobjectTypereplies.RegisterObject; TActivityTypeobjectTyperesharers.RegisterObject; TActivityTypeobjectTypestatusForViewer.RegisterObject; TActivityTypeobject.RegisterObject; TActivityTypeprovider.RegisterObject; TActivity.RegisterObject; TActivityFeed.RegisterObject; TAudience.RegisterObject; TAudiencesFeed.RegisterObject; TCircleTypepeople.RegisterObject; TCircle.RegisterObject; TCircleFeed.RegisterObject; TCommentTypeactorTypeimage.RegisterObject; TCommentTypeactor.RegisterObject; TCommentTypeinReplyToItem.RegisterObject; TCommentTypeobject.RegisterObject; TCommentTypeplusoners.RegisterObject; TComment.RegisterObject; TCommentFeed.RegisterObject; TMediaTypeauthorTypeimage.RegisterObject; TMediaTypeauthor.RegisterObject; TMediaTypeexif.RegisterObject; TMedia.RegisterObject; TPeopleFeed.RegisterObject; TPersonTypecoverTypecoverInfo.RegisterObject; TPersonTypecoverTypecoverPhoto.RegisterObject; TPersonTypecover.RegisterObject; TPersonTypeemailsItem.RegisterObject; TPersonTypeimage.RegisterObject; TPersonTypename.RegisterObject; TPersonTypeorganizationsItem.RegisterObject; TPersonTypeplacesLivedItem.RegisterObject; TPersonTypeurlsItem.RegisterObject; TPerson.RegisterObject; TPlaceTypeaddress.RegisterObject; TPlaceTypeposition.RegisterObject; TPlace.RegisterObject; TPlusDomainsAclentryResource.RegisterObject; TVideostream.RegisterObject; end; Function TPlusDomainsAPI.GetActivitiesInstance : TActivitiesResource; begin if (FActivitiesInstance=Nil) then FActivitiesInstance:=CreateActivitiesResource; Result:=FActivitiesInstance; end; Function TPlusDomainsAPI.CreateActivitiesResource : TActivitiesResource; begin Result:=CreateActivitiesResource(Self); end; Function TPlusDomainsAPI.CreateActivitiesResource(AOwner : TComponent) : TActivitiesResource; begin Result:=TActivitiesResource.Create(AOwner); Result.API:=Self.API; end; Function TPlusDomainsAPI.GetAudiencesInstance : TAudiencesResource; begin if (FAudiencesInstance=Nil) then FAudiencesInstance:=CreateAudiencesResource; Result:=FAudiencesInstance; end; Function TPlusDomainsAPI.CreateAudiencesResource : TAudiencesResource; begin Result:=CreateAudiencesResource(Self); end; Function TPlusDomainsAPI.CreateAudiencesResource(AOwner : TComponent) : TAudiencesResource; begin Result:=TAudiencesResource.Create(AOwner); Result.API:=Self.API; end; Function TPlusDomainsAPI.GetCirclesInstance : TCirclesResource; begin if (FCirclesInstance=Nil) then FCirclesInstance:=CreateCirclesResource; Result:=FCirclesInstance; end; Function TPlusDomainsAPI.CreateCirclesResource : TCirclesResource; begin Result:=CreateCirclesResource(Self); end; Function TPlusDomainsAPI.CreateCirclesResource(AOwner : TComponent) : TCirclesResource; begin Result:=TCirclesResource.Create(AOwner); Result.API:=Self.API; end; Function TPlusDomainsAPI.GetCommentsInstance : TCommentsResource; begin if (FCommentsInstance=Nil) then FCommentsInstance:=CreateCommentsResource; Result:=FCommentsInstance; end; Function TPlusDomainsAPI.CreateCommentsResource : TCommentsResource; begin Result:=CreateCommentsResource(Self); end; Function TPlusDomainsAPI.CreateCommentsResource(AOwner : TComponent) : TCommentsResource; begin Result:=TCommentsResource.Create(AOwner); Result.API:=Self.API; end; Function TPlusDomainsAPI.GetMediaInstance : TMediaResource; begin if (FMediaInstance=Nil) then FMediaInstance:=CreateMediaResource; Result:=FMediaInstance; end; Function TPlusDomainsAPI.CreateMediaResource : TMediaResource; begin Result:=CreateMediaResource(Self); end; Function TPlusDomainsAPI.CreateMediaResource(AOwner : TComponent) : TMediaResource; begin Result:=TMediaResource.Create(AOwner); Result.API:=Self.API; end; Function TPlusDomainsAPI.GetPeopleInstance : TPeopleResource; begin if (FPeopleInstance=Nil) then FPeopleInstance:=CreatePeopleResource; Result:=FPeopleInstance; end; Function TPlusDomainsAPI.CreatePeopleResource : TPeopleResource; begin Result:=CreatePeopleResource(Self); end; Function TPlusDomainsAPI.CreatePeopleResource(AOwner : TComponent) : TPeopleResource; begin Result:=TPeopleResource.Create(AOwner); Result.API:=Self.API; end; initialization TPlusDomainsAPI.RegisterAPI; end.