Method | Description | |
---|---|---|
AddFavoriteBuilder ( ObjectType type, long objectId ) : System |
Sets the required propeties for createing a Favorite.
|
|
Build ( ) : |
Builds and returns the Favorite object.
|
public AddFavoriteBuilder ( ObjectType type, long objectId ) : System | ||
type | ObjectType | the object type |
objectId | long | ID of the favorited item. If type is "template", only private sheet-type template ID is allowed. |
return | System |